반응형
Recent Posts
Recent Comments
관리 메뉴

개발잡부

[es] plugin 1 (mvn 설치) 본문

ElasticStack/Elasticsearch

[es] plugin 1 (mvn 설치)

닉의네임 2021. 11. 10. 21:26
반응형

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 -v

 

 

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
Comments