Member since
07-13-2016
22
Posts
1
Kudos Received
0
Solutions
07-13-2016
10:25 AM
Thank you @Dileep Kumar Chiguruvada it works now. I had to use sqoop and import the contents into a temp table ( which wasn't partitioned) and after use this temp table to insert into the actual partitioned tables. Couldn't really find a direct way to ingest data directly into a partitioned table which has more than 1 columns which are partitioned using sqoop.
... View more
07-04-2016
10:33 AM
Thank you guys! @Takahiko Saito @Benjamin Leonhardi @apathak I tried changing the number fields to Decimal(36,2) again and this time it works without any problem. Thanks once again for your quick response.
... View more
06-27-2016
07:22 AM
Maybe it's not the only issue, but you have to specify an alias for the subquery. Try doing this and let us know if you have other issues or the same error still remains...
... View more
02-05-2016
08:20 PM
@Parinita Kothari
... View more