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: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to