Menu

#3 Improve build support for hadoop

open
nobody
None
5
2009-06-06
2009-06-06
No

Currently, in order to build Scribe with Hadoop support (--enable-hdfs), you need to specify the CPPFLAGS/LDFLAGS manually to build/link with java and hdfs. Eg:

./configure --with-hadooppath=/usr/local/hadoop --enable-hdfs CPPFLAGS="-I/usr/local/java/include -I/usr/local/java/include/linux" LDFLAGS="-ljvm -lhdfs"

It would be nice to add some intelligent autoconf macros to clean this up.

Discussion


Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.