Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Wiki Markup
{scrollbar}
{excerpt}How to add a Chrome Omnibox extension to support HDFS browsing.{excerpt}

At the link below is a quick Chrome Omnibox extension to support HDFS browsing.

...

  Basically you type in "hdfs" and a space, then the simplified file path, which is the hostname without a port followed by the pathname.

...



[^hdfs-browser.crx

...

]


As an example using a node called "bad-qa-apahad", if you type hdfs then space then enter the following:

...



bad-qa-apahad/user/hive/warehouse/customer

...



You should see something like this:

...

Image Removed

Then when you hit enter it will build and load the browse URL for you:

...

The current version assumes HTTP (not HTTPS) protocol, a browse port of 50075, and a NameNode info port of 50070.  Also, remember to add the hostnames to your hosts file if they are not resolved by your DNS servers.

...



 !hdfs_omnibox.png|border=1!

Then when you hit enter it will build and load the browse URL for you:

\\  !hdfs_omnibox_results.png|border=1!


The current version assumes HTTP (not HTTPS) protocol, a browse port of 50075, and a NameNode info port of 50070.  Also, remember to add the hostnames to your hosts file if they are not resolved by your DNS servers.

To install, open a Chrome tab pointing to chrome://chrome/extensions/ and drag the CRX file (saved from the above link) onto the page.

...



I welcome your questions, comments, and suggestions, feel free to email me at [mburgess@pentaho.com

...

|mailto:mburgess@pentaho.com].