Member since
08-16-2015
97
Posts
16
Kudos Received
12
Solutions
My Accepted Solutions
Title | Views | Posted |
---|---|---|
906 | 07-11-2021 08:05 PM | |
1700 | 07-11-2021 06:37 PM | |
39831 | 06-04-2021 12:01 AM | |
1071 | 06-03-2021 11:43 PM | |
3516 | 04-26-2021 06:58 PM |
07-11-2021
08:05 PM
Hello You are welcomed to trial Cloudera CDP platform, you can find more details here: https://docs.cloudera.com/cdp-private-cloud/latest/release-guide/topics/cdpdc-trial-download-information.html
... View more
06-04-2021
12:01 AM
1 Kudo
Hello The table column type must match the columnar file format of the Parquet file, else you will result in the error you got One way if you prefer to use string instead of double for that data attribute, you can recreate the parquet file with the column type of string
... View more
06-03-2021
11:54 PM
Hello You can take a look of the Cloudera Manager Agent logs, and get the details about the issue Reference: https://docs.cloudera.com/cdp-private-cloud-base/7.1.6/managing-clusters/topics/cm-manage-agent-logs.html
... View more
06-03-2021
11:43 PM
Hello It is common for customer to run preferred 3rd party component along side with the CDP cluster, and for your case, you can deploy Flume on the edge nodes of the cluster
... View more
05-15-2021
10:29 PM
@Daming Xue Namespace is created. [serverUri=node6.cloudera.com:10000;version=3.1.3000.7.1.3.0-100;sequence=0000000018]
... View more
05-14-2021
12:42 AM
Hello Kafka is "pub and sub" If you plan you to use Spark, you can use Spark to subscribe to the topics and get the message Here is one example using Spark Streaming https://docs.cloudera.com/runtime/7.2.8/developing-spark-applications/topics/spark-streaming-example...
... View more
05-13-2021
07:28 PM
Hello Please check the below instructions (HDP platform) and make sure you are following the right steps https://docs.cloudera.com/HDPDocuments/HDP3/HDP-3.1.4/fault-tolerance/content/update_the_hive_metastore.html If you are using pure open source, you can seek helps from Hive community forum
... View more
05-09-2021
01:23 AM
Yes I got the error by changing and keeping the same size and also trimmed the file little bit
... View more