[ 
https://issues.apache.org/jira/browse/NIFI-2422?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15399903#comment-15399903
 ] 

ASF GitHub Bot commented on NIFI-2422:
--------------------------------------

Github user asfgit closed the pull request at:

    https://github.com/apache/nifi/pull/744


> SelectHiveQL processor failed to process a 'select' query
> ---------------------------------------------------------
>
>                 Key: NIFI-2422
>                 URL: https://issues.apache.org/jira/browse/NIFI-2422
>             Project: Apache NiFi
>          Issue Type: Bug
>    Affects Versions: 1.0.0
>            Reporter: Matt Burgess
>            Assignee: Matt Burgess
>             Fix For: 1.0.0
>
>
> 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)



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

Reply via email to