Member since
08-16-2015
97
Posts
16
Kudos Received
12
Solutions
My Accepted Solutions
Title | Views | Posted |
---|---|---|
893 | 07-11-2021 08:05 PM | |
1678 | 07-11-2021 06:37 PM | |
39646 | 06-04-2021 12:01 AM | |
1059 | 06-03-2021 11:43 PM | |
3472 | 04-26-2021 06:58 PM |
04-10-2021
01:26 AM
Hello I don't think you can add custom attributes to Glossary Term today One walk around you can try is to define a new Glossary Category like "Data Owners" Then you can define the list of data owners as terms under that category Next you can choose another Glossary Term, choose "Related Terms", you can choose one relation type, e.g. "isA" and link to the data owner Term you defined earlier Hope this helps
... View more
04-10-2021
12:31 AM
Hello Moving forward, Cloudera Runtime only provides parcel installation, RPM installation is no longer supported/provided
... View more
04-09-2021
10:05 PM
Hello Hive timestamp does support up to 9 digits decimal places (nano seconds) For your case, maybe you can check whether for those timestamp with none-zero nano seconds, e.g. 1750-01-01 00:00:00.123456789, whether such data can be exported correctly And for your example, 00:00:00.0 equals to 00:00:00, you didn't lose any precision, as it is zero nanosecond
... View more
04-09-2021
09:54 PM
Hello According to the documentation related to the state management, it will only pull the new files compared to last run https://nifi.apache.org/docs/nifi-docs/components/org.apache.nifi/nifi-azure-nar/1.5.0/org.apache.nifi.processors.azure.storage.ListAzureBlobStorage/ State management: Scope Description CLUSTER After performing a listing of blobs, the timestamp of the newest blob is stored. This allows the Processor to list only blobs that have been added or modified after this date the next time that the Processor is run. State is stored across the cluster so that this Processor can be run on Primary Node only and if a new Primary Node is selected, the new node can pick up where the previous node left off, without duplicating the data.
... View more
04-09-2021
06:36 PM
Hello Have you tried to tune the performance? https://docs.cloudera.com/HDPDocuments/HDP2/HDP-2.6.5/bk_command-line-installation/content/tune_llap.html
... View more
04-09-2021
06:28 PM
Hello Do you have an active subscription with Cloudera? All platform binaries are now behind paywall and only available for Cloudera customer to download details: https://www.cloudera.com/downloads/paywall-expansion.html
... View more
04-01-2021
06:41 AM
It looks like you have CDSW configured to use /dev/sdb for your docker block device: ERROR:: Error in pvcreate for [/dev/sdb]: 5 But somehow you also have /dev/sde set: ERROR:: Entries in DOCKER_BLOCK_DEVICES must only be block devices: [/dev/sde]: 1 Check your configuration for DOCKER_BLOCK_DEVICE in CM, it is possible that you have multiple disks set for some reason. (People often do this when they have multiple nodes and the disks are different on each node. You need to use the role group feature to do this instead of listing all of the disks.) A docker block device will be created on the master AND worker, so you should make sure that both machines hav a /dev/sde (or /dev/sdb) that is free and formatted. OR use role groups to set master to be dev/sdb and worker to be /dev/sde. >Also, please let me know if setting up DNS wildcard is adding the *domain name on /etc/hosts or any other DNS file of the linux server No. You need to go into the DNS server itself and add an entry for a wildcard DNS for your domain. It should be *.[your-cdsw-url]. You cannot use /etc/host entries; CDSW ignores /etc/host in containers. I have never set up a DNS server so I can't really help with this.
... View more
04-01-2021
06:32 AM
Did you run the Prepare Node step?
... View more
03-30-2021
08:08 AM
Hi @vishal_ Cloudera Express is no longer available, please see the announcement here: Cloudera Enterprise 6.3.3 Released …and scroll down to the section titled Important Note About Cloudera Express. With regard to your other questions, "how do I get the enterprise edition with the credentials. And what will be the cost for it", you can see answers to those two questions in this recent thread: Hadoop vendors. What @Daming Xue wrote above will be your best option if you're looking for a trial of an up-to-date Hadoop distribution.
... View more
03-30-2021
02:38 AM
I already tried it 11:35:11 CEST ERROR SelectHiveQL[id=0ccbb0ab-fcf7-3037-e2c0-0ea5f7799f7c] Unable to execute HiveQL select query SELECT * FROM global_2g; due to org.apache.commons.dbcp.SQLNestedException: Cannot create PoolableConnectionFactory (Could not establish connection to jdbc:hive2://173.249.11.251:10000/tables;: Required field 'serverProtocolVersion' is unset! Struct:TOpenSessionResp(status:TStatus(statusCode:ERROR_STATUS, infoMessages:[*org.apache.hive.service.cli.HiveSQLException:Failed to open new session: java.lang.RuntimeException:
... View more