Re: Filesystem closed Exception

2015-03-21 Thread vinodkc
Hi Sea, I've raised a JIRA Issue on this : https://issues.apache.org/jira/browse/SPARK-6445 . Making a PR now On Sat, Mar 21, 2015 at 11:06 AM, Sea [via Apache Spark Developers List] < ml-node+s1001551n11145...@n3.nabble.com> wrote: > Hi, all: > > > > > When I exit the console of spark-sql, th

spark shell paste mode is not consistent

2015-04-16 Thread vinodkc
Hi All, I faced below issue while working with spark. It seems spark shell paste mode is not consistent Example code --- val textFile = sc.textFile("README.md") textFile.count() textFile.first() val linesWithSpark = textFile.filter(line => line.contains("Spark")) textFile.filter(li

Re: spark shell paste mode is not consistent

2015-04-16 Thread vinodkc
gt; the > > result of the last command. In the second case that is the whole pasted > > block so you see 19. > > On Apr 16, 2015 11:37 AM, "vinodkc" <[hidden email]> wrote: > > > >> Hi All, > >> > >> I faced below