Github user chenliang613 commented on a diff in the pull request: https://github.com/apache/incubator-carbondata/pull/416#discussion_r91851006 --- Diff: examples/spark/src/main/scala/org/apache/carbondata/examples/CarbonExample.scala --- @@ -26,11 +28,15 @@ object CarbonExample { def main(args: Array[String]) { val cc = ExampleUtils.createCarbonContext("CarbonExample") val testData = ExampleUtils.currentPath + "/src/main/resources/data.csv" - + val rootPath = new File(this.getClass.getResource("/").getPath --- End diff -- OK, can you directly get these path parameters from ExampleUtils.scala, and fix all examples accordingly.
--- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---