Member since
03-06-2020
114
Posts
3
Kudos Received
0
Solutions
10-09-2020
11:55 AM
@Mondi You can use the below property to use a specific queue for hue jobs. set below property before running query in hue. set mapred.job.queue.name=<hue_queue>;
... View more
10-06-2020
04:22 AM
@Mondi As you know Atlus is not packaged with Cloudera 6.x version so this is very tedious to install on same. Also if you managed to install the Atlus even this can not guarantee to work with Cloudera 6.x version as there are so many dependencies and Configurations inbuilt which needs to work in CM. Anyway you can take a look at this doc to give a try: http://atlas.apache.org/2.0.0/InstallationSteps.html
... View more
09-30-2020
11:36 AM
1 Kudo
@Mondi You can choose any convenient path. Both CM/CDH 5.x and 6.x support RHEL7.2. So you can upgrade the CM/CDH first and then perform an OS upgrade. See the below docs for help. https://docs.cloudera.com/cdp-private-cloud/latest/upgrade-cdh/topics/ug_os_upgrade.html https://docs.cloudera.com/documentation/enterprise/6/release-notes/topics/rg_os_requirements.html#c63_supported_os
... View more
09-22-2020
01:06 AM
Hello @Mondi , thank you for asking for clarification if CDP has a Cloudera Express-like "no license required" distribution. Our licensing strategy changed and you can find the details about it here. For your convenience, I am pasting here a part of the "Subscription Agreement" section that might be relevant for you: "3. Will Cloudera offer Developer or Trial software Subscriptions? Customers and developers will be able to access our products with a subscription agreement with Cloudera. We will have partner development subscription agreements for developers through our Cloudera Connect Partner Program, and free (unsupported) short-term trial subscriptions through Cloudera.com." Based on the documentation Cloudera Express is discontinued from version 6.3.3. Hope it clarifies, let us know, please! Kind regards: Ferenc
... View more
09-22-2020
12:19 AM
Hello @Mondi , When you install CDP Trial Version, it includes an embedded PostgreSQL database and is not suitable for a production environment. Please check this information for more details. Also, find how to end the trial or upgrade trial version and Managing licenses
... View more
09-21-2020
03:44 AM
1 Kudo
@Mondi Please refer below document, you can setup a local package repository for Cloudera Manager upgrade. https://docs.cloudera.com/documentation/enterprise/latest/topics/cm_ig_create_local_package_repo.html#internal_package_repo For CDH upgrade you can follow below document https://docs.cloudera.com/cdp-private-cloud-base/7.1.3/installation/topics/cdpdc-using-local-parcel-repository.html Hope this helps, Paras 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
08-26-2020
09:26 AM
You cannot perform an in-place encryption of an existing directory. You need to create an encryption zone and move data to the encryption zone. Here's the docs with the procedure.
... View more
08-12-2020
08:24 AM
@Mondi It is not compulsory to enable SSL but recommended to prevent the passage of plain text key material between the KMS and HDFS data nodes. You can continue to install Java Keystore KMS without adding SSL configurations. Hope this helps, Paras 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
08-06-2020
06:27 AM
@Mondi you should be able to enable the HBASE plugin by editing the hue.ini file from your admin console and telling it the HBASE Thrift Server. Reference https://docs.gethue.com/administrator/configuration/connectors/#hbase for the information below. HBase Specify the comma-separated list of HBase Thrift servers for clusters in the format of “(name|host:port)": [hbase]
hbase_clusters=(Cluster|localhost:9090) In the full reference above there are some additional hbase artifacts for impersonization and kerberos.
... View more
07-29-2020
10:50 PM
@Mondi Please refer below document which explains steps to configure jar for UDFs. You can configure the cluster in one of several ways to find the JAR containing your UDF code, and then you register the UDF in Hive. https://docs.cloudera.com/documentation/enterprise/latest/topics/cm_mc_hive_udf.html#xd_583c10bfdbd326ba--43d5fd93-1410993f8c2--7ea3 Hope this helps, Paras 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