메뉴 건너뛰기

Cloudera, BigData, Semantic IoT, Hadoop, NoSQL

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


mariadb update 샘플

총관리자 2018.03.12 14:34 조회 수 : 1819

update aa s

 set s.name = (select concat(x.name, x.age) from aa_src x where x.age= 10 and s.seq=x.seq)

where 

exists (select 1 from aa_src x where x.age = 10 and x.seq=s.seq);

번호 제목 날짜 조회 수
506 [우분투] suppoie 채굴 프로세스 발생시 자동으로 삭제하는 shell프로그램 2018.04.01 1344
505 Impala daemon기동시 "Could not create temporary timezone file"오류 발생시 조치사항 2018.03.29 1441
504 각 서버에 설치되는 cloudera서비스 프로그램 목록(CDH 5.14.0의 경우) 2018.03.29 1081
503 Cloudera설치중 실패로 여러번 설치하는 과정에 "Running in non-interactive mode, and data appears to exist in Storage Directory /dfs/nn. Not formatting." 오류가 발생시 조치하는 방법 2018.03.29 1505
502 Cloudera설치중에 "Error, CM server guid updated"오류 발생시 조치방법 2018.03.29 676
501 Cloudera가 사용하는 서비스별 포트 2018.03.29 1468
500 Cloudera가 사용하는 서비스별 디렉토리 2018.03.29 1062
499 cloudera-scm-agent 설정파일 위치및 재시작 명령문 2018.03.29 1392
498 [CentOS] 네트워크 설정 2018.03.26 1052
497 Components of the Impala Server 2018.03.21 914
496 HDFS Balancer설정및 수행 2018.03.21 1107
495 hadoop 클러스터 실행 스크립트 정리 2018.03.20 2301
494 HA(Namenode, ResourceManager, Kerberos) 및 보안(Zookeeper, Hadoop) 2018.03.16 579
493 자주쓰는 유용한 프로그램 2018.03.16 1866
492 에러 추적(Error Tracking) 및 로그 취합(logging aggregation) 시스템인 Sentry 설치 2018.03.14 752
» update 샘플 2018.03.12 1819
490 이미지 관리 오픈소스 목록 2018.03.11 1048
489 Scala에서 countByWindow를 이용하기(예제) 2018.03.08 1437
488 Scala를 이용한 Streaming예제 2018.03.08 1379
487 scala application 샘플소스(SparkSession이용) 2018.03.07 1539
위로