Member since
09-29-2015
5243
Posts
22
Kudos Received
34
Solutions
My Accepted Solutions
| Title | Views | Posted |
|---|---|---|
| 2653 | 07-13-2022 07:05 AM | |
| 5694 | 08-11-2021 05:29 AM | |
| 3407 | 07-07-2021 01:04 AM | |
| 3038 | 07-06-2021 03:24 AM | |
| 4934 | 06-07-2021 11:12 PM |
03-23-2021
07:50 AM
For future reference adding here the link to our public documentation on how to connect NiFi with Hive on CDP.
... View more
03-23-2021
07:35 AM
1 Kudo
Please note, the instructions are also available in our public documentation under "Installing OpenJDK".
... View more
03-23-2021
07:09 AM
Please find here the Apache Hive tutorial and more information on selecting distinct values under the Aggregations section. For more on the Apache Hive content roadmap, please refer to our documentation.
... View more
03-23-2021
03:50 AM
Please find more about the "pros and cons to having hive jobs run as the hive user or the end user" vs. Ranger in our public Cloudera documentation for CDP: Enabling or disabling impersonation (doas)
... View more
03-23-2021
02:28 AM
To see more on Hive Managed and External tables, please see our public documentation for CDP Hive.
... View more
10-05-2020
02:32 PM
I tried this workaround for my installation on Ubuntu 18.04 and nothing...... the error is incomplete installation. I am installing this using the windows subsytem for Linux (windows 10) Do you know a workaround for this please? Thanks
... View more
10-01-2020
01:39 PM
1 Kudo
I appreciate you answer, i dont know the jira number but the case is solved by upgrading to hdp 3.1.5.
This is the link where you can find "descriptions of new features". Here they mention that hive and spark can interact in an easy way due to the fact that now they are using the same hive metastore. Right now we are using hdp 3.1.4, and when we want to write or read hive objects we have to use the hive warehouse connector, which, sometimes is too slow.
https://docs.cloudera.com/HDPDocuments/HDP3/HDP-3.1.5/release-notes/hdp-release-notes.pdf
Apache component
Hive
Feature areas, benefits, and links to further information
Core Capabilities • Support single catalog for Hive and Spark using the Hive Metastore (HMS) translation layer.
Regards,
... View more
09-29-2020
01:12 PM
I used the systemd. It worked great. Again, I appreciate everyone's help!
... View more
09-23-2020
03:51 AM
1 Kudo
Hi Experts, My issue is resolved now. I had raised a ticket with cloudera and they provided my with a modified yumrpm.py file which I replaced with my existing file. This new python had option to skip in case it encounters a blank package. Following are the steps to resolve my issue. 1) verify ambari-agent version is 2.6.2.2 by `ambari-agent --version` on problematic node 2) stop ambari-agent on problematic node 3)go to /usr/lib/ambari-agent/lib/resource_management/core/providers/package/ ~> cd /usr/lib/ambari-agent/lib/resource_management/core/providers/package/ 4) take bacup of yumrpm.py ~> mv yumrpm.py /tmp 5) download the attached yumrpm.py and keep it in /user/home/ananya 6) do an diff of ~> diff /tmp/yumrpm.py /user/home/ananya/yumrpm.py >>>(diff loooks similar too this) 263,267c263,264 < if len(name) == 0: < Logger.info("Skipping installation of empty package") < else: < Logger.info("Installing package %s ('%s')" % (name, string_cmd_from_args_list(cmd))) < self.checked_call_with_retries(cmd, sudo=True, logoutput=self.get_logoutput()) --- > Logger.info("Installing package %s ('%s')" % (name, string_cmd_from_args_list(cmd))) > self.checked_call_with_retries(cmd, sudo=True, > logoutput=self.get_logoutput()) <<<< 7) move the yumrpm.py to /usr/lib/ambari-agent/lib/resource_management/core/providers/package/ mv /user/home/ananya/yumrpm.py /usr/lib/ambari-agent/lib/resource_management/core/providers/package/ 😎 start ambari-agent Thanks and Regards, Ananya
... View more
09-22-2020
02:43 AM
Hi @iEason8 , you are welcome! Thank you for raising these questions and accepting the answer as a solution! Solved articles will surface better on search engines, hence other members with similar questions will find the answer easier. Best regards: Ferenc
... View more