You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@tez.apache.org by Archit Thakur <ar...@gmail.com> on 2014/05/05 11:23:53 UTC

Tez setup issues.

Hi,

I am facing few setup issues. I am following the doc:
http://tez.incubator.apache.org/install.html for installation.

However, after doing these changes, when I submit the mr job to cluster, it
gives me the following error

ERROR security.UserGroupInformation: PriviledgedActionException as:admin
(auth:SIMPLE) cause:java.io.IOException: Cannot initialize Cluster. Please
check your configuration for mapreduce.framework.name and the correspond
server addresses.

seeme like it is not able to understand yarn-tez as its vale for
mapreduce.framework.name.

Thanks and Regards,
Archit Thakur.

Re: Tez setup issues.

Posted by Archit Thakur <ar...@gmail.com>.
Hitesh,
Thanks for your reply. The issue got resolved by adding '*' at the end of
the paths added to classpath. Regards,
Archit Thakur.


On Mon, May 5, 2014 at 8:36 PM, Hitesh Shah <hi...@apache.org> wrote:

> With respect to step 6 of the install guide, what is HADOOP_CLASSPATH set
> to ? The error usually shows up if the class path is not setup properly and
> the tez jars cannot be found.
>
> thanks
> — Hitesh
>
> On May 5, 2014, at 2:23 AM, Archit Thakur <ar...@gmail.com>
> wrote:
>
> > Hi,
> >
> > I am facing few setup issues. I am following the doc:
> http://tez.incubator.apache.org/install.html for installation.
> >
> > However, after doing these changes, when I submit the mr job to cluster,
> it gives me the following error
> >
> > ERROR security.UserGroupInformation: PriviledgedActionException as:admin
> (auth:SIMPLE) cause:java.io.IOException: Cannot initialize Cluster. Please
> check your configuration for mapreduce.framework.name and the correspond
> server addresses.
> >
> > seeme like it is not able to understand yarn-tez as its vale for
> mapreduce.framework.name.
> >
> > Thanks and Regards,
> > Archit Thakur.
>
>

Re: Tez setup issues.

Posted by Hitesh Shah <hi...@apache.org>.
With respect to step 6 of the install guide, what is HADOOP_CLASSPATH set to ? The error usually shows up if the class path is not setup properly and the tez jars cannot be found. 

thanks
— Hitesh

On May 5, 2014, at 2:23 AM, Archit Thakur <ar...@gmail.com> wrote:

> Hi, 
> 
> I am facing few setup issues. I am following the doc: http://tez.incubator.apache.org/install.html for installation.
> 
> However, after doing these changes, when I submit the mr job to cluster, it gives me the following error
> 
> ERROR security.UserGroupInformation: PriviledgedActionException as:admin (auth:SIMPLE) cause:java.io.IOException: Cannot initialize Cluster. Please check your configuration for mapreduce.framework.name and the correspond server addresses.
> 
> seeme like it is not able to understand yarn-tez as its vale for mapreduce.framework.name.
> 
> Thanks and Regards,
> Archit Thakur.