You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nifi.apache.org by "RAHUL CHATURVEDI (JIRA)" <ji...@apache.org> on 2016/02/26 04:48:18 UTC

[jira] [Created] (NIFI-1570) "org.apache.avro.SchemaParseException: empty name"

RAHUL CHATURVEDI created NIFI-1570:
--------------------------------------

             Summary: "org.apache.avro.SchemaParseException: empty name"
                 Key: NIFI-1570
                 URL: https://issues.apache.org/jira/browse/NIFI-1570
             Project: Apache NiFi
          Issue Type: Bug
          Components: Core Framework
    Affects Versions: 0.5.0
            Reporter: RAHUL CHATURVEDI


With Nifi version 0.5.0 and following all the steps pointed here
https://www.mail-archive.com/search?l=users@nifi.apache.org&q=subject:%22executesql%22&o=newest&f=1

I am still getting the same error.

My flow is 
Generate Flow File -> Fetch File -> Extract Text (here the value for the WHERE clause is exposed as a property "property1")-> ExecuteSQL (Oracle DB) -> PutFile (results of the query)

The query executes fine in the Oracle DB
SELECT field1
  FROM table
 WHERE field1= '${property1}'

I am hitting dead ends, any help will be appreciated



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