You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ambari.apache.org by "Swapan Shridhar (JIRA)" <ji...@apache.org> on 2016/05/14 01:50:12 UTC

[jira] [Commented] (AMBARI-16673) Fix for parsing multiple lines in output while looking for created 'llap package' name.

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

Swapan Shridhar commented on AMBARI-16673:
------------------------------------------

Resolution : Fixed the code for parsing lines while looking for output line.

> Fix for parsing multiple lines in output while looking for created 'llap package' name.
> ---------------------------------------------------------------------------------------
>
>                 Key: AMBARI-16673
>                 URL: https://issues.apache.org/jira/browse/AMBARI-16673
>             Project: Ambari
>          Issue Type: Bug
>          Components: ambari-server
>    Affects Versions: 2.4.0
>            Reporter: Swapan Shridhar
>            Assignee: Swapan Shridhar
>             Fix For: 2.4.0
>
>
> LLAP start/restart, after creating LLAP package relies on output that is being generated in order to figure out the package name created. Typically looks for line :
> {code}
> Prepared llap-slider<date....>/run.sh for running LLAP on Slider
> {code}
> However, it doesn't handle parsing multi-line outputs (example):
> {code}
> ################
> ################
> Prepared llap-slider2016-05-13_23-13-07/run.sh for running LLAP on Slider
> ################
> {code}



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