Member since
03-06-2020
406
Posts
56
Kudos Received
37
Solutions
My Accepted Solutions
| Title | Views | Posted |
|---|---|---|
| 390 | 08-29-2025 12:27 AM | |
| 1020 | 11-21-2024 10:40 PM | |
| 977 | 11-21-2024 10:12 PM | |
| 3046 | 07-23-2024 10:52 PM | |
| 2142 | 05-16-2024 12:27 AM |
07-06-2021
11:54 PM
Hi. @roshanbi, Has any of the replies 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, kindly provide more information that can help the experts help you.
... View more
07-06-2021
01:31 AM
@wbaihp, has any of the replies helped resolve your issue? If so, can you please mark the appropriate reply as the solution? It will make it easier for others to find the answer in the future.
... View more
07-04-2021
11:36 PM
Hi @roshanbi , We can confirm you that the type of Kudu's column cannot be changed after it is created. One is that in the Known issue of document [1], the following information is explained. Non-alterable Column Types Kudu does not allow the type of a column to be altered. The second is that in the Impala documentation, there is no description that you can change the field type of Kudu. [1]. https://kudu.apache.org/docs/schema_design.html#known-limitations After your review you can accept this as a solution and it helps others who are looking for the same. Thank you, Chethan YM
... View more
06-25-2021
12:25 AM
Thanks for your reply @ChethanYM , But it's not work.. My colleague have find the solution , it's another key to modify: hive.server2.parallel.ops.in.session = true Michael
... View more
06-23-2021
07:12 AM
Hi @uraz , Please paste the entire console output or screenshot of the error you are facing..Also check the HS2 logs if there is any exception please do attach that as well..
... View more
06-21-2021
11:03 PM
Hi @ChethanYM, I just use hadoop. I followed This tutorial , but I did the installation steps of hadoop only. https://www.youtube.com/watch?v=71EQblrUPRM&t=1375s
... View more
06-21-2021
01:42 AM
I can confirm that we suffer from this problem as well. The URL mentioned in the documentation (e.g. on this page: https://docs.cloudera.com/runtime/7.2.9/configuring-oozie/topics/oozie-enabling-the-oozie-web-console-on-managed-clusters.html) simply does not work any more: http://tiny.cloudera.com/oozie-ext-2.2 So either it needs to be fixed, or the documentation needs to be updated to contain a correct URL.
... View more
06-16-2021
11:00 PM
Thank you. This worked. I have another question, so this particular job now failed again for OOM but what's weird is that if I run this with the same driver memory settings via spark-submit it uses considerably less memory, and using oozie i keep getting failures even though I continue to increase the AM container size. is there any particular reason why the AM container uses much more memory using oozie?
... View more
06-14-2021
08:16 AM
Hi , Can you attach the screenshot of the sqoop command that you are running with an exception ?, It seems to be you are running it from MySql command line can you exit from there and run it through normal terminal session.
... View more
06-11-2021
03:16 AM
Hi , Thanks for the reply . As i mentioned that i have run the insert ino tableA select * from tableB (Assume Delta calculation query). Yes , we have managed table in hive and hive version is 3.0 where ACID are enabled by default .We have created the Hive managed table through HUE and executed the delta query via NiFi PutHQL processor and we got the error intermittently .
... View more