Re: Specify class loader policy

2016-05-03 Thread Pramod Immaneni
Hi Ananth, Are you facing a specific problem? We include the application jars first in the classpath, followed by apex jars and then hadoop jars. Thanks On Tue, May 3, 2016 at 4:56 AM, Ananth Gundabattula wrote: > Hello All, > > Is there a way we can specify the

Re: WebService errors in DT 3.3/3.2

2016-05-03 Thread David Yan
Hi Ananth, Is it possible for you to isolate the problem by removing any operator/code that doesn't matter and any sensitive code, and send me the stripped down project so that I can troubleshoot on my end? David On Mon, May 2, 2016 at 11:27 PM, Ananth Gundabattula < agundabatt...@gmail.com>

Specify class loader policy

2016-05-03 Thread Ananth Gundabattula
Hello All, Is there a way we can specify the class loader policy for an Apex app ? Basically I am looking at something equivalent of the user first class loader policy available in the traditional hadoop world. ( mapreduce.job.user.classpath.first) Regards, Ananth