Plain Vanilla - Compile Native libraries from Hadoop source code using Maven

preview_player
Показать описание
Connect with me or follow me at
Рекомендации по теме
Комментарии
Автор

For any technical discussions or doubts, please use our forum - discuss.itversity.com
For practicing on state of the art big data cluster, please sign up on - labs.itversity.com
Lab is under free preview until 12/31/2016 and after that subscription
charges are 14.99$ per 31 days, 34.99$ per 93 days and 54.99$ per 185 days

itversity
Автор

Thank you very much Durga, but i am not able to find the same in itversity.com, kindly let us know whether we need to look in to any tab specifically. Also do we have any videos which tells us about migrating from legacy RDBMS ex: DB2 to hadoop

rocksera
Автор

Thanks a lot for this video . I was stuck issue in Mapreduce where job is able to do 100% mapping 0% Reduce job . After building native files, issue resolved

sterin
Автор

Hi Durga,

Can you post the commands in the description section here

rocksera
Автор

Hello Durga, I am following this series of videos to install hadoop on my laptop. I have made a lot of progress and learned quite a lot from this series. I have installed hadoop-2.7.1 on centOS operating system on the VM. I ran the following command
mvn package -Pdist, native -DskipTests -Dtar, Unfortunately, I got an error. I have installed autoconf, automake, libtool, cmake.
The error was following:
[ERROR] Failed to execute goal mpiler-plugin:3.1:compile (default-compile) on project hadoop-hd fs: Compilation failure: Compilation failure:
[ERROR] .java:[39, 16] sun.misc.Unsafe is internal proprietary API and ma y be removed in a future release
[ERROR] .java:[53, 24] sun.misc.Unsafe is internal proprietary API and ma y be removed in a future release
[ERROR] .java:[55, 18] sun.misc.Unsafe is internal proprietary API and ma y be removed in a future release
[ERROR] .java:[57, 17] sun.misc.Unsafe is internal proprietary API and ma y be removed in a future release
[ERROR] .java:[59, 15] sun.misc.Unsafe is internal proprietary API and ma y be removed in a future release
[ERROR] -> [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug lo gging.
[ERROR]
[ERROR] For more information about the errors and possible solut ions, please read the following articles:
[ERROR]
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR] mvn <goals> -rf :hadoop-hdfs


I can not seem to overcome this error. Please help!!

samk