$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
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.
>>
>>
>>
>&
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
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