See <https://hudson.apache.org/hudson/job/Hive-trunk-h0.20/492/changes>
Changes: [namit] HIVE-1917 CTAS (create-table-as-select) throws exception when showing results (Ning Zhang via namit) ------------------------------------------ [...truncated 24582 lines...] [junit] PREHOOK: Output: file:/tmp/hudson/hive_2011-01-16_23-23-12_353_4609221742616710084/-mr-10000 [junit] POSTHOOK: query: create view testHiveJdbcDriverView comment 'Simple view' as select * from testHiveJdbcDriverTable [junit] POSTHOOK: type: CREATEVIEW [junit] POSTHOOK: Output: default@testHiveJdbcDriverView [junit] POSTHOOK: Output: file:/tmp/hudson/hive_2011-01-16_23-23-12_353_4609221742616710084/-mr-10000 [junit] OK [junit] PREHOOK: query: select c1, c2, c3, c4, c5 as a, c6, c7, c8, c9, c10, c11, c12, c1*2, sentences(null, null, null) as b from testDataTypeTable limit 1 [junit] PREHOOK: type: QUERY [junit] PREHOOK: Input: default@testdatatypetable@dt=20090619 [junit] PREHOOK: Output: file:/tmp/hudson/hive_2011-01-16_23-23-12_381_5138612469464623136/-mr-10000 [junit] Total MapReduce jobs = 1 [junit] Launching Job 1 out of 1 [junit] Number of reduce tasks is set to 0 since there's no reduce operator [junit] Job running in-process (local Hadoop) [junit] 2011-01-16 23:23:15,204 null map = 100%, reduce = 0% [junit] Ended Job = job_local_0001 [junit] POSTHOOK: query: select c1, c2, c3, c4, c5 as a, c6, c7, c8, c9, c10, c11, c12, c1*2, sentences(null, null, null) as b from testDataTypeTable limit 1 [junit] POSTHOOK: type: QUERY [junit] POSTHOOK: Input: default@testdatatypetable@dt=20090619 [junit] POSTHOOK: Output: file:/tmp/hudson/hive_2011-01-16_23-23-12_381_5138612469464623136/-mr-10000 [junit] OK [junit] PREHOOK: query: drop table testHiveJdbcDriverTable [junit] PREHOOK: type: DROPTABLE [junit] PREHOOK: Input: default@testhivejdbcdrivertable [junit] PREHOOK: Output: default@testhivejdbcdrivertable [junit] POSTHOOK: query: drop table testHiveJdbcDriverTable [junit] POSTHOOK: type: DROPTABLE [junit] POSTHOOK: Input: default@testhivejdbcdrivertable [junit] POSTHOOK: Output: default@testhivejdbcdrivertable [junit] OK [junit] PREHOOK: query: drop table testHiveJdbcDriverPartitionedTable [junit] PREHOOK: type: DROPTABLE [junit] PREHOOK: Input: default@testhivejdbcdriverpartitionedtable [junit] PREHOOK: Output: default@testhivejdbcdriverpartitionedtable [junit] POSTHOOK: query: drop table testHiveJdbcDriverPartitionedTable [junit] POSTHOOK: type: DROPTABLE [junit] POSTHOOK: Input: default@testhivejdbcdriverpartitionedtable [junit] POSTHOOK: Output: default@testhivejdbcdriverpartitionedtable [junit] OK [junit] PREHOOK: query: drop table testDataTypeTable [junit] PREHOOK: type: DROPTABLE [junit] PREHOOK: Input: default@testdatatypetable [junit] PREHOOK: Output: default@testdatatypetable [junit] POSTHOOK: query: drop table testDataTypeTable [junit] POSTHOOK: type: DROPTABLE [junit] POSTHOOK: Input: default@testdatatypetable [junit] POSTHOOK: Output: default@testdatatypetable [junit] OK [junit] Hive history file=<https://hudson.apache.org/hudson/job/Hive-trunk-h0.20/ws/hive/build/jdbc/tmp/hive_job_log_hudson_201101162323_1072159952.txt> [junit] Hive history file=<https://hudson.apache.org/hudson/job/Hive-trunk-h0.20/ws/hive/build/jdbc/tmp/hive_job_log_hudson_201101162323_712238333.txt> [junit] PREHOOK: query: drop table testHiveJdbcDriverTable [junit] PREHOOK: type: DROPTABLE [junit] POSTHOOK: query: drop table testHiveJdbcDriverTable [junit] POSTHOOK: type: DROPTABLE [junit] OK [junit] PREHOOK: query: create table testHiveJdbcDriverTable (key int comment 'the key', value string) comment 'Simple table' [junit] PREHOOK: type: CREATETABLE [junit] POSTHOOK: query: create table testHiveJdbcDriverTable (key int comment 'the key', value string) comment 'Simple table' [junit] POSTHOOK: type: CREATETABLE [junit] POSTHOOK: Output: default@testHiveJdbcDriverTable [junit] OK [junit] PREHOOK: query: load data local inpath '<https://hudson.apache.org/hudson/job/Hive-trunk-h0.20/ws/hive/data/files/kv1.txt'> into table testHiveJdbcDriverTable [junit] PREHOOK: type: LOAD [junit] Copying data from <https://hudson.apache.org/hudson/job/Hive-trunk-h0.20/ws/hive/data/files/kv1.txt> [junit] Loading data to table testhivejdbcdrivertable [junit] POSTHOOK: query: load data local inpath '<https://hudson.apache.org/hudson/job/Hive-trunk-h0.20/ws/hive/data/files/kv1.txt'> into table testHiveJdbcDriverTable [junit] POSTHOOK: type: LOAD [junit] POSTHOOK: Output: default@testhivejdbcdrivertable [junit] OK [junit] PREHOOK: query: drop table testHiveJdbcDriverPartitionedTable [junit] PREHOOK: type: DROPTABLE [junit] POSTHOOK: query: drop table testHiveJdbcDriverPartitionedTable [junit] POSTHOOK: type: DROPTABLE [junit] OK [junit] PREHOOK: query: create table testHiveJdbcDriverPartitionedTable (key int, value string) comment 'Partitioned table' partitioned by (dt STRING) [junit] PREHOOK: type: CREATETABLE [junit] POSTHOOK: query: create table testHiveJdbcDriverPartitionedTable (key int, value string) comment 'Partitioned table' partitioned by (dt STRING) [junit] POSTHOOK: type: CREATETABLE [junit] POSTHOOK: Output: default@testHiveJdbcDriverPartitionedTable [junit] OK [junit] PREHOOK: query: load data local inpath '<https://hudson.apache.org/hudson/job/Hive-trunk-h0.20/ws/hive/data/files/kv1.txt'> into table testHiveJdbcDriverPartitionedTable PARTITION (dt='20090619') [junit] PREHOOK: type: LOAD [junit] Copying data from <https://hudson.apache.org/hudson/job/Hive-trunk-h0.20/ws/hive/data/files/kv1.txt> [junit] Loading data to table testhivejdbcdriverpartitionedtable partition (dt=20090619) [junit] POSTHOOK: query: load data local inpath '<https://hudson.apache.org/hudson/job/Hive-trunk-h0.20/ws/hive/data/files/kv1.txt'> into table testHiveJdbcDriverPartitionedTable PARTITION (dt='20090619') [junit] POSTHOOK: type: LOAD [junit] POSTHOOK: Output: default@testhivejdbcdriverpartitionedtable@dt=20090619 [junit] OK [junit] PREHOOK: query: drop table testDataTypeTable [junit] PREHOOK: type: DROPTABLE [junit] POSTHOOK: query: drop table testDataTypeTable [junit] POSTHOOK: type: DROPTABLE [junit] OK [junit] PREHOOK: query: create table testDataTypeTable (c1 int, c2 boolean, c3 double, c4 string, c5 array<int>, c6 map<int,string>, c7 map<string,string>, c8 struct<r:string,s:int,t:double>, c9 tinyint, c10 smallint, c11 float, c12 bigint, c13 array<array<string>>, c14 map<int, map<int,int>>, c15 struct<r:int,s:struct<a:int,b:string>>, c16 array<struct<m:map<string,string>,n:int>>) comment 'Table with many column data types' partitioned by (dt STRING) [junit] PREHOOK: type: CREATETABLE [junit] POSTHOOK: query: create table testDataTypeTable (c1 int, c2 boolean, c3 double, c4 string, c5 array<int>, c6 map<int,string>, c7 map<string,string>, c8 struct<r:string,s:int,t:double>, c9 tinyint, c10 smallint, c11 float, c12 bigint, c13 array<array<string>>, c14 map<int, map<int,int>>, c15 struct<r:int,s:struct<a:int,b:string>>, c16 array<struct<m:map<string,string>,n:int>>) comment 'Table with many column data types' partitioned by (dt STRING) [junit] POSTHOOK: type: CREATETABLE [junit] POSTHOOK: Output: default@testDataTypeTable [junit] OK [junit] PREHOOK: query: load data local inpath '<https://hudson.apache.org/hudson/job/Hive-trunk-h0.20/ws/hive/data/files/datatypes.txt'> into table testDataTypeTable PARTITION (dt='20090619') [junit] PREHOOK: type: LOAD [junit] Copying data from <https://hudson.apache.org/hudson/job/Hive-trunk-h0.20/ws/hive/data/files/datatypes.txt> [junit] Loading data to table testdatatypetable partition (dt=20090619) [junit] POSTHOOK: query: load data local inpath '<https://hudson.apache.org/hudson/job/Hive-trunk-h0.20/ws/hive/data/files/datatypes.txt'> into table testDataTypeTable PARTITION (dt='20090619') [junit] POSTHOOK: type: LOAD [junit] POSTHOOK: Output: default@testdatatypetable@dt=20090619 [junit] OK [junit] PREHOOK: query: drop view testHiveJdbcDriverView [junit] PREHOOK: type: DROPVIEW [junit] PREHOOK: Input: default@testhivejdbcdriverview [junit] PREHOOK: Output: default@testhivejdbcdriverview [junit] POSTHOOK: query: drop view testHiveJdbcDriverView [junit] POSTHOOK: type: DROPVIEW [junit] POSTHOOK: Input: default@testhivejdbcdriverview [junit] POSTHOOK: Output: default@testhivejdbcdriverview [junit] OK [junit] PREHOOK: query: create view testHiveJdbcDriverView comment 'Simple view' as select * from testHiveJdbcDriverTable [junit] PREHOOK: type: CREATEVIEW [junit] PREHOOK: Output: file:/tmp/hudson/hive_2011-01-16_23-23-17_094_7598387601515616636/-mr-10000 [junit] POSTHOOK: query: create view testHiveJdbcDriverView comment 'Simple view' as select * from testHiveJdbcDriverTable [junit] POSTHOOK: type: CREATEVIEW [junit] POSTHOOK: Output: default@testHiveJdbcDriverView [junit] POSTHOOK: Output: file:/tmp/hudson/hive_2011-01-16_23-23-17_094_7598387601515616636/-mr-10000 [junit] OK [junit] PREHOOK: query: drop table testHiveJdbcDriverTable [junit] PREHOOK: type: DROPTABLE [junit] PREHOOK: Input: default@testhivejdbcdrivertable [junit] PREHOOK: Output: default@testhivejdbcdrivertable [junit] POSTHOOK: query: drop table testHiveJdbcDriverTable [junit] POSTHOOK: type: DROPTABLE [junit] POSTHOOK: Input: default@testhivejdbcdrivertable [junit] POSTHOOK: Output: default@testhivejdbcdrivertable [junit] OK [junit] PREHOOK: query: drop table testHiveJdbcDriverPartitionedTable [junit] PREHOOK: type: DROPTABLE [junit] PREHOOK: Input: default@testhivejdbcdriverpartitionedtable [junit] PREHOOK: Output: default@testhivejdbcdriverpartitionedtable [junit] POSTHOOK: query: drop table testHiveJdbcDriverPartitionedTable [junit] POSTHOOK: type: DROPTABLE [junit] POSTHOOK: Input: default@testhivejdbcdriverpartitionedtable [junit] POSTHOOK: Output: default@testhivejdbcdriverpartitionedtable [junit] OK [junit] PREHOOK: query: drop table testDataTypeTable [junit] PREHOOK: type: DROPTABLE [junit] PREHOOK: Input: default@testdatatypetable [junit] PREHOOK: Output: default@testdatatypetable [junit] POSTHOOK: query: drop table testDataTypeTable [junit] POSTHOOK: type: DROPTABLE [junit] POSTHOOK: Input: default@testdatatypetable [junit] POSTHOOK: Output: default@testdatatypetable [junit] OK [junit] Tests run: 15, Failures: 0, Errors: 0, Time elapsed: 42.191 sec test-conditions: gen-test: create-dirs: compile-ant-tasks: create-dirs: init: compile: [echo] Compiling: anttasks [javac] <https://hudson.apache.org/hudson/job/Hive-trunk-h0.20/ws/hive/ant/build.xml>:40: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds deploy-ant-tasks: create-dirs: init: compile: [echo] Compiling: anttasks [javac] <https://hudson.apache.org/hudson/job/Hive-trunk-h0.20/ws/hive/ant/build.xml>:40: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds jar: init: install-hadoopcore: install-hadoopcore-default: ivy-init-dirs: ivy-download: [get] Getting: http://repo2.maven.org/maven2/org/apache/ivy/ivy/2.1.0/ivy-2.1.0.jar [get] To: <https://hudson.apache.org/hudson/job/Hive-trunk-h0.20/ws/hive/build/ivy/lib/ivy-2.1.0.jar> [get] Not modified - so not downloaded ivy-probe-antlib: ivy-init-antlib: ivy-init: ivy-retrieve-hadoop-source: [ivy:retrieve] :: Ivy 2.1.0 - 20090925235825 :: http://ant.apache.org/ivy/ :: [ivy:retrieve] :: loading settings :: file = <https://hudson.apache.org/hudson/job/Hive-trunk-h0.20/ws/hive/ivy/ivysettings.xml> [ivy:retrieve] :: resolving dependencies :: org.apache.hadoop.hive#hwi;working@minerva [ivy:retrieve] confs: [default] [ivy:retrieve] found hadoop#core;0.20.0 in hadoop-source BUILD FAILED <https://hudson.apache.org/hudson/job/Hive-trunk-h0.20/ws/hive/build.xml>:209: The following error occurred while executing this line: <https://hudson.apache.org/hudson/job/Hive-trunk-h0.20/ws/hive/build.xml>:132: The following error occurred while executing this line: <https://hudson.apache.org/hudson/job/Hive-trunk-h0.20/ws/hive/build-common.xml>:220: The following error occurred while executing this line: <https://hudson.apache.org/hudson/job/Hive-trunk-h0.20/ws/hive/build-common.xml>:211: The following error occurred while executing this line: <https://hudson.apache.org/hudson/job/Hive-trunk-h0.20/ws/hive/build-common.xml>:189: java.lang.OutOfMemoryError: PermGen space at java.lang.ClassLoader.defineClass1(Native Method) at java.lang.ClassLoader.defineClassCond(ClassLoader.java:632) at java.lang.ClassLoader.defineClass(ClassLoader.java:616) at org.apache.tools.ant.AntClassLoader.defineClassFromData(AntClassLoader.java:1124) at org.apache.tools.ant.AntClassLoader.getClassFromStream(AntClassLoader.java:1295) at org.apache.tools.ant.AntClassLoader.findClassInComponents(AntClassLoader.java:1351) at org.apache.tools.ant.AntClassLoader.findClass(AntClassLoader.java:1311) at org.apache.tools.ant.AntClassLoader.loadClass(AntClassLoader.java:1064) at java.lang.ClassLoader.loadClass(ClassLoader.java:248) at org.apache.ivy.core.sort.SortOptions.<init>(SortOptions.java:30) at org.apache.ivy.core.sort.SortOptions.<clinit>(SortOptions.java:21) at org.apache.ivy.core.resolve.ResolveEngine.getDependencies(ResolveEngine.java:579) at org.apache.ivy.core.resolve.ResolveEngine.resolve(ResolveEngine.java:235) at org.apache.ivy.core.resolve.ResolveEngine.resolve(ResolveEngine.java:193) at org.apache.ivy.Ivy.resolve(Ivy.java:502) at org.apache.ivy.ant.IvyResolve.doExecute(IvyResolve.java:244) at org.apache.ivy.ant.IvyTask.execute(IvyTask.java:277) at org.apache.ivy.ant.IvyPostResolveTask.ensureResolved(IvyPostResolveTask.java:214) at org.apache.ivy.ant.IvyPostResolveTask.prepareAndCheck(IvyPostResolveTask.java:161) at org.apache.ivy.ant.IvyRetrieve.doExecute(IvyRetrieve.java:49) at org.apache.ivy.ant.IvyTask.execute(IvyTask.java:277) at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:291) at sun.reflect.GeneratedMethodAccessor158.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:597) at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:106) at org.apache.tools.ant.Task.perform(Task.java:348) at org.apache.tools.ant.Target.execute(Target.java:390) at org.apache.tools.ant.Target.performTasks(Target.java:411) at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1397) at org.apache.tools.ant.helper.SingleCheckExecutor.executeTargets(SingleCheckExecutor.java:38) at org.apache.tools.ant.Project.executeTargets(Project.java:1249) Total time: 183 minutes 28 seconds Archiving artifacts Recording test results