Search:

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

Search: Search took 0.01 seconds.

  1. Hi All, This...

    Hi All,

    This linkhttps://fisheye.springsource.org/browse/spring-batch/spring-batch-core/src/test/java/org/springframework/batch/core/job/flow/FlowJobTests.java?hb=true helped me a lot.

    ...
  2. Hi All, Here is example of how to create...

    Hi All,

    Here is example of how to create Split Flow jobs ( Spring Batch jobs runs in parallel ) :



    import java.util.ArrayList;
    import java.util.List;

    import...
  3. Hi All, Finally I am able to create...

    Hi All,


    Finally I am able to create Spring Batch Flow Job programmatically / dynamically.

    Here is sample code :
  4. creating spring batch FLOW JOB dynamically

    Hi All,

    I am trying to create the Spring Batch Job dynamically.

    I got a link http://forum.springsource.org/showthread.php?100196-Creating-Jobs-dynamically in this forum describes...
  5. Replies
    4
    Views
    3,063

    Hi Friends, This thread really help me a...

    Hi Friends,

    This thread really help me a lot regarding how to create sequential job dynamically.

    Now I am trying to create a SPLIT job dynamically, but could not identify the classes...
  6. schedule spring batch job on demand/dynamically

    Hi,

    I am having a problem. I want to create/schedule a quartz job dynamically/on-demand. I am able to do create and run quartz job dynamically/on-demand using spring-version lower then 3.1...
  7. SystemCommandTasklet's setEnvironmentParams(new String[])

    Hi,

    I am trying to run a Linux Shell Script using Spring-Batch SystemCommandTasklet, and the Linux Shell Script is working fine using SystemCommandTasklet.


    My problem is, I want to...
  8. Replies
    1
    Views
    390

    Stopping a Spring Batch job

    Hi,

    Need help regarding STOP of spring batch.

    Problem:

    We have a Job which run for say (5 days), and we need to stop the Job after 1 day of running. When we stop the job, still it is...
  9. Hi traduz, Shyambaishya and me working...

    Hi traduz,
    Shyambaishya and me working toghter so let me explain what is the scenario

    We want to copy file/files from one machine to another machine using Linux command ( environment ).
    ...
  10. Hi Costin, Thank for the reply......

    Hi Costin,
    Thank for the reply... It solved the problem ..
  11. context.xml is

    context.xml is


    <?xml version="1.0" encoding="UTF-8"?>
    <beans xmlns="http://www.springframework.org/schema/beans"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
    ...
  12. no declaration can be found for element 'hdp:tasklet'

    Hi Friends,

    Few days age, I made some spring-hadoop programs and it run well. But today when I tried to run the sames programs I faced same problem in my all previous spring-hadoop...
  13. error while invoking programatically instead of by CommandLineJobRunner

    Hi Friends,
    I am trying to load the bean-definition for spring-batch & spring-hadoop dynamically at run time not at the time of starting the application. The application load the...
  14. Replies
    0
    Views
    450

    problem while running hbase program

    Hi Friends,
    I am having some problem while I tried to run HBase program using Spring. When I run the got the following problem.



    ApplicationContext context = new...
  15. Hi Friends, I like to know, in the...

    Hi Friends,

    I like to know, in the meantime while the "dataItemReader" is reading lines and before it reach the commit-interval=8 and processed by "dataProcessor" and write by...
  16. ClassDefFoundError: org/apache/hadoop/hive/service/HiveClient

    Hi friends,
    when i try to connect to hiveserver using hiveclient I got the following error, shows "org/apache/hadoop/hive/service/HiveClient" is missing. If HiveClient is missing then plz tell...
  17. what are the advantages of using spring with hadoop ?

    Hi fiends,

    I really and seriously want to know what are the advantages and disadvantages of using spring-framework with hadoop. Friends I really need you opinions. plz post whatever comes...
  18. Replies
    3
    Views
    447

    Hi Andrewn, Thanks for your reply....

    Hi Andrewn,

    Thanks for your reply. I solve the problem using the same link you posted to my reply.
  19. Hi Friends, I am able to compile and...

    Hi Friends,
    I am able to compile and run " Spring Data Hadoop wordcount samples with gradlew". I made change hadoopVersion in "gradle.properties" to 0.20.2-cdh3u3 and it worked wel. This...
  20. Hi Friends, I made some changes in the...

    Hi Friends, I made some changes in the build.gradle file, added the following lines --
    (1) group = "org.springframework.data.hadoop"
    (2) repositories { mavenCentral() }


    The compilation...
  21. Hi Friends, I am also facing some problem with...

    Hi Friends, I am also facing some problem with Spring Data Hadoop wordcount sampe with gradlew. I don't know gradlew so well. I am trying to compile it with gradlew but it show some error :
    ...
  22. Replies
    3
    Views
    447

    build failed problem

    Hi Friends, I was trying to compile and run the example sample code came with the SPRING-DATA-HADOOP-1.0.0.M1. But i am unable to compile it with gradlew. Here is the outputs, can you please help...
  23. Replies
    2
    Views
    269

    Hi EveryOne... From...

    Hi EveryOne...

    From http://static.springsource.org/spring/docs/3.0.x/spring-framework-reference/html/beans.html#beans-factory-scopes-other-injection it is given that alternatively we can...
  24. Replies
    2
    Views
    269

    Hi EveryOne .. Is it means the...

    Hi EveryOne ..
    Is it means the userService will get a new instance of userPerference every time when userService calls its ( userPerferences depencency ) function.
  25. Replies
    2
    Views
    269

    Scoped beans as dependencies

    Hi EveryOne,
    I am new to SpringFramework, I have a query regrading "spring beans as dependencies". I have seen in the spring doc ...
Results 1 to 25 of 25