Hadoop??streaming

2014-04-23 Thread zhxfl
Hello??we know Hadoop-streaming is use for Hadoop to run native program. Hadoop-streaming supports Map and Reduce logic. Reduce logic means Hadoop collect all values with same key and give the stream for the native application.Spark has PipeRDD too, but PipeRDD doesn't support Reduce logic. So

How to start history tracking URL

2014-04-04 Thread zhxfl
I run spark client on yarn, and use "history-daemon.sh start historyserver" to start tracking the hisotory URL,but it didn't work, why?