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

Tony Murphy commented on HIVE-5314:
-----------------------------------

[~jnp] I'm seeing the below error which i don't see locally. This patch checks 
in alltypesorc which was previously in the .gitignore. Is there a similar 
property for svn that also needS to change that could cause this file to not be 
synced by the test?

{noformat}
PREHOOK: query: CREATE TABLE alltypesorc(ctinyint tinyint, csmallint smallint, 
cint int, cbigint bigint, cfloat float, cdouble double, cstring1 string, 
cstring2 string, ctimestamp1 timestamp, ctimestamp2 timestamp, cboolean1 
boolean, cboolean2 boolean) STORED AS ORC
PREHOOK: type: LOAD
POSTHOOK: query: CREATE TABLE alltypesorc(ctinyint tinyint, csmallint smallint, 
cint int, cbigint bigint, cfloat float, cdouble double, cstring1 string, 
cstring2 string, ctimestamp1 timestamp, ctimestamp2 timestamp, cboolean1 
boolean, cboolean2 boolean) STORED AS ORC
POSTHOOK: type: LOAD
POSTHOOK: Output: default@alltypesorc
OK
FAILED: SemanticException Line 1:23 Invalid path 
''/home/hiveptest/ip-10-3-102-101-hiveptest-1/apache-svn-vectorization-source/data/files/alltypesorc'':
 No files matching path 
file:/home/hiveptest/ip-10-3-102-101-hiveptest-1/apache-svn-vectorization-source/data/files/alltypesorc
java.lang.Exception: load command: LOAD DATA LOCAL INPATH 
'/home/hiveptest/ip-10-3-102-101-hiveptest-1/apache-svn-vectorization-source/data/files/alltypesorc'
 INTO  TABLE alltypesorc failed with exit code= 40000
        at org.apache.hadoop.hive.ql.QTestUtil.runLoadCmd(QTestUtil.java:551)
        at org.apache.hadoop.hive.ql.QTestUtil.createSources(QTestUtil.java:673)
        at 
org.apache.hadoop.hive.cli.TestCliDriver.<clinit>(TestCliDriver.java:45)
        at java.lang.Class.forName0(Native Method)
        at java.lang.Class.forName(Class.java:169)
        at 
org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.run(JUnitTestRunner.java:375)
        at 
org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.launch(JUnitTestRunner.java:1063)
        at 
org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.main(JUnitTestRunner.java:914)
{noformat}
                
> Commit vectorization test data, comment/rename vectorization tests.
> -------------------------------------------------------------------
>
>                 Key: HIVE-5314
>                 URL: https://issues.apache.org/jira/browse/HIVE-5314
>             Project: Hive
>          Issue Type: Sub-task
>    Affects Versions: vectorization-branch
>            Reporter: Jitendra Nath Pandey
>            Assignee: Tony Murphy
>             Fix For: vectorization-branch
>
>         Attachments: HIVE-5314-vectorization.patch
>
>
> Based on comments on HIVE-5283, we should commit 'alltypesorc' and provide 
> some comments on vectorization tests.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to