30 jobs are running in unix.i want to find out my job.how
to do this?Give me command?
Answers were Sorted based on User's Feedback
Answer / mahesh
If you dont know the PID, try below:
ps -ef|grep USER_ID|grep JOB_NAME
| Is This Answer Correct ? | 2 Yes | 0 No |
what are fact tables and dimension tables? give example assuming one table.
what about data stage requirement
How do you load dimension data and fact data? Which is first
If there is a file that contains 1000 records, I need the ouput to contain these 1000 records with the header as file name concatenated with the current timestamp and trailer as the count of records
How you Implemented SCD Type 1 & Type 2 in your project?
Explain how a source file is populated?
Source Like department_no, employee_name ---------------------------- 20, R 10, A 10, D 20, P 10, B 10, C 20, Q 20, S and Output should be like this department_no, employee_list -------------------------------- 10, A 10, A,B 10, A,B,C 10, A,B,C,D 20, A,B,C,D,P 20, A,B,C,D,P,Q 20, A,B,C,D,P,Q,R 20, A,B,C,D,P,Q,R,S
souce file having the columns like name company krish IBM pooja TCS nandini WIPRO krish IBM pooja TCS if first row will be repeat i want the result like this name company count krish IBM 1 pooja TCS 1 nandini WIPRO 1 krish IBM 2 pooja TCS 2
Source has 2 columns: USA,NewYork INDIA,MUMBAI INDIA,DELHI UDS,CHICAGO INDIA,PUNE i want data in target like below: INDIA,MUMBAI1 INDIA,DELHI2 INDIA,PUNE3 USA,NEWYORK1 USA,CHICAGO2
why we use hash file for lookup?
What is difference between 8.1 , 8.5 and 9.1 ?
disign the complex job in u r project?(they are aksing only complex job design and then data flow...)