You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ambari.apache.org by "Dmitry Lysnichenko (JIRA)" <ji...@apache.org> on 2014/10/20 16:29:33 UTC

[jira] [Created] (AMBARI-7860) Download client configs not working, returns 404

Dmitry Lysnichenko created AMBARI-7860:
------------------------------------------

             Summary: Download client configs not working, returns 404
                 Key: AMBARI-7860
                 URL: https://issues.apache.org/jira/browse/AMBARI-7860
             Project: Ambari
          Issue Type: Bug
          Components: ambari-server
    Affects Versions: 1.7.0
            Reporter: Dmitry Lysnichenko
            Assignee: Dmitry Lysnichenko
             Fix For: 1.7.0


In Ambari 1.7.0, going to any installed service and attempting to download its client configs from the website is not working.

Example of requests sent,
http://c6404.ambari.apache.org:8080/api/v1/clusters/dev/services/TEZ/components/TEZ_CLIENT?format=client_config_tar

http://c6404.ambari.apache.org:8080/api/v1/clusters/dev/services/HDFS/components/HDFS_CLIENT?format=client_config_tar

which returns

{code}
{
  "status" : 404,
  "message" : "The requested resource doesn't exist: ClientConfig not found, ServiceComponentInfo/service_name=HDFS AND ServiceComponentInfo/component_name=HDFS_CLIENT AND ServiceComponentInfo/cluster_name=dev"
}
{code}



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