node-red-node-bluemixhdfs
Advanced tools
Comparing version
@@ -84,6 +84,5 @@ /** | ||
var fileLocation = n.fileLocation; | ||
var fileLocation; | ||
console.log("Version = " + RED.version()); | ||
console.log("fileLocation = " + fileLocation); | ||
@@ -95,2 +94,5 @@ this.on("input",function(msg) { | ||
fileLocation = msg.fileLocation || n.fileLocation; | ||
console.log("fileLocation = " + fileLocation); | ||
if(bigcredentials) { | ||
@@ -160,3 +162,3 @@ homeDirectory = "user/" + bigcredentials.userid; | ||
msg.headers = res.headers; | ||
msg.payload = ""; | ||
// msg.payload = ""; | ||
res.on('data',function(chunk) { | ||
@@ -163,0 +165,0 @@ node.status({fill:"green",shape:"dot",text:"connected"}); |
@@ -7,4 +7,4 @@ { | ||
"name": "node-red-node-bluemixhdfs", | ||
"description": "Big Data node on IBM Internet of Things Cloud. This version works fine, however, its not the final release and more changes are expected", | ||
"version": "0.1.0", | ||
"description": "Big Data node on IBM Bluemix. This version works fine, however, its not the final release and more changes are expected", | ||
"version": "0.1.1", | ||
"keywords": [ | ||
@@ -11,0 +11,0 @@ "node-red" |
Sorry, the diff of this file is not supported yet
17245
2.53%203
0.5%