How to pass dynamic parameters to one job to another job
How to pass dynamic parameters to one job to another job, for example I have a job that performs copying files from HDFS path to HDFS path, i want the same job to copy files from another HDFS path to HDFS path
Hi Akhil, How do you pass the path the first time? If you are using a fixed path then it will be difficult to make it dynamic. Try using context variables or globalMap to make the path dynamic.