메뉴 건너뛰기

Bigdata, Semantic IoT, Hadoop, NoSQL

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


Hello world서비스 생성시 HelloServiceImpl.java에서

 - The method getMessage() is undefined for the type HelloEvent.GreetingMessageChanged
 - The method getName() is undefined for the type HelloEvent.GreetingMessageChanged

오류가 발생하는데 최초 생성하는 로직에서 해당 메서드 생성을 누락한거 같다.


그래서 hello-impl/../../hello/impl/HelloEvent.java파일에

 public String getName() {
  return name;
 }

 public String getMessage() {
  return message;
 }

를 추가해주고 컴파일 하면 정상적으로 컴파일 된다.

번호 제목 글쓴이 날짜 조회 수
321 kerberos설정된 상태의 spooldir->memory->hdfs로 저장하는 과정의 flume agent configuration구성 예시 총관리자 2019.05.30 180
320 spark-sql실행시 ERROR log: Got exception: java.lang.NumberFormatException For input string: "2000ms" 오류발생시 조치사항 총관리자 2016.06.09 179
319 센서테스트 file 총관리자 2015.05.25 176
318 missing block및 관련 파일명 찾는 명령어 총관리자 2021.02.20 175
317 spark submit용 jar파일을 만드는 sbt 용 build.sbt설정 파일(참고용) 총관리자 2016.08.19 175
316 javax.net.ssl.SSLHanshakeException: SSLHandshakeException invoking https://mainCluster.gooper.com:7183/api/v1/users: sun.security.validator.ValidatorException: No trusted certificate found gooper 2022.06.29 174
315 Embedded PostgreSql설정을 외부의 MariaDB로변경하기 [1] 총관리자 2018.05.22 173
314 null 혹은 ""를 체크하는 방법 총관리자 2016.01.27 172
313 CDH 5.4.4 버전에서 hive on tez (0.7.0)설치하기 총관리자 2016.01.14 172
312 No broker partitions consumed by consumer thread오류 발생시 확인/조치할 사항 총관리자 2016.09.02 171
311 대표 오픈소스 라이선스, 한 눈에 보기! 총관리자 2015.12.10 170
310 schema.xml vs managed-schema 지정 사용하기 - 두개를 동시에 사용할 수는 없음 총관리자 2017.07.09 169
309 spark2.0.0에서 hive 2.0.1 table을 읽어 출력하는 예제 소스(HiveContext, SparkSession, SQLContext) 총관리자 2017.03.09 169
308 운영중인 상태에서 kafka topic삭제하고 재생성하여 처리되지 않은 메세지 모두 삭제하기 총관리자 2016.10.24 169
307 format된 namenode를 다른 서버에서 다시 format했을때 오류내용 총관리자 2016.09.22 169
306 fuseki webUI를 통해서 전체 카운트를 하면 급격하게 메모리를 소모해 버리는 문제가 있음 file 총관리자 2017.04.28 168
305 sparql에서 concat에제 총관리자 2015.11.27 168
304 HAX is not working and emulator runs in emulation mode 메세지가 나오는 경우 file 총관리자 2015.05.25 168
303 hbase CustomFilter만들기 (0.98.X이상) 총관리자 2015.05.08 168
302 JAVA_HOME을 명시적으로 지정하는 방법 총관리자 2018.06.04 167

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.

위로