tramp-hdfs

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

Author: Raghav Kumar Gautam

Updated:

Summary

Tramp extension to access hadoop/hdfs file system in Emacs

Commentary

Access hadoop/hdfs over Tramp.
This program uses rest api/webhdfs to access hadoop server.

Configuration:
  Add the following lines to your .emacs:

  (add-to-list 'load-path "<>")
  (require 'tramp-hdfs);;; Code:

Usage:
  open /hdfs:root@node-1:/tmp/ in Emacs
  where root   is the user that you want to use
        node-1 is the name of the hadoop server

Dependencies