Member since
10-01-2018
802
Posts
143
Kudos Received
130
Solutions
My Accepted Solutions
| Title | Views | Posted |
|---|---|---|
| 3072 | 04-15-2022 09:39 AM | |
| 2479 | 03-16-2022 06:22 AM | |
| 6558 | 03-02-2022 09:44 PM | |
| 2907 | 03-02-2022 08:40 PM | |
| 1919 | 01-05-2022 07:01 AM |
12-01-2020
01:10 AM
No, there is not any such feature. Basically this is more of a dependent feature of AD means AD server usually decides how many attempts a user did and use to lock the account for same for some time or until AD team unlock them. Hope this make sense.
... View more
11-29-2020
10:31 PM
This seems a problem with installation itself, I would suggest to reinstall the software. Caused by: java.lang.ClassNotFoundException: scala.Function0 at java.net.URLClassLoader.findClass(URLClassLoader.java:382) at java.lang.ClassLoader.loadClass(ClassLoader.java:418) at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:355) at java.lang.ClassLoader.loadClass(ClassLoader.java:351) ... 7 more Error: A JNI error has occurred, please check your installation and try again
... View more
11-29-2020
09:43 AM
@SangramM The issue seems to be with the bucket name or path where you are trying to copy the data. look at the exception this is not accepting the target path due to some special character. Error: java.lang.IllegalArgumentException: Invalid bucket name (eca02696p9u987tcbb55e477t94r3599baaf2469d4a99a19f78t5eebc4) or object name (testing/sc2_scam/src_rcv_ts=2020-11-25 23%3A25%3A23/000000_0) Caused by: java.net.URISyntaxException: Illegal character in path at index 109: gs://eca02696p9u987tcbb55e477t94r3599baaf2469d4a99a19f78t5eebc4/testing/sc2_scam/src_rcv_ts=2020-11-25 23%3A25%3A23/000000_0 So I would suggest you to rectify the path name. This general thread might help you in terms of syntaxes: https://stackoverflow.com/questions/749709/how-to-deal-with-the-urisyntaxexception
... View more
11-29-2020
09:20 AM
1 Kudo
@bvishal Once you installed the software suit you don't need /var/www/ content so it's safe to remove and reuse for next component installation whatever you want. You are good to go. However your described method for moving the content in diff dirt and server from there using http server is also fine but not needed at this point as we have build the cluster already. This is just temporary to install things. For Ref: https://docs.cloudera.com/cdp-private-cloud-base/7.1.3/installation/topics/cdpdc-using-internally-hosted-remote-parcel-repo.html
... View more
11-27-2020
09:43 AM
@WayneWang This thread might help you. https://community.cloudera.com/t5/Support-Questions/Changing-rack-awareness-in-a-running-Hadoop-cluster-in/m-p/56473/highlight/true#M48693
... View more
11-24-2020
11:08 PM
FSimage not in the journalnode,maybe the editlog is corrupted? you can copy the editlog from another healthy journal node overwrite the unhealthy one.
... View more
11-24-2020
05:26 AM
Thank you @GangWar for your fast reply. Best regards,
... View more
11-23-2020
11:54 PM
@vijaypabothu You have to make sure that Firewall is disabled and port is open and listening then only this can work. Try to open the port 7180 and disable Firewall first and then Hard restart the agent. https://creodias.eu/-/how-to-open-ports-in-linux-
... View more
11-23-2020
11:39 PM
@vijaypabothu the full log file can give a better picture of this issue. However this can be the reflections of few configuration issues e.g: 1. The permission 755 is not available on /tmp/hive in HDFS. 2. The dir /tmp/hive/hive is full or running out of space then you have to move the file from there etc.
... View more
11-23-2020
10:06 PM
@avengers Yes, only SSL port will work for SSL connection that's expected. So first rectify the ports and then see if the error comes again. Then testing the SSL connection using below or some similar command will help you to determine the issue. openssl s_client -verify 100 -showcerts -CAfile /etc/tls-certs/certificate.pem -connect <Impalahost>:25000
... View more