tramp-hdfs

https://github.com/raghavgautam/tramp-hdfs.git

git clone 'git://github.com/raghavgautam/tramp-hdfs.git'
3

Tramp-HDFS

Join the chat at https://gitter.im/raghavgautam/tramp-hdfs MELPA

Browse HDFS(Hadoop Distributed File System) in Emacs using Tramp.

Usage

Put this somewhere in your init file. Eg. ~/.emacs or ~/.emacs.d/init.el

(require 'tramp-hdfs)

It uses hdfs rest api/webhdfs which is supported in hadoop 1 & 2. The syntax to open file in hdfs is just like opening file over tramp.

/hdfs:root@node-1:/tmp

Here, root is the user that you want to use, node-1 is the name of the hadoop server. As a general advice refrain from using superuser accounts like hdfs, hadaoop.

Supported features:

Requirements

Installation

Known issues:

Filing bugs & Feature requests:

Please open bugs at: https://github.com/raghavgautam/tramp-hdfs

To get tramp-debug logs:

(setq tramp-verbose 10)