HomeSort by relevance Sort by last modified time
    Searched refs:libhdfs (Results 1 - 2 of 2) sorted by null

  /external/fio/
configure 137 libhdfs="no"
166 --enable-libhdfs) libhdfs="yes"
189 echo "--enable-libhdfs Enable hdfs support"
1351 # Check if we have required environment variables configured for libhdfs
1352 if test "$libhdfs" = "yes" ; then
1359 echo "configure: FIO_LIBHDFS_INCLUDE should be defined to libhdfs inlude path"
1363 echo "configure: FIO_LIBHDFS_LIB should be defined to libhdfs library path"
1370 echo "HDFS engine $libhdfs"
    [all...]
Makefile 43 HDFSLIB= -Wl,-rpath $(JAVA_HOME)/jre/lib/amd64/server -L$(JAVA_HOME)/jre/lib/amd64/server -ljvm $(FIO_LIBHDFS_LIB)/libhdfs.a
45 SOURCE += engines/libhdfs.c

Completed in 51 milliseconds