Hi,
I am currently working on a Spring Batch job that runs a Cascading job as one of the steps. In order to run the Cascading job I have made use of the CascadingTasklet class.
The problem I...
Type: Posts; User: atindriyaghosh; Keyword(s):
Hi,
I am currently working on a Spring Batch job that runs a Cascading job as one of the steps. In order to run the Cascading job I have made use of the CascadingTasklet class.
The problem I...
I had added the scope="step" because one of the requirements that I still have to implement is to get the hdfs_dir property from the job execution context.
Thanks for the reply.
I tried to use CustomResourceLoaderRegistrar like you mentioned but now I am getting BeanCreationException in multiResourceReader.
...
Hi,
I have a step in my Spring Batch job in which I have to read multiple files within a directory in HDFS. I am using MultiResourceItemReader as my reader and have added HdfsItemReader as the...