Skip to content

Instantly share code, notes, and snippets.

@rmetzger
Created December 11, 2014 13:02
Show Gist options
  • Save rmetzger/3f8e472e06756447eb92 to your computer and use it in GitHub Desktop.
Save rmetzger/3f8e472e06756447eb92 to your computer and use it in GitHub Desktop.
Run Apache Flink on Hortonworks HDP 2.2
# 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