[ https://issues.apache.org/jira/browse/YARN-5424?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15390367#comment-15390367 ]
Allen Wittenauer edited comment on YARN-5424 at 7/22/16 11:43 PM: ------------------------------------------------------------------ Inside the jar we find: {code} META-INF/native/ META-INF/native/linux32/ META-INF/native/linux32/libleveldbjni.so META-INF/native/linux64/ META-INF/native/linux64/libleveldbjni.so META-INF/native/osx/ META-INF/native/osx/libleveldbjni.jnilib META-INF/native/windows32/ META-INF/native/windows32/leveldbjni.dll META-INF/native/windows64/ META-INF/native/windows64/leveldbjni.dll {code} So this will break on a lot more than just non-x86. was (Author: aw): Inside the jar we find: {code} META-INF/native/ META-INF/native/linux32/ META-INF/native/linux32/libleveldbjni.so META-INF/native/linux64/ META-INF/native/linux64/libleveldbjni.so META-INF/native/osx/ META-INF/native/osx/libleveldbjni.jnilib META-INF/native/windows32/ META-INF/native/windows32/leveldbjni.dll META-INF/native/windows64/ META-INF/native/windows64/leveldbjni.dll {code} So this will break on a lot more than just x86. > leveldb usage should be disabled by default or smarter about platforms > ---------------------------------------------------------------------- > > Key: YARN-5424 > URL: https://issues.apache.org/jira/browse/YARN-5424 > Project: Hadoop YARN > Issue Type: Bug > Components: yarn > Affects Versions: 3.0.0-alpha1 > Reporter: Allen Wittenauer > Priority: Critical > > YARN processes fail on non-x86 and non-Linux/non-OSX/non-Windows platforms > due to LevelDB usage being turned on by default. This is breaking the > Jenkins build and prevents YARN from working smoothly for a wide variety of > users. -- This message was sent by Atlassian JIRA (v6.3.4#6332) --------------------------------------------------------------------- To unsubscribe, e-mail: yarn-issues-unsubscr...@hadoop.apache.org For additional commands, e-mail: yarn-issues-h...@hadoop.apache.org