메뉴 건너뛰기

Cloudera, BigData, Semantic IoT, Hadoop, NoSQL

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


1. ^M : Ctrl+v+m으로 입력함


2. 일괄 치환하는 방법

perl -i -pe 's/15//g' *.sh


3. vi를 이용하여 개별 파일에서 지우기

vi로 파일을 열어서 :set fileformat=unix 명령을 주고 wq로 저장하면 ^M이 없어진다.

번호 제목 날짜 조회 수
41 Spark에서 Serializable관련 오류및 조치사항 2017.04.21 5030
40 spark-sql실행시 Caused by: java.lang.NumberFormatException: For input string: "0s" 오류발생시 조치사항 2016.06.09 2870
39 VisualVM 1.3.9을 이용한 spark-submit JVM 모니터링을 위한 설정및 spark-submit실행 옵션 2016.10.28 2123
38 Spark 2.1.1 clustering(5대) 설치(YARN기반) 2016.04.22 2058
37 spark stream처리할때 두개의 client프로그램이 동일한 checkpoint로 접근할때 발생하는 오류 내용 2018.01.16 1167
36 "Initial job has not accepted any resources; check your cluster UI to ensure that workers are registered and have sufficient resources"오류 발생시 조치사항 2016.05.25 1134
35 spark-env.sh에서 사용할 수있는 항목. 2016.05.24 860
34 java.lang.OutOfMemoryError: unable to create new native thread오류 발생지 조치사항 2016.10.17 757
33 Spark 1.6.1 설치후 HA구성 2016.05.24 734
32 Apache Spark와 Drools를 이용한 CEP구현 테스트 2016.07.15 713
31 kafka로 부터 메세지를 stream으로 받아 처리하는 spark샘플소스(spark의 producer와 consumer를 sbt로 컴파일 하고 서버에서 spark-submit하는 방법) 2016.07.13 700
30 spark-submit 실행시 "java.lang.OutOfMemoryError: Java heap space"발생시 조치사항 2018.02.01 641
29 Scala에서 countByWindow를 이용하기(예제) 2018.03.08 631
28 spark-shell실행시 "A read-only user or a user in a read-only database is not permitted to disable read-only mode on a connection."오류가 발생하는 경우 해결방법 2016.05.20 627
27 spark client프로그램 기동시 "Error initializing SparkContext"오류 발생할때 조치사항 2016.05.27 615
26 It is indirectly referenced from required .class files 오류 발생시 조치방법 2017.03.09 588
25 Windows7 64bit 환경에서 Apache Spark 2.2.0 설치하기 2017.07.26 583
24 spark-sql실행시 The specified datastore driver ("com.mysql.jdbc.Driver") was not found in the CLASSPATH오류 발생시 조치사항 2016.06.09 581
23 spark에서 hive table을 읽어 출력하는 예제 소스 2017.03.09 561
22 Caused by: java.lang.ClassNotFoundException: org.apache.spark.Logging 발생시 조치사항 2017.04.19 519
위로