Member since
02-26-2022
130
Posts
1
Kudos Received
0
Solutions
09-30-2023
02:48 AM
Thanks samanta
... View more
09-26-2023
09:08 PM
Hi Shashank, Is the map reduce jobs are failing ? If you are concerned about the ERROR:Tools helper /usr/hdp/3.0.1.0-187/hadoop/libexec/tools/hadoop-distcp.sh was not found https://issues.apache.org/jira/browse/HADOOP-17042 This will not impact the DistcpJob
... View more
04-24-2023
09:02 PM
I think in case of other built-in services like HDFS and Yarn, there are some kind of health tests that trigger alerts when any one role goes down. What I want to know is how to implement this feature with a custom service created using CSD framework. I couldn't find anything relevant in the CSD doc: https://github.com/cloudera/cm_ext/wiki
... View more
12-18-2022
05:31 AM
@MEFTAH1997 Kindly share the zeppelin logs for the timeframe when login failed. Also check if you are hitting the same issue as below. https://community.cloudera.com/t5/Customer/ERROR-quot-org-apache-shiro-authc-AuthenticationException/ta-p/319320 Solution: To resolve this issue you can try the below steps.
------
usermod -a -G shadow zeppelin
chgrp shadow /etc/shadow
chmod 040 /etc/shadow
rm -f /var/run/nologin
----- If you found that the provided solution(s) assisted you with your query, please take a moment to login and click Accept as Solution below each response that helped.
... View more
12-12-2022
08:54 PM
Hi Hanzala, Thank you for raising concern in community. If the snapshot is moved then the info will not the show the below error:: -------------- Reading snapshot /var/lib/zookeeper/version-2/snapshot.6801207d537 There might some disk issue which cause the snapshot to be not end the file properly from the problematic zookeeper 1.move the ZK's Data Directory to backup Directory
2. Copy the transition logs and version-2/* from any running zookeeper to problematic zookeeper node
3. Then try starting problematic ZK node again And please update us the new log
... View more
11-17-2022
04:39 AM
hi @Samanta001 unfortunately pyspark has no interaction with kudu to interact with kudu (create, insert, delete) only works with scala or java api for that you should use spark-shell
... View more
11-17-2022
03:12 AM
Hi , We need to increase the timeout for phoenix query by the below configuration phoenix.query.timeoutMs Client-side property specifies the number of milliseconds after which a query will timeout on the client. The default is 10 min. 600000
... View more
11-17-2022
03:09 AM
Hi, This a BUG from Phoenix if I use upsert with null value, it "insert" the field with 0x00 0x00 bytes values and we cannot change https://issues.apache.org/jira/browse/PHOENIX-6583 Please check the above BUG jira
... View more
11-17-2022
03:08 AM
Hi, This a BUG from Phoenix if I use upsert with null value, it "insert" the field with 0x00 0x00 bytes values and we cannot change https://issues.apache.org/jira/browse/PHOENIX-6583 Please check the above BUG jira
... View more