You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ambari.apache.org by "Jayush Luniya (JIRA)" <ji...@apache.org> on 2015/06/14 20:05:00 UTC

[jira] [Updated] (AMBARI-11917) [WinTP2] Windows build should use hbase and hadoop winpkg for embedded hbase

     [ https://issues.apache.org/jira/browse/AMBARI-11917?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jayush Luniya updated AMBARI-11917:
-----------------------------------
    Attachment: AMBARI-11917.patch

> [WinTP2] Windows build should use hbase and hadoop winpkg for embedded hbase
> ----------------------------------------------------------------------------
>
>                 Key: AMBARI-11917
>                 URL: https://issues.apache.org/jira/browse/AMBARI-11917
>             Project: Ambari
>          Issue Type: Bug
>          Components: ambari-metrics
>    Affects Versions: 2.1.0
>            Reporter: Jayush Luniya
>            Assignee: Jayush Luniya
>            Priority: Critical
>             Fix For: 2.1.0
>
>         Attachments: AMBARI-11917.patch
>
>
> For Linux embedded hbase is embedded inside AMS collector RPM using hbase and hadoop tarballs. In the official build process, there are special steps taken to update the repo paths for the hbase and hadoop tar balls. 
> See: http://54.86.163.166:8080/view/Ambari/job/Ambari-2.1.0-centos6/lastSuccessfulBuild/artifact/consoleoutput.txt
> {noformat}
> -    <hbase.tar>http://public-repo-1.hortonworks.com/HDP/centos6/2.x/GA/2.2.0.0/tars/hbase-0.98.4.2.2.0.0-2041-hadoop2.tar.gz</hbase.tar>
> -    <hbase.folder>hbase-0.98.4.2.2.0.0-2041-hadoop2</hbase.folder>
> +    <hbase.tar>http://dev.hortonworks.com.s3.amazonaws.com/HDP/centos6/2.x/BUILDS/2.2.4.2-2/tars/hbase-0.98.4.2.2.4.2-2-hadoop2.tar.gz</hbase.tar>
> +    <hbase.folder>hbase-0.98.4.2.2.4.2-2-hadoop2</hbase.folder>
> {noformat}
> Similarly, for Windows the embedded hbase is built using hbase.winpkg.zip and hadoop.winpkg.zip. See the related changes at https://reviews.apache.org/r/34778/
> For now these are configured to local paths as the the winpkg zips are not present in the public repository. We need the build process to update this properties before building the AMS project.
> {noformat}
>     <hbase.winpkg.zip>file:///c:/hbase_embedded/hbase-0.98.4.2.2.0.0-2041-hadoop2.winpkg.zip</hbase.winpkg.zip>
>     <hadoop.winpkg.zip>file:///c:/hbase_embedded/hadoop-2.6.0.2.2.0.0-2041.winpkg.zip</hadoop.winpkg.zip>
> {noformat}
> *Note: The winpkg version that we use should correspond to the tarball versions used for Linux.*



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)