You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ambari.apache.org by "Gour Saha (JIRA)" <ji...@apache.org> on 2016/07/30 00:41:20 UTC

[jira] [Created] (AMBARI-17966) Remove unneeded commons-httpclient dependencies from Ambari Slider View

Gour Saha created AMBARI-17966:
----------------------------------

             Summary: Remove unneeded commons-httpclient dependencies from Ambari Slider View
                 Key: AMBARI-17966
                 URL: https://issues.apache.org/jira/browse/AMBARI-17966
             Project: Ambari
          Issue Type: Bug
          Components: ambari-views
    Affects Versions: trunk, 2.4.0
            Reporter: Gour Saha


HADOOP-13382 drove changes to all hadoop-common dependent projects including Apache Slider. This needs to be done for Ambari Slider View as well. Here are the files which are dependent on it -

{code}
contrib/views/slider/src/main/java/org/apache/ambari/view/slider/rest/client/AmbariHttpClient.java:37:import org.apache.commons.httpclient.HttpException;
contrib/views/slider/src/main/java/org/apache/ambari/view/slider/rest/client/AmbariHttpClient.java:38:import org.apache.commons.httpclient.HttpStatus;
contrib/views/slider/src/main/java/org/apache/ambari/view/slider/rest/client/BaseHttpClient.java:30:import org.apache.commons.httpclient.HttpException;
contrib/views/slider/src/main/java/org/apache/ambari/view/slider/rest/client/SliderAppMasterClient.java:37:import org.apache.commons.httpclient.HttpException;
{code}



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