Customize path of HDFS Web UI URLForward-sync to HDFS? (OR continue an incomplete hdfs upload?)hdfs configurationDeleting temp directory from HDFSHadoop hdfs namenode is throwing an errorData lost after Hdfs client was killedHadoop HDFS Backup & DR StrategyHDFS datanode startup fails when disks are fullerror while running any hadoop hdfs file system commandcopying files in hdfs stallsHDFS balancing , how to balanced hdfs data?

99 coins into the sacks

Are wands in any sort of book going to be too much like Harry Potter?

Can the president of the United States be guilty of insider trading?

Why doesn't increasing the temperature of something like wood or paper set them on fire?

Mindfulness of Watching Youtube

What will Doctor Strange protect now?

How can it be that ssh somename works, while nslookup somename does not?

Flooding vs Unknown Unicast Flooding

How to append code verbatim to .bashrc?

Would the rotation of the starfield from a ring station be too disorienting?

Learning how to read schematics, questions about fractional voltage in schematic

Why did Missandei say this?

Illegal assignment from Id to List

Why does this pattern in powers happen?

Align a table column at a specific symbol

How to start your Starctaft II games vs AI immediatly?

Existence of a weight of a representation in the fundamental Weyl chamber

Add elements inside Array conditionally in JavaScript

What's an appropriate age to involve kids in life changing decisions?

Is the tensor product (of vector spaces) commutative?

Names of the Six Tastes

Are there vaccine ingredients which may not be disclosed ("hidden", "trade secret", or similar)?

How can I test a shell script in a "safe environment" to avoid harm to my computer?

My Sixteen Friendly Students



Customize path of HDFS Web UI URL


Forward-sync to HDFS? (OR continue an incomplete hdfs upload?)hdfs configurationDeleting temp directory from HDFSHadoop hdfs namenode is throwing an errorData lost after Hdfs client was killedHadoop HDFS Backup & DR StrategyHDFS datanode startup fails when disks are fullerror while running any hadoop hdfs file system commandcopying files in hdfs stallsHDFS balancing , how to balanced hdfs data?






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








0















I deploy HDFS on Kubernetes using a Helm chart:



git clone https://github.com/apache-spark-on-k8s/kubernetes-HDFS.git
cd kubernetes-HDFS
helm repo add incubator
https://kubernetes-charts-incubator.storage.googleapis.com/
helm dependency build charts/hdfs-k8s
helm install -n my-hdfs charts/hdfs-k8s


Then I start Kubernetes proxy:



kubectl proxy


... and open HDFS Web UI at http://localhost:8001/api/v1/namespaces/default/services/my-hdfs-namenode:50070/proxy/. But it shows nothing useful, because it assumes that the root of the web UI is http://localhost:8001 and tries to get data from http://localhost:8001/conf, http://localhost:8001/jmx?qry=Hadoop:service=NameNode,name=NameNodeInfo, etc.



Is it possible to configure HDFS Web UI so that it is available under a custom context?



dfs.namenode.http-address configuration parameter seems not supporting paths, only hostname and port, but I cannot find a proof.










share|improve this question




























    0















    I deploy HDFS on Kubernetes using a Helm chart:



    git clone https://github.com/apache-spark-on-k8s/kubernetes-HDFS.git
    cd kubernetes-HDFS
    helm repo add incubator
    https://kubernetes-charts-incubator.storage.googleapis.com/
    helm dependency build charts/hdfs-k8s
    helm install -n my-hdfs charts/hdfs-k8s


    Then I start Kubernetes proxy:



    kubectl proxy


    ... and open HDFS Web UI at http://localhost:8001/api/v1/namespaces/default/services/my-hdfs-namenode:50070/proxy/. But it shows nothing useful, because it assumes that the root of the web UI is http://localhost:8001 and tries to get data from http://localhost:8001/conf, http://localhost:8001/jmx?qry=Hadoop:service=NameNode,name=NameNodeInfo, etc.



    Is it possible to configure HDFS Web UI so that it is available under a custom context?



    dfs.namenode.http-address configuration parameter seems not supporting paths, only hostname and port, but I cannot find a proof.










    share|improve this question
























      0












      0








      0








      I deploy HDFS on Kubernetes using a Helm chart:



      git clone https://github.com/apache-spark-on-k8s/kubernetes-HDFS.git
      cd kubernetes-HDFS
      helm repo add incubator
      https://kubernetes-charts-incubator.storage.googleapis.com/
      helm dependency build charts/hdfs-k8s
      helm install -n my-hdfs charts/hdfs-k8s


      Then I start Kubernetes proxy:



      kubectl proxy


      ... and open HDFS Web UI at http://localhost:8001/api/v1/namespaces/default/services/my-hdfs-namenode:50070/proxy/. But it shows nothing useful, because it assumes that the root of the web UI is http://localhost:8001 and tries to get data from http://localhost:8001/conf, http://localhost:8001/jmx?qry=Hadoop:service=NameNode,name=NameNodeInfo, etc.



      Is it possible to configure HDFS Web UI so that it is available under a custom context?



      dfs.namenode.http-address configuration parameter seems not supporting paths, only hostname and port, but I cannot find a proof.










      share|improve this question














      I deploy HDFS on Kubernetes using a Helm chart:



      git clone https://github.com/apache-spark-on-k8s/kubernetes-HDFS.git
      cd kubernetes-HDFS
      helm repo add incubator
      https://kubernetes-charts-incubator.storage.googleapis.com/
      helm dependency build charts/hdfs-k8s
      helm install -n my-hdfs charts/hdfs-k8s


      Then I start Kubernetes proxy:



      kubectl proxy


      ... and open HDFS Web UI at http://localhost:8001/api/v1/namespaces/default/services/my-hdfs-namenode:50070/proxy/. But it shows nothing useful, because it assumes that the root of the web UI is http://localhost:8001 and tries to get data from http://localhost:8001/conf, http://localhost:8001/jmx?qry=Hadoop:service=NameNode,name=NameNodeInfo, etc.



      Is it possible to configure HDFS Web UI so that it is available under a custom context?



      dfs.namenode.http-address configuration parameter seems not supporting paths, only hostname and port, but I cannot find a proof.







      hadoop hdfs






      share|improve this question













      share|improve this question











      share|improve this question




      share|improve this question










      asked Apr 29 at 11:36









      skozlovskozlov

      1011




      1011




















          0






          active

          oldest

          votes












          Your Answer








          StackExchange.ready(function()
          var channelOptions =
          tags: "".split(" "),
          id: "2"
          ;
          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
          );



          );













          draft saved

          draft discarded


















          StackExchange.ready(
          function ()
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fserverfault.com%2fquestions%2f965092%2fcustomize-path-of-hdfs-web-ui-url%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















          draft saved

          draft discarded
















































          Thanks for contributing an answer to Server Fault!


          • 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%2fserverfault.com%2fquestions%2f965092%2fcustomize-path-of-hdfs-web-ui-url%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

          How to write a 12-bar blues melodyI-IV-V blues progressionHow to play the bridges in a standard blues progressionHow does Gdim7 fit in C# minor?question on a certain chord progressionMusicology of Melody12 bar blues, spread rhythm: alternative to 6th chord to avoid finger stretchChord progressions/ Root key/ MelodiesHow to put chords (POP-EDM) under a given lead vocal melody (starting from a good knowledge in music theory)Are there “rules” for improvising with the minor pentatonic scale over 12-bar shuffle?Confusion about blues scale and chords

          What if the end-user didn't have the required library?What is setup.py?What is a clean, pythonic way to have multiple constructors in Python?What does Ruby have that Python doesn't, and vice versa?What is the reason for having '//' in Python?How do I create a namespace package in Python?How to package shared objects that python modules depend on?setuptools vs. distutils: why is distutils still a thing?Navigation in Windows 10 vs code not going to virtualenv library when the same library is installed at user levelPython create package for local usePackaging a project that uses multiple python versionsWhy is permission denied on pip install except for when “--user” is included at end of command?

          Esgonzo ibérico Índice Descrición Distribución Hábitat Ameazas Notas Véxase tamén "Acerca dos nomes dos anfibios e réptiles galegos""Chalcides bedriagai"Chalcides bedriagai en Carrascal, L. M. Salvador, A. (Eds). Enciclopedia virtual de los vertebrados españoles. Museo Nacional de Ciencias Naturales, Madrid. España.Fotos