Member since
08-08-2016
14
Posts
2
Kudos Received
0
Solutions
08-26-2016
08:31 PM
I write the inner path in mounted directory. Then I start and this time it wrote xml's to the HDFS. So it seems that Recurse Subdirectories property is not working. Could ypu use recurse subdirectories property correctly? Still can't achieve to write all xml's in all sub directories automatically!
... View more
08-26-2016
08:26 PM
I made changes to run it every 5 sec and refresh page but nothing changed. Here is the error after 2-3 minutes later I stops the flow .
... View more
08-26-2016
07:58 PM
Hi @Chris Gambino, Thanks for sharing this article. I was working for one of our client but I couldn't achive this. They gave me a dfs path and I mounted it in linux using 'mount -t cifs
//mydfsdomain.lan/namespaceroot/sharedfolder /mnt -o username=windowsuser' Then I create a directory as you do in hdfs. Then I create processes in nifi. But when I start flow, nothing happens. After waits for 2-3 minutes, GetFile throw an error as 'gc overhead limit exceeded'. What shall I do to achive this? I found answer(https://community.hortonworks.com/questions/36416/how-to-getftp-file-and-putfile-in-to-linux-directo.html) for this question and it says that it is impossible. On the other hand you made it. I'm confused. Any suggestion?
... View more