Re: Array Out OF Bound Exception

2015-08-29 Thread Akhil Das
, 2015 at 12:41 PM, SAHA, DEBOBROTA ds3...@att.com wrote: Hi , I am using SPARK 1.4 and I am getting an array out of bound Exception when I am trying to read from a registered table in SPARK. For example If I have 3 different text files with the content as below: *Scenario 1*: A1|B1

Re: Array Out OF Bound Exception

2015-08-29 Thread Raghavendra Pandey
out of bound Exception when I am trying to read from a registered table in SPARK. For example If I have 3 different text files with the content as below: *Scenario 1*: A1|B1|C1 A2|B2|C2 *Scenario 2*: A1| |C1 A2| |C2 *Scenario 3*: A1| B1| A2| B2| So for Scenario 1

Array Out OF Bound Exception

2015-08-24 Thread SAHA, DEBOBROTA
Hi , I am using SPARK 1.4 and I am getting an array out of bound Exception when I am trying to read from a registered table in SPARK. For example If I have 3 different text files with the content as below: Scenario 1: A1|B1|C1 A2|B2|C2 Scenario 2: A1| |C1 A2| |C2 Scenario 3: A1| B1| A2| B2

Re: Array Out OF Bound Exception

2015-08-24 Thread Michael Armbrust
that has less columns than you would expect. On Mon, Aug 24, 2015 at 12:41 PM, SAHA, DEBOBROTA ds3...@att.com wrote: Hi , I am using SPARK 1.4 and I am getting an array out of bound Exception when I am trying to read from a registered table in SPARK. For example If I have 3 different