GitHub user mohammadshahidkhan opened a pull request:
https://github.com/apache/carbondata/pull/2232
[CARBONDATA-2406][dataload]-Dictionary Server and Dictionary Client MD5
Validation failed with hive.server2.enable.doAs = true
With conf hive.server2.enable.doAs = true, the dictionary server is started
with the user who submit the load request. But the dictionary client run as the
user who started the executor process. Due to this dictionary client can not
successfully communicate with the dictionary server.
- [X] Any interfaces changed?
None
- [X] Any backward compatibility impacted?
None
- [X] Document update required?
None
- [X] Testing done
Please provide details on
- Whether new unit test cases have been added or why no new tests
are required?
- How it is tested? Please attach test report.
- Is it a performance related change? Please attach the performance
test report.
- Any additional information to help reviewers in testing this
change.
No test case added.
- [X] For large changes, please consider breaking it into sub-tasks under
an umbrella JIRA.
NA
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/mohammadshahidkhan/incubator-carbondata
dictionary_server
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/carbondata/pull/2232.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 #2232
----
commit afb9f0826b415c75fc5b3b67b17b3583132e00e5
Author: mohammadshahidkhan <mohdshahidkhan1987@...>
Date: 2018-04-26T11:02:21Z
[CARBONDATA-2406][dataload]-Dictionary Server and Dictionary Client MD5
Validation failed with hive.server2.enable.doAs = true
----
---