Re: How can i convert below DataFrame array to string

2017-03-13 Thread Suresh Ayyavoo
park.sql.functions.explode > > > For Spark questions like this, try stackoverflow > > spark.apache.org/community.html > > > > > -- > *From:* Suresh Ayyavoo > *Sent:* Sunday, March 12, 2017 8:53:52 PM > *To:* users@zeppelin.apache.org &

Re: How can i convert below DataFrame array to string

2017-03-13 Thread Felix Cheung
Suresh Ayyavoo Sent: Sunday, March 12, 2017 8:53:52 PM To: users@zeppelin.apache.org Subject: How can i convert below DataFrame array to string Hi All, How can i convert below DataFrame [accountID: array, completed_at: array, created_at: array] to [accountID: string, completed_at: string, crea

How can i convert below DataFrame array to string

2017-03-12 Thread Suresh Ayyavoo
Hi All, How can i convert below DataFrame [accountID: array, completed_at: array, created_at: array] to [accountID: string, completed_at: string, created_at: string] root |-- accountID: array (nullable = true) ||-- element: string (containsNull = true) |-- completed_at: array (nullable