explore container fails on MapR5

Description

Explore appears to be unable to startup on MapR 5.0 (hadoop-2.7, hive 0.13).
Seeing the following from container log

cluster id: 3314: /opt/mapr/hadoop/hadoop-2.7.0/logs/userlogs/application_1442748581431_0015/container_1442748581431_0015_01_000004/program.log

Release Notes

None

Activity

Show:

Poorna Chandra September 21, 2015 at 11:13 PM

Verified on MapR-4.1 and MapR-5.0.

Poorna Chandra September 21, 2015 at 7:45 PM

Poorna Chandra September 21, 2015 at 7:26 PM

MapR loads native libraries using class com.mapr.fs.ShimLoader. During the startup of Explore container, Twill launcher will first load the MapR native libraries. Since Explore uses a different classloader than the Twill launcher, com.mapr.fs.ShimLoader would get loaded again by Explore classloader, thus leading to duplicate definition. The fix is to load only one copy of com.mapr.fs.ShimLoader.

Derek Wood September 20, 2015 at 6:29 PM

i've also backed up application_1442748581431_0015 container logs to /root/application_1442748581431_0015

Fixed
Pinned fields
Click on the next to a field label to start pinning.

Details

Assignee

Reporter

Components

Fix versions

Priority

Created September 20, 2015 at 6:25 PM
Updated September 23, 2015 at 1:35 AM
Resolved September 21, 2015 at 7:45 PM