Re: Getting error in inputfile | inputFile

2016-07-15 Thread RK Spark
scala> val count = inputfile.flatMap(line => line.split((" ").map(word => (word,1)).reduceByKey(_ + _) | | You typed two blank lines. Starting a new command. I am getting like how to solve this Regrads, Ramkrishna KT

Re: Getting error in inputfile | inputFile

2016-07-15 Thread ram kumar
check the "*inputFile*" variable name lol On Fri, Jul 15, 2016 at 12:12 PM, RK Spark wrote: > I am using Spark version is 1.5.1, I am getting errors in first program of > spark,ie.e., word count. Please help me to solve this > > *scala> val inputfile = sc.textFile("input.txt")* > *inputfile: org

Getting error in inputfile | inputFile

2016-07-14 Thread RK Spark
I am using Spark version is 1.5.1, I am getting errors in first program of spark,ie.e., word count. Please help me to solve this *scala> val inputfile = sc.textFile("input.txt")* *inputfile: org.apache.spark.rdd.RDD[String] = MapPartitionsRDD[13] at textFile at :21* *scala> val counts = inputFile