Hortonworks Data Platform for automated install with Ambari (HDP 2.3.4)
603
docker run -p 8080:8080 --rm -ti --privileged --name hdp -h hdp torusware/hortondataplatform-examples
docker run -e BLUEPRINT_URL=<ambari blueprint url> -e CLUSTER_TEMPLATE_URL=<cluster template url> -p 8080:8080 --rm -ti --privileged -h hdp torusware/hortondataplatform-examples
$ sshpass -p 'torus' ssh root@<container IP>
Set up the Hadoop ecosystem
docker pull torusware/hortondataplatform-examplesdocker run -p 8080:8080 --rm -ti --privileged --name hdp -h hdp torusware/hortondataplatform-examplesRun examples within the container shell
spark-submit --class org.apache.spark.examples.streaming.TwitterPopularTags \
/usr/hdp/current/spark-client/lib/spark-examples-1.5.2.2.3.4.0-3485-hadoop2.7.1.2.3.4.0-3485.jar \
<consumer key> <consumer secret> <access token> <access token secret> [<filters>]
Content type
Image
Digest
Size
537.3 MB
Last updated
over 10 years ago
docker pull torusware/hortondataplatform-examples