I have setup a 3-node ambari cluster (3 VMs running CentOS 7), with hive just one of the services. All the other services have started, along with the hive clients on all the hosts and the hive metastore. However, starting the hiveserver2 fails. The starting logs show the following exception: caught exception: ZooKeeper node /hiveserver2 is not ready yet. Sleeping for 10 sec(s) Could anybody help me out please?
Hiveserver2 not starting - caught exception: ZooKeeper node /hiveserver2 is not ready yet
1.4k Views Asked by Hamza E. Khan At
1
There are 1 best solutions below
Related Questions in HIVE
- How do I set the Hive user to something different than the Spark user from within a Spark program?
- schedule and automate sqoop import/export tasks
- PIG merge two lines in the log
- Elephant bird with hive to query protobuf file
- How can we decide the total no. of buckets for a hive table
- How to create a table in Hive with a column of data type array<map<string, string>>
- How to find number of unique connection using hive/pig
- sqoop-export is failing when I have \N as data
- How can we test expressions in hive
- Run Hive Query in R with Config
- Rhive: The messages shows: Not Connected to Hiveserver2 (But can connect HDFS)
- HIVE Query Deleting source data blob
- Hive JOIN of query with subquery takes forever
- What is Metadata DB Derby?
- How could I set the number or size of output files in an "insert" script?
Related Questions in CENTOS
- how to install memcached PECL on centos 7 server
- Seg fault when trying to compile PhantomJS from source on CentOS 7
- Bash script to find && mkdir
- Another time: SDL init failure, reason is: No available video device
- How to use user custom pulgin in qgis in centos
- /usr/lib/* files had been deleted, how to restore these files
- Cannot set GPIO pins in FT230X in Centos
- Java 8 , JCE Unlimited Strength Policy and SSL Handshake over TLS
- Why rsync fails with jenkins
- Access PHP Error Logs - Vagrant CentOS VM setup by Puphpet
- the git hooks post-update seems not working
- How to print a result from multiple root elements in XML using Perl
- MySQL change root password. Find root username
- ffprobe or avprobe not found. Please install one
- How to get PHP to be able to read system environment variables
Related Questions in CLOUDERA
- Loading chararray from embedded JSON using Pig
- Hive Queries are not executing. Showing Exceptions in CLI
- Using Oozie to create a hive table on hbase causes an error with libthrift?
- Creating a hive table with ~40K columns
- Setting mapreduce.job.jar with a jar in path containing space
- Solr and schemaless
- How to specify the mappers failure threshold for a hadoop mapreduce job?
- Can you use a proxy to connect to HDFS using the Kite SDK?
- Spark saveAsNewAPIHadoopFile works on local mode but not on Cluster mode
- Convert 6 digit date to 8 digit
- How to get all mapreduce jobs' status through REST API?
- Hadoop "hadoop dfsadmin -safemode leave" command deprecated
- Hive not detecting timestamp format
- hadoop permissions issue (hdfs-site.xml dfs.permissions.enabled)
- SparkException: local class incompatible
Related Questions in AMBARI
- Ambari Monitoring raw data
- boot2docker ssh apache-kylin windows7 source ambari-functions ambari-functions ERROR : line 11: syntax error: bad function name
- Oozie on YARN - oozie is not allowed to impersonate hadoop
- What are the steps to upgrade Spring XD using the Ambari Plugin?
- HDP cluster how define disk partition?
- Permission denied (publickey,gssapi-keyex,gssapi-with-mic,password) during ambari hadoop installation
- How to intergrate hadoop using ambari without HDP?
- Ambari version tab not displaying anything
- Ambari server LDAP setupp error
- Ambari Custom Hadoop installation
- How to bypass user login in ambari web
- Installation BigInsights 4.2
- In ambari install options should I add Ambari-Server IP/hostname?
- Pig script runs fine on Sandbox but fails on a real cluster
- does ambari use nagios
Related Questions in HIVESERVER2
- Hiveserver2 not starting - caught exception: ZooKeeper node /hiveserver2 is not ready yet
- docker-compose with hadoop-spark-hive-hdfs services
- Issue with running hive queries with spark2 using thread
- How to print output file size when use hive export data with command "insert overwrite directory"
- Direct Hive Queries Doesn't appear in HiveServer2 WebUI
- ZooKeeper node /hiveserver2 is not ready yet. Sleeping for 10 sec(s)
- beeline spark thrift server issue
- PyHive unable to fetch logs from HiveServer2 when running in async mode
- Getting error "UnicodeError: label too long" while trying to connect Hive from python
- Could not open connection to the HS2 server
- Spark Thrift Server fails to start
- hive issue when activating yarn FairScheduler
- No mr job execution info in beeline
- Hiveserver2 started but 10000 port not coming up
- Join a small in-memory spark table with huge hive table without bringing all records from hive to spark
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
In Ambari home page go to /Services/HDFS/Configs search for hadoop.proxyuser.hive.hosts and append the hostname that Hiveserver2 installed on it.