Member since
12-08-2017
8
Posts
0
Kudos Received
0
Solutions
01-17-2024
06:11 AM
Hello, Based on this example in Iceberg doc I tried to create a table using a custom hadoop catalog. Using Hue in CDP 7.2 I performed SET iceberg.catalog.hadoop_cat.type=hadoop;
SET iceberg.catalog.hadoop_cat.warehouse=s3a://my-bucket/hadoop_cat_warehouse;
CREATE TABLE iceberg_hadoop_cat_table (id Integer,name String) STORED BY 'org.apache.iceberg.mr.hive.HiveIcebergStorageHandler' TBLPROPERTIES ('iceberg.catalog'='hadoop_cat'); But received Error while compiling statement: FAILED: Execution Error, return code 40000 from org.apache.hadoop.hive.ql.ddl.DDLTask. java.lang.IllegalArgumentException: Table location not set Did I miss something ? Is CDP suporting that ? Thanks, Laurent
... View more
Labels:
- Labels:
-
Apache Iceberg
12-08-2021
06:35 AM
Hello @smdas, After having added DEAdmin & DEUser to my user I can now get the token et use jobs REST API. Thanks for your help. Regards, Laurent
... View more
12-02-2021
06:18 AM
Last update : Using a previous password which I think is the current one I bypassde the http 401 and now face a http 403 forbidden when doing : curl -v -u [user]:[pass] https://service.cde-[...].cloudera.site/gateway/authtkn/knoxtoken/api/v1/token I tried adding my user to Knox ranger policies and resync user with env but no success
... View more
12-02-2021
03:01 AM
No curl command is now returning http 401 that's why I wanted te reset my password but when doing so I face a 404 after password reset form submit
... View more
12-02-2021
01:25 AM
Hello @smdas, Thanks for your answer. After recreating a new environment I am now able to reach /gateway/authtkn/knoxtoken/api/v1/token endpoint (I guess issue was in subnets connectivity) but now I face another issue : /gateway/authtkn/knoxtoken/api/v1/token endpoint is giving a 401 ERR_INVALID_AUTH_CREDENTIALS. I then tried to reset my workload user password but got a 404 after submitting the form (same issue was seen with some users in our org but not all) which is now my current blocker to move forward with CDE. Thanks in advance for your help. Laurent
... View more
11-30-2021
05:29 AM
Hello, Following https://docs.cloudera.com/data-engineering/cloud/api-access/topics/cde-api-get-access-token.html I am unable to get a response from the curl command, just hanging. Maybe it would finish with a timeout. Seems this endpoint is not accessible. Any help to troubleshoot is welcomed.
... View more
Labels:
- Labels:
-
Cloudera Data Engineering (CDE)