node-red-contrib-bluemix-hdfs
Advanced tools
Comparing version 0.1.5 to 0.1.6
@@ -179,2 +179,4 @@ /** | ||
var url = bigcredentials.WebhdfsUrl; | ||
node.log("url = " + url); | ||
node.log("homeDirectory = " + homeDirectory); | ||
url = url + homeDirectory + filename; | ||
@@ -181,0 +183,0 @@ |
@@ -9,3 +9,3 @@ { | ||
"description": "Big Data node on IBM Bluemix. \n\nThis Node-RED node runs only in the IBM Bluemix environment", | ||
"version": "0.1.5", | ||
"version": "0.1.6", | ||
"keywords": [ | ||
@@ -25,8 +25,3 @@ "node-red" | ||
} | ||
}, | ||
"readme": "bluemixhdfs\r\n========================\r\nThis is a Node-RED node meant for connecting to the Big Data on IBM Bluemix.\r\nThis Node-RED node can be used only within the IBM Bluemix environment. This node requires a bound IBM Analytics for HDFS service to work. \r\n\r\nIn case there is no bound IBM Analytics for HDFS, then the node will warn about its inability to connect to the HDFS system and will not work. \r\n\r\n\r\nInstall\r\n-------\r\nInstall from [npm](http://npmjs.org)\r\n```\r\nnpm install node-red-contrib-bluemix-hdfs\r\n```\r\n\r\nUsage\r\n-------\r\n\r\n**HDFS Out Node**\r\n\r\nThe HDFS Out node can be used to \r\n\r\n1. Create File\r\n2. Append to File and \r\n3. Delete File\r\n\r\n \r\n**HDFS In Out Node**\r\n\r\nThe HDFS In Out node can be used to \r\n\r\n1. Read the file contents\r\n", | ||
"_id": "node-red-contrib-bluemix-hdfs@0.1.4", | ||
"_shasum": "dbddbe5d9a6afa63215eab16a27645dd56477634", | ||
"_from": "node-red-contrib-bluemix-hdfs@", | ||
"_resolved": "http://registry.npmjs.org/node-red-contrib-bluemix-hdfs/-/node-red-contrib-bluemix-hdfs-0.1.4.tgz" | ||
} | ||
} |
73135
9
314