Uploaded image for project: 'Apache NiFi'
  1. Apache NiFi
  2. NIFI-2422

SelectHiveQL processor failed to process a 'select' query

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • 1.0.0
    • 1.0.0, 1.0.0-Beta
    • None
    • None

    Description

      The following query configured in SelectHiveQL processor will generate ERRORs shown in the attached screenshot:
      SELECT * FROM hiveql_test_table WHERE nifinode="node1"
      However, I can run the above query successfully if I connect to the hive server directly.
      The hive table schema is as follows:
      0: jdbc:hive2://localhost:10000/hiveql_test_d> desc hiveql_test_table;
      --------------------------------+

      col_name data_type comment

      --------------------------------+

      id int  
      nifinode string  
      tvarchar varchar(100)  
      tchar char(50)  
      tboolean boolean  
      tint int  
      tfloat float  
      tdouble double  
      tdate date  

      --------------------------------+
      9 rows selected (0.416 seconds)

      Attachments

        Issue Links

          Activity

            People

              mattyb149 Matt Burgess
              mattyb149 Matt Burgess
              Votes:
              0 Vote for this issue
              Watchers:
              4 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: