Member since
06-09-2020
3
Posts
0
Kudos Received
0
Solutions
09-16-2021
08:59 AM
@Jaydeep_Ta The permissions are in place and owner is cloudera-scm user. It have 644 permission. I tried to install the same on 5.16 and it is working without any issues. Only 5.10 is having issue.
... 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