Repository: ambari
Updated Branches:
  refs/heads/branch-1.7.0 ca513ed82 -> 62dfb0bd2


AMBARI-7838. Slider View: Provide better message when HDFS user home is not 
accessible - renamed slider command (srimanth)


Project: http://git-wip-us.apache.org/repos/asf/ambari/repo
Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/62dfb0bd
Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/62dfb0bd
Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/62dfb0bd

Branch: refs/heads/branch-1.7.0
Commit: 62dfb0bd2add7175d205dec74d68dbee99d7e34c
Parents: ca513ed
Author: Srimanth Gunturi <[email protected]>
Authored: Sat Oct 18 14:27:00 2014 -0700
Committer: Srimanth Gunturi <[email protected]>
Committed: Sat Oct 18 14:27:00 2014 -0700

----------------------------------------------------------------------
 .../apache/ambari/view/slider/SliderAppsViewControllerImpl.java    | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ambari/blob/62dfb0bd/contrib/views/slider/src/main/java/org/apache/ambari/view/slider/SliderAppsViewControllerImpl.java
----------------------------------------------------------------------
diff --git 
a/contrib/views/slider/src/main/java/org/apache/ambari/view/slider/SliderAppsViewControllerImpl.java
 
b/contrib/views/slider/src/main/java/org/apache/ambari/view/slider/SliderAppsViewControllerImpl.java
index 882a806..5b9caa0 100644
--- 
a/contrib/views/slider/src/main/java/org/apache/ambari/view/slider/SliderAppsViewControllerImpl.java
+++ 
b/contrib/views/slider/src/main/java/org/apache/ambari/view/slider/SliderAppsViewControllerImpl.java
@@ -761,7 +761,7 @@ public class SliderAppsViewControllerImpl implements 
SliderAppsViewController {
     };
     try {
       sliderClientConfiguration = client.bindArgs(sliderClientConfiguration,
-          new String[] { "usage" });
+          new String[] { "help" });
       client.init(sliderClientConfiguration);
       client.start();
     } catch (Exception e) {

Reply via email to