You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@tez.apache.org by "Sergey Shelukhin (JIRA)" <ji...@apache.org> on 2014/03/31 23:41:14 UTC

[jira] [Created] (TEZ-1005) AM relocalization adds resources to the wrong classloader

Sergey Shelukhin created TEZ-1005:
-------------------------------------

             Summary: AM relocalization adds resources to the wrong classloader
                 Key: TEZ-1005
                 URL: https://issues.apache.org/jira/browse/TEZ-1005
             Project: Apache Tez
          Issue Type: Bug
            Reporter: Sergey Shelukhin


If one works around TEZ-1004 by removing hand-picked jars from additional jar list (same will happen after it's fixed to compare and remove jars correctly), these jars are not usable in initializer, so you get something like, for example:
{noformat}
Mon Mar 31 20:45:17 UTC 2014, org.apache.hadoop.hbase.client.RpcRetryingCaller@343d511e, java.lang.IllegalAccessError: class com.google.protobuf.HBaseZeroCopyByteString cannot access its superclass com.google.protobuf.LiteralByteString
{noformat}

We have a small fix that seems to fix it, by adding to system classloader



--
This message was sent by Atlassian JIRA
(v6.2#6252)