Member since
06-09-2020
3
Posts
0
Kudos Received
0
Solutions
09-16-2021
04:27 AM
Please can you make sure the CDS is in correct path and file perission are good. scm user account ( typically cloudera-scm) should be able to access it regards Jay
... View more
09-16-2021
04:24 AM
Hi William Please try below URL. Note i do not confirm the code. https://github.com/cdarlint/winutils regards Jay
... View more
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