Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I have the below SQL in tHiveInput:
"select max(plan_dk) as MAX_DK from db.table_1"
I would like to use the max_dk in the 'select' statement of tSQLRow. could you please give me an example of doing it.
SQL in the tSQLRow is something like this:
select row17.max_dk+row_number() over(order by null)
from table;
---
@acherukuri ,I suggest yo to create a context in main standard job and call the spark job in main job and enable transmit the while context to that sub spark job.