Re: Any NLP library for sentiment analysis in Spark?

2017-04-11 Thread Ian.Maloney
I think team used this awhile ago, but there was some tweak that needed to be made to get it to work. https://github.com/databricks/spark-corenlp From: Gabriel James > Organization: Heliase Genomics Reply-To:

Re: With Twitter4j API, why am I not able to pull tweets with certain keywords?

2017-04-05 Thread Ian.Maloney
I think the twitter4j API only pulls some publicly available data. To get the full dataset you might need to use a vendor like Radian6 or GnipŠ See below: https://brightplanet.com/2013/06/twitter-firehose-vs-twitter-api-whats-the- difference-and-why-should-you-care/ On 4/5/17, 12:02 AM,

Issue Running sparkR on YARN

2016-11-09 Thread Ian.Maloney
Hi, I’m trying to run sparkR (1.5.2) on YARN and I get: java.io.IOException: Cannot run program "Rscript": error=2, No such file or directory This strikes me as odd, because I can go to each node and various users and type Rscript and it works. I’ve done this on each node and spark-env.sh as