Github user zellerh commented on a diff in the pull request:
https://github.com/apache/incubator-trafodion/pull/373#discussion_r55451520
--- Diff: core/sqf/sql/scripts/get_libhdfs_files ---
@@ -110,113 +123,141 @@ if [[ $FORCE_BUILD == true || \
exit 1
fi
fi
-
cd $LIBHDFS_TEMP_DIR
- PROTOBUF_VER=`protoc --version 2>/dev/null | cut -f 2 -d ' '`
+ if [[ $SOURCE_BUILD != true ]]; then
+ echo "Downloading Hadoop-common binary distro..." | tee -a ${LOGFILE}
--- End diff --
There might be a small chance that we would pick up 32 bit libraries, since
older Hadoop binary packages contain those instead of 64 bit libraries.
Probably ok, as we move away from those older versions.
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---