how to orderBy previous groupBy.count.orderBy

2016-04-29 Thread Brent S. Elmer Ph.D.
I have the following simple example that I can't get to work correctly. In [1]: from pyspark.sql import SQLContext, Row from pyspark.sql.types import StructType, StructField, IntegerType, StringType from pyspark.sql.functions import asc, desc, sum, count sqlContext = SQLContext(sc) error_schema

Re: Java exception when showing join

2016-04-25 Thread Brent S. Elmer Ph.D.
I get an invalid syntax error when I do that. On Fri, 2016-04-22 at 20:06 -0400, Yong Zhang wrote: > use "dispute_df.join(comments_df, dispute_df.COMMENTID === > comments_df.COMMENTID).first()" instead. > > Yong > > Date: Fri, 22 Apr 2016 17:42:26 -0400 > From: webe...@aim.com > To: