You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lens.apache.org by "Sushil Mohanty (JIRA)" <ji...@apache.org> on 2015/03/20 12:03:38 UTC

[jira] [Created] (LENS-427) NPE in CSVSerde

Sushil Mohanty created LENS-427:
-----------------------------------

             Summary: NPE in CSVSerde
                 Key: LENS-427
                 URL: https://issues.apache.org/jira/browse/LENS-427
             Project: Apache Lens
          Issue Type: Bug
            Reporter: Sushil Mohanty
            Assignee: Sushil Mohanty


{CODE}
01 Mar 2015 08:37:51,935 [event_processor_thread] WARN  org.apache.lens.server.query.ResultFormatter  - Exception while formatting result for 48609723-6b91-401a-84d4-8bd1dc93d161
java.lang.NullPointerException
	at org.apache.lens.lib.query.AbstractOutputFormatter.initColumnFields(AbstractOutputFormatter.java:140)
	at org.apache.lens.lib.query.AbstractOutputFormatter.init(AbstractOutputFormatter.java:123)
	at org.apache.lens.lib.query.WrappedFileFormatter.init(WrappedFileFormatter.java:54)
	at org.apache.lens.lib.query.FileSerdeFormatter.init(FileSerdeFormatter.java:72)
	at org.apache.lens.server.query.ResultFormatter.formatOutput(ResultFormatter.java:104)
	at org.apache.lens.server.query.ResultFormatter.process(ResultFormatter.java:65)
	at org.apache.lens.server.query.ResultFormatter.process(ResultFormatter.java:41)
	at org.apache.lens.server.api.events.AsyncEventListener$2.run(AsyncEventListener.java:101)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1146)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
	at java.lang.Thread.run(Thread.java:701)

{CODE}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)