Skip to content

Instantly share code, notes, and snippets.

View nabsul's full-sized avatar
🚀
Busy

Nabeel Sulieman nabsul

🚀
Busy
View GitHub Profile
<configuration>
<property>
<name>mapreduce.framework.name</name>
<value>yarn</value>
</property>
</configuration>
<configuration>
<property>
<name>fs.default.name</name>
<value>hdfs://localhost:9000</value>
</property>
<property>
<name>hadoop.tmp.dir</name>
<value>/var/app/hadoop/data</value>
</property>
</configuration>