Re: word count on parquet file

2016-08-22 Thread shamu
and I just need to do a word count. So, Does my Key class and Value class make sense? Thanks a lot for your support. Best.. -- View this message in context: http://apache-spark-user-list.1001560.n3.nabble.com/word-count-on-parquet-file-tp27581p27583.html Sent from the Apache Spark User List ma

Re: word count on parquet file

2016-08-22 Thread ayan guha
latMapFunction() { > public Iterable call(String x) { > return Arrays.asList(x.split(",")); > } > }); > long x = words.count(); > > --thanks! > > > > -- > View this message in con

word count on parquet file

2016-08-22 Thread shamu
st(x.split(",")); } }); long x = words.count(); --thanks! -- View this message in context: http://apache-spark-user-list.1001560.n3.nabble.com/word-count-on-parquet-file-tp27581.html Sent from the Apache Spark User List mailing list a