[jira] [Updated] (AMBARI-25426) Error while Validating Coordinator xml in Workflow Manager View

2019-12-08 Thread ASF GitHub Bot (Jira)


 [ 
https://issues.apache.org/jira/browse/AMBARI-25426?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

ASF GitHub Bot updated AMBARI-25426:

Labels: pull-request-available  (was: )

> Error while Validating Coordinator xml in Workflow Manager View
> ---
>
> Key: AMBARI-25426
> URL: https://issues.apache.org/jira/browse/AMBARI-25426
> Project: Ambari
>  Issue Type: Bug
>  Components: ambari-views
>Affects Versions: 2.7.4
>Reporter: Akhil Naik
>Assignee: Akhil Naik
>Priority: Major
>  Labels: pull-request-available
> Attachments: Screenshot 2019-11-27 at 3.10.16 PM.png
>
>
> Description : 
> there is an Javascript code when following operation is performed due to 
> which there is an Error message which is unnecessary
> *steps to reproduce*
> *  Open WFM view
> *  Create Coordinator
> * Select xml file  & save
> * Try Validate
> * As soon as we open validate window it is giving error if we click on 
> validate its validating though
> The error Screen shot attached :  !Screenshot 2019-11-27 at 3.10.16 PM.png! 
> *The error in javascript console : *
> {code:java}
> vendor-03ed9177dfebfe0523a6e14f3a1c.js:13 Error: TypeError: Cannot read 
> property '_name' of undefined
> at r. 
> (oozie-designer-431d8215c58dd06e3b4e78162c4b0483.js:formatted:1422)
> at y (vendor-03ed9177dfebfe0523a6e14f3a1c.js:19)
> at b (vendor-03ed9177dfebfe0523a6e14f3a1c.js:19)
> at g (vendor-03ed9177dfebfe0523a6e14f3a1c.js:19)
> at h (vendor-03ed9177dfebfe0523a6e14f3a1c.js:19)
> at vendor-03ed9177dfebfe0523a6e14f3a1c.js:13
> at invoke (vendor-03ed9177dfebfe0523a6e14f3a1c.js:5)
> at r.flush (vendor-03ed9177dfebfe0523a6e14f3a1c.js:5)
> at n.flush (vendor-03ed9177dfebfe0523a6e14f3a1c.js:5)
> at a.end (vendor-03ed9177dfebfe0523a6e14f3a1c.js:6)
> {code}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Created] (AMBARI-25443) Create principal/keytab operation with multi threaded

2019-12-08 Thread Dmytro Grinenko (Jira)
Dmytro Grinenko created AMBARI-25443:


 Summary: Create principal/keytab operation with multi threaded
 Key: AMBARI-25443
 URL: https://issues.apache.org/jira/browse/AMBARI-25443
 Project: Ambari
  Issue Type: Improvement
  Components: ambari-server
Affects Versions: 2.6.2
Reporter: Dmytro Grinenko
Assignee: Dmytro Grinenko
 Fix For: 2.6.2


Ambari Principal and keytabs create operation runs in sequential manner, which 
taking a lot of time on a large cluster.

To cut the time, each step should be palatalized between cluster nodes.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Commented] (AMBARI-25424) Failed to edit workflow from Ambari workflow Manager while accessing Ambari UI over Knox

2019-12-08 Thread Hudson (Jira)


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

Hudson commented on AMBARI-25424:
-

SUCCESS: Integrated in Jenkins build Ambari-branch-2.7 #630 (See 
[https://builds.apache.org/job/Ambari-branch-2.7/630/])
AMBARI-25424 Failed to edit workflow from Ambari workflow Manager while 
(github: 
[https://gitbox.apache.org/repos/asf?p=ambari.git&a=commit&h=93769b68e00f45b1512ccdddb031637a5fbccd3a])
* (edit) 
contrib/views/wfmanager/src/main/resources/ui/app/components/flow-designer.js


> Failed to edit workflow from Ambari workflow Manager while accessing Ambari 
> UI over Knox
> 
>
> Key: AMBARI-25424
> URL: https://issues.apache.org/jira/browse/AMBARI-25424
> Project: Ambari
>  Issue Type: Bug
>  Components: ambari-views
>Affects Versions: 2.7.3
>Reporter: amarnath reddy pappu
>Priority: Major
>  Labels: pull-request-available
>  Time Spent: 0.5h
>  Remaining Estimate: 0h
>
> Ambari workflow manager view is accessed over knox, editing the workflow from 
> the view will fail as knox fails to identify/parse the xml format.
> Exception in knox logs
> {code:java|bgColor=#f5f5f5}
> ==> gateway.log <==
> 2018-03-28 10:16:25,542 ERROR hadoop.gateway 
> (AbstractGatewayFilter.java:doFilter(63)) - Failed to execute filter: 
> com.fasterxml.jackson.core.JsonParseException: Unexpected character ('<' 
> (code 60)): expected a valid value (number, String, array, object, 'true', 
> 'false' or 'null')
>  at [Source: java.io.InputStreamReader@254359d8; line: 1, column: 2]
> 2018-03-28 10:16:25,542 ERROR hadoop.gateway 
> (AbstractGatewayFilter.java:doFilter(63)) - Failed to execute filter: 
> com.fasterxml.jackson.core.JsonParseException: Unexpected character ('<' 
> (code 60)): expected a valid value (number, String, array, object, 'true', 
> 'false' or 'null')
>  at [Source: java.io.InputStreamReader@254359d8; line: 1, column: 2]
> 2018-03-28 10:16:25,542 ERROR hadoop.gateway 
> (AbstractGatewayFilter.java:doFilter(63)) - Failed to execute filter: 
> com.fasterxml.jackson.core.JsonParseException: Unexpected character ('<' 
> (code 60)): expected a valid value (number, String, array, object, 'true', 
> 'false' or 'null')
>  at [Source: java.io.InputStreamReader@254359d8; line: 1, column: 2]
> 2018-03-28 10:16:25,543 ERROR hadoop.gateway 
> (GatewayFilter.java:doFilter(141)) - Gateway processing failed: 
> com.fasterxml.jackson.core.JsonParseException: Unexpected character ('<' 
> (code 60)): expected a valid value (number, String, array, object, 'true', 
> 'false' or 'null')
>  at [Source: java.io.InputStreamReader@254359d8; line: 1, column: 2]
> com.fasterxml.jackson.core.JsonParseException: Unexpected character ('<' 
> (code 60)): expected a valid value (number, String, array, object, 'true', 
> 'false' or 'null')
>  at [Source: java.io.InputStreamReader@254359d8; line: 1, column: 2]
>   at 
> com.fasterxml.jackson.core.JsonParser._constructError(JsonParser.java:1369)
>   at 
> com.fasterxml.jackson.core.base.ParserMinimalBase._reportError(ParserMinimalBase.java:599)
>   at 
> com.fasterxml.jackson.core.base.ParserMinimalBase._reportUnexpectedChar(ParserMinimalBase.java:520)
>   at 
> com.fasterxml.jackson.core.json.ReaderBasedJsonParser._handleUnexpectedValue(ReaderBasedJsonParser.java:1379)
>   at 
> com.fasterxml.jackson.core.json.ReaderBasedJsonParser.nextToken(ReaderBasedJsonParser.java:669)
>   at 
> org.apache.hadoop.gateway.filter.rewrite.impl.json.JsonFilterReader.read(JsonFilterReader.java:89)
>   at 
> org.apache.hadoop.gateway.filter.rewrite.impl.json.JsonUrlRewriteFilterReader.read(JsonUrlRewriteFilterReader.java:32)
>   at 
> org.apache.commons.io.input.ReaderInputStream.fillBuffer(ReaderInputStream.java:198)
>   at 
> org.apache.commons.io.input.ReaderInputStream.read(ReaderInputStream.java:242)
> {code}
> {code:java|bgColor=#f5f5f5}
> ==> gateway-audit.log <==
> 18/03/28 10:16:25 
> ||6e7f841c-3aa9-4d8f-a71f-bfbc6138dedf|audit|10.200.4.250|AMBARI|anonymous|||access|uri|/gateway/ui/ambari/api/v1/views/WORKFLOW_MANAGER/versions/1.0.0/instances/wfm/resources/proxy/readWorkflow?workflowPath=/user/admin/workflow.xml&jobType=WORKFLOW|failure|
> {code}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)