Re: Spark SQL . How to enlarge output rows ?

2016-01-27 Thread bo yang
gt;>> I forgot to add this is (I think) from 1.5.0. >>> >>> >>> >>> And yeah that looks like a Python – I’m not hot with Python but it may >>> be capitalised as False or FALSE? >>> >>> >>> >>> >>> >>> *From:

Re: Spark SQL . How to enlarge output rows ?

2016-01-27 Thread Kevin Mellott
; be capitalised as False or FALSE? >>> >>> >>> >>> >>> >>> *From:* Eli Super [mailto:eli.su...@gmail.com] >>> *Sent:* 21 January 2016 14:48 >>> *To:* Spencer, Alex (Santander) >>> *Cc:* user@spark.apache.org >>>

Re: Spark SQL . How to enlarge output rows ?

2016-01-27 Thread sm...@yahoo.com.INVALID
> > And yeah that looks like a Python – I’m not hot with Python but it may be > capitalised as False or FALSE? > > > > > > From: Eli Super [mailto:eli.su...@gmail.com <mailto:eli.su...@gmail.com>] > Sent: 21 January 2016 14:48 > To: Spencer, Alex (Santa

Re: Spark SQL . How to enlarge output rows ?

2016-01-27 Thread Akhil Das
this is (I think) from 1.5.0. >> >> >> >> And yeah that looks like a Python – I’m not hot with Python but it may be >> capitalised as False or FALSE? >> >> >> >> >> >> *From:* Eli Super [mailto:eli.su...@gmail.com] >>

Re: Spark SQL . How to enlarge output rows ?

2016-01-24 Thread Eli Super
nder) < > alex.spen...@santander.co.uk> wrote: > > Hi, > > > > Try …..show(*false*) > > > > public void show(int numRows, > > boolean truncate) > > > > > > Kind Regards, > > Alex. > > > > *From:* Eli Supe

RE: Spark SQL . How to enlarge output rows ?

2016-01-21 Thread Spencer, Alex (Santander)
: Spark SQL . How to enlarge output rows ? Thanks Alex I get NameError NameError: name 'false' is not defined Is it because of PySpark ? On Thu, Jan 14, 2016 at 3:34 PM, Spencer, Alex (Santander) <alex.spen...@santander.co.uk<mailto:alex.spen...@santander.co.uk>> wrote: Hi, Try …

Re: Spark SQL . How to enlarge output rows ?

2016-01-21 Thread Eli Super
(int numRows, > > boolean truncate) > > > > > > Kind Regards, > > Alex. > > > > *From:* Eli Super [mailto:eli.su...@gmail.com] > *Sent:* 14 January 2016 13:09 > *To:* user@spark.apache.org > *Subject:* Spark SQL . How to enlarge output rows ? >

Spark SQL . How to enlarge output rows ?

2016-01-14 Thread Eli Super
Hi After executing sql sqlContext.sql("select day_time from my_table limit 10").show() my output looks like : ++ | day_time| ++ |2015/12/15 15:52:...| |2015/12/15 15:53:...| |2015/12/15 15:52:...| |2015/12/15 15:52:...| |2015/12/15 15:52:...|

RE: Spark SQL . How to enlarge output rows ?

2016-01-14 Thread Spencer, Alex (Santander)
Hi, Try …..show(false) public void show(int numRows, boolean truncate) Kind Regards, Alex. From: Eli Super [mailto:eli.su...@gmail.com] Sent: 14 January 2016 13:09 To: user@spark.apache.org Subject: Spark SQL . How to enlarge output rows ? Hi After executing sql sqlContext.sql