I've just upgraded to HDP 2.6.4 and I have a recurring workflow launched from oozie.
Sometimes the job runs sometimes it dies after about 1 min on a pig job with the error
java.lang.NoSuchFieldError: HIVE_ORC_CACHE_STRIPE_DETAILS_SIZE
Has anyone got any ideas about where I need to look to resolve this?
It feels like the jobs being handed to one box that can do it and other that can't and when it goes to the one that can't it gets handed out again and again till it hits the one that can. I'm not sure where to look to identify where this point of failure is though so I can either remove that node or correct it.