Skip to content

Commit

Permalink
Merge 7c48c7e into 7541ef2
Browse files Browse the repository at this point in the history
  • Loading branch information
lamberken committed May 24, 2019
2 parents 7541ef2 + 7c48c7e commit 38a087c
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -61,7 +61,7 @@ object HadoopFileExample {
CarbonInputFormat.setTableName(conf, "Hadoopfile_table")


val input = spark.sparkContext.newAPIHadoopFile(s"${storeLocation}/Hadoopfile_table",
val input = spark.sparkContext.newAPIHadoopFile(s"${storeLocation}/hadoopfile_table",
classOf[CarbonTableInputFormat[Array[Object]]],
classOf[Void],
classOf[Array[Object]],
Expand Down

0 comments on commit 38a087c

Please sign in to comment.