Member since
11-30-2020
33
Posts
0
Kudos Received
0
Solutions
02-01-2022
12:05 AM
Is it possible for you to post your sample sqoop job? Thanks @sass
... View more
08-18-2021
03:31 AM
@apathan thank you ! this is what I really needed. saved my time .. I had the same error while bringing up the CM UI. had Java 7 before and the jar file wasnt compatible. So updated the Java 8 and it worked like a charm.
... View more
05-27-2021
10:15 PM
@sass For the express versions also, you will not be able to add new nodes and anything related to parcels without a valid license.
... 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-15-2021
04:12 AM
@sass You can use Local Repository method in air-gapped clusters. Using this method you have to host internal Repo by which nodes will get the parcels. Follow the doc: https://docs.cloudera.com/documentation/enterprise/5-16-x/topics/cm_ig_create_local_parcel_repo.html NOTE: Please we aware about the paywall expansion, means you need subscription to download the parcels. https://community.cloudera.com/t5/Support-Questions/How-do-I-get-repository-credentials/m-p/311145#M... https://community.cloudera.com/t5/Support-Questions/https-archive-cloudera-com-cm6-6-2-0-ubuntu1604-...
... View more
03-09-2021
11:21 PM
@sass First you should resolve the NTP issue as if you install the packages manually still you are going to face issue between communication. So time sync between server is the first step you should take. You can refer this NTP guide to troubleshoot : http://support.ntp.org/bin/view/Support/TroubleshootingNTP
... View more
03-02-2021
07:17 AM
@sass There may be an issue with curl version itself or you can try -k in the curl command. Also check out this : https://access.redhat.com/solutions/2989291
... View more
02-24-2021
12:20 AM
@sass You can check the supported versions of database below and then choose anyone to upgrade to. https://docs.cloudera.com/documentation/enterprise/release-notes/topics/rn_consolidated_pcm.html#cdh_cm_supported_db The packages you listed are SQL packages not the DB so DB server upgrade should take care of the dependencies. CM server just need a DB running in healthy state with all configuration set rightly.
... View more
02-21-2021
06:55 AM
@sass If that server is not using any DB then you can remove that. For DB upgrade you just have to upgrade DB as per vendors instructions and after that just check the db.properties file if that's having all the correct details. That's all we need.
... View more