Re: Array Out OF Bound Exception

2015-08-29 Thread Raghavendra Pandey
$iwC$$iwC$$iwC$$iwC$$iwC$$iwC$$iwC$$iwC$$iwC$$iwC$$iwC$$iwC$$iwC$$iwC$$iwC$$iwC$$anonfun$2.apply(:40) >> >> >> Check to make sure that you are properly handling data that has less >> columns than you would expect. >> >> >> >> On Mon, Aug 24, 2015 a

Re: Array Out OF Bound Exception

2015-08-29 Thread Akhil Das
t; > > > On Mon, Aug 24, 2015 at 12:41 PM, SAHA, DEBOBROTA 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. >> >> >> >&

Re: Array Out OF Bound Exception

2015-08-24 Thread Michael Armbrust
hat has less columns than you would expect. On Mon, Aug 24, 2015 at 12:41 PM, SAHA, DEBOBROTA 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

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