[
https://issues.apache.org/jira/browse/AMBARI-16673?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15283672#comment-15283672
]
Hudson commented on AMBARI-16673:
---------------------------------
SUCCESS: Integrated in Ambari-trunk-Commit #4845 (See
[https://builds.apache.org/job/Ambari-trunk-Commit/4845/])
AMBARI-16673. Fix for parsing multiple lines in output while looking for
(sshridhar:
[http://git-wip-us.apache.org/repos/asf?p=ambari.git&a=commit&h=9a4c0d6bd1017787ee3e4d03fe4bb1eec321c771])
*
ambari-server/src/main/resources/common-services/HIVE/0.12.0.2.0/package/scripts/hive_server_interactive.py
* ambari-server/src/test/python/stacks/2.5/HIVE/test_hive_server_int.py
> 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
>
> Attachments: AMBARI-16673.patch
>
>
> 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)