GitHub user ManoharVanam opened a pull request:
https://github.com/apache/incubator-carbondata/pull/736
[CARBONDATA-871] If store type is HDFS then set HDFS lock as default
Problem : if no locktype is configured and store type is HDFS , while
acquiring lock getting exception like "path is null".
Solution : if no locktype is configured and store type is HDFS set HDFS
lock as default
Query Example: DELETE SEGMENTS FROM TABLE DataRetentionTable where
STARTTIME before '2099-01-01'
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/ManoharVanam/incubator-carbondata BUg1
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/incubator-carbondata/pull/736.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #736
----
commit bf209228bdafc0bf1a92429a6b5d5ceed19afa41
Author: Manohar <[email protected]>
Date: 2017-04-05T14:33:30Z
if no locktype is configured and store type is HDFS set HDFS lock as default
----
---
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.
---