You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Hyukjin Kwon (JIRA)" <ji...@apache.org> on 2019/05/21 04:25:22 UTC

[jira] [Updated] (SPARK-10150) --force=true option is not working in beeline

     [ https://issues.apache.org/jira/browse/SPARK-10150?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Hyukjin Kwon updated SPARK-10150:
---------------------------------
    Labels: bulk-closed  (was: )

> --force=true option is not working in beeline 
> ----------------------------------------------
>
>                 Key: SPARK-10150
>                 URL: https://issues.apache.org/jira/browse/SPARK-10150
>             Project: Spark
>          Issue Type: Bug
>          Components: SQL
>    Affects Versions: 1.4.0
>         Environment: Suse Linux,hadoop version 2.7,
>            Reporter: Babulal
>            Priority: Minor
>              Labels: bulk-closed
>
> Start thriftserver with default configuration 
> run beeline
>  bin/beeline -u jdbc:hive2://10.19.92.183:10000 -f Beeline/commands.txt  --force=true  --outputformat=csv
> commands.txt is having commands
> show tables;
> select max(key) as maxdid from xyz;
> select sumddd(key) as maxdid from xyz;
> select avg(key) as maxdid from xyz;
> 3rd Query is wrong .and it gives error . but as beeline option --force suggested it should go ahead and execute 4th Query but execution stopped at 3rd query only 
> Result:-



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@spark.apache.org
For additional commands, e-mail: issues-help@spark.apache.org