Github user QiangCai commented on a diff in the pull request:
https://github.com/apache/incubator-carbondata/pull/452#discussion_r93733676
--- Diff:
integration/spark2/src/main/scala/org/apache/spark/util/TableAPIUtil.scala ---
@@ -51,4 +56,15 @@ object TableAPIUtil {
.config(CarbonCommonConstants.STORE_LOCATION, storePath)
--- End diff --
BTW, now CarbonEnv will get carbon.storelocation from CarobnProperties
object.
So need to add storepath to configuration, but should add property to
CarbonProperties Object.
CarbonProperties.getInstance().addProperty(CarbonCommonConstants.STORE_LOCATION,
storePath).
---
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 [email protected] or file a JIRA ticket
with INFRA.
---