Hi, I found if the column value is too long, spark shell only show a partial result.
such as:
sqlContext.sql("select url from tableA”).show(10)
it cannot show the whole URL here. so how to adjust it? Thanks
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
