Member since
11-14-2019
18
Posts
1
Kudos Received
3
Solutions
My Accepted Solutions
Title | Views | Posted |
---|---|---|
6688 | 06-29-2020 04:14 AM | |
3459 | 03-03-2020 11:55 PM | |
7970 | 02-04-2020 06:22 AM |
07-03-2020
05:51 AM
Hello @amitkumarDR : Kindly check both kdc.conf and krb5.conf. https://docs.cloudera.com/documentation/enterprise/5-13-x/topics/sg_kerberos_troubleshoot.html
... View more
06-29-2020
08:22 AM
Hello @sarm : Kindly let me know what is the hdfs rack configuration and configurations related to data storage.
... View more
06-29-2020
08:19 AM
Hello @hitachi_ben : Have you gone through the cloudera documentation links ?? for the version what you have.. I meant the general administration document would give some knowledge and about adding extensions if they have explicitly mentioned you can proceedwith that. References: https://docs.cloudera.com/documentation/enterprise/5-3-x/topics/cm_mc_rolling_restart.html https://docs.cloudera.com/documentation/enterprise/5-3-x/categories/hub_administrators.html
... View more
06-29-2020
04:43 AM
@Lakshu : thanks for quick response 🙂 good to hear that works ....
... View more
06-29-2020
04:14 AM
1 Kudo
@Lakshu : Seems to be configuration issue, your code doesnt find the correct region as per the configration. Go through hbase site xml files for the below configuration parameters, if not found add: hbase.thrift.support.proxyuser --> true hbase.regionserver.thrift.http --> true Add these configurations and restart the hbase and let me know how this works.
... View more
06-29-2020
04:06 AM
@Lakshu : Did u get this while running a phoenix sqlline ?? Are u trying to run a phoenix sql query within this sqlline utility.. Be precise so that we could get this resolved.
... View more
05-28-2020
06:30 AM
@TCloud : API calls would be recommended, if you are doing sql calls it might be some burden to the underlying layer. If you try to API it will go via system and predefined things you can fetch. ~ Govind
... View more
05-28-2020
06:05 AM
Try your table name with CAPITAL letters.
... View more
05-25-2020
05:14 AM
https://issues.apache.org/jira/browse/HIVE-13037 Perhaps this may make you see some insights
... View more
03-03-2020
11:55 PM
Fixed: This is what i infered, while running spark the mode is made as client as you see below: Parsed arguments: master local[*] deployMode null executorMemory null executorCores null totalExecutorCores null propertiesFile /usr/hdp/current/spark2-client/conf/spark-defaults.conf driverMemory 4g driverCores null driverExtraClassPath null driverExtraLibraryPath /usr/hdp/current/hadoop-client/lib/native:/usr/hdp/current/hadoop-client/lib/native/Linux-amd64-64 driverExtraJavaOptions null supervise false queue default numExecutors null files null pyFiles null archives null mainClass null primaryResource pyspark-shell name PySparkShell childArgs [] jars null packages null packagesExclusions null repositories null verbose true When we use --master yarn this gets success !! .
... View more