GitHub user shardul-cr7 opened a pull request:
https://github.com/apache/carbondata/pull/2760
[CARBONDATA-2968] Single pass load fails 2nd time in Spark submit execution
due to port binding error.
Problem : In secure cluster setup, single pass load is failing in
spark-submit after using the beeline.
Solution: It was happening because port was not getting updated and was not
looking for the next empty port. port variable was not changing.So modified
that part and added log to diplay the port number.
- [ ] Any interfaces changed?
- [ ] Any backward compatibility impacted?
- [ ] Document update required?
- [x] Testing done
manually
- [ ] For large changes, please consider breaking it into sub-tasks under
an umbrella JIRA.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/shardul-cr7/carbondata aftermycommit
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/carbondata/pull/2760.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 #2760
----
commit d2bd672aea1c2294f65f87a978be27e2d76d8c09
Author: shardul-cr7 <shardulsingh22@...>
Date: 2018-09-25T14:25:19Z
[CARBONDATA-2968] Single pass load fails 2nd time in Spark submit execution
due to port binding error
----
---