Hi just a quick question - is it possible to write map /reduce script with out using map. and moving map job to reduce stage. for example
1. GetInput data: Created a Saved Search for Sales Order which will get the Transaction state as New and Transaction Sub Type as Web.
2. map: Getting the Internal Id of the Sales Order.
3. Reduce: Loading the Sales Order Record and Updating the Product Segment and Region Segment, After Updation Transaction State changing to the Processed.
4.Summary stage just returns the errors if any
I tried to move map process of getting the internal ID of the sales order into reduce stage..but I am getting error : syntax ERROR: unexpected token:u
Can someone suggest please. Is it possible ?