vivostar opened a new pull request, #982:
URL: https://github.com/apache/bigtop/pull/982
…astore
<!--
Thanks for sending a pull request!
1. If this is your first time, please read our contributor guidelines:
https://cwiki.apache.org/confluence/display/BIGTOP/How+to+Contribute
2. Make sure your PR title starts with JIRA issue id, e.g.,
'BIGTOP-3638: Your PR title ...'.
-->
### Description of PR
Spark thrift server work without external hive-metadata
### How was this patch tested?
1. docker-hadoop deploy stack
```shell
./docker-hadoop.sh \
-d \
--create 2 \
--image bigtop/puppet:trunk-centos-7 \
--memory 8g \
--repo
http://repos.bigtop.apache.org/releases/3.1.0/centos/7/\$basearch \
--disable-gpg-check \
--stack hdfs,yarn,mapreduce,spark
```
2. add spark user folder
```shell
sudo -u hdfs hdfs dfs -mkdir /user/spark
sudo -u hdfs hdfs dfs -chmod 777 /user/spark
sudo -u hdfs hdfs dfs -chown spark:spark /user/spark
future="--parser future"
bash -c "puppet apply --detailed-exitcodes $future
--hiera_config=/etc/puppet/hiera.yaml
--modulepath=/bigtop-home/bigtop-deploy/puppet/modules:/etc/puppet/modules:/usr/share/puppet/modules:/etc/puppetlabs/code/modules:/etc/puppet/code/modules
/bigtop-home/bigtop-deploy/puppet/manifests"
```
### For code changes:
- [x] Does the title or this PR starts with the corresponding JIRA issue id
(e.g. 'BIGTOP-3638. Your PR title ...')?
- [x] Make sure that newly added files do not have any licensing issues.
When in doubt refer to https://www.apache.org/licenses/
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]