1. Spring Hadoop is not used to instantiate spring application context in Hadoop child process, it is used to manage hadoop jobs from Spring. The xml which is used to define beans, jobs will not be...
Type: Posts; User: leejianwei; Keyword(s):
1. Spring Hadoop is not used to instantiate spring application context in Hadoop child process, it is used to manage hadoop jobs from Spring. The xml which is used to define beans, jobs will not be...
You can add CDH repository in "build.gradle":
repositories {
// Public Spring artefacts
mavenCentral()
maven { url "http://repo.springsource.org/libs-release" }
maven { url...
Hi,
The exception stack is not full. Have you started you hadoop before running the example? Meanwhile, ensure you use the same version in hadoop server and Spring hadoop.
Hi, you can try to change "repositories" in build.gradle as following
repositories {
// Public Spring artefacts
mavenCentral()
maven { url...