메뉴 건너뛰기

Bigdata, Semantic IoT, Hadoop, NoSQL

Bigdata, Hadoop ecosystem, Semantic IoT등의 프로젝트를 진행중에 습득한 내용을 정리하는 곳입니다.
필요한 분을 위해서 공개하고 있습니다. 문의사항은 gooper@gooper.com로 메일을 보내주세요.


*예제 : https://www.lagomframework.com/documentation/1.3.x/java/GettingStartedMaven.html


eclipe를 이용하여 building할때 pom.xml파일의 ${scala.binary.version}부분에 오류가 발생하면서 building이 되지 않는 경우는

pom.xml파일의 Overview를 열어서 중간의 Properties 부분에서 "Create"를 이용하여 Name에 scala.binary.version을 넣고 Value에 적용할 scala버젼을 등록하고(현재기준, 2.11 혹는 2.12를 지정) goal에 lagom:runAll를 입력하고 Run하면 빌드/실행까지 시켜준다.


* console에서 작업하는 경우는 "MAVEN_OPTS="-Xms512M -Xmx1024M -Xss2M -XX:MaxMetaspaceSize=1024M -Dscala.binary.version=2.11" mvn lagom:runAll"을 입력하여 실행시켜준다.



------------------오류내용--------

$ mvn lagom:runAll
[INFO] Scanning for projects...
[ERROR] [ERROR] Some problems were encountered while processing the POMs:
[ERROR] 'dependencies.dependency.artifactId' for com.lightbend.lagom:lagom-javadsl-api_${scala.binary.version}:jar with value 'lagom-javadsl-api_${scala.binary.version}' does not match a valid id pattern. @ com.example.hello:hello-api:[unknown-version], C:devworkspaceHelloLagommy-first-systemhello-apipom.xml, line 19, column 25
[ERROR] 'dependencies.dependency.version' for com.lightbend.lagom:lagom-javadsl-api_${scala.binary.version}:jar is missing. @ com.example.hello:hello-api:[unknown-version], C:devworkspaceHelloLagommy-first-systemhello-apipom.xml, line 17, column 21
[ERROR] 'dependencies.dependency.artifactId' for com.lightbend.lagom:lagom-javadsl-kafka-broker_${scala.binary.version}:jar with value 'lagom-javadsl-kafka-broker_${scala.binary.version}' does not match a valid id pattern. @ com.example.hello:hello-api:[unknown-version], C:devworkspaceHelloLagommy-first-systemhello-apipom.xml, line 23, column 25
[ERROR] 'dependencies.dependency.version' for com.lightbend.lagom:lagom-javadsl-kafka-broker_${scala.binary.version}:jar is missing. @ com.example.hello:hello-api:[unknown-version], C:devworkspaceHelloLagommy-first-systemhello-apipom.xml, line 21, column 21
[ERROR] 'dependencies.dependency.artifactId' for com.lightbend.lagom:lagom-javadsl-server_${scala.binary.version}:jar with value 'lagom-javadsl-server_${scala.binary.version}' does not match a valid id pattern. @ com.example.hello:hello-impl:[unknown-version], C:devworkspaceHelloLagommy-first-systemhello-implpom.xml, line 24, column 25
[ERROR] 'dependencies.dependency.version' for com.lightbend.lagom:lagom-javadsl-server_${scala.binary.version}:jar is missing. @ com.example.hello:hello-impl:[unknown-version], C:devworkspaceHelloLagommy-first-systemhello-implpom.xml, line 22, column 21
[ERROR] 'dependencies.dependency.artifactId' for com.lightbend.lagom:lagom-javadsl-persistence-cassandra_${scala.binary.version}:jar with value 'lagom-javadsl-persistence-cassandra_${scala.binary.version}' does not match a valid id pattern. @ com.example.hello:hello-impl:[unknown-version], C:devworkspaceHelloLagommy-first-systemhello-implpom.xml, line 28, column 25
[ERROR] 'dependencies.dependency.version' for com.lightbend.lagom:lagom-javadsl-persistence-cassandra_${scala.binary.version}:jar is missing. @ com.example.hello:hello-impl:[unknown-version], C:devworkspaceHelloLagommy-first-systemhello-implpom.xml, line 26, column 21
[ERROR] 'dependencies.dependency.artifactId' for com.lightbend.lagom:lagom-logback_${scala.binary.version}:jar with value 'lagom-logback_${scala.binary.version}' does not match a valid id pattern. @ com.example.hello:hello-impl:[unknown-version], C:devworkspaceHelloLagommy-first-systemhello-implpom.xml, line 32, column 25
[ERROR] 'dependencies.dependency.version' for com.lightbend.lagom:lagom-logback_${scala.binary.version}:jar is missing. @ com.example.hello:hello-impl:[unknown-version], C:devworkspaceHelloLagommy-first-systemhello-implpom.xml, line 30, column 21
[ERROR] 'dependencies.dependency.artifactId' for com.typesafe.play:play-netty-server_${scala.binary.version}:jar with value 'play-netty-server_${scala.binary.version}' does not match a valid id pattern . @ com.example.hello:hello-impl:[unknown-version], C:devworkspaceHelloLagommy-first-systemhello-implpom.xml, line 36, column 25
[ERROR] 'dependencies.dependency.version' for com.typesafe.play:play-netty-server_${scala.binary.version}:jar is missing. @ com.example.hello:hello-impl:[unknown-version], C:devworkspaceHelloLagommy-first-systemhello-implpom.xml, line 34, column 21
[ERROR] 'dependencies.dependency.artifactId' for com.lightbend.lagom:lagom-javadsl-testkit_${scala.binary.version}:jar with value 'lagom-javadsl-testkit_${scala.binary.version}' does not match a valid id pattern. @ com.example.hello:hello-impl:[unknown-version], C:devworkspaceHelloLagommy-first-systemhello-implpom.xml, line 40, column 25
[ERROR] 'dependencies.dependency.version' for com.lightbend.lagom:lagom-javadsl-testkit_${scala.binary.version}:jar is missing. @ com.example.hello:hello-impl:[unknown-version], C:devworkspaceHelloLagommy-first-systemhello-implpom.xml, line 38, column 21

번호 제목 글쓴이 날짜 조회 수
517 Cloudera의 API를 이용하여 impala의 실행되었던 쿼리 확인하는 예시 총관리자 2018.05.03 146
516 Toree 0.1.0-incubating이 Scala 2.10.4까지만 지원하게 되어서 발생하는 NoSuchMethod오류 문제 해결방법(scala 2.11.x을 지원하지만 오류가 발생할 수 있음) 총관리자 2018.04.20 110
515 우분투 16.04LTS에 Zeppelin 0.7.3설치 총관리자 2018.04.18 198
514 CentOS 7.x에 Jupyter설치 총관리자 2018.04.18 550
513 Apache Toree설치(Jupyter에서 Scala, PySpark, SparkR, SQL을 사용할 수 있도록 하는 Kernel) 총관리자 2018.04.17 146
512 우분투 16.04LTS에 Jupyter설치 총관리자 2018.04.17 90
511 beeline으로 접근시 "User: gooper is not allowed to impersonate anonymous (state=08S01,code=0)"가 발생하면서 "No current connection"이 발생하는 경우 조치 총관리자 2018.04.15 193
510 Cloudera Manager 5.x설치시 embedded postgresql를 사용하는 경우의 관리정보 총관리자 2018.04.13 49
509 jupyter, zeppelin, rstudio를 이용하여 spark cluster에 job를 실행시키기 위한 정보 총관리자 2018.04.13 2335
508 Cloudera Manager web UI의 언어를 한글에서 영문으로 변경하기 총관리자 2018.04.03 741
507 [우분투] suppoie 채굴 프로세스 발생시 자동으로 삭제하는 shell프로그램 총관리자 2018.04.01 243
506 Impala daemon기동시 "Could not create temporary timezone file"오류 발생시 조치사항 총관리자 2018.03.29 113
505 각 서버에 설치되는 cloudera서비스 프로그램 목록(CDH 5.14.0의 경우) 총관리자 2018.03.29 85
504 Cloudera설치중 실패로 여러번 설치하는 과정에 "Running in non-interactive mode, and data appears to exist in Storage Directory /dfs/nn. Not formatting." 오류가 발생시 조치하는 방법 총관리자 2018.03.29 309
503 Cloudera설치중에 "Error, CM server guid updated"오류 발생시 조치방법 총관리자 2018.03.29 224
502 Cloudera가 사용하는 서비스별 포트 총관리자 2018.03.29 324
501 Cloudera가 사용하는 서비스별 디렉토리 총관리자 2018.03.29 153
500 cloudera-scm-agent 설정파일 위치및 재시작 명령문 총관리자 2018.03.29 320
499 [CentOS] 네트워크 설정 총관리자 2018.03.26 152
498 Components of the Impala Server 총관리자 2018.03.21 78

A personal place to organize information learned during the development of such Hadoop, Hive, Hbase, Semantic IoT, etc.
We are open to the required minutes. Please send inquiries to gooper@gooper.com.

위로