Member since
02-25-2021
4
Posts
1
Kudos Received
0
Solutions
11-21-2024
10:12 PM
1 Kudo
Hi @pravin_speaks Can you export the below before running the sqoop command and see if it helps? export HADOOP_CLIENT_OPTS="-Dsqoop.oracle.escaping.disabled=false -Djava.security.egd="file:///dev/../dev/urandom" Regards, Chethan YM
... View more
11-28-2021
10:16 PM
Hello, 1. First add the hosts to your /etc/hosts files e.g in my case $vi /etc/hosts 192.168.160.134 master.hadoop.com master 192.168.160.135 node1.hadoop.com node1 192.168.160.136 node2.hadoop.com node2 2. Restart cloudera-scm-agent on CM server $ sudo service cloudera-scm-agent restart This should resolve your issue. Regards, PC
... View more
02-26-2021
02:26 PM
1 Kudo
@pravin_speaks I would again strongly recommend you closely read the announcement I linked to above, Transition to private repositories for CDH, HDP and HDF because it has a section labeled Installing/upgrading Ambari & HDP via Cloudera’s private repository that in turn has links to extensive documentation on how to download and install certain earlier versions of Ambari and HDP; to be specific: Ambari 2.6.x.x and HDP 2.6.5.0 Ambari 2.7.x.x and HDP 3.x.x.x …as far as whether or not earlier "versions of Ambari and HDP can be downloaded if valid access is received from cloudera", that question is addressed in that same announcement, which states: …new patch releases of …Ambari have been made available and are required to access Cloudera’s private repositories, which now contain these new and existing releases. Versions other than those outlined below will no longer be able to install CDH, HDP or HDF from Cloudera’s public repositories. Emphasis added.
... View more