You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Babulal (JIRA)" <ji...@apache.org> on 2015/08/21 09:38:45 UTC

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

Babulal created SPARK-10150:
-------------------------------

             Summary: --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


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
(v6.3.4#6332)

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