node-hdfs:Node.js HDFS接口

时间:2024-06-13 06:03:24
【文件属性】:

文件名称:node-hdfs:Node.js HDFS接口

文件大小:10KB

文件格式:ZIP

更新时间:2024-06-13 06:03:24

JavaScript

NPM HDFS模块 这是用于与Web HDFS界面通信的node.js界面。 如何使用 正在安装 在使用此模块之前,我们需要先安装它 $ npm install --save hdfs247 在不安全的群集上使用 var Hdfs = require ( 'hdfs' ) , localpath = '/tmp/filetest.txt' , remotepath = '/user/apps/filetest.txt' ; var hdfs = new Hdfs ( { protocol : 'http' , hostname : '192.168.1.225' , port : 50070 } ) ; hdfs . upload ( { 'user.name' : 'apps' , overwrite : true , localpath : loc


【文件预览】:
node-hdfs-master
----.gitignore(25B)
----README.md(20KB)
----test()
--------test.txt(14B)
--------index.js(8KB)
----package.json(521B)
----index.js(21KB)
----seed.json(2KB)
----.drone.yml(300B)

网友评论