vivostar commented on PR #973:
URL: https://github.com/apache/bigtop/pull/973#issuecomment-1210588112
tested on container debain-10 x86_64
```shell
./docker-hadoop.sh \
-d \
--create 2 \
--image bigtop/puppet:trunk-debian-10 \
--memory 8g \
--repo
http://repos.bigtop.apache.org/releases/3.1.1/debian/10/\$\(ARCH\) \
--disable-gpg-check \
--stack hdfs,yarn,mapreduce,spark,hive
root@0fc48ca83bcd:/# sudo -u hdfs hdfs dfs -mkdir /user/spark
root@0fc48ca83bcd:/# sudo -u hdfs hdfs dfs -chmod 777 /user/spark
root@0fc48ca83bcd:/# sudo -u hdfs hdfs dfs -chown spark:spark /user/spark
root@0fc48ca83bcd:/# future=""
root@0fc48ca83bcd:/# 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"
root@0fc48ca83bcd:/# beeline
...
```
--
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]