분산 식 군집 입문

2011 단어 HadoopPython
필요 한 파일 은 내 가 업로드 한 자원 에서 찾 을 수 있 고 버 전이 일치 합 니 다.
자원 다운로드
elasticsearch-rtf
elasticsearch-head
포트:http://127.0.0.1:9200/
分布式集群入门_第1张图片
포트:http://localhost:9100/

시작 명령:
시작 elasticsearch:
分布式集群入门_第2张图片
시작 head:
分布式集群入门_第3张图片
프로필 수정: E: \ python Study \ elasticsearch - rtf - master \ config 의 elasticsearch. yml
추가:
http.cors.enabled: true
http.cors.allow-origin: "*"
http.cors.allow-methods: OPTIONS,HEAD,GET,POST,PUT,DELETE
http.cors.allow-headers: "X-Requested-With,Content-Type,Content-Length,X-User"

콜론 뒤에 빈 칸 이 있어 야 한 다 는 것 을 기억 하 세 요.
그렇지 않 으 면 시작 할 수 없고 오류 보고:
 
Exception in thread "main"ElasticsearchParseException[malformed, expected settings to start with 'o
모 르 는 것 은 프로필 이 이렇게 까다 로 울 줄 은 몰 랐 고, 문제 의 소 재 를 찾 는 것 은 매우 고 통 스 러 웠 다.

좋은 웹페이지 즐겨찾기