Skip to content

Commit

Permalink
cleaning up cruft
Browse files Browse the repository at this point in the history
  • Loading branch information
ahirreddy committed Apr 15, 2014
1 parent b406ba0 commit 79621cf
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ import org.apache.spark.sql.catalyst.plans.logical.{Subquery, LogicalPlan}
import org.apache.spark.sql.catalyst.rules.RuleExecutor
import org.apache.spark.sql.columnar.InMemoryColumnarTableScan
import org.apache.spark.sql.execution._
import org.apache.spark.api.java.JavaRDD

/**
* :: AlphaComponent ::
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
package org.apache.spark.sql.api.java

import java.beans.{Introspector, PropertyDescriptor}
import java.util.{Map => JMap}

import org.apache.spark.api.java.{JavaRDD, JavaSparkContext}
import org.apache.spark.sql.SQLContext
Expand Down Expand Up @@ -83,6 +82,7 @@ class JavaSQLContext(sparkContext: JavaSparkContext) {
new JavaSchemaRDD(sqlContext, SparkLogicalPlan(ExistingRdd(schema, rowRdd)))
}


/**
* Loads a parquet file, returning the result as a [[JavaSchemaRDD]].
*/
Expand Down

0 comments on commit 79621cf

Please sign in to comment.