User Activity

We are trying to write data into HDFS as ORC file. There is a ORC writer snap that is available for Standard Mode pipelines. The Snap configuration requires Hive Metastore URL. When we are providing the URL, the snap is throwing the below validation ...
Hi Have 3 pipelines Pipeline-1, Pipeline-2, Pipeline-3. The execution logic is as follows Pipeline-1 and Pipeline-2 executes parallely and once both of them are success, then only the Pipeline-3 would be triggered. Looking for suggestions regarding t...
I have a file reader in my mapping. One of the column in the file contains NULL value. I am connection a mapper after the file reader. Is there any way to replace the NULL value with number? Tried using replace/replaceALL function but didn’t get the ...
Input data(4 rows): Employee ID Type EmployeeID Address ID Address Employee_ID A001 1 test1 Employee_ID A001 2 test2 Employee_ID A002 1 ...