Member since
03-21-2016
46
Posts
5
Kudos Received
7
Solutions
My Accepted Solutions
Title | Views | Posted |
---|---|---|
1038 | 01-08-2021 07:37 AM | |
4652 | 12-04-2020 07:12 AM | |
1273 | 10-22-2020 07:16 AM | |
1348 | 10-20-2020 06:56 AM | |
1454 | 09-09-2020 06:59 AM |
01-14-2021
01:32 PM
Your path should not include the "/hdfs://myserver" section. Also, I think you want to use the --warehouse_dir option. –warehouse-dir is used to specify a base directory within hdfs where SQOOP will create a sub folder inside with the name of the source table, and import the data files into that folder.
... View more
01-08-2021
07:54 AM
Cloudera Streaming Analytics 1.2.0 ships w/ Apache Flink 1.10 https://docs.cloudera.com/csa/1.2.0/support-matrix/topics/csa-system-req.html
... View more
01-08-2021
07:46 AM
CM uses BitTorrent to distrubte parcels so it's already very efficient. My recommendation would be to let CM do the work and not bother with trying to save yourself a few minutes.
... View more
01-08-2021
07:37 AM
KT should be installed in it's own cluster. From a security standpoint, you don't want other services on the box.
... View more
01-08-2021
07:31 AM
Here's a useful article... https://community.cloudera.com/t5/Support-Questions/How-do-I-resolve-clock-offset-issue/td-p/14602/page/2
... View more
12-11-2020
06:24 AM
If I understand your response, you have an NFS Server that’s timing out and clock offsets are out of sync. For the former, the NFS admin needs to address this. It’s not typical to run NFS on a Namenode BTW. For time sync, you need to be running NTP or chrony
... View more
12-09-2020
08:23 AM
Is this happening on a node install or have this node previously worked? If the former... 1. Verify SELinux is disabled 2. Run "df" from the CLI to ensure it responds in a timely manner 3. Verify you can ssh to the machine with the credentials you used for install 4. Verify you can reach the agent port (7182) from the CM. 5. Restart the agent If the later... 1. Have there been any filesystem changes? Check "df" to make sure it responds properly. 2. Verify forward and reverse DNS is working. You can use the CM Network Inspector for this. 3. Restart the agent
... View more
12-09-2020
06:19 AM
This is the executive summary from the the CVE link.... A security feature bypass vulnerability exists in the way Key Distribution Center (KDC) determines if a service ticket can be used for delegation via Kerberos Constrained Delegation (KCD). To exploit the vulnerability, a compromised service that is configured to use KCD could tamper with a service ticket that is not valid for delegation to force the KDC to accept it. The update addresses this vulnerability by changing how the KDC validates service tickets used with KCD.
... View more
12-09-2020
05:15 AM
>From CML, you could access Greenplum via JDBC.
... View more
12-07-2020
01:40 PM
You need to distribute the Cloudera clients. HDP and Apache clients are not supported.
... View more