Member since
09-20-2023
20
Posts
5
Kudos Received
2
Solutions
My Accepted Solutions
Title | Views | Posted |
---|---|---|
181 | 10-16-2024 12:10 PM | |
766 | 10-30-2023 07:48 AM |
10-17-2024
04:56 AM
1 Kudo
Correction: 'Check the checkbox to Allow users to Run ML Runtimes'
... View more
10-01-2024
04:46 AM
1 Kudo
Thanks, but the reason I'm trying to establish an ODBC connection is because I'm using R.
... View more
09-26-2024
08:02 AM
I finally had success using HTTP transport. My .odbc.ini looks something like this: ``` [ODBC] ; Specify any global ODBC configuration here such as ODBC tracing. [ODBC Data Sources] Impala = Cloudera ODBC Driver for Impala [Impala] Driver=/opt/cloudera/impalaodbc/lib/universal/libclouderaimpalaodbc.dylib Description=Cloudera Impala ODBC Driver DSN Host=[datahub-name]-master0.hiaa-cdp.uvmh-kdle.a4.cloudera.site Port=443 Schema=default AuthMech=3 UseSASL=1 SSL=1 TransportMode=http httpPath=[datahub-name]/cdp-proxy-api/impala ```
... View more
08-06-2024
03:21 PM
@ipson Has the reply helped resolve your issue? If so, please mark the appropriate reply as the solution, as it will make it easier for others to find the answer in the future. If you are still experiencing the issue, can you provide the information @Scharan has requested? Thanks.
... View more
04-15-2024
06:17 AM
When I run this command via the cdp cli, it just returns a JSON like this: ``` { "archiveName": "[MY_FLOW_NAME].tar.gz" } ``` I want to get the actual flow definition.
... View more
04-05-2024
12:25 AM
1 Kudo
Hello @ipson To edit the entity in Atlas, you need to export the entity, which will be downloaded in zip format, extract the files, edit the required files, zip the file in its original order, and then import the updated files to Atlas in compressed format (zip). You can make use of export and import atlas api's to perform the above steps
... View more
03-26-2024
07:00 AM
That works. Thanks!
... View more
02-13-2024
11:19 AM
1 Kudo
Hi @ipson Please check table schema and verify if ('external.table.purge'='true') property is set using S This property controls how DROP TABLE and ALTER TABLE works. In case it is not present, then add this property for the required table( issue the ALTER TABLE stmt twice) ALTER TABLE t SET TBLPROPERTIES ('external.table.purge'='true');
ALTER TABLE t SET TBLPROPERTIES ('external.table.purge'='true'); The first invocation sets the property in HMS. The second one persists it to Iceberg metadata. Let me know if this helps.
... View more
12-07-2023
01:49 PM
1 Kudo
You can't listen for RSS, you have to call them since it's regular HTTP https://github.com/tspannhw/FLaNK-TravelAdvisory If there's no way to know when the page changes then you can't know. you can read it once an hour and keep the entire results in a cache (like HBase) and if it doesn't change throw it away
... View more
11-02-2023
01:35 PM
@ipson Has the reply helped resolve your issue? If so, please mark the appropriate reply as the solution, as it will make it easier for others to find the answer in the future. Thanks.
... View more