Created
December 11, 2014 13:02
-
-
Save rmetzger/3f8e472e06756447eb92 to your computer and use it in GitHub Desktop.
Run Apache Flink on Hortonworks HDP 2.2
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Prepare HDFS | |
whoami # in my case: robert | |
sudo su hdfs | |
hadoop fs -mkdir /user/robert | |
hadoop fs -chmod 777 /user/robert | |
export HADOOP_CONF_PATH=/etc/hadoop/conf/ | |
wget http://apache.lauf-forum.at/incubator/flink/flink-0.7.0-incubating/flink-0.7.0-incubating-bin-hadoop2-yarn.tgz | |
tar xf flink-0.7.0-incubating-bin-hadoop2-yarn.tgz | |
cd flink-yarn-0.7.0-incubating/ | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment