lamber-ken commented on a change in pull request #3230: [HOTFIX] fix error
table location path in HadoopFileExample
URL: https://github.com/apache/carbondata/pull/3230#discussion_r287549704
##########
File path:
examples/spark2/src/main/scala/org/apache/carbondata/examples/HadoopFileExample.scala
##########
@@ -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",
Review comment:
Thanks for your comment @qiuchenjian. I modify this oneļ¼then the example go
through. I'll check again.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services