Re: Executestream command - stream closed

2016-12-21 Thread Juan Sequeiros
ExecuteStreamCommand will "Executes an external command on the contents of a flow file" Looks like you want to format the output of your ExecuteSQL, instead I would suggest. ListDatabaseTables > ExecuteSQL > ReplaceText > {do something else with the flowfile} > PutHDFS / MergeContent / PutFile

Executestream command - stream closed

2016-12-20 Thread Selvam Raman
Hi, My flow like below listdatabasetables->executesql->streamcommand streamcommand i am using "ne.sh" script to write the count and tablename. ne.sh" #!/bin/sh echo $1" : "$2 >> /home/nifi/neurocount.txt exit 0 the data is written to txt file but always i am getting error as stream