Hi, Using Apache Nifi 1.1.2 single node machine, fetching files from hdfs using FetchHDFS and sending to SplitText. I see SplitText is throwing arrayindexoutofboundexception for CSV files. It works fine for TAB separated files.
Below are exception details: ERROR [Timer-Driven Process Thread-5] o.a.nifi.processors.standard.SplitText SplitText[id=10001177-1788-1506-fe7c-2d411cab157b] SplitText[id=10001177-1788-1506-fe7c-2d411cab157b] failed to process due to java.lang.ArrayIndexOutOfBoundsException; rolling back session: java.lang.ArrayIndexOutOfBoundsException 2017-04-13 07:37:39,262 ERROR [Timer-Driven Process Thread-5] o.a.nifi.processors.standard.SplitText java.lang.ArrayIndexOutOfBoundsException: null Any thoughts why this can be thrown by SplitText processor? Appreciate any help. Thanks, Ravi Papisetti