# Ambari-elasticsearch **Repository Path**: LeiMove/Ambari-elasticsearch ## Basic Information - **Project Name**: Ambari-elasticsearch - **Description**: Ambari install and configurat es - **Primary Language**: Python - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2017-11-17 - **Last Updated**: 2020-12-20 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## Elasticsearch Ambari service for install and manageing Elasticsearch stack on HDP cluster Note: there show the version of environment. - Ambari Version: 2.4.1.0-22 - HDP Stack Version: 2.5 - Elasticsearch Version: 5.2.0 - JDK Version: 1.8.0_111 [下载地址](https://www.elastic.co/downloads/past-releases) #### There are some problems to be noted here * Elasticsearch's pid file unable : - pid_dir = config\['configurations']\['elastic-site']\['pid_dir'] - #pid_file = format("{pid_dir}/es.pid") I'm defining it this way: pid_file = "/var/run/elasticsearch/es.pid" #### Warning: - After the Elasticsearch successfully,Wait a moment. - The node.master values should be defined as \[ 1 or 0 ] in elastic-site configs.