Member since
02-22-2016
32
Posts
3
Kudos Received
0
Solutions
07-31-2024
11:57 AM
This is currently not supported. I would recommend you to raise a git issue (enhancement or feature) for this and add in the usecase and other details there so the team would review and take it forward. https://github.com/cloudera/hue/issues
... View more
05-26-2024
08:58 PM
1 Kudo
Thanks for the response. Option 3 seems to be deprecated as the plug in no longer maintained. Not sure will it still work.
... View more
05-23-2024
01:30 PM
@npdell 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
03-12-2024
09:59 PM
1 Kudo
@npdell, Did the response assist in resolving your query? If it did, kindly mark the relevant reply as the solution, as it will aid others in locating the answer more easily in the future.
... View more
09-27-2023
05:01 AM
Maybe you can combine these two for a failed job alert:
“Configuring Custom Alert Scripts”
“Configuring Log Alerts”
My thought process is, that in the RM log, there is a very reliable pattern when a job fails (e.g. finalStatus=FAILED), so you could set up a Log Alert for that.
... View more
08-17-2020
07:43 AM
@npdell curious to know if you have fixed the above issue and what you did.
... View more
05-10-2019
02:02 PM
By default, in Hive, Parquet files are not written with compression enabled. https://issues.apache.org/jira/browse/HIVE-11912 However, writing files with Impala into a Parquet table will create files with internal Snappy compression (by default).
... View more
11-05-2017
06:52 AM
@mbigelow Hi mbigelow, I tried to use LIKE in the CM API with now success: I ahve one like this: curl -u 'xxxx':'xxxx' 'http://CM_server.domain.com:7180/api/v11/clusters/cluster/services/impala/impalaQueries?from=2017-10-10T00:00:00&to2017-10-11T00:00:00&limit=1000&filter=statement RLIKE ".*fawzea.*"' >>f.json Can you help
... View more