Hiveserver2 is not started in HDP Sandbox 3.0.1.Wait_for_znode() and hiveserver2 znode not started ...

Huge performance difference of the command find with and without using %M option to show permissions

What happens to a Warlock's expended Spell Slots when they gain a Level?

Is 'stolen' appropriate word?

What do I do when my TA workload is more than expected?

Student Loan from years ago pops up and is taking my salary

Can the DM override racial traits?

Are spiders unable to hurt humans, especially very small spiders?

Is an up-to-date browser secure on an out-of-date OS?

Didn't get enough time to take a Coding Test - what to do now?

Working through the single responsibility principle (SRP) in Python when calls are expensive

Why can't devices on different VLANs, but on the same subnet, communicate?

60's-70's movie: home appliances revolting against the owners

Do working physicists consider Newtonian mechanics to be "falsified"?

What to do when moving next to a bird sanctuary with a loosely-domesticated cat?

How do spell lists change if the party levels up without taking a long rest?

Homework question about an engine pulling a train

What information about me do stores get via my credit card?

Deal with toxic manager when you can't quit

Python - Fishing Simulator

One-dimensional Japanese puzzle

Can each chord in a progression create its own key?

Button changing its text & action. Good or terrible?

Sub-subscripts in strings cause different spacings than subscripts

How to read αἱμύλιος or when to aspirate



Hiveserver2 is not started in HDP Sandbox 3.0.1.Wait_for_znode() and hiveserver2 znode not started



The 2019 Stack Overflow Developer Survey Results Are In
Unicorn Meta Zoo #1: Why another podcast?
Announcing the arrival of Valued Associate #679: Cesar ManaraMapReduce and Hadoop: what kinds of problems are they good at solving?Modify LD_LIBRARY_PATH and CLASSPATH on cluster node before running a hadoop jobDoes Hortonworks Data Platform support Ubuntu or not?Hue not loading in browserWhy is Hadoop not a Data Warehouse?What is the difference between headless, service and user Kerberos keytabsYARN 3 and Spark: allocate a GPUApache Spark 2.4 is not working with yarn cluster manager?Nodemanager and Resourcemanager not showing up in jpsRun in background and detach a process





.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty{ height:90px;width:728px;box-sizing:border-box;
}







-1















Please find the below stderr and stdout (note , i got this problem after enabling ssl).



Traceback (most recent call last):



  File "/var/lib/ambari-agent/cache/stacks/HDP/3.0/services/HIVE/package/scripts/hive_server.py", line 143, in <module>
HiveServer().execute()
File "/usr/lib/ambari-agent/lib/resource_management/libraries/script/script.py", line 351, in execute
method(env)
File "/usr/lib/ambari-agent/lib/resource_management/libraries/script/script.py", line 1003, in restart
self.start(env, upgrade_type=upgrade_type)
File "/var/lib/ambari-agent/cache/stacks/HDP/3.0/services/HIVE/package/scripts/hive_server.py", line 53, in start
hive_service('hiveserver2', action = 'start', upgrade_type=upgrade_type)
File "/var/lib/ambari-agent/cache/stacks/HDP/3.0/services/HIVE/package/scripts/hive_service.py", line 101, in hive_service
wait_for_znode()
File "/usr/lib/ambari-agent/lib/resource_management/libraries/functions/decorator.py", line 54, in wrapper
return function(*args, **kwargs)
File "/var/lib/ambari-agent/cache/stacks/HDP/3.0/services/HIVE/package/scripts/hive_service.py", line 184, in wait_for_znode
raise Exception(format("HiveServer2 is no longer running, check the logs at {hive_log_dir}"))
Exception: HiveServer2 is no longer running, check the logs at /var/log/hive


stdout



2019-04-10 19:55:30,758 - Will retry 6 time(s), caught exception: ZooKeeper node /hiveserver2 is not ready yet. Sleeping for 10 sec(s)
2019-04-10 19:55:40,769 - call['/usr/hdp/current/zookeeper-client/bin/zkCli.sh -server sandbox-hdp.hortonworks.com:2181 ls /hiveserver2 | grep 'serverUri=''] {}
2019-04-10 19:55:42,217 - call returned (1, '')
2019-04-10 19:55:42,218 - Will retry 5 time(s), caught exception: ZooKeeper node /hiveserver2 is not ready yet. Sleeping for 10 sec(s)
2019-04-10 19:55:52,235 - Process with pid 30651 is not running. Stale pid file at /var/run/hive/hive-server.pid









share|improve this question









New contributor




Balaram is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.



























    -1















    Please find the below stderr and stdout (note , i got this problem after enabling ssl).



    Traceback (most recent call last):



      File "/var/lib/ambari-agent/cache/stacks/HDP/3.0/services/HIVE/package/scripts/hive_server.py", line 143, in <module>
    HiveServer().execute()
    File "/usr/lib/ambari-agent/lib/resource_management/libraries/script/script.py", line 351, in execute
    method(env)
    File "/usr/lib/ambari-agent/lib/resource_management/libraries/script/script.py", line 1003, in restart
    self.start(env, upgrade_type=upgrade_type)
    File "/var/lib/ambari-agent/cache/stacks/HDP/3.0/services/HIVE/package/scripts/hive_server.py", line 53, in start
    hive_service('hiveserver2', action = 'start', upgrade_type=upgrade_type)
    File "/var/lib/ambari-agent/cache/stacks/HDP/3.0/services/HIVE/package/scripts/hive_service.py", line 101, in hive_service
    wait_for_znode()
    File "/usr/lib/ambari-agent/lib/resource_management/libraries/functions/decorator.py", line 54, in wrapper
    return function(*args, **kwargs)
    File "/var/lib/ambari-agent/cache/stacks/HDP/3.0/services/HIVE/package/scripts/hive_service.py", line 184, in wait_for_znode
    raise Exception(format("HiveServer2 is no longer running, check the logs at {hive_log_dir}"))
    Exception: HiveServer2 is no longer running, check the logs at /var/log/hive


    stdout



    2019-04-10 19:55:30,758 - Will retry 6 time(s), caught exception: ZooKeeper node /hiveserver2 is not ready yet. Sleeping for 10 sec(s)
    2019-04-10 19:55:40,769 - call['/usr/hdp/current/zookeeper-client/bin/zkCli.sh -server sandbox-hdp.hortonworks.com:2181 ls /hiveserver2 | grep 'serverUri=''] {}
    2019-04-10 19:55:42,217 - call returned (1, '')
    2019-04-10 19:55:42,218 - Will retry 5 time(s), caught exception: ZooKeeper node /hiveserver2 is not ready yet. Sleeping for 10 sec(s)
    2019-04-10 19:55:52,235 - Process with pid 30651 is not running. Stale pid file at /var/run/hive/hive-server.pid









    share|improve this question









    New contributor




    Balaram is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
    Check out our Code of Conduct.























      -1












      -1








      -1








      Please find the below stderr and stdout (note , i got this problem after enabling ssl).



      Traceback (most recent call last):



        File "/var/lib/ambari-agent/cache/stacks/HDP/3.0/services/HIVE/package/scripts/hive_server.py", line 143, in <module>
      HiveServer().execute()
      File "/usr/lib/ambari-agent/lib/resource_management/libraries/script/script.py", line 351, in execute
      method(env)
      File "/usr/lib/ambari-agent/lib/resource_management/libraries/script/script.py", line 1003, in restart
      self.start(env, upgrade_type=upgrade_type)
      File "/var/lib/ambari-agent/cache/stacks/HDP/3.0/services/HIVE/package/scripts/hive_server.py", line 53, in start
      hive_service('hiveserver2', action = 'start', upgrade_type=upgrade_type)
      File "/var/lib/ambari-agent/cache/stacks/HDP/3.0/services/HIVE/package/scripts/hive_service.py", line 101, in hive_service
      wait_for_znode()
      File "/usr/lib/ambari-agent/lib/resource_management/libraries/functions/decorator.py", line 54, in wrapper
      return function(*args, **kwargs)
      File "/var/lib/ambari-agent/cache/stacks/HDP/3.0/services/HIVE/package/scripts/hive_service.py", line 184, in wait_for_znode
      raise Exception(format("HiveServer2 is no longer running, check the logs at {hive_log_dir}"))
      Exception: HiveServer2 is no longer running, check the logs at /var/log/hive


      stdout



      2019-04-10 19:55:30,758 - Will retry 6 time(s), caught exception: ZooKeeper node /hiveserver2 is not ready yet. Sleeping for 10 sec(s)
      2019-04-10 19:55:40,769 - call['/usr/hdp/current/zookeeper-client/bin/zkCli.sh -server sandbox-hdp.hortonworks.com:2181 ls /hiveserver2 | grep 'serverUri=''] {}
      2019-04-10 19:55:42,217 - call returned (1, '')
      2019-04-10 19:55:42,218 - Will retry 5 time(s), caught exception: ZooKeeper node /hiveserver2 is not ready yet. Sleeping for 10 sec(s)
      2019-04-10 19:55:52,235 - Process with pid 30651 is not running. Stale pid file at /var/run/hive/hive-server.pid









      share|improve this question









      New contributor




      Balaram is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.












      Please find the below stderr and stdout (note , i got this problem after enabling ssl).



      Traceback (most recent call last):



        File "/var/lib/ambari-agent/cache/stacks/HDP/3.0/services/HIVE/package/scripts/hive_server.py", line 143, in <module>
      HiveServer().execute()
      File "/usr/lib/ambari-agent/lib/resource_management/libraries/script/script.py", line 351, in execute
      method(env)
      File "/usr/lib/ambari-agent/lib/resource_management/libraries/script/script.py", line 1003, in restart
      self.start(env, upgrade_type=upgrade_type)
      File "/var/lib/ambari-agent/cache/stacks/HDP/3.0/services/HIVE/package/scripts/hive_server.py", line 53, in start
      hive_service('hiveserver2', action = 'start', upgrade_type=upgrade_type)
      File "/var/lib/ambari-agent/cache/stacks/HDP/3.0/services/HIVE/package/scripts/hive_service.py", line 101, in hive_service
      wait_for_znode()
      File "/usr/lib/ambari-agent/lib/resource_management/libraries/functions/decorator.py", line 54, in wrapper
      return function(*args, **kwargs)
      File "/var/lib/ambari-agent/cache/stacks/HDP/3.0/services/HIVE/package/scripts/hive_service.py", line 184, in wait_for_znode
      raise Exception(format("HiveServer2 is no longer running, check the logs at {hive_log_dir}"))
      Exception: HiveServer2 is no longer running, check the logs at /var/log/hive


      stdout



      2019-04-10 19:55:30,758 - Will retry 6 time(s), caught exception: ZooKeeper node /hiveserver2 is not ready yet. Sleeping for 10 sec(s)
      2019-04-10 19:55:40,769 - call['/usr/hdp/current/zookeeper-client/bin/zkCli.sh -server sandbox-hdp.hortonworks.com:2181 ls /hiveserver2 | grep 'serverUri=''] {}
      2019-04-10 19:55:42,217 - call returned (1, '')
      2019-04-10 19:55:42,218 - Will retry 5 time(s), caught exception: ZooKeeper node /hiveserver2 is not ready yet. Sleeping for 10 sec(s)
      2019-04-10 19:55:52,235 - Process with pid 30651 is not running. Stale pid file at /var/run/hive/hive-server.pid






      hadoop






      share|improve this question









      New contributor




      Balaram is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.











      share|improve this question









      New contributor




      Balaram is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.









      share|improve this question




      share|improve this question








      edited yesterday









      mature

      23519




      23519






      New contributor




      Balaram is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.









      asked yesterday









      BalaramBalaram

      1




      1




      New contributor




      Balaram is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.





      New contributor





      Balaram is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.






      Balaram is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.






















          0






          active

          oldest

          votes












          Your Answer








          StackExchange.ready(function() {
          var channelOptions = {
          tags: "".split(" "),
          id: "3"
          };
          initTagRenderer("".split(" "), "".split(" "), channelOptions);

          StackExchange.using("externalEditor", function() {
          // Have to fire editor after snippets, if snippets enabled
          if (StackExchange.settings.snippets.snippetsEnabled) {
          StackExchange.using("snippets", function() {
          createEditor();
          });
          }
          else {
          createEditor();
          }
          });

          function createEditor() {
          StackExchange.prepareEditor({
          heartbeatType: 'answer',
          autoActivateHeartbeat: false,
          convertImagesToLinks: true,
          noModals: true,
          showLowRepImageUploadWarning: true,
          reputationToPostImages: 10,
          bindNavPrevention: true,
          postfix: "",
          imageUploader: {
          brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
          contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
          allowUrls: true
          },
          onDemand: true,
          discardSelector: ".discard-answer"
          ,immediatelyShowMarkdownHelp:true
          });


          }
          });






          Balaram is a new contributor. Be nice, and check out our Code of Conduct.










          draft saved

          draft discarded


















          StackExchange.ready(
          function () {
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f1424217%2fhiveserver2-is-not-started-in-hdp-sandbox-3-0-1-wait-for-znode-and-hiveserver2%23new-answer', 'question_page');
          }
          );

          Post as a guest















          Required, but never shown

























          0






          active

          oldest

          votes








          0






          active

          oldest

          votes









          active

          oldest

          votes






          active

          oldest

          votes








          Balaram is a new contributor. Be nice, and check out our Code of Conduct.










          draft saved

          draft discarded


















          Balaram is a new contributor. Be nice, and check out our Code of Conduct.













          Balaram is a new contributor. Be nice, and check out our Code of Conduct.












          Balaram is a new contributor. Be nice, and check out our Code of Conduct.
















          Thanks for contributing an answer to Super User!


          • Please be sure to answer the question. Provide details and share your research!

          But avoid



          • Asking for help, clarification, or responding to other answers.

          • Making statements based on opinion; back them up with references or personal experience.


          To learn more, see our tips on writing great answers.




          draft saved


          draft discarded














          StackExchange.ready(
          function () {
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f1424217%2fhiveserver2-is-not-started-in-hdp-sandbox-3-0-1-wait-for-znode-and-hiveserver2%23new-answer', 'question_page');
          }
          );

          Post as a guest















          Required, but never shown





















































          Required, but never shown














          Required, but never shown












          Required, but never shown







          Required, but never shown

































          Required, but never shown














          Required, but never shown












          Required, but never shown







          Required, but never shown







          Popular posts from this blog

          VNC viewer RFB protocol error: bad desktop size 0x0I Cannot Type the Key 'd' (lowercase) in VNC Viewer...

          Tribunal Administrativo e Fiscal de Mirandela Referências Menu de...

          looking for continuous Screen Capture for retroactivly reproducing errors, timeback machineRolling desktop...