[
https://issues.apache.org/jira/browse/HADOOP-15685?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17446304#comment-17446304
]
Masatake Iwasaki commented on HADOOP-15685:
-------------------------------------------
[~brahmareddy]
HADOOP-16739 should cover RHEL 8 too. I tried {{-Pnative}} (of branch-3.2) on
fresh EC2 instance now. I got no issue.
{noformat}
$ cat /etc/os-release
NAME="Red Hat Enterprise Linux"
VERSION="8.4 (Ootpa)"
ID="rhel"
ID_LIKE="fedora"
VERSION_ID="8.4"
PLATFORM_ID="platform:el8"
PRETTY_NAME="Red Hat Enterprise Linux 8.4 (Ootpa)"
ANSI_COLOR="0;31"
CPE_NAME="cpe:/o:redhat:enterprise_linux:8.4:GA"
HOME_URL="https://www.redhat.com/"
DOCUMENTATION_URL="https://access.redhat.com/documentation/red_hat_enterprise_linux/8/"
BUG_REPORT_URL="https://bugzilla.redhat.com/"
REDHAT_BUGZILLA_PRODUCT="Red Hat Enterprise Linux 8"
REDHAT_BUGZILLA_PRODUCT_VERSION=8.4
REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux"
REDHAT_SUPPORT_PRODUCT_VERSION="8.4"
$ sudo dnf groupinstall 'Development Tools'
$ sudo dnf install java-1.8.0-openjdk-devel maven
$ export JAVA_HOME=/usr/lib/jvm/java-1.8.0-openjdk
$ sudo dnf install cmake libtirpc-devel zlib-devel lz4-devel bzip2-devel
openssl-devel cyrus-sasl-devel libpmem-devel
$ (... installing protobuf-2.5.0)
$ git clone https://github.com/apache/hadoop
$ cd hadoop
$ git checkout branch-3.2
$ mvn clean install -DskipTests -DskipShade -Pnative
{noformat}
> Build fails (hadoop pipes) on newer Linux envs (like Fedora 28)
> ---------------------------------------------------------------
>
> Key: HADOOP-15685
> URL: https://issues.apache.org/jira/browse/HADOOP-15685
> Project: Hadoop Common
> Issue Type: Improvement
> Components: build, tools/pipes
> Affects Versions: 3.2.0
> Reporter: Lars Hofhansl
> Assignee: Lars Hofhansl
> Priority: Major
> Attachments: 15685-3.2.0.txt, 15685-example.txt,
> HADOOP-15685.001.patch
>
>
> The rpc/types.h and similar includes are no longer part of glibc.
> Instead tirpc needs to be used now on those systems.
--
This message was sent by Atlassian Jira
(v8.20.1#820001)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]