Member since
11-26-2015
20
Posts
3
Kudos Received
1
Solution
My Accepted Solutions
Title | Views | Posted |
---|---|---|
2842 | 09-30-2016 01:34 AM |
05-24-2021
06:46 PM
Hi below are some pointers just in case not tried ( which I believe you using them ) set the column value to TIMESTAMP -- ( map-column-hive <cols_name>=TIMESTAMP) Then please keep in mind the column should be bigint The main issue is the format. Parquet represent time in "msec" where as impala will interpret BigInt as "sec" so to get correct value you need to take care at query level. ( divide by 1000) Regards Jay
... View more
09-30-2016
01:34 AM
1 Kudo
Sqoop Probelm solved: From CM -> Sqoop -> Actions -> upgrade Sqoop
... View more
09-01-2016
05:45 AM
Thanks for the feedback, the point is that after the configuration of the cluster performed by Cloudera Director there was no time synchonization setup. Cheers Johann
... View more