Hello everyone,
I am trying to execute a Pig script through a Pig View in Kerberized
environment for trunk.
The script doesn't execute and throws the following error:

java.lang.IllegalArgumentException: Path segment is null

java.lang.IllegalArgumentException: Path segment is null
        at 
com.sun.jersey.api.uri.UriBuilderImpl.appendPath(UriBuilderImpl.java:547)
        at 
com.sun.jersey.api.uri.UriBuilderImpl.appendPath(UriBuilderImpl.java:542)
        at com.sun.jersey.api.uri.UriBuilderImpl.path(UriBuilderImpl.java:267)
        at com.sun.jersey.api.client.WebResource.path(WebResource.java:390)
        at 
org.apache.ambari.view.pig.templeton.client.TempletonApi.checkJob(TempletonApi.java:128)
        at 
org.apache.ambari.view.pig.resources.jobs.JobResourceManager.retrieveJobStatus(JobResourceManager.java:245)
        at 
org.apache.ambari.view.pig.resources.jobs.JobService.getJob(JobService.java:101)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)


The Kerberization is done on Cluster and the ambari-server. The Pig View
has been configured with Custom Cluster Configuration.
The Pig script executes successfully when run directly on the node. The Pig
script also runs successfully through the Pig Views in the non-Kerberized
environment.

Could somebody please provide with some suggestions on this issue?

Thank you,
Keta

Reply via email to