Index: ql/src/test/results/clientnegative/fs_default_name2.q.out =================================================================== 1,6c1,11 < FAILED: Hive Internal Error: java.lang.RuntimeException(Error while making MR scratch directory - check filesystem config (java.net.URISyntaxException: Illegal character in scheme name at index 0: 'http://www.example.com)) < java.lang.RuntimeException: Error while making MR scratch directory - check filesystem config (java.net.URISyntaxException: Illegal character in scheme name at index 0: 'http://www.example.com) < at org.apache.hadoop.hive.ql.Context.getMRScratchDir(Context.java:208) < at org.apache.hadoop.hive.ql.Context.getMRTmpFileURI(Context.java:284) < at org.apache.hadoop.hive.ql.parse.SemanticAnalyzer.getMetaData(SemanticAnalyzer.java:806) < at org.apache.hadoop.hive.ql.parse.SemanticAnalyzer.analyzeInternal(SemanticAnalyzer.java:6041) --- > FAILED: Hive Internal Error: java.lang.IllegalArgumentException(null) > java.lang.IllegalArgumentException > at java.net.URI.create(URI.java:842) > at org.apache.hadoop.fs.FileSystem.getDefaultUri(FileSystem.java:103) > at org.apache.hadoop.fs.FileSystem.get(FileSystem.java:184) > at org.apache.hadoop.fs.FileSystem.getLocal(FileSystem.java:167) > at org.apache.hadoop.hive.ql.Context.getLocalScratchDir(Context.java:157) > at org.apache.hadoop.hive.ql.Context.getMRScratchDir(Context.java:176) > at org.apache.hadoop.hive.ql.Context.getMRTmpFileURI(Context.java:238) > at org.apache.hadoop.hive.ql.parse.SemanticAnalyzer.getMetaData(SemanticAnalyzer.java:828) > at org.apache.hadoop.hive.ql.parse.SemanticAnalyzer.analyzeInternal(SemanticAnalyzer.java:6128) 8,9c13,14 < at org.apache.hadoop.hive.ql.Driver.compile(Driver.java:304) < at org.apache.hadoop.hive.ql.Driver.run(Driver.java:377) --- > at org.apache.hadoop.hive.ql.Driver.compile(Driver.java:301) > at org.apache.hadoop.hive.ql.Driver.run(Driver.java:376) 12,13c17,18 < at org.apache.hadoop.hive.ql.QTestUtil.executeClient(QTestUtil.java:504) < at org.apache.hadoop.hive.cli.TestNegativeCliDriver.testNegativeCliDriver_fs_default_name2(TestNegativeCliDriver.java:54) --- > at org.apache.hadoop.hive.ql.QTestUtil.executeClient(QTestUtil.java:559) > at org.apache.hadoop.hive.cli.TestNegativeCliDriver.testNegativeCliDriver_fs_default_name2(TestNegativeCliDriver.java:2166) 26,35c31,33 < at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.run(JUnitTestRunner.java:420) < at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.launch(JUnitTestRunner.java:911) < at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.main(JUnitTestRunner.java:768) < Caused by: java.lang.IllegalArgumentException < at java.net.URI.create(URI.java:842) < at org.apache.hadoop.fs.FileSystem.getDefaultUri(FileSystem.java:103) < at org.apache.hadoop.hive.common.FileUtils.makeQualified(FileUtils.java:58) < at org.apache.hadoop.hive.ql.Context.makeMRScratchDir(Context.java:128) < at org.apache.hadoop.hive.ql.Context.getMRScratchDir(Context.java:202) < ... 25 more --- > at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.run(JUnitTestRunner.java:422) > at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.launch(JUnitTestRunner.java:931) > at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.main(JUnitTestRunner.java:785) 43c41 < ... 29 more --- > ... 30 more Index: ql/src/test/results/clientnegative/fs_default_name1.q.out =================================================================== 1,5c1,9 < FAILED: Hive Internal Error: java.lang.RuntimeException(Error while making local scratch directory - check filesystem config (java.net.URISyntaxException: Illegal character in scheme name at index 0: 'http://www.example.com)) < java.lang.RuntimeException: Error while making local scratch directory - check filesystem config (java.net.URISyntaxException: Illegal character in scheme name at index 0: 'http://www.example.com) < at org.apache.hadoop.hive.ql.Context.getLocalScratchDir(Context.java:225) < at org.apache.hadoop.hive.ql.Context.getLocalTmpFileURI(Context.java:293) < at org.apache.hadoop.hive.ql.parse.DDLSemanticAnalyzer.analyzeInternal(DDLSemanticAnalyzer.java:102) --- > FAILED: Hive Internal Error: java.lang.IllegalArgumentException(null) > java.lang.IllegalArgumentException > at java.net.URI.create(URI.java:842) > at org.apache.hadoop.fs.FileSystem.getDefaultUri(FileSystem.java:103) > at org.apache.hadoop.fs.FileSystem.get(FileSystem.java:184) > at org.apache.hadoop.fs.FileSystem.getLocal(FileSystem.java:167) > at org.apache.hadoop.hive.ql.Context.getLocalScratchDir(Context.java:157) > at org.apache.hadoop.hive.ql.Context.getLocalTmpFileURI(Context.java:273) > at org.apache.hadoop.hive.ql.parse.DDLSemanticAnalyzer.analyzeInternal(DDLSemanticAnalyzer.java:114) 7,8c11,12 < at org.apache.hadoop.hive.ql.Driver.compile(Driver.java:304) < at org.apache.hadoop.hive.ql.Driver.run(Driver.java:377) --- > at org.apache.hadoop.hive.ql.Driver.compile(Driver.java:301) > at org.apache.hadoop.hive.ql.Driver.run(Driver.java:376) 11,12c15,16 < at org.apache.hadoop.hive.ql.QTestUtil.executeClient(QTestUtil.java:504) < at org.apache.hadoop.hive.cli.TestNegativeCliDriver.testNegativeCliDriver_fs_default_name1(TestNegativeCliDriver.java:54) --- > at org.apache.hadoop.hive.ql.QTestUtil.executeClient(QTestUtil.java:559) > at org.apache.hadoop.hive.cli.TestNegativeCliDriver.testNegativeCliDriver_fs_default_name1(TestNegativeCliDriver.java:2131) 25,35c29,31 < at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.run(JUnitTestRunner.java:420) < at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.launch(JUnitTestRunner.java:911) < at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.main(JUnitTestRunner.java:768) < Caused by: java.lang.IllegalArgumentException < at java.net.URI.create(URI.java:842) < at org.apache.hadoop.fs.FileSystem.getDefaultUri(FileSystem.java:103) < at org.apache.hadoop.fs.FileSystem.get(FileSystem.java:184) < at org.apache.hadoop.fs.FileSystem.getLocal(FileSystem.java:167) < at org.apache.hadoop.hive.ql.Context.makeLocalScratchDir(Context.java:165) < at org.apache.hadoop.hive.ql.Context.getLocalScratchDir(Context.java:219) < ... 24 more --- > at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.run(JUnitTestRunner.java:422) > at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.launch(JUnitTestRunner.java:931) > at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.main(JUnitTestRunner.java:785) 43c39 < ... 29 more --- > ... 28 more Index: ql/src/test/results/clientpositive/groupby_ppr.q.out =================================================================== 69c69 < base file name: hr=11 --- > base file name: pfile:/mnt/vol/devrs004.snc1/jssarma/projects/hive_trunk_local_mode/build/ql/test/data/warehouse/srcpart/ds=2008-04-08/hr=11 110c110 < base file name: hr=12 --- > base file name: pfile:/mnt/vol/devrs004.snc1/jssarma/projects/hive_trunk_local_mode/build/ql/test/data/warehouse/srcpart/ds=2008-04-08/hr=12 Index: ql/src/test/results/clientpositive/sample8.q.out =================================================================== 86c86 < base file name: hr=11 --- > base file name: pfile:/mnt/vol/devrs004.snc1/jssarma/projects/hive_trunk_local_mode/build/ql/test/data/warehouse/srcpart/ds=2008-04-08/hr=11 127c127 < base file name: hr=12 --- > base file name: pfile:/mnt/vol/devrs004.snc1/jssarma/projects/hive_trunk_local_mode/build/ql/test/data/warehouse/srcpart/ds=2008-04-08/hr=12 168c168 < base file name: hr=11 --- > base file name: pfile:/mnt/vol/devrs004.snc1/jssarma/projects/hive_trunk_local_mode/build/ql/test/data/warehouse/srcpart/ds=2008-04-09/hr=11 209c209 < base file name: hr=12 --- > base file name: pfile:/mnt/vol/devrs004.snc1/jssarma/projects/hive_trunk_local_mode/build/ql/test/data/warehouse/srcpart/ds=2008-04-09/hr=12 320c320 < base file name: 10002 --- > base file name: -mr-10002 Index: ql/src/test/results/clientpositive/transform_ppr2.q.out =================================================================== 87c87 < base file name: hr=11 --- > base file name: pfile:/mnt/vol/devrs004.snc1/jssarma/projects/hive_trunk_local_mode/build/ql/test/data/warehouse/srcpart/ds=2008-04-08/hr=11 128c128 < base file name: hr=12 --- > base file name: pfile:/mnt/vol/devrs004.snc1/jssarma/projects/hive_trunk_local_mode/build/ql/test/data/warehouse/srcpart/ds=2008-04-08/hr=12 Index: ql/src/test/results/clientpositive/union_ppr.q.out =================================================================== 149c149 < base file name: hr=11 --- > base file name: pfile:/mnt/vol/devrs004.snc1/jssarma/projects/hive_trunk_local_mode/build/ql/test/data/warehouse/srcpart/ds=2008-04-08/hr=11 190c190 < base file name: hr=12 --- > base file name: pfile:/mnt/vol/devrs004.snc1/jssarma/projects/hive_trunk_local_mode/build/ql/test/data/warehouse/srcpart/ds=2008-04-08/hr=12 Index: ql/src/test/results/clientpositive/input_part7.q.out =================================================================== 137c137 < base file name: hr=11 --- > base file name: pfile:/mnt/vol/devrs004.snc1/jssarma/projects/hive_trunk_local_mode/build/ql/test/data/warehouse/srcpart/ds=2008-04-08/hr=11 178c178 < base file name: hr=12 --- > base file name: pfile:/mnt/vol/devrs004.snc1/jssarma/projects/hive_trunk_local_mode/build/ql/test/data/warehouse/srcpart/ds=2008-04-08/hr=12 Index: ql/src/test/results/clientpositive/bucketmapjoin5.q.out =================================================================== 274c274 < a {srcbucket20.txt=[srcbucket20.txt], srcbucket21.txt=[srcbucket21.txt], srcbucket22.txt=[srcbucket20.txt], srcbucket23.txt=[srcbucket21.txt], ds=2008-04-09/srcbucket20.txt=[srcbucket20.txt], ds=2008-04-09/srcbucket21.txt=[srcbucket21.txt], ds=2008-04-09/srcbucket22.txt=[srcbucket20.txt], ds=2008-04-09/srcbucket23.txt=[srcbucket21.txt]} --- > a {pfile:/mnt/vol/devrs004.snc1/jssarma/projects/hive_trunk_local_mode/build/ql/test/data/warehouse/srcbucket_mapjoin_part/ds=2008-04-08/srcbucket20.txt=[pfile:/mnt/vol/devrs004.snc1/jssarma/projects/hive_trunk_local_mode/build/ql/test/data/warehouse/srcbucket_mapjoin/srcbucket20.txt], pfile:/mnt/vol/devrs004.snc1/jssarma/projects/hive_trunk_local_mode/build/ql/test/data/warehouse/srcbucket_mapjoin_part/ds=2008-04-08/srcbucket21.txt=[pfile:/mnt/vol/devrs004.snc1/jssarma/projects/hive_trunk_local_mode/build/ql/test/data/warehouse/srcbucket_mapjoin/srcbucket21.txt], pfile:/mnt/vol/devrs004.snc1/jssarma/projects/hive_trunk_local_mode/build/ql/test/data/warehouse/srcbucket_mapjoin_part/ds=2008-04-08/srcbucket22.txt=[pfile:/mnt/vol/devrs004.snc1/jssarma/projects/hive_trunk_local_mode/build/ql/test/data/warehouse/srcbucket_mapjoin/srcbucket20.txt], pfile:/mnt/vol/devrs004.snc1/jssarma/projects/hive_trunk_local_mode/build/ql/test/data/warehouse/srcbucket_mapjoin_part/ds=2008-04-08/srcbucket23.txt=[pfile:/mnt/vol/devrs004.snc1/jssarma/projects/hive_trunk_local_mode/build/ql/test/data/warehouse/srcbucket_mapjoin/srcbucket21.txt], pfile:/mnt/vol/devrs004.snc1/jssarma/projects/hive_trunk_local_mode/build/ql/test/data/warehouse/srcbucket_mapjoin_part/ds=2008-04-09/srcbucket20.txt=[pfile:/mnt/vol/devrs004.snc1/jssarma/projects/hive_trunk_local_mode/build/ql/test/data/warehouse/srcbucket_mapjoin/srcbucket20.txt], pfile:/mnt/vol/devrs004.snc1/jssarma/projects/hive_trunk_local_mode/build/ql/test/data/warehouse/srcbucket_mapjoin_part/ds=2008-04-09/srcbucket21.txt=[pfile:/mnt/vol/devrs004.snc1/jssarma/projects/hive_trunk_local_mode/build/ql/test/data/warehouse/srcbucket_mapjoin/srcbucket21.txt], pfile:/mnt/vol/devrs004.snc1/jssarma/projects/hive_trunk_local_mode/build/ql/test/data/warehouse/srcbucket_mapjoin_part/ds=2008-04-09/srcbucket22.txt=[pfile:/mnt/vol/devrs004.snc1/jssarma/projects/hive_trunk_local_mode/build/ql/test/data/warehouse/srcbucket_mapjoin/srcbucket20.txt], pfile:/mnt/vol/devrs004.snc1/jssarma/projects/hive_trunk_local_mode/build/ql/test/data/warehouse/srcbucket_mapjoin_part/ds=2008-04-09/srcbucket23.txt=[pfile:/mnt/vol/devrs004.snc1/jssarma/projects/hive_trunk_local_mode/build/ql/test/data/warehouse/srcbucket_mapjoin/srcbucket21.txt]} 293c293 < base file name: ds=2008-04-08 --- > base file name: pfile:/mnt/vol/devrs004.snc1/jssarma/projects/hive_trunk_local_mode/build/ql/test/data/warehouse/srcbucket_mapjoin_part/ds=2008-04-08 335c335 < base file name: ds=2008-04-09 --- > base file name: pfile:/mnt/vol/devrs004.snc1/jssarma/projects/hive_trunk_local_mode/build/ql/test/data/warehouse/srcbucket_mapjoin_part/ds=2008-04-09 433c433 < base file name: 10002 --- > base file name: pfile:/mnt/vol/devrs004.snc1/jssarma/projects/hive_trunk_local_mode/build/ql/scratchdir/hive_2010-07-13_14-55-51_840_1516318735240128969/-ext-10002 799c799 < a {srcbucket22.txt=[srcbucket20.txt], srcbucket23.txt=[srcbucket21.txt], ds=2008-04-09/srcbucket22.txt=[srcbucket20.txt], ds=2008-04-09/srcbucket23.txt=[srcbucket21.txt]} --- > a {pfile:/mnt/vol/devrs004.snc1/jssarma/projects/hive_trunk_local_mode/build/ql/test/data/warehouse/srcbucket_mapjoin_part_2/ds=2008-04-08/srcbucket22.txt=[pfile:/mnt/vol/devrs004.snc1/jssarma/projects/hive_trunk_local_mode/build/ql/test/data/warehouse/srcbucket_mapjoin/srcbucket20.txt], pfile:/mnt/vol/devrs004.snc1/jssarma/projects/hive_trunk_local_mode/build/ql/test/data/warehouse/srcbucket_mapjoin_part_2/ds=2008-04-08/srcbucket23.txt=[pfile:/mnt/vol/devrs004.snc1/jssarma/projects/hive_trunk_local_mode/build/ql/test/data/warehouse/srcbucket_mapjoin/srcbucket21.txt], pfile:/mnt/vol/devrs004.snc1/jssarma/projects/hive_trunk_local_mode/build/ql/test/data/warehouse/srcbucket_mapjoin_part_2/ds=2008-04-09/srcbucket22.txt=[pfile:/mnt/vol/devrs004.snc1/jssarma/projects/hive_trunk_local_mode/build/ql/test/data/warehouse/srcbucket_mapjoin/srcbucket20.txt], pfile:/mnt/vol/devrs004.snc1/jssarma/projects/hive_trunk_local_mode/build/ql/test/data/warehouse/srcbucket_mapjoin_part_2/ds=2008-04-09/srcbucket23.txt=[pfile:/mnt/vol/devrs004.snc1/jssarma/projects/hive_trunk_local_mode/build/ql/test/data/warehouse/srcbucket_mapjoin/srcbucket21.txt]} 814c814 < base file name: ds=2008-04-08 --- > base file name: pfile:/mnt/vol/devrs004.snc1/jssarma/projects/hive_trunk_local_mode/build/ql/test/data/warehouse/srcbucket_mapjoin_part_2/ds=2008-04-08 856c856 < base file name: ds=2008-04-09 --- > base file name: pfile:/mnt/vol/devrs004.snc1/jssarma/projects/hive_trunk_local_mode/build/ql/test/data/warehouse/srcbucket_mapjoin_part_2/ds=2008-04-09 954c954 < base file name: 10002 --- > base file name: pfile:/mnt/vol/devrs004.snc1/jssarma/projects/hive_trunk_local_mode/build/ql/scratchdir/hive_2010-07-13_14-56-27_395_6358322054344334255/-ext-10002 Index: ql/src/test/results/clientpositive/join33.q.out =================================================================== 101c101 < base file name: src --- > base file name: pfile:/mnt/vol/devrs004.snc1/jssarma/projects/hive_trunk_local_mode/build/ql/test/data/warehouse/src 200c200,216 < base file name: hr=11 --- > base file name: -mr-10002 > input format: org.apache.hadoop.mapred.SequenceFileInputFormat > output format: org.apache.hadoop.hive.ql.io.HiveSequenceFileOutputFormat > properties: > columns _col0,_col1,_col3 > columns.types string,string,string > escape.delim \ > > input format: org.apache.hadoop.mapred.SequenceFileInputFormat > output format: org.apache.hadoop.hive.ql.io.HiveSequenceFileOutputFormat > properties: > columns _col0,_col1,_col3 > columns.types string,string,string > escape.delim \ > pfile:/mnt/vol/devrs004.snc1/jssarma/projects/hive_trunk_local_mode/build/ql/test/data/warehouse/srcpart/ds=2008-04-08/hr=11 > Partition > base file name: pfile:/mnt/vol/devrs004.snc1/jssarma/projects/hive_trunk_local_mode/build/ql/test/data/warehouse/srcpart/ds=2008-04-08/hr=11 239,254d254 < file:/tmp/jssarma/hive_2010-06-10_16-21-45_664_3974168394039456921/10002 < Partition < base file name: 10002 < input format: org.apache.hadoop.mapred.SequenceFileInputFormat < output format: org.apache.hadoop.hive.ql.io.HiveSequenceFileOutputFormat < properties: < columns _col0,_col1,_col3 < columns.types string,string,string < escape.delim \ < < input format: org.apache.hadoop.mapred.SequenceFileInputFormat < output format: org.apache.hadoop.hive.ql.io.HiveSequenceFileOutputFormat < properties: < columns _col0,_col1,_col3 < columns.types string,string,string < escape.delim \ Index: ql/src/test/results/clientpositive/input_part2.q.out =================================================================== 151c151 < base file name: hr=12 --- > base file name: pfile:/mnt/vol/devrs004.snc1/jssarma/projects/hive_trunk_local_mode/build/ql/test/data/warehouse/srcpart/ds=2008-04-08/hr=12 192c192 < base file name: hr=12 --- > base file name: pfile:/mnt/vol/devrs004.snc1/jssarma/projects/hive_trunk_local_mode/build/ql/test/data/warehouse/srcpart/ds=2008-04-09/hr=12 291c291 < base file name: 10004 --- > base file name: pfile:/mnt/vol/devrs004.snc1/jssarma/projects/hive_trunk_local_mode/build/ql/scratchdir/hive_2010-07-12_18-08-59_313_2456860354131308360/-ext-10004 411c411 < base file name: 10005 --- > base file name: pfile:/mnt/vol/devrs004.snc1/jssarma/projects/hive_trunk_local_mode/build/ql/scratchdir/hive_2010-07-12_18-08-59_313_2456860354131308360/-ext-10005 Index: ql/src/test/results/clientpositive/router_join_ppr.q.out =================================================================== 82c82 < base file name: src --- > base file name: pfile:/mnt/vol/devrs004.snc1/jssarma/projects/hive_trunk_local_mode/build/ql/test/data/warehouse/src 118c118 < base file name: hr=11 --- > base file name: pfile:/mnt/vol/devrs004.snc1/jssarma/projects/hive_trunk_local_mode/build/ql/test/data/warehouse/srcpart/ds=2008-04-08/hr=11 159c159 < base file name: hr=12 --- > base file name: pfile:/mnt/vol/devrs004.snc1/jssarma/projects/hive_trunk_local_mode/build/ql/test/data/warehouse/srcpart/ds=2008-04-08/hr=12 365c365 < base file name: src --- > base file name: pfile:/mnt/vol/devrs004.snc1/jssarma/projects/hive_trunk_local_mode/build/ql/test/data/warehouse/src 401c401 < base file name: hr=11 --- > base file name: pfile:/mnt/vol/devrs004.snc1/jssarma/projects/hive_trunk_local_mode/build/ql/test/data/warehouse/srcpart/ds=2008-04-08/hr=11 442c442 < base file name: hr=12 --- > base file name: pfile:/mnt/vol/devrs004.snc1/jssarma/projects/hive_trunk_local_mode/build/ql/test/data/warehouse/srcpart/ds=2008-04-08/hr=12 640c640 < base file name: src --- > base file name: pfile:/mnt/vol/devrs004.snc1/jssarma/projects/hive_trunk_local_mode/build/ql/test/data/warehouse/src 676c676 < base file name: hr=11 --- > base file name: pfile:/mnt/vol/devrs004.snc1/jssarma/projects/hive_trunk_local_mode/build/ql/test/data/warehouse/srcpart/ds=2008-04-08/hr=11 717c717 < base file name: hr=12 --- > base file name: pfile:/mnt/vol/devrs004.snc1/jssarma/projects/hive_trunk_local_mode/build/ql/test/data/warehouse/srcpart/ds=2008-04-08/hr=12 917c917 < base file name: src --- > base file name: pfile:/mnt/vol/devrs004.snc1/jssarma/projects/hive_trunk_local_mode/build/ql/test/data/warehouse/src 953c953 < base file name: hr=11 --- > base file name: pfile:/mnt/vol/devrs004.snc1/jssarma/projects/hive_trunk_local_mode/build/ql/test/data/warehouse/srcpart/ds=2008-04-08/hr=11 994c994 < base file name: hr=12 --- > base file name: pfile:/mnt/vol/devrs004.snc1/jssarma/projects/hive_trunk_local_mode/build/ql/test/data/warehouse/srcpart/ds=2008-04-08/hr=12 1035c1035 < base file name: hr=11 --- > base file name: pfile:/mnt/vol/devrs004.snc1/jssarma/projects/hive_trunk_local_mode/build/ql/test/data/warehouse/srcpart/ds=2008-04-09/hr=11 1076c1076 < base file name: hr=12 --- > base file name: pfile:/mnt/vol/devrs004.snc1/jssarma/projects/hive_trunk_local_mode/build/ql/test/data/warehouse/srcpart/ds=2008-04-09/hr=12 Index: ql/src/test/results/clientpositive/bucket1.q.out =================================================================== 56c56 < base file name: src --- > base file name: pfile:/mnt/vol/devrs004.snc1/jssarma/projects/hive_trunk_local_mode/build/ql/test/data/warehouse/src Index: ql/src/test/results/clientpositive/input42.q.out =================================================================== 66c66 < base file name: hr=11 --- > base file name: pfile:/mnt/vol/devrs004.snc1/jssarma/projects/hive_trunk_local_mode/build/ql/test/data/warehouse/srcpart/ds=2008-04-08/hr=11 107c107 < base file name: hr=12 --- > base file name: pfile:/mnt/vol/devrs004.snc1/jssarma/projects/hive_trunk_local_mode/build/ql/test/data/warehouse/srcpart/ds=2008-04-08/hr=12 1243c1243 < base file name: hr=11 --- > base file name: pfile:/mnt/vol/devrs004.snc1/jssarma/projects/hive_trunk_local_mode/build/ql/test/data/warehouse/srcpart/ds=2008-04-08/hr=11 1284c1284 < base file name: hr=12 --- > base file name: pfile:/mnt/vol/devrs004.snc1/jssarma/projects/hive_trunk_local_mode/build/ql/test/data/warehouse/srcpart/ds=2008-04-08/hr=12 1793c1793 < base file name: hr=11 --- > base file name: pfile:/mnt/vol/devrs004.snc1/jssarma/projects/hive_trunk_local_mode/build/ql/test/data/warehouse/srcpart/ds=2008-04-08/hr=11 1834c1834 < base file name: hr=12 --- > base file name: pfile:/mnt/vol/devrs004.snc1/jssarma/projects/hive_trunk_local_mode/build/ql/test/data/warehouse/srcpart/ds=2008-04-08/hr=12 Index: ql/src/test/results/clientpositive/load_dyn_part8.q.out =================================================================== 144c144 < base file name: hr=11 --- > base file name: pfile:/mnt/vol/devrs004.snc1/jssarma/projects/hive_trunk_local_mode/build/ql/test/data/warehouse/srcpart/ds=2008-04-08/hr=11 185c185 < base file name: hr=12 --- > base file name: pfile:/mnt/vol/devrs004.snc1/jssarma/projects/hive_trunk_local_mode/build/ql/test/data/warehouse/srcpart/ds=2008-04-08/hr=12 226c226 < base file name: hr=11 --- > base file name: pfile:/mnt/vol/devrs004.snc1/jssarma/projects/hive_trunk_local_mode/build/ql/test/data/warehouse/srcpart/ds=2008-04-09/hr=11 267c267 < base file name: hr=12 --- > base file name: pfile:/mnt/vol/devrs004.snc1/jssarma/projects/hive_trunk_local_mode/build/ql/test/data/warehouse/srcpart/ds=2008-04-09/hr=12 Index: ql/src/test/results/clientpositive/sample9.q.out =================================================================== 67c67 < base file name: srcbucket0.txt --- > base file name: pfile:/mnt/vol/devrs004.snc1/jssarma/projects/hive_trunk_local_mode/build/ql/test/data/warehouse/srcbucket/srcbucket0.txt Index: ql/src/test/results/clientpositive/groupby_map_ppr.q.out =================================================================== 86c86 < base file name: hr=11 --- > base file name: pfile:/mnt/vol/devrs004.snc1/jssarma/projects/hive_trunk_local_mode/build/ql/test/data/warehouse/srcpart/ds=2008-04-08/hr=11 127c127 < base file name: hr=12 --- > base file name: pfile:/mnt/vol/devrs004.snc1/jssarma/projects/hive_trunk_local_mode/build/ql/test/data/warehouse/srcpart/ds=2008-04-08/hr=12 Index: ql/src/test/results/clientpositive/sample4.q.out =================================================================== 82c82 < base file name: srcbucket0.txt --- > base file name: pfile:/mnt/vol/devrs004.snc1/jssarma/projects/hive_trunk_local_mode/build/ql/test/data/warehouse/srcbucket/srcbucket0.txt 174c174 < base file name: 10002 --- > base file name: pfile:/mnt/vol/devrs004.snc1/jssarma/projects/hive_trunk_local_mode/build/ql/scratchdir/hive_2010-07-13_16-48-36_862_1399914592029393427/-ext-10002 Index: ql/src/test/results/clientpositive/join34.q.out =================================================================== 264c264 < base file name: src --- > base file name: pfile:/mnt/vol/devrs004.snc1/jssarma/projects/hive_trunk_local_mode/build/ql/test/data/warehouse/src 356c356 < base file name: 10002 --- > base file name: pfile:/mnt/vol/devrs004.snc1/jssarma/projects/hive_trunk_local_mode/build/ql/scratchdir/hive_2010-07-13_01-08-59_661_4052186400307262001/-ext-10002 Index: ql/src/test/results/clientpositive/input39.q.out =================================================================== 208a209 > mapred.job.tracker=does.notexist.com:666 Index: ql/src/test/results/clientpositive/bucketmapjoin1.q.out =================================================================== 263c263 < b {srcbucket20.txt=[srcbucket20.txt, srcbucket22.txt], srcbucket21.txt=[srcbucket21.txt, srcbucket23.txt]} --- > b {pfile:/mnt/vol/devrs004.snc1/jssarma/projects/hive_trunk_local_mode/build/ql/test/data/warehouse/srcbucket_mapjoin/srcbucket20.txt=[pfile:/mnt/vol/devrs004.snc1/jssarma/projects/hive_trunk_local_mode/build/ql/test/data/warehouse/srcbucket_mapjoin_part/ds=2008-04-08/srcbucket20.txt, pfile:/mnt/vol/devrs004.snc1/jssarma/projects/hive_trunk_local_mode/build/ql/test/data/warehouse/srcbucket_mapjoin_part/ds=2008-04-08/srcbucket22.txt], pfile:/mnt/vol/devrs004.snc1/jssarma/projects/hive_trunk_local_mode/build/ql/test/data/warehouse/srcbucket_mapjoin/srcbucket21.txt=[pfile:/mnt/vol/devrs004.snc1/jssarma/projects/hive_trunk_local_mode/build/ql/test/data/warehouse/srcbucket_mapjoin_part/ds=2008-04-08/srcbucket21.txt, pfile:/mnt/vol/devrs004.snc1/jssarma/projects/hive_trunk_local_mode/build/ql/test/data/warehouse/srcbucket_mapjoin_part/ds=2008-04-08/srcbucket23.txt]} 275c275 < base file name: srcbucket_mapjoin --- > base file name: pfile:/mnt/vol/devrs004.snc1/jssarma/projects/hive_trunk_local_mode/build/ql/test/data/warehouse/srcbucket_mapjoin 369c369 < base file name: 10002 --- > base file name: pfile:/mnt/vol/devrs004.snc1/jssarma/projects/hive_trunk_local_mode/build/ql/scratchdir/hive_2010-07-13_14-50-36_607_7716277790627103778/-ext-10002 750c750 < a {srcbucket20.txt=[srcbucket20.txt], srcbucket21.txt=[srcbucket21.txt], srcbucket22.txt=[srcbucket20.txt], srcbucket23.txt=[srcbucket21.txt]} --- > a {pfile:/mnt/vol/devrs004.snc1/jssarma/projects/hive_trunk_local_mode/build/ql/test/data/warehouse/srcbucket_mapjoin_part/ds=2008-04-08/srcbucket20.txt=[pfile:/mnt/vol/devrs004.snc1/jssarma/projects/hive_trunk_local_mode/build/ql/test/data/warehouse/srcbucket_mapjoin/srcbucket20.txt], pfile:/mnt/vol/devrs004.snc1/jssarma/projects/hive_trunk_local_mode/build/ql/test/data/warehouse/srcbucket_mapjoin_part/ds=2008-04-08/srcbucket21.txt=[pfile:/mnt/vol/devrs004.snc1/jssarma/projects/hive_trunk_local_mode/build/ql/test/data/warehouse/srcbucket_mapjoin/srcbucket21.txt], pfile:/mnt/vol/devrs004.snc1/jssarma/projects/hive_trunk_local_mode/build/ql/test/data/warehouse/srcbucket_mapjoin_part/ds=2008-04-08/srcbucket22.txt=[pfile:/mnt/vol/devrs004.snc1/jssarma/projects/hive_trunk_local_mode/build/ql/test/data/warehouse/srcbucket_mapjoin/srcbucket20.txt], pfile:/mnt/vol/devrs004.snc1/jssarma/projects/hive_trunk_local_mode/build/ql/test/data/warehouse/srcbucket_mapjoin_part/ds=2008-04-08/srcbucket23.txt=[pfile:/mnt/vol/devrs004.snc1/jssarma/projects/hive_trunk_local_mode/build/ql/test/data/warehouse/srcbucket_mapjoin/srcbucket21.txt]} 764c764 < base file name: ds=2008-04-08 --- > base file name: pfile:/mnt/vol/devrs004.snc1/jssarma/projects/hive_trunk_local_mode/build/ql/test/data/warehouse/srcbucket_mapjoin_part/ds=2008-04-08 862c862 < base file name: 10002 --- > base file name: pfile:/mnt/vol/devrs004.snc1/jssarma/projects/hive_trunk_local_mode/build/ql/scratchdir/hive_2010-07-13_14-51-05_839_6529340242620622655/-ext-10002 Index: ql/src/test/results/clientpositive/sample10.q.out =================================================================== 112c112 < base file name: attempt_local_0001_r_000000_0 --- > base file name: pfile:/mnt/vol/devrs004.snc1/jssarma/projects/hive_trunk_local_mode/build/ql/test/data/warehouse/srcpartbucket/ds=2008-04-08/hr=11/attempt_local_0001_r_000000_0 155c155 < base file name: attempt_local_0001_r_000000_0 --- > base file name: pfile:/mnt/vol/devrs004.snc1/jssarma/projects/hive_trunk_local_mode/build/ql/test/data/warehouse/srcpartbucket/ds=2008-04-08/hr=12/attempt_local_0001_r_000000_0 198c198 < base file name: attempt_local_0001_r_000000_0 --- > base file name: pfile:/mnt/vol/devrs004.snc1/jssarma/projects/hive_trunk_local_mode/build/ql/test/data/warehouse/srcpartbucket/ds=2008-04-09/hr=11/attempt_local_0001_r_000000_0 241c241 < base file name: attempt_local_0001_r_000000_0 --- > base file name: pfile:/mnt/vol/devrs004.snc1/jssarma/projects/hive_trunk_local_mode/build/ql/test/data/warehouse/srcpartbucket/ds=2008-04-09/hr=12/attempt_local_0001_r_000000_0 Index: ql/src/test/results/clientpositive/rand_partitionpruner1.q.out =================================================================== 53c53 < base file name: src --- > base file name: pfile:/mnt/vol/devrs004.snc1/jssarma/projects/hive_trunk_local_mode/build/ql/test/data/warehouse/src Index: ql/src/test/results/clientpositive/bucket2.q.out =================================================================== 56c56 < base file name: src --- > base file name: pfile:/mnt/vol/devrs004.snc1/jssarma/projects/hive_trunk_local_mode/build/ql/test/data/warehouse/src Index: ql/src/test/results/clientpositive/louter_join_ppr.q.out =================================================================== 87c87 < base file name: src --- > base file name: pfile:/mnt/vol/devrs004.snc1/jssarma/projects/hive_trunk_local_mode/build/ql/test/data/warehouse/src 123c123 < base file name: hr=11 --- > base file name: pfile:/mnt/vol/devrs004.snc1/jssarma/projects/hive_trunk_local_mode/build/ql/test/data/warehouse/srcpart/ds=2008-04-08/hr=11 164c164 < base file name: hr=12 --- > base file name: pfile:/mnt/vol/devrs004.snc1/jssarma/projects/hive_trunk_local_mode/build/ql/test/data/warehouse/srcpart/ds=2008-04-08/hr=12 365c365 < base file name: src --- > base file name: pfile:/mnt/vol/devrs004.snc1/jssarma/projects/hive_trunk_local_mode/build/ql/test/data/warehouse/src 401c401 < base file name: hr=11 --- > base file name: pfile:/mnt/vol/devrs004.snc1/jssarma/projects/hive_trunk_local_mode/build/ql/test/data/warehouse/srcpart/ds=2008-04-08/hr=11 442c442 < base file name: hr=12 --- > base file name: pfile:/mnt/vol/devrs004.snc1/jssarma/projects/hive_trunk_local_mode/build/ql/test/data/warehouse/srcpart/ds=2008-04-08/hr=12 642c642 < base file name: src --- > base file name: pfile:/mnt/vol/devrs004.snc1/jssarma/projects/hive_trunk_local_mode/build/ql/test/data/warehouse/src 678c678 < base file name: hr=11 --- > base file name: pfile:/mnt/vol/devrs004.snc1/jssarma/projects/hive_trunk_local_mode/build/ql/test/data/warehouse/srcpart/ds=2008-04-08/hr=11 719c719 < base file name: hr=12 --- > base file name: pfile:/mnt/vol/devrs004.snc1/jssarma/projects/hive_trunk_local_mode/build/ql/test/data/warehouse/srcpart/ds=2008-04-08/hr=12 760c760 < base file name: hr=11 --- > base file name: pfile:/mnt/vol/devrs004.snc1/jssarma/projects/hive_trunk_local_mode/build/ql/test/data/warehouse/srcpart/ds=2008-04-09/hr=11 801c801 < base file name: hr=12 --- > base file name: pfile:/mnt/vol/devrs004.snc1/jssarma/projects/hive_trunk_local_mode/build/ql/test/data/warehouse/srcpart/ds=2008-04-09/hr=12 1003c1003 < base file name: src --- > base file name: pfile:/mnt/vol/devrs004.snc1/jssarma/projects/hive_trunk_local_mode/build/ql/test/data/warehouse/src 1039c1039 < base file name: hr=11 --- > base file name: pfile:/mnt/vol/devrs004.snc1/jssarma/projects/hive_trunk_local_mode/build/ql/test/data/warehouse/srcpart/ds=2008-04-08/hr=11 1080c1080 < base file name: hr=12 --- > base file name: pfile:/mnt/vol/devrs004.snc1/jssarma/projects/hive_trunk_local_mode/build/ql/test/data/warehouse/srcpart/ds=2008-04-08/hr=12 Index: ql/src/test/results/clientpositive/filter_join_breaktask.q.out =================================================================== 109c109 < base file name: ds=2008-04-08 --- > base file name: pfile:/mnt/vol/devrs004.snc1/jssarma/projects/hive_trunk_local_mode/build/ql/test/data/warehouse/filter_join_breaktask/ds=2008-04-08 234c234,250 < base file name: ds=2008-04-08 --- > base file name: -mr-10002 > input format: org.apache.hadoop.mapred.SequenceFileInputFormat > output format: org.apache.hadoop.hive.ql.io.HiveSequenceFileOutputFormat > properties: > columns _col0,_col4 > columns.types int,string > escape.delim \ > > input format: org.apache.hadoop.mapred.SequenceFileInputFormat > output format: org.apache.hadoop.hive.ql.io.HiveSequenceFileOutputFormat > properties: > columns _col0,_col4 > columns.types int,string > escape.delim \ > pfile:/mnt/vol/devrs004.snc1/jssarma/projects/hive_trunk_local_mode/build/ql/test/data/warehouse/filter_join_breaktask/ds=2008-04-08 > Partition > base file name: pfile:/mnt/vol/devrs004.snc1/jssarma/projects/hive_trunk_local_mode/build/ql/test/data/warehouse/filter_join_breaktask/ds=2008-04-08 272,287d287 < file:/tmp/jssarma/hive_2010-06-10_16-22-55_084_1486227885854106344/10002 < Partition < base file name: 10002 < input format: org.apache.hadoop.mapred.SequenceFileInputFormat < output format: org.apache.hadoop.hive.ql.io.HiveSequenceFileOutputFormat < properties: < columns _col0,_col4 < columns.types int,string < escape.delim \ < < input format: org.apache.hadoop.mapred.SequenceFileInputFormat < output format: org.apache.hadoop.hive.ql.io.HiveSequenceFileOutputFormat < properties: < columns _col0,_col4 < columns.types int,string < escape.delim \ Index: ql/src/test/results/clientpositive/join17.q.out =================================================================== 65c65 < base file name: src --- > base file name: pfile:/mnt/vol/devrs004.snc1/jssarma/projects/hive_trunk_local_mode/build/ql/test/data/warehouse/src Index: ql/src/test/results/clientpositive/input_part9.q.out =================================================================== 66c66 < base file name: hr=11 --- > base file name: pfile:/mnt/vol/devrs004.snc1/jssarma/projects/hive_trunk_local_mode/build/ql/test/data/warehouse/srcpart/ds=2008-04-08/hr=11 107c107 < base file name: hr=12 --- > base file name: pfile:/mnt/vol/devrs004.snc1/jssarma/projects/hive_trunk_local_mode/build/ql/test/data/warehouse/srcpart/ds=2008-04-08/hr=12 Index: ql/src/test/results/clientpositive/sample5.q.out =================================================================== 80c80 < base file name: srcbucket --- > base file name: pfile:/mnt/vol/devrs004.snc1/jssarma/projects/hive_trunk_local_mode/build/ql/test/data/warehouse/srcbucket 172c172 < base file name: 10002 --- > base file name: pfile:/mnt/vol/devrs004.snc1/jssarma/projects/hive_trunk_local_mode/build/ql/scratchdir/hive_2010-07-13_01-37-14_512_7175097826676693470/-ext-10002 Index: ql/src/test/results/clientpositive/join26.q.out =================================================================== 243c243 < base file name: hr=11 --- > base file name: pfile:/mnt/vol/devrs004.snc1/jssarma/projects/hive_trunk_local_mode/build/ql/test/data/warehouse/srcpart/ds=2008-04-08/hr=11 340c340 < base file name: 10002 --- > base file name: pfile:/mnt/vol/devrs004.snc1/jssarma/projects/hive_trunk_local_mode/build/ql/scratchdir/hive_2010-07-13_01-06-56_524_7253072988696793618/-ext-10002 Index: ql/src/test/results/clientpositive/bucketmapjoin_negative.q.out =================================================================== 225c225 < base file name: srcbucket_mapjoin --- > base file name: pfile:/mnt/vol/devrs004.snc1/jssarma/projects/hive_trunk_local_mode/build/ql/test/data/warehouse/srcbucket_mapjoin 319c319 < base file name: 10002 --- > base file name: pfile:/mnt/vol/devrs004.snc1/jssarma/projects/hive_trunk_local_mode/build/ql/scratchdir/hive_2010-07-13_00-28-18_218_6004820903144644488/-ext-10002 Index: ql/src/test/results/clientpositive/join35.q.out =================================================================== 91c91 < base file name: src --- > base file name: pfile:/mnt/vol/devrs004.snc1/jssarma/projects/hive_trunk_local_mode/build/ql/test/data/warehouse/src 370c370 < base file name: 10002 --- > base file name: -mr-10002 386c386 < base file name: 10004 --- > base file name: -mr-10004 458c458 < base file name: 10003 --- > base file name: pfile:/mnt/vol/devrs004.snc1/jssarma/projects/hive_trunk_local_mode/build/ql/scratchdir/hive_2010-07-13_01-09-10_335_173268378416481146/-ext-10003 567c567 < base file name: src --- > base file name: pfile:/mnt/vol/devrs004.snc1/jssarma/projects/hive_trunk_local_mode/build/ql/test/data/warehouse/src Index: ql/src/test/results/clientpositive/bucketmapjoin2.q.out =================================================================== 254c254 < b {srcbucket20.txt=[srcbucket22.txt], srcbucket21.txt=[srcbucket23.txt]} --- > b {pfile:/mnt/vol/devrs004.snc1/jssarma/projects/hive_trunk_local_mode/build/ql/test/data/warehouse/srcbucket_mapjoin/srcbucket20.txt=[pfile:/mnt/vol/devrs004.snc1/jssarma/projects/hive_trunk_local_mode/build/ql/test/data/warehouse/srcbucket_mapjoin_part_2/ds=2008-04-08/srcbucket22.txt], pfile:/mnt/vol/devrs004.snc1/jssarma/projects/hive_trunk_local_mode/build/ql/test/data/warehouse/srcbucket_mapjoin/srcbucket21.txt=[pfile:/mnt/vol/devrs004.snc1/jssarma/projects/hive_trunk_local_mode/build/ql/test/data/warehouse/srcbucket_mapjoin_part_2/ds=2008-04-08/srcbucket23.txt]} 266c266 < base file name: srcbucket_mapjoin --- > base file name: pfile:/mnt/vol/devrs004.snc1/jssarma/projects/hive_trunk_local_mode/build/ql/test/data/warehouse/srcbucket_mapjoin 360c360 < base file name: 10002 --- > base file name: pfile:/mnt/vol/devrs004.snc1/jssarma/projects/hive_trunk_local_mode/build/ql/scratchdir/hive_2010-07-13_14-51-58_154_2679250520550555267/-ext-10002 732c732 < a {srcbucket22.txt=[srcbucket20.txt], srcbucket23.txt=[srcbucket21.txt]} --- > a {pfile:/mnt/vol/devrs004.snc1/jssarma/projects/hive_trunk_local_mode/build/ql/test/data/warehouse/srcbucket_mapjoin_part_2/ds=2008-04-08/srcbucket22.txt=[pfile:/mnt/vol/devrs004.snc1/jssarma/projects/hive_trunk_local_mode/build/ql/test/data/warehouse/srcbucket_mapjoin/srcbucket20.txt], pfile:/mnt/vol/devrs004.snc1/jssarma/projects/hive_trunk_local_mode/build/ql/test/data/warehouse/srcbucket_mapjoin_part_2/ds=2008-04-08/srcbucket23.txt=[pfile:/mnt/vol/devrs004.snc1/jssarma/projects/hive_trunk_local_mode/build/ql/test/data/warehouse/srcbucket_mapjoin/srcbucket21.txt]} 744c744 < base file name: ds=2008-04-08 --- > base file name: pfile:/mnt/vol/devrs004.snc1/jssarma/projects/hive_trunk_local_mode/build/ql/test/data/warehouse/srcbucket_mapjoin_part_2/ds=2008-04-08 842c842 < base file name: 10002 --- > base file name: pfile:/mnt/vol/devrs004.snc1/jssarma/projects/hive_trunk_local_mode/build/ql/scratchdir/hive_2010-07-13_14-52-24_465_6836688502123526008/-ext-10002 Index: ql/src/test/results/clientpositive/udf_explode.q.out =================================================================== 57c57 < base file name: src --- > base file name: pfile:/mnt/vol/devrs004.snc1/jssarma/projects/hive_trunk_local_mode/build/ql/test/data/warehouse/src 136c136 < base file name: src --- > base file name: pfile:/mnt/vol/devrs004.snc1/jssarma/projects/hive_trunk_local_mode/build/ql/test/data/warehouse/src 224c224 < base file name: 10002 --- > base file name: -mr-10002 Index: ql/src/test/results/clientpositive/join_map_ppr.q.out =================================================================== 262c262 < base file name: hr=11 --- > base file name: pfile:/mnt/vol/devrs004.snc1/jssarma/projects/hive_trunk_local_mode/build/ql/test/data/warehouse/srcpart/ds=2008-04-08/hr=11 359c359 < base file name: 10002 --- > base file name: pfile:/mnt/vol/devrs004.snc1/jssarma/projects/hive_trunk_local_mode/build/ql/scratchdir/hive_2010-07-13_01-12-06_491_5215178047568650106/-ext-10002 868c868 < base file name: hr=11 --- > base file name: pfile:/mnt/vol/devrs004.snc1/jssarma/projects/hive_trunk_local_mode/build/ql/test/data/warehouse/srcpart/ds=2008-04-08/hr=11 965c965 < base file name: 10002 --- > base file name: pfile:/mnt/vol/devrs004.snc1/jssarma/projects/hive_trunk_local_mode/build/ql/scratchdir/hive_2010-07-13_01-12-18_189_9021225459415264000/-ext-10002 Index: ql/src/test/results/clientpositive/join9.q.out =================================================================== 71c71 < base file name: src --- > base file name: pfile:/mnt/vol/devrs004.snc1/jssarma/projects/hive_trunk_local_mode/build/ql/test/data/warehouse/src 107c107 < base file name: hr=12 --- > base file name: pfile:/mnt/vol/devrs004.snc1/jssarma/projects/hive_trunk_local_mode/build/ql/test/data/warehouse/srcpart/ds=2008-04-08/hr=12 Index: ql/src/test/results/clientpositive/rand_partitionpruner2.q.out =================================================================== 84c84 < base file name: hr=11 --- > base file name: pfile:/mnt/vol/devrs004.snc1/jssarma/projects/hive_trunk_local_mode/build/ql/test/data/warehouse/srcpart/ds=2008-04-08/hr=11 125c125 < base file name: hr=12 --- > base file name: pfile:/mnt/vol/devrs004.snc1/jssarma/projects/hive_trunk_local_mode/build/ql/test/data/warehouse/srcpart/ds=2008-04-08/hr=12 224c224 < base file name: 10002 --- > base file name: pfile:/mnt/vol/devrs004.snc1/jssarma/projects/hive_trunk_local_mode/build/ql/scratchdir/hive_2010-07-13_01-33-10_565_7639402596022502562/-ext-10002 Index: ql/src/test/results/clientpositive/bucket3.q.out =================================================================== 56c56 < base file name: src --- > base file name: pfile:/mnt/vol/devrs004.snc1/jssarma/projects/hive_trunk_local_mode/build/ql/test/data/warehouse/src Index: ql/src/test/results/clientpositive/sample6.q.out =================================================================== 80c80 < base file name: srcbucket0.txt --- > base file name: pfile:/mnt/vol/devrs004.snc1/jssarma/projects/hive_trunk_local_mode/build/ql/test/data/warehouse/srcbucket/srcbucket0.txt 172c172 < base file name: 10002 --- > base file name: pfile:/mnt/vol/devrs004.snc1/jssarma/projects/hive_trunk_local_mode/build/ql/scratchdir/hive_2010-07-13_16-49-20_261_1714808740469193803/-ext-10002 563c563 < base file name: srcbucket1.txt --- > base file name: pfile:/mnt/vol/devrs004.snc1/jssarma/projects/hive_trunk_local_mode/build/ql/test/data/warehouse/srcbucket/srcbucket1.txt 930c930 < base file name: srcbucket0.txt --- > base file name: pfile:/mnt/vol/devrs004.snc1/jssarma/projects/hive_trunk_local_mode/build/ql/test/data/warehouse/srcbucket/srcbucket0.txt 1551c1551 < base file name: srcbucket --- > base file name: pfile:/mnt/vol/devrs004.snc1/jssarma/projects/hive_trunk_local_mode/build/ql/test/data/warehouse/srcbucket 2015c2015 < base file name: srcbucket --- > base file name: pfile:/mnt/vol/devrs004.snc1/jssarma/projects/hive_trunk_local_mode/build/ql/test/data/warehouse/srcbucket 2466c2466 < base file name: srcbucket20.txt --- > base file name: pfile:/mnt/vol/devrs004.snc1/jssarma/projects/hive_trunk_local_mode/build/ql/test/data/warehouse/srcbucket2/srcbucket20.txt 2504c2504 < base file name: srcbucket22.txt --- > base file name: pfile:/mnt/vol/devrs004.snc1/jssarma/projects/hive_trunk_local_mode/build/ql/test/data/warehouse/srcbucket2/srcbucket22.txt 2754c2754 < base file name: srcbucket21.txt --- > base file name: pfile:/mnt/vol/devrs004.snc1/jssarma/projects/hive_trunk_local_mode/build/ql/test/data/warehouse/srcbucket2/srcbucket21.txt Index: ql/src/test/results/clientpositive/bucketmapjoin3.q.out =================================================================== 264c264 < b {srcbucket22.txt=[srcbucket20.txt, srcbucket22.txt], srcbucket23.txt=[srcbucket21.txt, srcbucket23.txt]} --- > b {pfile:/mnt/vol/devrs004.snc1/jssarma/projects/hive_trunk_local_mode/build/ql/test/data/warehouse/srcbucket_mapjoin_part_2/ds=2008-04-08/srcbucket22.txt=[pfile:/mnt/vol/devrs004.snc1/jssarma/projects/hive_trunk_local_mode/build/ql/test/data/warehouse/srcbucket_mapjoin_part/ds=2008-04-08/srcbucket20.txt, pfile:/mnt/vol/devrs004.snc1/jssarma/projects/hive_trunk_local_mode/build/ql/test/data/warehouse/srcbucket_mapjoin_part/ds=2008-04-08/srcbucket22.txt], pfile:/mnt/vol/devrs004.snc1/jssarma/projects/hive_trunk_local_mode/build/ql/test/data/warehouse/srcbucket_mapjoin_part_2/ds=2008-04-08/srcbucket23.txt=[pfile:/mnt/vol/devrs004.snc1/jssarma/projects/hive_trunk_local_mode/build/ql/test/data/warehouse/srcbucket_mapjoin_part/ds=2008-04-08/srcbucket21.txt, pfile:/mnt/vol/devrs004.snc1/jssarma/projects/hive_trunk_local_mode/build/ql/test/data/warehouse/srcbucket_mapjoin_part/ds=2008-04-08/srcbucket23.txt]} 276c276 < base file name: ds=2008-04-08 --- > base file name: pfile:/mnt/vol/devrs004.snc1/jssarma/projects/hive_trunk_local_mode/build/ql/test/data/warehouse/srcbucket_mapjoin_part_2/ds=2008-04-08 374c374 < base file name: 10002 --- > base file name: pfile:/mnt/vol/devrs004.snc1/jssarma/projects/hive_trunk_local_mode/build/ql/scratchdir/hive_2010-07-13_14-53-12_362_8642923341501143016/-ext-10002 756c756 < a {srcbucket20.txt=[srcbucket22.txt], srcbucket21.txt=[srcbucket23.txt], srcbucket22.txt=[srcbucket22.txt], srcbucket23.txt=[srcbucket23.txt]} --- > a {pfile:/mnt/vol/devrs004.snc1/jssarma/projects/hive_trunk_local_mode/build/ql/test/data/warehouse/srcbucket_mapjoin_part/ds=2008-04-08/srcbucket20.txt=[pfile:/mnt/vol/devrs004.snc1/jssarma/projects/hive_trunk_local_mode/build/ql/test/data/warehouse/srcbucket_mapjoin_part_2/ds=2008-04-08/srcbucket22.txt], pfile:/mnt/vol/devrs004.snc1/jssarma/projects/hive_trunk_local_mode/build/ql/test/data/warehouse/srcbucket_mapjoin_part/ds=2008-04-08/srcbucket21.txt=[pfile:/mnt/vol/devrs004.snc1/jssarma/projects/hive_trunk_local_mode/build/ql/test/data/warehouse/srcbucket_mapjoin_part_2/ds=2008-04-08/srcbucket23.txt], pfile:/mnt/vol/devrs004.snc1/jssarma/projects/hive_trunk_local_mode/build/ql/test/data/warehouse/srcbucket_mapjoin_part/ds=2008-04-08/srcbucket22.txt=[pfile:/mnt/vol/devrs004.snc1/jssarma/projects/hive_trunk_local_mode/build/ql/test/data/warehouse/srcbucket_mapjoin_part_2/ds=2008-04-08/srcbucket22.txt], pfile:/mnt/vol/devrs004.snc1/jssarma/projects/hive_trunk_local_mode/build/ql/test/data/warehouse/srcbucket_mapjoin_part/ds=2008-04-08/srcbucket23.txt=[pfile:/mnt/vol/devrs004.snc1/jssarma/projects/hive_trunk_local_mode/build/ql/test/data/warehouse/srcbucket_mapjoin_part_2/ds=2008-04-08/srcbucket23.txt]} 770c770 < base file name: ds=2008-04-08 --- > base file name: pfile:/mnt/vol/devrs004.snc1/jssarma/projects/hive_trunk_local_mode/build/ql/test/data/warehouse/srcbucket_mapjoin_part/ds=2008-04-08 868c868 < base file name: 10002 --- > base file name: pfile:/mnt/vol/devrs004.snc1/jssarma/projects/hive_trunk_local_mode/build/ql/scratchdir/hive_2010-07-13_14-53-41_070_1915197281980284191/-ext-10002 Index: ql/src/test/results/clientpositive/insertexternal1.q.out =================================================================== Index: ql/src/test/results/clientpositive/sample1.q.out =================================================================== 102c102 < base file name: hr=11 --- > base file name: pfile:/mnt/vol/devrs004.snc1/jssarma/projects/hive_trunk_local_mode/build/ql/test/data/warehouse/srcpart/ds=2008-04-08/hr=11 201c201 < base file name: 10002 --- > base file name: pfile:/mnt/vol/devrs004.snc1/jssarma/projects/hive_trunk_local_mode/build/ql/scratchdir/hive_2010-07-13_01-36-21_433_6292628323649421690/-ext-10002 Index: ql/src/test/results/clientpositive/reduce_deduplicate.q.out =================================================================== 59c59 < base file name: src --- > base file name: pfile:/mnt/vol/devrs004.snc1/jssarma/projects/hive_trunk_local_mode/build/ql/test/data/warehouse/src Index: ql/src/test/results/clientpositive/rand_partitionpruner3.q.out =================================================================== 59c59 < base file name: hr=12 --- > base file name: pfile:/mnt/vol/devrs004.snc1/jssarma/projects/hive_trunk_local_mode/build/ql/test/data/warehouse/srcpart/ds=2008-04-08/hr=12 178c178 < base file name: hr=12 --- > base file name: pfile:/mnt/vol/devrs004.snc1/jssarma/projects/hive_trunk_local_mode/build/ql/test/data/warehouse/srcpart/ds=2008-04-08/hr=12 Index: ql/src/test/results/clientpositive/ctas.q.out =================================================================== 106c106 < GlobalTableId: 0 --- > GlobalTableId: 1 226c226 < GlobalTableId: 0 --- > GlobalTableId: 1 346c346 < GlobalTableId: 0 --- > GlobalTableId: 1 500c500 < GlobalTableId: 0 --- > GlobalTableId: 1 595c595 < base file name: src --- > base file name: pfile:/mnt/vol/devrs004.snc1/jssarma/projects/hive_trunk_local_mode/build/ql/test/data/warehouse/src 670c670 < base file name: 10002 --- > base file name: -mr-10002 689,690c689,690 < GlobalTableId: 0 < directory: file:/data/users/njain/hive1/hive1/build/ql/scratchdir/hive_2010-02-17_15-35-13_160_4580041524192799730/10001 --- > GlobalTableId: 1 > directory: pfile:/mnt/vol/devrs004.snc1/jssarma/projects/hive_trunk_local_mode/build/ql/scratchdir/hive_2010-07-14_08-35-36_367_3074543719701206137/-ext-10001 763a764 > mapred.job.tracker=does.notexist.com:666 Index: ql/src/test/results/clientpositive/bucket4.q.out =================================================================== 59c59 < base file name: src --- > base file name: pfile:/mnt/vol/devrs004.snc1/jssarma/projects/hive_trunk_local_mode/build/ql/test/data/warehouse/src Index: ql/src/test/results/clientpositive/outer_join_ppr.q.out =================================================================== 82c82 < base file name: src --- > base file name: pfile:/mnt/vol/devrs004.snc1/jssarma/projects/hive_trunk_local_mode/build/ql/test/data/warehouse/src 118c118 < base file name: hr=11 --- > base file name: pfile:/mnt/vol/devrs004.snc1/jssarma/projects/hive_trunk_local_mode/build/ql/test/data/warehouse/srcpart/ds=2008-04-08/hr=11 159c159 < base file name: hr=12 --- > base file name: pfile:/mnt/vol/devrs004.snc1/jssarma/projects/hive_trunk_local_mode/build/ql/test/data/warehouse/srcpart/ds=2008-04-08/hr=12 354c354 < base file name: src --- > base file name: pfile:/mnt/vol/devrs004.snc1/jssarma/projects/hive_trunk_local_mode/build/ql/test/data/warehouse/src 390c390 < base file name: hr=11 --- > base file name: pfile:/mnt/vol/devrs004.snc1/jssarma/projects/hive_trunk_local_mode/build/ql/test/data/warehouse/srcpart/ds=2008-04-08/hr=11 431c431 < base file name: hr=12 --- > base file name: pfile:/mnt/vol/devrs004.snc1/jssarma/projects/hive_trunk_local_mode/build/ql/test/data/warehouse/srcpart/ds=2008-04-08/hr=12 472c472 < base file name: hr=11 --- > base file name: pfile:/mnt/vol/devrs004.snc1/jssarma/projects/hive_trunk_local_mode/build/ql/test/data/warehouse/srcpart/ds=2008-04-09/hr=11 513c513 < base file name: hr=12 --- > base file name: pfile:/mnt/vol/devrs004.snc1/jssarma/projects/hive_trunk_local_mode/build/ql/test/data/warehouse/srcpart/ds=2008-04-09/hr=12 Index: ql/src/test/results/clientpositive/binary_output_format.q.out =================================================================== 123c123 < base file name: src --- > base file name: pfile:/mnt/vol/devrs004.snc1/jssarma/projects/hive_trunk_local_mode/build/ql/test/data/warehouse/src 212c212 < base file name: 10002 --- > base file name: pfile:/mnt/vol/devrs004.snc1/jssarma/projects/hive_trunk_local_mode/build/ql/scratchdir/hive_2010-07-12_17-07-49_923_8874844161650096897/-ext-10002 Index: ql/src/test/results/clientpositive/bucketmapjoin_negative2.q.out =================================================================== 211c211 < base file name: srcbucket_mapjoin --- > base file name: pfile:/mnt/vol/devrs004.snc1/jssarma/projects/hive_trunk_local_mode/build/ql/test/data/warehouse/srcbucket_mapjoin 305c305 < base file name: 10002 --- > base file name: pfile:/mnt/vol/devrs004.snc1/jssarma/projects/hive_trunk_local_mode/build/ql/scratchdir/hive_2010-07-13_00-28-26_391_9081062012473420586/-ext-10002 Index: ql/src/test/results/clientpositive/sample7.q.out =================================================================== 87c87 < base file name: srcbucket0.txt --- > base file name: pfile:/mnt/vol/devrs004.snc1/jssarma/projects/hive_trunk_local_mode/build/ql/test/data/warehouse/srcbucket/srcbucket0.txt 179c179 < base file name: 10002 --- > base file name: pfile:/mnt/vol/devrs004.snc1/jssarma/projects/hive_trunk_local_mode/build/ql/scratchdir/hive_2010-07-13_16-50-02_746_1632259968715269820/-ext-10002 Index: ql/src/test/results/clientpositive/transform_ppr1.q.out =================================================================== 77c77 < base file name: hr=11 --- > base file name: pfile:/mnt/vol/devrs004.snc1/jssarma/projects/hive_trunk_local_mode/build/ql/test/data/warehouse/srcpart/ds=2008-04-08/hr=11 118c118 < base file name: hr=12 --- > base file name: pfile:/mnt/vol/devrs004.snc1/jssarma/projects/hive_trunk_local_mode/build/ql/test/data/warehouse/srcpart/ds=2008-04-08/hr=12 159c159 < base file name: hr=11 --- > base file name: pfile:/mnt/vol/devrs004.snc1/jssarma/projects/hive_trunk_local_mode/build/ql/test/data/warehouse/srcpart/ds=2008-04-09/hr=11 200c200 < base file name: hr=12 --- > base file name: pfile:/mnt/vol/devrs004.snc1/jssarma/projects/hive_trunk_local_mode/build/ql/test/data/warehouse/srcpart/ds=2008-04-09/hr=12 Index: ql/src/test/results/clientpositive/regexp_extract.q.out =================================================================== 75c75 < base file name: src --- > base file name: pfile:/mnt/vol/devrs004.snc1/jssarma/projects/hive_trunk_local_mode/build/ql/test/data/warehouse/src 321c321 < base file name: src --- > base file name: pfile:/mnt/vol/devrs004.snc1/jssarma/projects/hive_trunk_local_mode/build/ql/test/data/warehouse/src Index: ql/src/test/results/clientpositive/bucketmapjoin4.q.out =================================================================== 244c244 < b {srcbucket20.txt=[srcbucket20.txt], srcbucket21.txt=[srcbucket21.txt]} --- > b {pfile:/mnt/vol/devrs004.snc1/jssarma/projects/hive_trunk_local_mode/build/ql/test/data/warehouse/srcbucket_mapjoin/srcbucket20.txt=[pfile:/mnt/vol/devrs004.snc1/jssarma/projects/hive_trunk_local_mode/build/ql/test/data/warehouse/srcbucket_mapjoin/srcbucket20.txt], pfile:/mnt/vol/devrs004.snc1/jssarma/projects/hive_trunk_local_mode/build/ql/test/data/warehouse/srcbucket_mapjoin/srcbucket21.txt=[pfile:/mnt/vol/devrs004.snc1/jssarma/projects/hive_trunk_local_mode/build/ql/test/data/warehouse/srcbucket_mapjoin/srcbucket21.txt]} 256c256 < base file name: srcbucket_mapjoin --- > base file name: pfile:/mnt/vol/devrs004.snc1/jssarma/projects/hive_trunk_local_mode/build/ql/test/data/warehouse/srcbucket_mapjoin 350c350 < base file name: 10002 --- > base file name: pfile:/mnt/vol/devrs004.snc1/jssarma/projects/hive_trunk_local_mode/build/ql/scratchdir/hive_2010-07-13_14-54-32_760_5974779787018710785/-ext-10002 708c708 < a {srcbucket20.txt=[srcbucket20.txt], srcbucket21.txt=[srcbucket21.txt]} --- > a {pfile:/mnt/vol/devrs004.snc1/jssarma/projects/hive_trunk_local_mode/build/ql/test/data/warehouse/srcbucket_mapjoin/srcbucket20.txt=[pfile:/mnt/vol/devrs004.snc1/jssarma/projects/hive_trunk_local_mode/build/ql/test/data/warehouse/srcbucket_mapjoin/srcbucket20.txt], pfile:/mnt/vol/devrs004.snc1/jssarma/projects/hive_trunk_local_mode/build/ql/test/data/warehouse/srcbucket_mapjoin/srcbucket21.txt=[pfile:/mnt/vol/devrs004.snc1/jssarma/projects/hive_trunk_local_mode/build/ql/test/data/warehouse/srcbucket_mapjoin/srcbucket21.txt]} 720c720 < base file name: srcbucket_mapjoin --- > base file name: pfile:/mnt/vol/devrs004.snc1/jssarma/projects/hive_trunk_local_mode/build/ql/test/data/warehouse/srcbucket_mapjoin 814c814 < base file name: 10002 --- > base file name: pfile:/mnt/vol/devrs004.snc1/jssarma/projects/hive_trunk_local_mode/build/ql/scratchdir/hive_2010-07-13_14-54-59_002_8802797336584459641/-ext-10002 Index: ql/src/test/results/clientpositive/union22.q.out =================================================================== 201c201 < base file name: ds=1 --- > base file name: pfile:/mnt/vol/devrs004.snc1/jssarma/projects/hive_trunk_local_mode/build/ql/test/data/warehouse/dst_union22/ds=1 376c376,392 < base file name: ds=1 --- > base file name: -mr-10002 > input format: org.apache.hadoop.mapred.SequenceFileInputFormat > output format: org.apache.hadoop.hive.ql.io.HiveSequenceFileOutputFormat > properties: > columns _col0,_col1,_col8,_col9 > columns.types string,string,string,string > escape.delim \ > > input format: org.apache.hadoop.mapred.SequenceFileInputFormat > output format: org.apache.hadoop.hive.ql.io.HiveSequenceFileOutputFormat > properties: > columns _col0,_col1,_col8,_col9 > columns.types string,string,string,string > escape.delim \ > pfile:/mnt/vol/devrs004.snc1/jssarma/projects/hive_trunk_local_mode/build/ql/test/data/warehouse/dst_union22_delta/ds=1 > Partition > base file name: pfile:/mnt/vol/devrs004.snc1/jssarma/projects/hive_trunk_local_mode/build/ql/test/data/warehouse/dst_union22_delta/ds=1 414,429d429 < file:/tmp/jssarma/hive_2010-06-10_16-21-01_038_1201658161362559492/10002 < Partition < base file name: 10002 < input format: org.apache.hadoop.mapred.SequenceFileInputFormat < output format: org.apache.hadoop.hive.ql.io.HiveSequenceFileOutputFormat < properties: < columns _col0,_col1,_col8,_col9 < columns.types string,string,string,string < escape.delim \ < < input format: org.apache.hadoop.mapred.SequenceFileInputFormat < output format: org.apache.hadoop.hive.ql.io.HiveSequenceFileOutputFormat < properties: < columns _col0,_col1,_col8,_col9 < columns.types string,string,string,string < escape.delim \ Index: ql/src/test/results/clientpositive/sample2.q.out =================================================================== 82c82 < base file name: srcbucket0.txt --- > base file name: pfile:/mnt/vol/devrs004.snc1/jssarma/projects/hive_trunk_local_mode/build/ql/test/data/warehouse/srcbucket/srcbucket0.txt 174c174 < base file name: 10002 --- > base file name: pfile:/mnt/vol/devrs004.snc1/jssarma/projects/hive_trunk_local_mode/build/ql/scratchdir/hive_2010-07-13_16-47-59_938_1077990282473381863/-ext-10002 Index: ql/src/test/results/clientpositive/disable_merge_for_bucketing.q.out =================================================================== 56c56 < base file name: src --- > base file name: pfile:/mnt/vol/devrs004.snc1/jssarma/projects/hive_trunk_local_mode/build/ql/test/data/warehouse/src Index: ql/src/test/results/clientpositive/combine2.q.out =================================================================== 278c278 < base file name: value=val_0 --- > base file name: pfile:/mnt/vol/devrs004.snc1/jssarma/projects/hive_trunk_local_mode/build/ql/test/data/warehouse/combine2/value=val_0 318c318 < base file name: value=val_2 --- > base file name: pfile:/mnt/vol/devrs004.snc1/jssarma/projects/hive_trunk_local_mode/build/ql/test/data/warehouse/combine2/value=val_2 358c358 < base file name: value=val_4 --- > base file name: pfile:/mnt/vol/devrs004.snc1/jssarma/projects/hive_trunk_local_mode/build/ql/test/data/warehouse/combine2/value=val_4 398c398 < base file name: value=val_5 --- > base file name: pfile:/mnt/vol/devrs004.snc1/jssarma/projects/hive_trunk_local_mode/build/ql/test/data/warehouse/combine2/value=val_5 438c438 < base file name: value=val_8 --- > base file name: pfile:/mnt/vol/devrs004.snc1/jssarma/projects/hive_trunk_local_mode/build/ql/test/data/warehouse/combine2/value=val_8 478c478 < base file name: value=val_9 --- > base file name: pfile:/mnt/vol/devrs004.snc1/jssarma/projects/hive_trunk_local_mode/build/ql/test/data/warehouse/combine2/value=val_9 Index: ql/src/test/results/clientpositive/join32.q.out =================================================================== 104c104 < base file name: src --- > base file name: pfile:/mnt/vol/devrs004.snc1/jssarma/projects/hive_trunk_local_mode/build/ql/test/data/warehouse/src 291c291 < base file name: 10003 --- > base file name: -mr-10003 363c363 < base file name: 10002 --- > base file name: pfile:/mnt/vol/devrs004.snc1/jssarma/projects/hive_trunk_local_mode/build/ql/scratchdir/hive_2010-07-13_01-08-28_948_2108250031584143706/-ext-10002 Index: ql/src/test/results/clientpositive/input_part1.q.out =================================================================== 93c93 < base file name: hr=12 --- > base file name: pfile:/mnt/vol/devrs004.snc1/jssarma/projects/hive_trunk_local_mode/build/ql/test/data/warehouse/srcpart/ds=2008-04-08/hr=12 192c192 < base file name: 10002 --- > base file name: pfile:/mnt/vol/devrs004.snc1/jssarma/projects/hive_trunk_local_mode/build/ql/scratchdir/hive_2010-07-12_18-08-43_137_6260620944666410801/-ext-10002 Index: ql/src/test/results/clientpositive/input23.q.out =================================================================== 64c64 < base file name: hr=11 --- > base file name: pfile:/mnt/vol/devrs004.snc1/jssarma/projects/hive_trunk_local_mode/build/ql/test/data/warehouse/srcpart/ds=2008-04-08/hr=11 Index: ql/src/test/results/compiler/plan/join2.q.xml =================================================================== 2c2 < --- > 13c13 < Stage-1 --- > Stage-2 90c90 < 1269980341 --- > 1278984433 111c111 < Stage-3 --- > Stage-4 182c182 < 1269980341 --- > 1278984432 792c792 < 10002 --- > -mr-10002 841c841 < src --- > pfile:/mnt/vol/devrs004.snc1/jssarma/projects/hive_trunk_local_mode/build/ql/test/data/warehouse/src 899c899 < 1269980341 --- > 1278984432 1344c1344 < Stage-2 --- > Stage-3 1408c1408 < 1269980341 --- > 1278984432 1495c1495 < 1269980341 --- > 1278984432 2045c2045 < src --- > pfile:/mnt/vol/devrs004.snc1/jssarma/projects/hive_trunk_local_mode/build/ql/test/data/warehouse/src 2103c2103 < 1269980341 --- > 1278984432 Index: ql/src/test/results/compiler/plan/input2.q.xml =================================================================== 2c2 < --- > 9c9 < Stage-7 --- > Stage-8 20c20 < Stage-1 --- > Stage-2 37c37 < Stage-5 --- > Stage-6 304c304 < 10006 --- > pfile:/mnt/vol/devrs004.snc1/jssarma/projects/hive_trunk_local_mode/build/ql/scratchdir/hive_2010-07-12_18-26-02_273_1001833018254129372/-ext-10006 359c359 < 1269980309 --- > 1278984361 458c458 < 1269980309 --- > 1278984361 612c612 < Stage-6 --- > Stage-7 677c677 < Stage-10 --- > Stage-11 688c688 < Stage-2 --- > Stage-3 705c705 < Stage-8 --- > Stage-9 964c964 < 10007 --- > pfile:/mnt/vol/devrs004.snc1/jssarma/projects/hive_trunk_local_mode/build/ql/scratchdir/hive_2010-07-12_18-26-02_273_1001833018254129372/-ext-10007 1019c1019 < 1269980309 --- > 1278984361 1118c1118 < 1269980309 --- > 1278984361 1272c1272 < Stage-9 --- > Stage-10 1337c1337 < Stage-13 --- > Stage-14 1348c1348 < Stage-3 --- > Stage-4 1365c1365 < Stage-11 --- > Stage-12 1624c1624 < 10008 --- > pfile:/mnt/vol/devrs004.snc1/jssarma/projects/hive_trunk_local_mode/build/ql/scratchdir/hive_2010-07-12_18-26-02_273_1001833018254129372/-ext-10008 1679c1679 < 1269980309 --- > 1278984362 1782c1782 < 1269980309 --- > 1278984362 1949c1949 < Stage-12 --- > Stage-13 2014c2014 < Stage-4 --- > Stage-5 2078c2078 < 1269980308 --- > 1278984361 3081c3081 < src --- > pfile:/mnt/vol/devrs004.snc1/jssarma/projects/hive_trunk_local_mode/build/ql/test/data/warehouse/src 3139c3139 < 1269980308 --- > 1278984361 Index: ql/src/test/results/compiler/plan/join3.q.xml =================================================================== 2c2 < --- > 9c9 < Stage-1 --- > Stage-2 86c86 < 1269980344 --- > 1278984438 107c107 < Stage-2 --- > Stage-3 171c171 < 1269980343 --- > 1278984437 258c258 < 1269980343 --- > 1278984437 345c345 < 1269980343 --- > 1278984437 1116c1116 < src --- > pfile:/mnt/vol/devrs004.snc1/jssarma/projects/hive_trunk_local_mode/build/ql/test/data/warehouse/src 1174c1174 < 1269980343 --- > 1278984437 Index: ql/src/test/results/compiler/plan/input3.q.xml =================================================================== 2c2 < --- > 9c9 < Stage-8 --- > Stage-9 20c20 < Stage-1 --- > Stage-2 37c37 < Stage-6 --- > Stage-7 304c304 < 10007 --- > pfile:/mnt/vol/devrs004.snc1/jssarma/projects/hive_trunk_local_mode/build/ql/scratchdir/hive_2010-07-12_18-26-12_331_8395143621104969494/-ext-10007 359c359 < 1273610222 --- > 1278984371 458c458 < 1273610222 --- > 1278984371 612c612 < Stage-7 --- > Stage-8 677c677 < Stage-11 --- > Stage-12 688c688 < Stage-2 --- > Stage-3 705c705 < Stage-9 --- > Stage-10 964c964 < 10008 --- > pfile:/mnt/vol/devrs004.snc1/jssarma/projects/hive_trunk_local_mode/build/ql/scratchdir/hive_2010-07-12_18-26-12_331_8395143621104969494/-ext-10008 1019c1019 < 1273610222 --- > 1278984372 1118c1118 < 1273610222 --- > 1278984372 1272c1272 < Stage-10 --- > Stage-11 1337c1337 < Stage-14 --- > Stage-15 1348c1348 < Stage-3 --- > Stage-4 1365c1365 < Stage-12 --- > Stage-13 1624c1624 < 10009 --- > pfile:/mnt/vol/devrs004.snc1/jssarma/projects/hive_trunk_local_mode/build/ql/scratchdir/hive_2010-07-12_18-26-12_331_8395143621104969494/-ext-10009 1679c1679 < 1273610222 --- > 1278984372 1782c1782 < 1273610222 --- > 1278984372 1949c1949 < Stage-13 --- > Stage-14 2014c2014 < Stage-17 --- > Stage-18 2025c2025 < Stage-4 --- > Stage-5 2042c2042 < Stage-15 --- > Stage-16 2275c2275 < 10010 --- > -ext-10010 2500c2500 < Stage-16 --- > Stage-17 2565c2565 < Stage-5 --- > Stage-6 2629c2629 < 1273610220 --- > 1278984371 3945c3945 < src --- > pfile:/mnt/vol/devrs004.snc1/jssarma/projects/hive_trunk_local_mode/build/ql/test/data/warehouse/src 4003c4003 < 1273610220 --- > 1278984371 Index: ql/src/test/results/compiler/plan/join4.q.xml =================================================================== 2c2 < --- > 5c5 < Stage-2 --- > Stage-3 69c69 < 1268858243 --- > 1278984442 156c156 < 1268858243 --- > 1278984442 1668c1668 < src --- > pfile:/mnt/vol/devrs004.snc1/jssarma/projects/hive_trunk_local_mode/build/ql/test/data/warehouse/src 1726c1726 < 1268858243 --- > 1278984442 Index: ql/src/test/results/compiler/plan/input4.q.xml =================================================================== 2c2 < --- > 9c9 < Stage-1 --- > Stage-2 86c86 < 1269980317 --- > 1278984377 107c107 < Stage-2 --- > Stage-3 171c171 < 1269980316 --- > 1278984376 792c792 < src --- > pfile:/mnt/vol/devrs004.snc1/jssarma/projects/hive_trunk_local_mode/build/ql/test/data/warehouse/src 850c850 < 1269980316 --- > 1278984376 Index: ql/src/test/results/compiler/plan/join5.q.xml =================================================================== 2c2 < --- > 5c5 < Stage-2 --- > Stage-3 69c69 < 1268858245 --- > 1278984447 156c156 < 1268858245 --- > 1278984447 1668c1668 < src --- > pfile:/mnt/vol/devrs004.snc1/jssarma/projects/hive_trunk_local_mode/build/ql/test/data/warehouse/src 1726c1726 < 1268858245 --- > 1278984447 Index: ql/src/test/results/compiler/plan/input5.q.xml =================================================================== 2c2 < --- > 9c9 < Stage-1 --- > Stage-2 86c86 < 1269980319 --- > 1278984381 107c107 < Stage-2 --- > Stage-3 175c175 < 1269980319 --- > 1278984381 886c886 < src_thrift --- > pfile:/mnt/vol/devrs004.snc1/jssarma/projects/hive_trunk_local_mode/build/ql/test/data/warehouse/src_thrift 948c948 < 1269980319 --- > 1278984381 Index: ql/src/test/results/compiler/plan/join6.q.xml =================================================================== 2c2 < --- > 5c5 < Stage-2 --- > Stage-3 69c69 < 1268858248 --- > 1278984453 156c156 < 1268858248 --- > 1278984453 1668c1668 < src --- > pfile:/mnt/vol/devrs004.snc1/jssarma/projects/hive_trunk_local_mode/build/ql/test/data/warehouse/src 1726c1726 < 1268858248 --- > 1278984453 Index: ql/src/test/results/compiler/plan/input_testxpath2.q.xml =================================================================== 2c2 < --- > 5c5 < Stage-2 --- > Stage-3 73c73 < 1268858233 --- > 1278984421 911c911 < src_thrift --- > pfile:/mnt/vol/devrs004.snc1/jssarma/projects/hive_trunk_local_mode/build/ql/test/data/warehouse/src_thrift 973c973 < 1268858233 --- > 1278984421 Index: ql/src/test/results/compiler/plan/input6.q.xml =================================================================== 2c2 < --- > 9c9 < Stage-5 --- > Stage-6 20c20 < Stage-1 --- > Stage-2 37c37 < Stage-3 --- > Stage-4 304c304 < 10002 --- > pfile:/mnt/vol/devrs004.snc1/jssarma/projects/hive_trunk_local_mode/build/ql/scratchdir/hive_2010-07-12_18-26-27_151_1637122368663674789/-ext-10002 359c359 < 1269980321 --- > 1278984386 458c458 < 1269980321 --- > 1278984386 612c612 < Stage-4 --- > Stage-5 677c677 < Stage-2 --- > Stage-3 741c741 < 1269980321 --- > 1278984386 1190c1190 < src1 --- > pfile:/mnt/vol/devrs004.snc1/jssarma/projects/hive_trunk_local_mode/build/ql/test/data/warehouse/src1 1248c1248 < 1269980321 --- > 1278984386 Index: ql/src/test/results/compiler/plan/join7.q.xml =================================================================== 2c2 < --- > 5c5 < Stage-2 --- > Stage-3 69c69 < 1268858250 --- > 1278984458 156c156 < 1268858250 --- > 1278984458 243c243 < 1268858250 --- > 1278984458 2478c2478 < src --- > pfile:/mnt/vol/devrs004.snc1/jssarma/projects/hive_trunk_local_mode/build/ql/test/data/warehouse/src 2536c2536 < 1268858250 --- > 1278984458 Index: ql/src/test/results/compiler/plan/input7.q.xml =================================================================== 2c2 < --- > 9c9 < Stage-5 --- > Stage-6 20c20 < Stage-1 --- > Stage-2 37c37 < Stage-3 --- > Stage-4 304c304 < 10002 --- > pfile:/mnt/vol/devrs004.snc1/jssarma/projects/hive_trunk_local_mode/build/ql/scratchdir/hive_2010-07-12_18-26-32_068_7810375540944676456/-ext-10002 359c359 < 1269980323 --- > 1278984391 458c458 < 1269980323 --- > 1278984391 616c616 < Stage-4 --- > Stage-5 681c681 < Stage-2 --- > Stage-3 745c745 < 1269980323 --- > 1278984391 1030c1030 < src1 --- > pfile:/mnt/vol/devrs004.snc1/jssarma/projects/hive_trunk_local_mode/build/ql/test/data/warehouse/src1 1088c1088 < 1269980323 --- > 1278984391 Index: ql/src/test/results/compiler/plan/join8.q.xml =================================================================== 2c2 < --- > 5c5 < Stage-2 --- > Stage-3 69c69 < 1268858252 --- > 1278984463 156c156 < 1268858252 --- > 1278984463 1668c1668 < src --- > pfile:/mnt/vol/devrs004.snc1/jssarma/projects/hive_trunk_local_mode/build/ql/test/data/warehouse/src 1726c1726 < 1268858252 --- > 1278984463 Index: ql/src/test/results/compiler/plan/input_testsequencefile.q.xml =================================================================== 2c2 < --- > 9c9 < Stage-5 --- > Stage-6 20c20 < Stage-1 --- > Stage-2 37c37 < Stage-3 --- > Stage-4 304c304 < 10002 --- > pfile:/mnt/vol/devrs004.snc1/jssarma/projects/hive_trunk_local_mode/build/ql/scratchdir/hive_2010-07-12_18-26-52_043_262963966437808763/-ext-10002 359c359 < 1269980333 --- > 1278984411 458c458 < 1269980333 --- > 1278984411 612c612 < Stage-4 --- > Stage-5 677c677 < Stage-2 --- > Stage-3 741c741 < 1269980332 --- > 1278984410 1035c1035 < src --- > pfile:/mnt/vol/devrs004.snc1/jssarma/projects/hive_trunk_local_mode/build/ql/test/data/warehouse/src 1093c1093 < 1269980332 --- > 1278984410 Index: ql/src/test/results/compiler/plan/input8.q.xml =================================================================== 5c5 < Stage-2 --- > Stage-3 69c69 < 1266455899 --- > 1278984396 541c541 < src1 --- > pfile:/mnt/vol/devrs004.snc1/jssarma/projects/hive_trunk_local_mode/build/ql/test/data/warehouse/src1 599c599 < 1266455899 --- > 1278984396 Index: ql/src/test/results/compiler/plan/union.q.xml =================================================================== 2c2 < --- > 9c9 < Stage-5 --- > Stage-6 20c20 < Stage-1 --- > Stage-2 37c37 < Stage-3 --- > Stage-4 304c304 < 10001 --- > -ext-10001 539c539 < Stage-4 --- > Stage-5 604c604 < Stage-2 --- > Stage-3 668c668 < 1268858283 --- > 1278984535 755c755 < 1268858283 --- > 1278984535 1820c1820 < src --- > pfile:/mnt/vol/devrs004.snc1/jssarma/projects/hive_trunk_local_mode/build/ql/test/data/warehouse/src 1878c1878 < 1268858283 --- > 1278984535 Index: ql/src/test/results/compiler/plan/input9.q.xml =================================================================== 2c2 < --- > 9c9 < Stage-5 --- > Stage-6 20c20 < Stage-1 --- > Stage-2 37c37 < Stage-3 --- > Stage-4 304c304 < 10002 --- > pfile:/mnt/vol/devrs004.snc1/jssarma/projects/hive_trunk_local_mode/build/ql/scratchdir/hive_2010-07-12_18-26-41_899_1024265845133785600/-ext-10002 359c359 < 1269980328 --- > 1278984401 458c458 < 1269980328 --- > 1278984401 616c616 < Stage-4 --- > Stage-5 681c681 < Stage-2 --- > Stage-3 745c745 < 1269980328 --- > 1278984400 1204c1204 < src1 --- > pfile:/mnt/vol/devrs004.snc1/jssarma/projects/hive_trunk_local_mode/build/ql/test/data/warehouse/src1 1262c1262 < 1269980328 --- > 1278984400 Index: ql/src/test/results/compiler/plan/udf1.q.xml =================================================================== 2c2 < --- > 5c5 < Stage-2 --- > Stage-3 69c69 < 1268858272 --- > 1278984509 1814c1814 < src --- > pfile:/mnt/vol/devrs004.snc1/jssarma/projects/hive_trunk_local_mode/build/ql/test/data/warehouse/src 1872c1872 < 1268858272 --- > 1278984509 Index: ql/src/test/results/compiler/plan/udf4.q.xml =================================================================== 5c5 < Stage-2 --- > Stage-3 69c69 < 1266455973 --- > 1278984515 1630c1630 < dest1 --- > pfile:/mnt/vol/devrs004.snc1/jssarma/projects/hive_trunk_local_mode/build/ql/test/data/warehouse/dest1 1688c1688 < 1266455973 --- > 1278984515 Index: ql/src/test/results/compiler/plan/input_testxpath.q.xml =================================================================== 5c5 < Stage-2 --- > Stage-3 73c73 < 1266455912 --- > 1278984416 646c646 < src_thrift --- > pfile:/mnt/vol/devrs004.snc1/jssarma/projects/hive_trunk_local_mode/build/ql/test/data/warehouse/src_thrift 708c708 < 1266455912 --- > 1278984416 Index: ql/src/test/results/compiler/plan/udf6.q.xml =================================================================== 5c5 < Stage-2 --- > Stage-3 69c69 < 1266455976 --- > 1278984520 481c481 < src --- > pfile:/mnt/vol/devrs004.snc1/jssarma/projects/hive_trunk_local_mode/build/ql/test/data/warehouse/src 539c539 < 1266455976 --- > 1278984520 Index: ql/src/test/results/compiler/plan/input_part1.q.xml =================================================================== 2c2 < --- > 5c5 < Stage-2 --- > Stage-3 82c82 < 1273610249 --- > 1278984402 1035c1035 < hr=12 --- > pfile:/mnt/vol/devrs004.snc1/jssarma/projects/hive_trunk_local_mode/build/ql/test/data/warehouse/srcpart/ds=2008-04-08/hr=12 1106c1106 < 1273610249 --- > 1278984402 Index: ql/src/test/results/compiler/plan/groupby1.q.xml =================================================================== 2c2 < --- > 9c9 < Stage-1 --- > Stage-2 86c86 < 1269980290 --- > 1278984328 107c107 < Stage-2 --- > Stage-3 171c171 < 1269980289 --- > 1278984327 759c759 < src --- > pfile:/mnt/vol/devrs004.snc1/jssarma/projects/hive_trunk_local_mode/build/ql/test/data/warehouse/src 817c817 < 1269980289 --- > 1278984327 Index: ql/src/test/results/compiler/plan/udf_case.q.xml =================================================================== 5c5 < Stage-2 --- > Stage-3 69c69 < 1266455979 --- > 1278984525 578c578 < src --- > pfile:/mnt/vol/devrs004.snc1/jssarma/projects/hive_trunk_local_mode/build/ql/test/data/warehouse/src 636c636 < 1266455979 --- > 1278984525 Index: ql/src/test/results/compiler/plan/groupby2.q.xml =================================================================== 5c5 < Stage-2 --- > Stage-3 69c69 < 1266455856 --- > 1278984332 900c900 < src --- > pfile:/mnt/vol/devrs004.snc1/jssarma/projects/hive_trunk_local_mode/build/ql/test/data/warehouse/src 958c958 < 1266455856 --- > 1278984332 Index: ql/src/test/results/compiler/plan/subq.q.xml =================================================================== 2c2 < --- > 9c9 < Stage-5 --- > Stage-6 20c20 < Stage-1 --- > Stage-2 37c37 < Stage-3 --- > Stage-4 304c304 < 10001 --- > -ext-10001 539c539 < Stage-4 --- > Stage-5 604c604 < Stage-2 --- > Stage-3 668c668 < 1268858270 --- > 1278984504 1291c1291 < src --- > pfile:/mnt/vol/devrs004.snc1/jssarma/projects/hive_trunk_local_mode/build/ql/test/data/warehouse/src 1349c1349 < 1268858270 --- > 1278984504 Index: ql/src/test/results/compiler/plan/groupby3.q.xml =================================================================== 5c5 < Stage-2 --- > Stage-3 69c69 < 1266455860 --- > 1278984337 1101c1101 < src --- > pfile:/mnt/vol/devrs004.snc1/jssarma/projects/hive_trunk_local_mode/build/ql/test/data/warehouse/src 1159c1159 < 1266455860 --- > 1278984337 Index: ql/src/test/results/compiler/plan/groupby4.q.xml =================================================================== 5c5 < Stage-2 --- > Stage-3 69c69 < 1266455863 --- > 1278984342 574c574 < src --- > pfile:/mnt/vol/devrs004.snc1/jssarma/projects/hive_trunk_local_mode/build/ql/test/data/warehouse/src 632c632 < 1266455863 --- > 1278984342 Index: ql/src/test/results/compiler/plan/groupby5.q.xml =================================================================== 5c5 < Stage-2 --- > Stage-3 69c69 < 1266455867 --- > 1278984347 657c657 < src --- > pfile:/mnt/vol/devrs004.snc1/jssarma/projects/hive_trunk_local_mode/build/ql/test/data/warehouse/src 715c715 < 1266455867 --- > 1278984347 Index: ql/src/test/results/compiler/plan/groupby6.q.xml =================================================================== 5c5 < Stage-2 --- > Stage-3 69c69 < 1266455870 --- > 1278984351 574c574 < src --- > pfile:/mnt/vol/devrs004.snc1/jssarma/projects/hive_trunk_local_mode/build/ql/test/data/warehouse/src 632c632 < 1266455870 --- > 1278984351 Index: ql/src/test/results/compiler/plan/case_sensitivity.q.xml =================================================================== 2c2 < --- > 9c9 < Stage-5 --- > Stage-6 20c20 < Stage-1 --- > Stage-2 37c37 < Stage-3 --- > Stage-4 304c304 < 10002 --- > pfile:/mnt/vol/devrs004.snc1/jssarma/projects/hive_trunk_local_mode/build/ql/scratchdir/hive_2010-07-12_18-25-18_397_1815767604875490987/-ext-10002 359c359 < 1269980282 --- > 1278984318 458c458 < 1269980282 --- > 1278984318 616c616 < Stage-4 --- > Stage-5 681c681 < Stage-2 --- > Stage-3 749c749 < 1269980282 --- > 1278984317 1433c1433 < src_thrift --- > pfile:/mnt/vol/devrs004.snc1/jssarma/projects/hive_trunk_local_mode/build/ql/test/data/warehouse/src_thrift 1495c1495 < 1269980282 --- > 1278984317 Index: ql/src/test/results/compiler/plan/udf_when.q.xml =================================================================== 5c5 < Stage-2 --- > Stage-3 69c69 < 1266455982 --- > 1278984530 698c698 < src --- > pfile:/mnt/vol/devrs004.snc1/jssarma/projects/hive_trunk_local_mode/build/ql/test/data/warehouse/src 756c756 < 1266455982 --- > 1278984530 Index: ql/src/test/results/compiler/plan/input20.q.xml =================================================================== 5c5 < Stage-2 --- > Stage-3 69c69 < 1267374964 --- > 1278984366 767c767 < src --- > pfile:/mnt/vol/devrs004.snc1/jssarma/projects/hive_trunk_local_mode/build/ql/test/data/warehouse/src 825c825 < 1267374964 --- > 1278984366 Index: ql/src/test/results/compiler/plan/sample1.q.xml =================================================================== 5c5 < Stage-2 --- > Stage-3 82c82 < 1270516912 --- > 1278984465 1097c1097 < hr=11 --- > pfile:/mnt/vol/devrs004.snc1/jssarma/projects/hive_trunk_local_mode/build/ql/test/data/warehouse/srcpart/ds=2008-04-08/hr=11 1168c1168 < 1270516912 --- > 1278984465 Index: ql/src/test/results/compiler/plan/sample2.q.xml =================================================================== 2c2 < --- > 9c9 < Stage-5 --- > Stage-6 20c20 < Stage-1 --- > Stage-2 37c37 < Stage-3 --- > Stage-4 304c304 < 10002 --- > pfile:/mnt/vol/devrs004.snc1/jssarma/projects/hive_trunk_local_mode/build/ql/scratchdir/hive_2010-07-13_18-58-58_526_3987730952407967960/-ext-10002 359c359 < 1270751318 --- > 1279072738 458c458 < 1270751318 --- > 1279072738 616c616 < Stage-4 --- > Stage-5 681c681 < Stage-2 --- > Stage-3 749c749 < 1270751317 --- > 1279072731 1411c1411 < srcbucket0.txt --- > pfile:/mnt/vol/devrs004.snc1/jssarma/projects/hive_trunk_local_mode/build/ql/test/data/warehouse/srcbucket/srcbucket0.txt 1473c1473 < 1270751317 --- > 1279072731 Index: ql/src/test/results/compiler/plan/sample3.q.xml =================================================================== 2c2 < --- > 9c9 < Stage-5 --- > Stage-6 20c20 < Stage-1 --- > Stage-2 37c37 < Stage-3 --- > Stage-4 304c304 < 10002 --- > pfile:/mnt/vol/devrs004.snc1/jssarma/projects/hive_trunk_local_mode/build/ql/scratchdir/hive_2010-07-12_18-28-00_260_3224577318435142516/-ext-10002 359c359 < 1270751321 --- > 1278984479 458c458 < 1270751321 --- > 1278984479 616c616 < Stage-4 --- > Stage-5 681c681 < Stage-2 --- > Stage-3 749c749 < 1270751320 --- > 1278984477 1434c1434 < srcbucket --- > pfile:/mnt/vol/devrs004.snc1/jssarma/projects/hive_trunk_local_mode/build/ql/test/data/warehouse/srcbucket 1496c1496 < 1270751320 --- > 1278984477 Index: ql/src/test/results/compiler/plan/sample4.q.xml =================================================================== 2c2 < --- > 9c9 < Stage-5 --- > Stage-6 20c20 < Stage-1 --- > Stage-2 37c37 < Stage-3 --- > Stage-4 304c304 < 10002 --- > pfile:/mnt/vol/devrs004.snc1/jssarma/projects/hive_trunk_local_mode/build/ql/scratchdir/hive_2010-07-13_18-59-25_464_4826080145595190883/-ext-10002 359c359 < 1270751324 --- > 1279072765 458c458 < 1270751324 --- > 1279072765 616c616 < Stage-4 --- > Stage-5 681c681 < Stage-2 --- > Stage-3 749c749 < 1270751323 --- > 1279072758 1411c1411 < srcbucket0.txt --- > pfile:/mnt/vol/devrs004.snc1/jssarma/projects/hive_trunk_local_mode/build/ql/test/data/warehouse/srcbucket/srcbucket0.txt 1473c1473 < 1270751323 --- > 1279072758 Index: ql/src/test/results/compiler/plan/sample5.q.xml =================================================================== 2c2 < --- > 9c9 < Stage-5 --- > Stage-6 20c20 < Stage-1 --- > Stage-2 37c37 < Stage-3 --- > Stage-4 304c304 < 10002 --- > pfile:/mnt/vol/devrs004.snc1/jssarma/projects/hive_trunk_local_mode/build/ql/scratchdir/hive_2010-07-12_18-28-10_471_5261685479883641917/-ext-10002 359c359 < 1270751327 --- > 1278984490 458c458 < 1270751327 --- > 1278984490 616c616 < Stage-4 --- > Stage-5 681c681 < Stage-2 --- > Stage-3 749c749 < 1270751327 --- > 1278984487 1408c1408 < srcbucket --- > pfile:/mnt/vol/devrs004.snc1/jssarma/projects/hive_trunk_local_mode/build/ql/test/data/warehouse/srcbucket 1470c1470 < 1270751327 --- > 1278984487 Index: ql/src/test/results/compiler/plan/sample6.q.xml =================================================================== 2c2 < --- > 9c9 < Stage-5 --- > Stage-6 20c20 < Stage-1 --- > Stage-2 37c37 < Stage-3 --- > Stage-4 304c304 < 10002 --- > pfile:/mnt/vol/devrs004.snc1/jssarma/projects/hive_trunk_local_mode/build/ql/scratchdir/hive_2010-07-13_18-59-50_570_399347080258040928/-ext-10002 359c359 < 1270751330 --- > 1279072790 458c458 < 1270751330 --- > 1279072790 616c616 < Stage-4 --- > Stage-5 681c681 < Stage-2 --- > Stage-3 749c749 < 1270751329 --- > 1279072784 1411c1411 < srcbucket0.txt --- > pfile:/mnt/vol/devrs004.snc1/jssarma/projects/hive_trunk_local_mode/build/ql/test/data/warehouse/srcbucket/srcbucket0.txt 1473c1473 < 1270751329 --- > 1279072784 Index: ql/src/test/results/compiler/plan/sample7.q.xml =================================================================== 2c2 < --- > 9c9 < Stage-5 --- > Stage-6 20c20 < Stage-1 --- > Stage-2 37c37 < Stage-3 --- > Stage-4 304c304 < 10002 --- > pfile:/mnt/vol/devrs004.snc1/jssarma/projects/hive_trunk_local_mode/build/ql/scratchdir/hive_2010-07-13_19-00-04_191_3579697198212471220/-ext-10002 359c359 < 1270751334 --- > 1279072803 458c458 < 1270751334 --- > 1279072803 616c616 < Stage-4 --- > Stage-5 681c681 < Stage-2 --- > Stage-3 749c749 < 1270751332 --- > 1279072796 1581c1581 < srcbucket0.txt --- > pfile:/mnt/vol/devrs004.snc1/jssarma/projects/hive_trunk_local_mode/build/ql/test/data/warehouse/srcbucket/srcbucket0.txt 1643c1643 < 1270751332 --- > 1279072796 Index: ql/src/test/results/compiler/plan/cast1.q.xml =================================================================== 2c2 < --- > 5c5 < Stage-2 --- > Stage-3 69c69 < 1268858181 --- > 1278984322 1045c1045 < src --- > pfile:/mnt/vol/devrs004.snc1/jssarma/projects/hive_trunk_local_mode/build/ql/test/data/warehouse/src 1103c1103 < 1268858181 --- > 1278984322 Index: ql/src/test/results/compiler/plan/join1.q.xml =================================================================== 2c2 < --- > 9c9 < Stage-1 --- > Stage-2 86c86 < 1269980339 --- > 1278984427 107c107 < Stage-2 --- > Stage-3 171c171 < 1269980339 --- > 1278984427 258c258 < 1269980339 --- > 1278984427 815c815 < src --- > pfile:/mnt/vol/devrs004.snc1/jssarma/projects/hive_trunk_local_mode/build/ql/test/data/warehouse/src 873c873 < 1269980339 --- > 1278984427 Index: ql/src/test/results/compiler/plan/input1.q.xml =================================================================== 2c2 < --- > 9c9 < Stage-5 --- > Stage-6 20c20 < Stage-1 --- > Stage-2 37c37 < Stage-3 --- > Stage-4 304c304 < 10002 --- > pfile:/mnt/vol/devrs004.snc1/jssarma/projects/hive_trunk_local_mode/build/ql/scratchdir/hive_2010-07-12_18-25-57_517_3615085325688376160/-ext-10002 359c359 < 1269980306 --- > 1278984357 458c458 < 1269980306 --- > 1278984357 612c612 < Stage-4 --- > Stage-5 677c677 < Stage-2 --- > Stage-3 741c741 < 1269980306 --- > 1278984356 1234c1234 < src --- > pfile:/mnt/vol/devrs004.snc1/jssarma/projects/hive_trunk_local_mode/build/ql/test/data/warehouse/src 1292c1292 < 1269980306 --- > 1278984356