[
https://issues.apache.org/jira/browse/HIVE-1526?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12966709#action_12966709
]
Ashutosh Chauhan commented on HIVE-1526:
----------------------------------------
Looking at the logs Ning posted, I can only see two failures in his log and
they reproduce in my environment as well.
ant test -Dtestcase=TestMinimrCliDriver -Dqfile=bucketmapjoin6.q
ant test -Dtestcase=TestCliDriver -Dqfile=join_filters.q
I verified that these two don't fail on current trunk. So, looks like an issue
with a patch. Looks like both fail with a similar root cause of assert failure
in source code (not in testcase)
{code}
[junit] Exception: null
[junit] java.lang.AssertionError
[junit] at
org.apache.hadoop.hive.ql.optimizer.GenMapRedUtils.initPlan(GenMapRedUtils.java:119)
[junit] at
org.apache.hadoop.hive.ql.optimizer.GenMRRedSink1.process(GenMRRedSink1.java:76)
[junit] at
org.apache.hadoop.hive.ql.lib.DefaultRuleDispatcher.dispatch(DefaultRuleDispatcher.java:89)
[junit] at
org.apache.hadoop.hive.ql.lib.DefaultGraphWalker.dispatch(DefaultGraphWalker.java:88)
[junit] at
org.apache.hadoop.hive.ql.parse.GenMapRedWalker.walk(GenMapRedWalker.java:55)
[junit] at
org.apache.hadoop.hive.ql.parse.GenMapRedWalker.walk(GenMapRedWalker.java:67)
[junit] at
org.apache.hadoop.hive.ql.parse.GenMapRedWalker.walk(GenMapRedWalker.java:67)
[junit] at
org.apache.hadoop.hive.ql.parse.GenMapRedWalker.walk(GenMapRedWalker.java:67)
[junit] at
org.apache.hadoop.hive.ql.parse.GenMapRedWalker.walk(GenMapRedWalker.java:67)
[junit] at
org.apache.hadoop.hive.ql.parse.GenMapRedWalker.walk(GenMapRedWalker.java:67)
[junit] at
org.apache.hadoop.hive.ql.parse.GenMapRedWalker.walk(GenMapRedWalker.java:67)
[junit] at
org.apache.hadoop.hive.ql.parse.GenMapRedWalker.walk(GenMapRedWalker.java:67)
[junit] at
org.apache.hadoop.hive.ql.parse.GenMapRedWalker.walk(GenMapRedWalker.java:67)
[junit] at
org.apache.hadoop.hive.ql.lib.DefaultGraphWalker.startWalking(DefaultGraphWalker.java:102)
[junit] at
org.apache.hadoop.hive.ql.parse.SemanticAnalyzer.genMapRedTasks(SemanticAnalyzer.java:6274)
[junit] at
org.apache.hadoop.hive.ql.parse.SemanticAnalyzer.analyzeInternal(SemanticAnalyzer.java:6553)
[junit] at
org.apache.hadoop.hive.ql.parse.BaseSemanticAnalyzer.analyze(BaseSemanticAnalyzer.java:238)
[junit] at org.apache.hadoop.hive.ql.Driver.compile(Driver.java:332)
[junit] at org.apache.hadoop.hive.ql.Driver.run(Driver.java:686)
[junit] at
org.apache.hadoop.hive.cli.CliDriver.processCmd(CliDriver.java:142)
[junit] at
org.apache.hadoop.hive.cli.CliDriver.processLine(CliDriver.java:216)
[junit] at
org.apache.hadoop.hive.ql.QTestUtil.executeClient(QTestUtil.java:589)
[junit] at
org.apache.hadoop.hive.cli.TestCliDriver.testCliDriver_join_filters(TestCliDriver.java:107)
{code}
> Hive should depend on a release version of Thrift
> -------------------------------------------------
>
> Key: HIVE-1526
> URL: https://issues.apache.org/jira/browse/HIVE-1526
> Project: Hive
> Issue Type: Task
> Components: Build Infrastructure, Clients
> Reporter: Carl Steinbach
> Assignee: Carl Steinbach
> Fix For: 0.7.0
>
> Attachments: compile.err, HIVE-1526-complete.4.patch.txt,
> HIVE-1526-complete.5.patch.txt, HIVE-1526-no-codegen.3.patch.txt,
> HIVE-1526-no-codegen.4.patch.txt, HIVE-1526-no-codegen.5.patch.txt,
> HIVE-1526.2.patch.txt, HIVE-1526.3.patch.txt, hive-1526.txt, libfb303.jar,
> libthrift.jar, serde2_test.patch, svn_rm.sh, test.log, thrift-0.5.0.jar,
> thrift-fb303-0.5.0.jar
>
>
> Hive should depend on a release version of Thrift, and ideally it should use
> Ivy to resolve this dependency.
> The Thrift folks are working on adding Thrift artifacts to a maven repository
> here: https://issues.apache.org/jira/browse/THRIFT-363
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.