Member since
09-17-2020
8
Posts
0
Kudos Received
0
Solutions
12-07-2020
09:17 AM
These are good questions that come up frequently. https://docs.cloudera.com/runtime/7.2.2/administering-kudu/topics/kudu-security-trusted-users.html discusses the issue. In summary, Hive/Impala tables (i.e. those with entries in the Hive Metastore) are authorized in the same way, regardless of whether backing storage is HDFS, S3, Kudu, HBase, etc - the SQL interface does the authorization to confirm that the end user has access to the table, columns, etc, then the service accesses the storage as the privileged user (Impala in this case). In this model, if you create an external Kudu table in Impala and give permissions to a user to access the table via Impala, then they will have permissions to access the data in the underlying Kudu table. The thing that closes the loophole here is that creating the external Kudu table requires very high privileges - ALL permission on SERVER - a regular user can't create an external Kudu table pointed at an arbitrary Kudu cluster or table.
... View more
12-06-2020
11:46 PM
Yeah, that was my bad. However, this didn't help. I want to get warnings that I get from impala-shell when warning like below happens. Or at least something that can indicate these warnings to process it properly. WARNINGS: Error converting column: 0 to DECIMAL(38,15) Error parsing row: file: hdfs://hdpmigr.gaz.ru:8020/db1/t1/t1.csv, before offset: 52 Method getWarnings() doesn't help, probably there is another method to get it
... View more
10-15-2020
03:24 AM
After careful exploration of logs I have found some strange behavior and cant explain it. After restart there are maximum 2 vcores, that can be allocated for this queue. However, when I launch jobs, I see more vcores allocated than max for this queue. Screenshots below are made one after another. Why does it happen?
... View more
09-29-2020
03:21 AM
2 Kudos
@Pavel_kostyukov You have to install on the need basis, if you need them then you can install by following below document. https://docs.cloudera.com/documentation/enterprise/latest/topics/impala_udf.html#udf_demo_env
... View more