[Solved-1 Solution] Percentile calculation in Pig Latin ?
Problem:
How to calculate percentile in pig latin ?
Solution 1:
- We can use the UDF StreamingQuantile from the Apache DataFulibrary.
To calculate the percentile we can use the below code
How to calculate percentile in pig latin ?
To calculate the percentile we can use the below code