A lateral view explode using HiveQL.  I'm hopping to add explode shorthand
directly to the df API in 1.4.

On Thu, Apr 2, 2015 at 7:10 PM, Denny Lee <denny.g....@gmail.com> wrote:

> Quick question - the output of a dataframe is in the format of:
>
> [2015-04, ArrayBuffer(A, B, C, D)]
>
> and I'd like to return it as:
>
> 2015-04, A
> 2015-04, B
> 2015-04, C
> 2015-04, D
>
> What's the best way to do this?
>
> Thanks in advance!
>
>
>

Reply via email to