You need to replace <appId> with your applicationId Ex. yarn logs -applicationId application_1432137758849_0029
From: Sateesh Karuturi Reply-To: "[email protected]<mailto:[email protected]>" Date: Wednesday, June 10, 2015 at 2:40 PM To: "[email protected]<mailto:[email protected]>" Subject: Re: Re: hive on tez error bash: syntax error near unexpected token `newline' On Wed, Jun 10, 2015 at 2:38 PM, [email protected]<mailto:[email protected]> <[email protected]<mailto:[email protected]>> wrote: sorry, the command is yarn logs -applicationId <appId> ________________________________ [email protected]<mailto:[email protected]> From: [email protected]<mailto:[email protected]> Date: 2015-06-10 17:06 To: user<mailto:[email protected]> Subject: Re: Re: hive on tez error check log yarn -logs applicationId ________________________________ [email protected]<mailto:[email protected]> From: Sateesh Karuturi<mailto:[email protected]> Date: 2015-06-10 17:10 To: user<mailto:[email protected]> Subject: Re: Re: hive on tez error <configuration> <property> <name>tez.lib.uris</name> <value>${fs.defaultFS}/tez,${fs.defaultFS}/tez/lib</value> </property> </configuration> On Wed, Jun 10, 2015 at 2:02 PM, [email protected]<mailto:[email protected]> <[email protected]<mailto:[email protected]>> wrote: show me tez-site.xml? ________________________________ [email protected]<mailto:[email protected]> From: Sateesh Karuturi<mailto:[email protected]> Date: 2015-06-10 16:50 To: user<mailto:[email protected]> Subject: Re: hive on tez error tez 0.5.2 On Wed, Jun 10, 2015 at 1:49 PM, [email protected]<mailto:[email protected]> <[email protected]<mailto:[email protected]>> wrote: tez version?? ________________________________ [email protected]<mailto:[email protected]> From: Sateesh Karuturi<mailto:[email protected]> Date: 2015-06-10 16:09 To: user<mailto:[email protected]> Subject: hive on tez error whenever iam perform a simple insert operation on hive 1.0.0(hive.execution.engine=tez) its shows following error: FAILED: Execution Error, return code 1 from org.apache.hadoop.hive.ql.exec.tez.TezTask when i changed "hive.execution.engine" to mr its working fine. please help me out
