- 
                Notifications
    
You must be signed in to change notification settings  - Fork 526
 
BIGTOP-3989 : Upgrade hbase version to 2.5.3 #1166
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
| 
           Hbase 2.5.3 source code is available.You can see  https://archive.apache.org/dist/hbase/2.5.3/hbase-2.5.3-src.tar.gz.  | 
    
| 
           Should we keep these patch files under bigtop-packages/src/common/hbase?  | 
    
| 
           Yes we can 
…On Wed, 16 Aug 2023 at 2:46 PM, yaolei ***@***.***> wrote:
 Should we keep these patch files under bigtop-packages/src/common/hbase?
 —
 Reply to this email directly, view it on GitHub
 <#1166 (comment)>, or
 unsubscribe
 <https://github.com/notifications/unsubscribe-auth/AVL2AZS5SG7A2H2FJPLVWGDXVSFWHANCNFSM6AAAAAA3R7PRTA>
 .
 You are receiving this because you authored the thread.Message ID:
 ***@***.***>
 
 | 
    
| 
           @smallyao Please review and merge  | 
    
| 
           @Akanksha-kedia Since the patches under bigtop-packages/src/common/hbase are not applicable, building package fails as @smallyao already mentioned. It means you did not even build the package with this patch applied. Bumping the version of HBase is big and important change since it affect other products depending on HBase. You must build both RPM and DEB package and run smoke-tests of hbase at least.  | 
    
| 
           @Akanksha-kedia @iwasakims  | 
    
| 
           Thanks, I'll check it out. 
…On Thu, 24 Aug 2023 at 12:13 PM, yaolei ***@***.***> wrote:
 @Akanksha-kedia <https://github.com/Akanksha-kedia> @iwasakims
 <https://github.com/iwasakims>
 Phoenix 5.1.3 fails to compile against hbase 2.5.5
 Details can see https://issues.apache.org/jira/browse/PHOENIX-7027
 —
 Reply to this email directly, view it on GitHub
 <#1166 (comment)>, or
 unsubscribe
 <https://github.com/notifications/unsubscribe-auth/AVL2AZUM2SS6IXJ55VPKYUTXW3ZZPANCNFSM6AAAAAA3R7PRTA>
 .
 You are receiving this because you were mentioned.Message ID:
 ***@***.***>
 
 | 
    
| 
           Need import patch HBASE-27860 to compile hbase 2.5.3  | 
    
| 
           Hi @Akanksha-kedia  | 
    
| 
           I m facing some other issues working on that could not check after that
again 
…On Fri, 8 Sep 2023 at 11:28 AM, yaolei ***@***.***> wrote:
 Hi @Akanksha-kedia <https://github.com/Akanksha-kedia>
 How is this work going?
 —
 Reply to this email directly, view it on GitHub
 <#1166 (comment)>, or
 unsubscribe
 <https://github.com/notifications/unsubscribe-auth/AVL2AZQM4D4M4CTDNTFXMJTXZKXZPANCNFSM6AAAAAA3R7PRTA>
 .
 You are receiving this because you were mentioned.Message ID:
 ***@***.***>
 
 | 
    
| 
           You can describe the issues here  | 
    
0b4deda    to
    9ba2267      
    Compare
  
    
          
 BUILD SUCCESSFUL in 26m 23s CentOS Linux(x86_64)  | 
    
9ba2267    to
    06435fc      
    Compare
  
    | 
           patch0-HBASE-27065-2.4.13.diff and patch1-relocate-okhttp.diff is no longer needed since it is contained in 2.4.17  | 
    
06435fc    to
    d208699      
    Compare
  
    d208699    to
    ebea9de      
    Compare
  
    ebea9de    to
    64d15a9      
    Compare
  
    
BIGTOP-3989
Upgrade hbase version to 2.5.3
https://apache.osuosl.org/phoenix/
https://archive.apache.org/dist/phoenix/
https://apache.osuosl.org/hbase/
https://archive.apache.org/dist/hbase/
This is how bigtop downloads that component related code using the link, if we check these links only hbase 2.5.5 is there after 2.4.17, that's why upgrade to 2.5.5 instead of 2.5.3
'hbase' {
name = 'hbase'
rpm_pkg_suffix = "" + bigtop.base_version.replace(".", "")
relNotes = 'Apache HBase'
version { base = '2.4.13'; pkg = base; release = 2 }
tarball { destination = "${name}-${version.base}.tar.gz"
source = "${name}-${version.base}-src.tar.gz" }
url { download_path = "/$name/${version.base}/"
site = "${apache.APACHE_MIRROR}/${download_path}"
archive = "${apache.APACHE_ARCHIVE}/${download_path}" }
}