Re: Python Spark Streaming example with textFileStream does not work. Why?

2015-09-07 Thread Kamil Khadiev
2015-09-07 8:44 GMT+03:00 Kamil Khadiev : > Thank you. > > But it still does not work. > > Also I did another mistake: I wrote name of file, but not directory. > > I fix it: > conf = (SparkConf() > .setMaster("local") > .setAppName(&qu

Re: Python Spark Streaming example with textFileStream does not work. Why?

2015-09-06 Thread Kamil Khadiev
Thank you. But it still does not work. Also I did another mistake: I wrote name of file, but not directory. I fix it: conf = (SparkConf() .setMaster("local") .setAppName("My app") .set("spark.executor.memory", "1g")) sc = SparkContext(conf = conf) ssc = Strea