[ 
https://issues.apache.org/jira/browse/OOZIE-2418?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15162940#comment-15162940
 ] 

karthikeyan  commented on OOZIE-2418:
-------------------------------------

HI, 
  People who facing this issue , you can resolve this through backing up this 
repo source with another source.The Codehaus hosting is down and public Maven 
repository is gone. You should try to follow their advice and add the following 
to your ~/.m2/settings.xml file:
{code:xml}
<repositories>
     <repository>
       <id>Codehaus repository</id>
       <name>codehaus-mule-repo</name>
       <url>https://repository-master.mulesoft.org/nexus/content/groups/public/
       </url>
       <layout>default</layout>
     </repository>
   </repositories>
{code}

This should use a backup repository to get the missing dependency.
For these kind of issue you can send mail to User mail list.

> Oozie REST API endpoint /jobs missing some values
> -------------------------------------------------
>
>                 Key: OOZIE-2418
>                 URL: https://issues.apache.org/jira/browse/OOZIE-2418
>             Project: Oozie
>          Issue Type: Bug
>    Affects Versions: 4.1.0
>            Reporter: Burak Gursoy
>            Priority: Minor
>
> Hi,
> I'm using 4.1.0-cdh5.4.8 and noticed that v2/jobs (or v1/jobs) is at least 
> setting "appPath" and "conf" keys to null while they are available from the 
> /v1/job endpoint.
> Exaple urls:
> http://host:11000/oozie/v2/jobs?len=50&offset=51&order=asc&filter=status%3DRUNNING%3Bstatus%3DPREP
> http://host:11000/oozie/v1/job/$wf_id?len=50&offset=1&show=info&order=asc
> I couldn't locate any documentation about omitting these keys on the jobs 
> endpoint or an open ticket in here.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to