You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After inspecting several PIG scripts it seems there are plenty of redundant HDFS writes, followed by instant reads which could be optimized.
Apparently this was used for debugging purposes so it will be reasonable to handle debug flag when possible and skip redundant writes/read when flag is not set.
This could significantly improve overall performance.
The text was updated successfully, but these errors were encountered:
After inspecting several PIG scripts it seems there are plenty of redundant HDFS writes, followed by instant reads which could be optimized.
Apparently this was used for debugging purposes so it will be reasonable to handle
debug
flag when possible and skip redundant writes/read when flag is not set.This could significantly improve overall performance.
The text was updated successfully, but these errors were encountered: