1 Star 0 Fork 3

wl4g-collect / elasticsearch-parcel-generator

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
贡献代码
同步代码
取消
提示: 由于 Git 不支持空文件夾,创建文件夹后会生成空的 .keep 文件
Loading...
README

Install CSD validator

cd /tmp
git clone https://github.com/cloudera/cm_ext
cd cm_ext/validator
mvn install

Download Elastic Search

cd /tmp
mkdir elasticsearch
cd elasticsearch

go to https://www.elastic.co/downloads/elasticsearch
copy link to binary you want to download (with tar.gz extemsion) 
in my case it is: https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-6.0.0.tar.gz
wget -O elasticsearch-bin.tar.gz "https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-6.0.0.tar.gz"

Dowload build scripts for parcel and CSD

Depending on your OS version please set OS_VER variable acconringly

  • RHEL 6 OS_VER=el6
  • RHEL 7 OS_VER=el7
  • Ubuntu OS_VER=trusty
cd /tmp
git clone http://github.com/prateek/nifi-parcel
cd elasticsearch-parcel
POINT_VERSION=5 VALIDATOR_DIR=/tmp/cm_ext OS_VER=el7 PARCEL_NAME=ElasticSearch ./build-parcel.sh /tmp/elasticsearch/elasticsearch-bin.tar.gz
VALIDATOR_DIR=/tmp/cm_ext CSD_NAME=ElasticSearch ./build-csd.sh

Serve Parcel using Python

cd build-parcel
python -m SimpleHTTPServer 14642
# navigate to Cloudera Manager -> Parcels -> Edit Settings
# Add fqdn:14641 to list of urls
# install the ELASTICSEARCH parcel

Move CSD to Cloudera Manager's CSD Repo

cd ../
cp build-csd/ELASTICSEARCH-1.0.jar /opt/cloudera/csd
service cloudera-scm-server restart
# Wait a min, go to Cloudera Manager -> Add a Service -> Elastic Search

空文件

简介

Elasticsearch制作Parcel包和CSD文件的脚本 展开 收起
取消

发行版

暂无发行版

贡献者

全部

近期动态

加载更多
不能加载更多了
1
https://gitee.com/wl4g-collect/elasticsearch-parcel-generator.git
git@gitee.com:wl4g-collect/elasticsearch-parcel-generator.git
wl4g-collect
elasticsearch-parcel-generator
elasticsearch-parcel-generator
master

搜索帮助

53164aa7 5694891 3bd8fe86 5694891