Load * Where DateField = Match(WeekDay(DateField), 'Wednesday'); // This string comes from Variable which in blue
Hive Table Loaded;
Approach-II
Sample:
Hive Table Loaded;
Final:
NoConcatenate
Load * Resident Sample;
Drop Table Sample;
Right Join (Final)
Load Max(DateField) as DateField
Resident Final Where DateField = Match(WeekDay(DateField),'Wednesday'); // This string comes from Variable which in blue
Best Anil, When applicable please mark the correct/appropriate replies as "solution" (you can mark up to 3 "solutions". Please LIKE threads if the provided solution is helpful