메뉴 건너뛰기

Cloudera, BigData, Semantic IoT, Hadoop, NoSQL

Cloudera CDH/CDP 및 Hadoop EcoSystem, Semantic IoT등의 개발/운영 기술을 정리합니다. gooper@gooper.com로 문의 주세요.


lagom embedded-cassandra의 data 저장위치

총관리자 2019.06.09 18:24 조회 수 : 418

1. ~/git/online-auction-java/target/embedded-cassandra/data 에 관련 데이터 디렉토리가 있음

bidding  item  system  system_auth  system_distributed  system_schema  system_traces  transaction  user


2. 기동시 모두 삭제하고 시작하려면

  build.sbt파일에  lagomCassandraCleanOnStart in ThisBuild := true 를 추가하면 가능하지만 매번 데이터를 삭제하게 되므로 바람직하지 않음


3. 지울때는 item, bidding폴더등 각각을 지우면 제대로 작동이 되지 않으므로 ./data폴더를 모두 지우고 sbt에서  clear하고 runAll을 다시 실행하여 재컴파일 해준다.
  (./online-auction-java/target폴더를 모두 지워준다(sbt clearn과 같음))

*참고적으로 elasticsearch data를 지우러면 아래와 같이 한다.
curl -XDELETE 'http://localhost:9200/*'
   
번호 제목 날짜 조회 수
341 Elastic Search For Hadoop 2.2.0설치하기(5대 클러스터링) 2016.04.04 511
340 elasticsearch 기동시 permission denied on key 'vm.max_map_count' 오류발생시 조치사항 2017.06.23 511
339 우분투 16.04LTS에 Jupyter설치 2018.04.17 511
338 Windows7 64bit 환경에서 Apache Hadoop 2.7.1설치하기 2017.07.26 513
337 streaming작업시 입력된 값에 대한 사본을 만들게 되는데 이것이 실패했을때 발생하는 경고메세지 2017.04.03 514
336 fuseki에서 제공하는 script중 s-post를 사용하는 예문 2017.09.15 514
335 Soft memory limit exceeded (at 100.05% of capacity) 오류 조치 2022.01.17 515
334 서버중 slave,worker,regionserver만 재기동해야 할때 필요한 기동스크립트및 사용방법 2017.02.03 516
333 [HIVESERVER2]프로세스의 thread및 stack trace를 덤프하는 방법(pstack, jstack) 2022.05.11 517
332 우분투 서버에 GUI로 접속하기 file 2018.05.27 518
331 Caused by: java.lang.ClassNotFoundException: org.apache.spark.Logging 발생시 조치사항 2017.04.19 519
330 AIX 7.1에서 hive실행시 "hive: line 86: readlink: command not found" 오류가 발생시 임시 조치사항 2016.09.25 520
329 Error: E0501 : E0501: Could not perform authorization operation, User: hadoop is not allowed to impersonate hadoop 해결하는 방법 2015.06.07 521
328 hadoop 어플리케이션을 사용하는 사용자 변경시 바꿔줘야 하는 부분 2016.09.23 524
327 Could not configure server becase SASL configuration did not allow the Zookeeper server to authenticate itself properly: javax.security.auth.login.LoginException: Checksum failed 2019.05.18 525
326 python실행시 ValueError: zero length field name in format오류 해결방법 2016.05.27 526
325 new Gson().toJson(new ObjectId())을 사용하면 값이 다르게 나오는 경우가 있음 2016.12.23 529
324 halyard의 console스크립트에서 생성한 repository는 RDF4J Web Applications에서 공유가 되지 않는다. 2017.07.05 533
323 github에 있는 프로젝트와 로컬에서 작업한 프로젝트 합치기 2016.11.22 535
322 여러 홈페이지를 운영하거나 혹은 서버에 가입한 사용자들에게 홈페이지 계정을 나누어 줄수 있도록 설정/계정 생성방법 2018.01.23 536
위로