You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@tez.apache.org by "Tim Chow (JIRA)" <ji...@apache.org> on 2013/10/11 04:45:45 UTC

[jira] [Commented] (TEZ-551) I want to test hive on tez. But I meet some problems about it.

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

Tim Chow commented on TEZ-551:
------------------------------

I cannot find the method createByteBufferFromConf in MRHelpers.
Is this a bug?

> I want to test hive on tez. But I meet some problems about it.
> --------------------------------------------------------------
>
>                 Key: TEZ-551
>                 URL: https://issues.apache.org/jira/browse/TEZ-551
>             Project: Apache Tez
>          Issue Type: Test
>    Affects Versions: 0.2.0
>         Environment: 6 nodes. 1 nodes is namenodes with resourcemanager; 5 slaves nodes.
> Hadoop-3.0.0, Tez-0.2.0, Hive-0.11.0
>            Reporter: Tim Chow
>              Labels: test, wrong
>   Original Estimate: 612h
>  Remaining Estimate: 612h
>
> I can run yarn in tez-yarn framework.
> I want to do hive-test on 1G, 10G and 100G data. However, I cannot run hive in tez-yearn framework. 
> I search on the Internet for the manual about tez. I'm so confused about Hortonworks' document for HDP 2.0.0.2 and HDP 2.0.4.0.
> Is there a tez-daemon? I didn't find it after I compiler tez through maven.
> What does the error mean? Can I get detail document or something to instruct me?
> Thanks,
> The error is 
> .......
> OK
> Time taken: 4.57 seconds
> OK
> Time taken: 0.175 seconds
> OK
> Time taken: 0.16 seconds
> OK
> Time taken: 0.035 seconds
> Total MapReduce jobs = 1
> Launching Job 1 out of 1
> java.lang.NoSuchMethodError: org.apache.tez.mapreduce.hadoop.MRHelpers.createByteBufferFromConf(Lorg/apache/hadoop/conf/Configuration;)Ljava/nio/ByteBuffer;
> 	at org.apache.hadoop.hive.ql.exec.TezImpl.generateMapWork(TezImpl.java:169)
> 	at org.apache.hadoop.hive.ql.exec.TezImpl.execute(TezImpl.java:350)
> 	at org.apache.hadoop.hive.ql.exec.Task.executeTask(Task.java:155)
> 	at org.apache.hadoop.hive.ql.exec.TaskRunner.runSequential(TaskRunner.java:57)
> 	at org.apache.hadoop.hive.ql.Driver.launchTask(Driver.java:1355)
> 	at org.apache.hadoop.hive.ql.Driver.execute(Driver.java:1139)
> 	at org.apache.hadoop.hive.ql.Driver.run(Driver.java:945)
> 	at org.apache.hadoop.hive.cli.CliDriver.processLocalCmd(CliDriver.java:259)
> 	at org.apache.hadoop.hive.cli.CliDriver.processCmd(CliDriver.java:216)
> 	at org.apache.hadoop.hive.cli.CliDriver.processLine(CliDriver.java:413)
> 	at org.apache.hadoop.hive.cli.CliDriver.processLine(CliDriver.java:348)
> 	at org.apache.hadoop.hive.cli.CliDriver.processReader(CliDriver.java:446)
> 	at org.apache.hadoop.hive.cli.CliDriver.processFile(CliDriver.java:456)
> 	at org.apache.hadoop.hive.cli.CliDriver.run(CliDriver.java:712)
> 	at org.apache.hadoop.hive.cli.CliDriver.main(CliDriver.java:614)
> 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
> 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
> 	at java.lang.reflect.Method.invoke(Method.java:597)
> 	at org.apache.hadoop.util.RunJar.main(RunJar.java:212)
> FAILED: Execution Error, return code -101 from org.apache.hadoop.hive.ql.exec.TezImpl



--
This message was sent by Atlassian JIRA
(v6.1#6144)