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

Edward Capriolo commented on HIVE-3248:
---------------------------------------

{noformat}
[edward@tablitha dist]$ bin/hive
Logging initialized using configuration in 
jar:file:/home/edward/hive/trunk/build/dist/lib/hive-common-0.10.0-SNAPSHOT.jar!/hive-log4j.properties
Hive history file=/tmp/edward/hive_job_log_edward_201207140912_1644195707.txt
hive> set x=5;
hive> set x=dadkfjksfd
    > dfkjsfd
    > select * fromtable;
Warning: Value had a \n character in it
hive> 
{noformat}
                
> lack of semi-colon in .q file leads to missing the next statement
> -----------------------------------------------------------------
>
>                 Key: HIVE-3248
>                 URL: https://issues.apache.org/jira/browse/HIVE-3248
>             Project: Hive
>          Issue Type: Bug
>            Reporter: Namit Jain
>            Assignee: Edward Capriolo
>
> set hive.check.par=1
> select count(1) from src;
> select count(1) from src;
> If the above .q file is executed, the first statement is lost.
> Found this while reviewing https://issues.apache.org/jira/browse/HIVE-2848

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to