in output tool, Is there a way to dynamic change data path result for HDFS via connection
hdfsc:Hostname=<<Host Name >>:<<Port>>;User=<<User>>;Password=<<PASSWORD>>;Authenticate=false;Tempdir=/tmp;URL=<<HOST NAME>>:<<PORT>>/<<APIGATEWAY>>|||/dev/result/data_.csv
I have scenario where I have to save different data path base on environment ( dev/prod/qa)
I was wondering is there a possible way to change data path in hdfs ( change /dev/result/data_.csv values)

Since Append/prepend/change file would only change name of the file not location data.
and I did with entire path which I require copy who string which contain user and password which I concern on security.
Are there recommend solutions?