Search:

Type: Posts; User: leejianwei; Keyword(s):

Search: Search took 0.02 seconds.

  1. 1. Spring Hadoop is not used to instantiate...

    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...
  2. You can add CDH repository in "build.gradle": ...

    You can add CDH repository in "build.gradle":


    repositories {
    // Public Spring artefacts
    mavenCentral()
    maven { url "http://repo.springsource.org/libs-release" }
    maven { url...
  3. Replies
    1
    Views
    843

    Hi, The exception stack is not full. Have you...

    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.
  4. Hi, you can try to change "repositories" in...

    Hi, you can try to change "repositories" in build.gradle as following


    repositories {
    // Public Spring artefacts
    mavenCentral()
    maven { url...
Results 1 to 4 of 4