You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ambari.apache.org by "Hudson (JIRA)" <ji...@apache.org> on 2014/09/12 21:36:34 UTC

[jira] [Commented] (AMBARI-7227) Views : Extract System view on ambari-server setup

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

Hudson commented on AMBARI-7227:
--------------------------------

FAILURE: Integrated in Ambari-trunk-Commit #234 (See [https://builds.apache.org/job/Ambari-trunk-Commit/234/])
AMBARI-7227 - Views : Extract System view on ambari-server setup (tbeerbower: http://git-wip-us.apache.org/repos/asf?p=ambari.git&a=commit&h=093ed17d46e6b3e2e1528e27e4cbd42e18a9d610)
* ambari-server/src/test/java/org/apache/ambari/server/view/ViewExtractorTest.java
* ambari-server/src/test/python/TestAmbariServer.py
* ambari-server/src/main/python/ambari-server.py
* ambari-server/src/test/java/org/apache/ambari/server/controller/internal/AmbariPrivilegeResourceProviderTest.java
* ambari-server/src/test/java/org/apache/ambari/server/controller/internal/ViewPrivilegeResourceProviderTest.java
* ambari-server/src/main/java/org/apache/ambari/server/view/ViewRegistry.java
* ambari-server/src/test/java/org/apache/ambari/server/view/ViewRegistryTest.java
* ambari-server/src/main/java/org/apache/ambari/server/view/ViewArchiveUtility.java
* ambari-server/src/main/java/org/apache/ambari/server/view/ViewExtractor.java


> Views : Extract System view on ambari-server setup
> --------------------------------------------------
>
>                 Key: AMBARI-7227
>                 URL: https://issues.apache.org/jira/browse/AMBARI-7227
>             Project: Ambari
>          Issue Type: Task
>            Reporter: Tom Beerbower
>            Assignee: Tom Beerbower
>             Fix For: 1.7.0
>
>
> Views marked as system views should be extracted as part of the 'ambari-server setup' command.  This means that the system views (along with any other views that are already extracted) can be loaded immediately.  View not already extracted on startup will be loaded in the backgroud.
> There should be visible progress so the user knows there is activity occurring. Sample proposed output:
> {code}
> Preparing Ambari Server...
> Extracting system views...
> ADMIN_VIEW{0.1.0}....done.
> XYZ{2.1.0}...done.
> {code}
> Note: ambari setup also have a verbose mode. The above to me would be the normal output. If there is "more" to show that is useful to help debugging, have that printed in verbose mode.
> I think this should occur near the end of setup (i.e. after the database step -- the final step before completing setup).



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