Re: Redefine yarn.application.classpath value

2016-02-07 Thread Dejan Menges
Hello Jose, For Yarn's classpath, depending how you installed everything on Ubuntu, take a look also into yarn-env.sh, and inside /etc/default/${whateveryarnorhadoopfile}. However, I would personally expect it to be in yarn-env.sh. Cheers On Sun, Feb 7, 2016 at 2:02 AM José Luis Larroque

spark streaming

2016-02-07 Thread siva kumar
Hi, Im new to Spark. I need to pull Twitter data based on some keyword using scala and store them in spark sql table. Can anyone help me out to work on this? Im using scala 1.6.0 Thanks and regrads, siva

Re: spark streaming

2016-02-07 Thread Ted Yu
Have you looked at the examples ? examples/src/main/java/org/apache/spark/examples/streaming/JavaTwitterHashTagJoinSentiments.java examples/src/main/scala/org/apache/spark/examples/streaming/TwitterAlgebirdCMS.scala