메뉴 건너뛰기

Cloudera, BigData, Semantic IoT, Hadoop, NoSQL

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


.bashrc 혹은 /etc/profile파일에
export HIVE_CONF_DIR=$HIVE_HOME/conf
export HIVE_CLASS_PATH=$HIVE_CONF_DIR
와 같이 설정하면 아래와 같이 Tracking URL = N/A가 된다.

------------오류내용-------------
Launching Job 1 out of 1
Number of reduce tasks not specified. Estimated from input data size: 1
In order to change the average load for a reducer (in bytes):
  set hive.exec.reducers.bytes.per.reducer=<number>
In order to limit the maximum number of reducers:
  set hive.exec.reducers.max=<number>
In order to set a constant number of reducers:
  set mapreduce.job.reduces=<number>
Starting Job = job_1434450909349_0013, Tracking URL = N/A
Kill Command = /hadoop/hadoop/bin/hadoop job  -kill job_1434450909349_0013
Hadoop job information for Stage-1: number of mappers: 1; number of reducers: 1
2015-06-17 19:45:49,914 Stage-1 map = 0%,  reduce = 0%
2015-06-17 19:45:57,168 Stage-1 map = 100%,  reduce = 0%, Cumulative CPU 8.51 sec
2015-06-17 19:46:05,434 Stage-1 map = 100%,  reduce = 100%, Cumulative CPU 11.09 sec
MapReduce Total cumulative CPU time: 11 seconds 90 msec

번호 제목 날짜 조회 수
141 hive job실행시 meta정보를 원격의 mysql에 저장하는 경우 설정방법 2014.05.28 1165
140 spark stream처리할때 두개의 client프로그램이 동일한 checkpoint로 접근할때 발생하는 오류 내용 2018.01.16 1167
139 Hive Query Examples from test code (1 of 2) 2014.03.26 1176
138 호튼웍스 하둡을 검색엔진과 연동하는 방법과 아키텍쳐 2014.09.25 1193
137 json serde사용법 2014.04.17 1196
136 CentOS의 서버 5대에 yarn(hadoop 2.7.2)설치하기-ResourceManager HA/HDFS HA포함, JobHistory포함 2016.03.29 1199
135 HBase 0.98.12(1.2.5) for hadoop2 설치-5대에 완전분산모드 (HDFS HA상테) 2015.04.29 1243
134 oozie 4.1 설치 - maven을 이용한 source compile on hadoop 2.5.2 with postgresql 9.3 2015.04.30 1243
133 Caused by: java.net.URISyntaxException: Relative path in absolute URI: ${system:java.io.tmpdir%7D/$%7Bsystem:user.name%7D오류발생시 조치사항 2016.06.03 1246
132 sequence한 번호 생성방법 2014.04.25 1256
131 json으로 존재하는 데이터 parsing하기 2019.03.25 1258
130 로그 파일에 대해 Elasticsearch 사용하기 2014.09.25 1281
129 [kubernetes]우분투 Kubernetes 설치 방법 file 2019.07.24 1287
128 zookeeper 3.4.6 설치(3대) 2015.04.28 1298
127 schema설정없이 hive를 최초에 실행했을때 발생하는 오류메세지및 처리방법 2016.09.25 1299
126 external partition table생성및 data확인 2014.04.03 1303
125 Ubuntu 16.04 LTS에 MariaDB 10.1설치 및 포트변경 및 원격접속 허용 2017.05.01 1309
124 oozie에서 share lib설정시 action type별로 구분하여 넣을것 2014.04.18 1320
123 json 값 다루기 2014.04.17 1331
122 ubuntu 12.4에서 eclipse설치후 기동시 library(swt-gtk*)관련 오류 2014.04.23 1339
위로