You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ambari.apache.org by "Tom Beerbower (JIRA)" <ji...@apache.org> on 2015/05/25 21:31:17 UTC

[jira] [Created] (AMBARI-11376) Views : expose extra classpath setting

Tom Beerbower created AMBARI-11376:
--------------------------------------

             Summary: Views : expose extra classpath setting
                 Key: AMBARI-11376
                 URL: https://issues.apache.org/jira/browse/AMBARI-11376
             Project: Ambari
          Issue Type: Bug
            Reporter: Tom Beerbower
            Assignee: Tom Beerbower
             Fix For: 2.1.0


Each view should expose a way to set extra classpath info for a view.

{code}
<view>
  <name>HELLO_WORLD</name>
  <label>The Hello World View!</label>
  <version>1.0.0</version>
  <classpath>/usr/lib/ambari-server/foo.jar;/home/hdfs/</classpath>
  <instance>
    <name>INSTANCE_1</name>
  </instance>
</view>
{code}



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