Member since
01-07-2020
64
Posts
1
Kudos Received
0
Solutions
04-06-2022
01:12 AM
1 Kudo
@drgenious can you share more details on the query executed and log details to check further? this error can happen for multiple reasons like data type, memory etc. it does not show the real reason. attach the trace along with other details requested.
... View more
03-17-2022
12:05 PM
Hello @drgenious Please reach out to certification@cloudera.com. Was your question answered? Make sure to mark the answer as the accepted solution. If you find a reply useful, say thanks by clicking on the thumbs up button.
... View more
02-28-2022
05:25 AM
Hi , Previous execution means previous workflow execution or previous action execution with in a workflow? I think as i know if you have multiple actions with in a wokflow next action will start only if previous action is succeeded otherwise it fails. If its not working like this can you give the info output for that workflow id? oozie job -oozie http://<oozie-server-host>:11000 -info <workflow-id> Regards, Chethan YM
... View more
02-16-2022
06:21 AM
Hi, As i seen till now there is no such way to rerun the job automatically when it is failed, I think you have to rerun it manually as you do always. If you want this type of behaviour you may need to create custom scripts as per your requirements. Regards, Chethan YM
... View more
02-16-2022
05:32 AM
Hi, To look into the issue we need a complete error stack-trace can you please attach it? Also is this happens every-time after impala restart? Regards, Chethan YM
... View more
02-16-2022
04:40 AM
Hi @drgenious please change the dropdown option then you can 1) Document ---> Actions 2) then select shell and write your script. 3) if this option is not coming then check with the Cloudera patch.
... View more
01-08-2022
07:17 PM
Can you take a look at the below links for creating the ORC table with the Snappy compression question? https://community.cloudera.com/t5/Support-Questions/Data-Compression-Doesn-t-work-in-ORC-with-SNAPPY-Compression/td-p/172151 https://community.cloudera.com/t5/Support-Questions/Snappy-vs-Zlib-Pros-and-Cons-for-each-compression-in-Hive/m-p/97110 https://community.cloudera.com/t5/Community-Articles/Performance-Comparison-b-w-ORC-SNAPPY-and-ZLib-in-hive-ORC/ta-p/246948
... View more
01-08-2022
04:40 AM
@drgenious You can use set hive.merge.tezfiles=true; to fix merge file issue
... View more
11-11-2021
09:14 AM
Hello @drgenious Thanks for using Cloudera Community. We hope the response by @balajip was helpful for your ask. Additionally, We wish to share a few details: Your Question points to "How To Make Query Faster". Ideally, Impala would use Parallelism for executing a Query in fragments across Executors. As such, the 1st review should be using Impala Query Profile of the SQL to identify the Time taken at each Phase of SQL Execution. Refer [1] & [2] for few Links around Impala Query Profile. Once the Phase taking the Most Time is identified, Fine-Tune accordingly. Simply increasing the Impala Executors Daemon or using a Dedicated Coordinator may not be helpful, unless the SQL's Slow Fragment(s) are identified. Kindly review & let us know if you have any further ask in the Post. Regards, Smarak [1] https://cloudera.ericlin.me/2018/09/impala-query-profile-explained-part-1/ [2] https://docs.cloudera.com/runtime/7.2.10/impala-reference/topics/impala-profile.html
... View more
11-10-2021
04:26 AM
Hi @ChethanYM, 1)Unfortunately I haven't keep the full log from the query. 2)Exactly, this is my issue. 3)From impala shell. 3)If QUERY_TIMEOUT_S it is then it has the default value. Regards , Teo
... View more