Github user jackylk commented on the issue:
https://github.com/apache/carbondata/pull/1805
Can you show an example of how to give <table_path> in S3Example using AWS
S3? I tried with Huawei OBS, it has two problems:
1. I need to set the endpoint conf in main function by
`spark.sparkContext.hadoopConfiguration.set("fs.s3a.endpoint",
"obs.cn-north-1.myhwclouds.com")
` manually
2. After I set the conf, there is an exception thrown when running it:
Exception in thread "main" java.lang.NoClassDefFoundError:
org/apache/http/pool/ConnPoolControl
---