Member since
07-09-2019
361
Posts
97
Kudos Received
56
Solutions
My Accepted Solutions
Title | Views | Posted |
---|---|---|
842 | 08-26-2024 08:17 AM | |
1297 | 08-20-2024 08:17 PM | |
501 | 07-08-2024 04:45 AM | |
622 | 07-01-2024 05:27 AM | |
529 | 06-05-2024 06:25 AM |
06-27-2020
01:03 AM
@shrikant_bm Can you try changin "sun.security.krb5.disableReferrals=false" to "sun.security.krb5.disableReferrals=true" in java.security file under JDK HOME on namenode host Example: /usr/java/jdk1.8.0_252/jre/lib/security/java.security file.
... View more
06-05-2020
06:00 AM
@shrikant_bm Can you confirm java version
... View more
01-12-2020
03:40 AM
@murali2425 Refer https://community.cloudera.com/t5/Community-Articles/Storing-Apache-NiFi-Versioned-Flows-in-a-Git-Repository/ta-p/248713
... View more
11-14-2019
09:56 PM
@jeff_watson To enable debug on superset logs, follow below steps Stop Superset from Ambari Add this line at the end of /usr/hdp/current/superset/lib/python3.4/site-packages/superset/__init.py logging.getLogger('flask_appbuilder').setLevel(logging.DEBUG) 3. Then Start superset manually using following command source /usr/hdp/current/superset/conf/superset-env.sh ; /usr/hdp/current/superset/bin/python3.4 /usr/hdp/current/superset/bin/gunicorn --log-level debug -b `hostname`:9088 superset:app
... View more
11-07-2019
09:15 PM
@Manoj690 Check if their is any ranger policy or you can try disabling Authorization for HiveServer2 as follows: ### Ambari UI > Hive > Configs > Advanced > Advanced Hiveserver2-Site > Uncheck "Enable Authorization" Option > Restart Hive Service and run the query
... View more
11-07-2019
06:13 AM
@nicolamarangoni can you share interpreter settings
... View more
11-07-2019
06:06 AM
1 Kudo
@Harish-hadoop Add the queue name in hive.url property in jdbc interpreter settings hive.url=jdbc:hive2://<zookeeper quorum>/;serviceDiscoveryMode=zooKeeper;zooKeeperNamespace=hiveserver2?tez.queue.name=<Queue Name> EXAMPLE: hive.url= jdbc:hive2://test1:2181,test2:2181,test3:2181/;serviceDiscoveryMode=zooKeeper;zooKeeperNamespace=hiveserver2?tez.queue.name=sai
... View more
11-07-2019
02:51 AM
It looks like now you are able to open HBase shell. If the table is disabled, "> is_disabled ’t1′ "command will return true. ERROR: org.apache.hadoop.hbase.NotServingRegionException: hbase:meta,,1 is
not online on gaian-lap386.com,16020,1573102321915 Check is the region server on gaian-lap386.com is up and running
... View more
11-07-2019
01:01 AM
@Manoj690 Jdk 11 is not yet tested, refer below document https://hbase.apache.org/book.html#java
... View more