Now I have a perl streaming script, in the perl streaming script
I need to call a tool compiled from C++ code, the tool will read input from
a file and output something into another file.
I have uploaded the tool(one single ELF binary file) using the
"-file" option, in the code I wrote something like:
system("./tool"); #this turned out not work.
But it didn't work, and there is no error message.
After that I modified the code into:
"system("cd ~ && mkdir test123");"
And no directory was created under the hadoop user's home
directory.
Any suggestions? Thanks!
--
best wishes.
steven