Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migration of unmigrated content due to installation of a new plugin
Wiki Markup
{scrollbar}

Excerpt

How to add a Chrome Omnibox extension to support HDFS browsing.

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.

...

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.

NOTE: I no longer have access to the source for this extension, but you can alter the unpacked extension (to change ports, etc.) by using the procedure outlined at:

http://www.lornajane.net/posts/2012/unpacking-and-editing-a-chrome-extension

Someday I will unpack this for myself and post the source to GitHub.

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