[
https://issues.apache.org/jira/browse/IMPALA-5739?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Tim Armstrong resolved IMPALA-5739.
-----------------------------------
Resolution: Fixed
Fix Version/s: Impala 2.10.0
Author: Hector Acosta <[email protected]>
Date: Fri Jul 28 08:27:34 2017 -0700
IMPALA-5739: Correctly handle sles12 SP2
This takes care of the difference in outputs for SLES 12 SP1 and SP2.
For reference here's the outputs in sles12sp1 and sp2:
sles12sp1 # lsb_release -irs
SUSE LINUX 12.1
sles12sp2 # lsb_release -irs
SUSE 12.2
Testing:
Did a full build on SLES12 SP2. Before this patch, a build resulted in:
'Pre-built toolchain archives not available for your platform.'
After this patch:
Toolchain bootstrap complete.
..Followed by a full build.
Change-Id: I005e05b8b66de78e6d53a35a894eb34d89843a62
Reviewed-on: http://gerrit.cloudera.org:8080/7535
Tested-by: Tim Armstrong <[email protected]>
Reviewed-by: Tim Armstrong <[email protected]>
> sles12 SP2 is not correctly detected by bootstrap_toolchain.py
> --------------------------------------------------------------
>
> Key: IMPALA-5739
> URL: https://issues.apache.org/jira/browse/IMPALA-5739
> Project: IMPALA
> Issue Type: Bug
> Components: Infrastructure
> Affects Versions: Impala 2.10.0
> Reporter: Tim Armstrong
> Fix For: Impala 2.10.0
>
>
> Hector at Cloudera reported that our OS detection isn't accurate in some
> cases:
> {code}
> sles12sp1 # lsb_release -irs
> SUSE LINUX 12.1
> sles12sp2 # lsb_release -irs
> SUSE 12.2
> {code}
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)