일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | |||||
3 | 4 | 5 | 6 | 7 | 8 | 9 |
10 | 11 | 12 | 13 | 14 | 15 | 16 |
17 | 18 | 19 | 20 | 21 | 22 | 23 |
24 | 25 | 26 | 27 | 28 | 29 | 30 |
- Python
- Mac
- matplotlib
- ELASTIC
- 차트
- Java
- Elasticsearch
- TensorFlow
- license delete
- analyzer test
- plugin
- Kafka
- aggs
- Test
- zip 암호화
- API
- sort
- query
- flask
- licence delete curl
- aggregation
- high level client
- 파이썬
- springboot
- MySQL
- 900gle
- zip 파일 암호화
- token filter test
- License
- docker
- Today
- Total
개발잡부
[es] plugin 1 (mvn 설치) 본문
Mac OS Big Sur 11.6
설치되어 있나???
mvn -v
mvn 설치
Homebrew를 사용한 메이블 설치명령어
brew install maven
에러 case 1
에러 case 2
Error: You are using macOS 10.14.
We (and Apple) do not provide support for this old version.
아.. 망할노무 회사야 돈좀 쓰자
OS 업데이트 못하게 했으니..
maven 버전을 낮춰서 설치해봄
repository 버전확인
brew search maven
(base) ➜ ~ brew search maven
==> Formulae
maven maven-completion maven-shell maven@3.2 maven@3.3 maven@3.5
==> Casks
homebrew/cask-fonts/font-maven-pro
3.2를 설치했으나 또 안됨..
softwareupdate --all --install --force
If that doesn't show you an update run:
sudo rm -rf /Library/Developer/CommandLineTools
sudo xcode-select --install
sudo rm -rf /Library/Developer/CommandLineTools
sudo xcode-select --install
다시 maven 설치 시도
한방에 될때도 있네.. 이유는 .. 모름..
maven 설치 완료
mvn clean install
'ElasticStack > Elasticsearch' 카테고리의 다른 글
[es] function score Query (0) | 2021.12.20 |
---|---|
[es] plugin 4 - custom analyzer 사용 (0) | 2021.12.15 |
[es] plugin 3 - custom analyzer (0) | 2021.12.12 |
[es] Analyzer 01 (0) | 2021.12.08 |
index template (0) | 2021.10.13 |