[hbase] Exception in thread "main" org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'hbaseConfiguration': Initialization of bean failed; nested exception is java.lang.NoSuchFieldError: NULL 발생
nosql 2013. 4. 4. 17:09아래와 같은 Exception이 발견되거든, hbase에 맞는 Spring 버전을 다시 체크해야 한다.
Exception in thread "main" org.springframework.beans.factory.BeanCreationException: Error creating bean with name Exception in thread "main" org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'hbaseConfiguration': Initialization of bean failed; nested exception is java.lang.NoSuchFieldError: NULL
아래 버전은 확실히 됨
- hbase : 0.92.1, 0.94.6
- spring data hadoop : 1.0.0.RELEASE
- hadoop-core 1.0.4
- spring version : 3.0.7.RELEASE, 3.1.0.RELEASE, 3.2.0.RELEASE
(그러나 3.2.2.RELEASE는 안됨)
'nosql' 카테고리의 다른 글
[hbase] hbase & ruby (0) | 2013.04.08 |
---|---|
[hbase] mac 에 hbase install - 의사분산(Pseudo Distributed) 모드 (0) | 2013.04.05 |
Hbase mac install - standalone (mac에 hbase mac 설치) (0) | 2013.04.04 |
hadoop(하둡) 0.21.0 cygwin 기반에서 설치 (installation) (0) | 2011.08.23 |
[Hadoop 설치 에러] bin/hadoop namenode -format 실패시 (0) | 2011.08.22 |