sbt 에서 컴파일 속도가 나지 않는다고 계속 아래 커맨드를 사용하라고 로그가 나와서
[warn] Getting the hostname Alvins-MacBook-Pro.local was slow (5003.850955 ms). This is likely because the computer's hostname is not set. You can set the hostname with the command: scutil --set HostName $(scutil --get LocalHostName).
아래 커맨드를 사용하니 잘 동작한다.
$ scutil —set HostName $(scutil —get LocalHostName)
참고할 내용
실제 코드
https://github.com/sbt/sbt/pull/3766/files
질문 & 답
https://apple.stackexchange.com/questions/175320/why-is-my-hostname-resolution-taking-so-long
\
'scala' 카테고리의 다른 글
[spark] Spark Streaming Job 모니터링 중요한 부분 (0) | 2019.10.31 |
---|---|
sbt 동작 이상 (0) | 2019.10.21 |
[circe] could not find implicit value for parameter encoder: io.circe.Encoder 해결하기 (0) | 2019.10.06 |
[scala] jackson, ujson (0) | 2019.10.04 |
[펌] [spark] spark graceful하게 종료하는 방법 (0) | 2019.10.02 |