Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id EFF57200CA3 for ; Wed, 3 May 2017 05:21:11 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id EE896160B9D; Wed, 3 May 2017 03:21:11 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 19412160BAC for ; Wed, 3 May 2017 05:21:10 +0200 (CEST) Received: (qmail 56431 invoked by uid 500); 3 May 2017 03:21:10 -0000 Mailing-List: contact issues-help@hbase.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list issues@hbase.apache.org Received: (qmail 56410 invoked by uid 99); 3 May 2017 03:21:10 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd4-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 03 May 2017 03:21:10 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd4-us-west.apache.org (ASF Mail Server at spamd4-us-west.apache.org) with ESMTP id AB341C04EF for ; Wed, 3 May 2017 03:21:09 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd4-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -98.702 X-Spam-Level: X-Spam-Status: No, score=-98.702 tagged_above=-999 required=6.31 tests=[KAM_ASCII_DIVIDERS=0.8, KAM_NUMSUBJECT=0.5, RP_MATCHES_RCVD=-0.001, SPF_PASS=-0.001, USER_IN_WHITELIST=-100] autolearn=disabled Received: from mx1-lw-us.apache.org ([10.40.0.8]) by localhost (spamd4-us-west.apache.org [10.40.0.11]) (amavisd-new, port 10024) with ESMTP id nvUYf1Qn460Y for ; Wed, 3 May 2017 03:21:08 +0000 (UTC) Received: from mailrelay1-us-west.apache.org (mailrelay1-us-west.apache.org [209.188.14.139]) by mx1-lw-us.apache.org (ASF Mail Server at mx1-lw-us.apache.org) with ESMTP id EDE625FC4A for ; Wed, 3 May 2017 03:21:07 +0000 (UTC) Received: from jira-lw-us.apache.org (unknown [207.244.88.139]) by mailrelay1-us-west.apache.org (ASF Mail Server at mailrelay1-us-west.apache.org) with ESMTP id 440D5E05B1 for ; Wed, 3 May 2017 03:21:07 +0000 (UTC) Received: from jira-lw-us.apache.org (localhost [127.0.0.1]) by jira-lw-us.apache.org (ASF Mail Server at jira-lw-us.apache.org) with ESMTP id 4DBFD21DF1 for ; Wed, 3 May 2017 03:21:05 +0000 (UTC) Date: Wed, 3 May 2017 03:21:05 +0000 (UTC) From: "Xiang Li (JIRA)" To: issues@hbase.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Comment Edited] (HBASE-17878) java.lang.NoSuchMethodError: org.joda.time.format.DateTimeFormatter.withZoneUTC()Lorg/joda/time/format/DateTimeFormatter when starting HBase with hbase.rootdir on S3 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Wed, 03 May 2017 03:21:12 -0000 [ https://issues.apache.org/jira/browse/HBASE-17878?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15956407#comment-15956407 ] Xiang Li edited comment on HBASE-17878 at 5/3/17 3:20 AM: ---------------------------------------------------------- We are using HBase 1.2.x with Hadoop 2.7.x. HBase uses jruby-complete 1.6.8 as its dependency, which somehow packages a lot of joda-time classes(version is 1.6) directly. While hadopp-aws module uses aws-java-sdk-s3 as its dependency and aws-java-sdk-s3 introduces joda-time. When runtime, in HBase classpath, jruby-complete in hbase lib stays in front of hadoop-mapreduce dir, but it appears that jruby-complete packages a lower version of joda-time than needed, and withZoneUTC() is not provided. I checked branch-1 of HBase, and it is using Hadoop 2.5.1(lower than 2.7.x we are using). I am checking if branch-1 has the same issue and will contribute a patch after it is confirmed. was (Author: water): We are using HBase 1.2.x with Hadoop 2.7.x. HBase uses jruby-complete 1.6.8 as its dependency, which somehow packages a lot of joda-time classes directly. While hadopp-aws module uses aws-java-sdk-s3 as its dependency and aws-java-sdk-s3 introduces joda-time. When runtime, in HBase classpath, jruby-complete in hbase lib stays in front of hadoop-mapreduce dir, but it appears that jruby-complete packages a lower version of joda-time than needed, and withZoneUTC() is not provided. I checked branch-1 of HBase, and it is using Hadoop 2.5.1(lower than 2.7.x we are using). I am checking if branch-1 has the same issue and will contribute a patch after it is confirmed. > java.lang.NoSuchMethodError: org.joda.time.format.DateTimeFormatter.withZoneUTC()Lorg/joda/time/format/DateTimeFormatter when starting HBase with hbase.rootdir on S3 > --------------------------------------------------------------------------------------------------------------------------------------------------------------------- > > Key: HBASE-17878 > URL: https://issues.apache.org/jira/browse/HBASE-17878 > Project: HBase > Issue Type: Bug > Components: master > Reporter: Xiang Li > Assignee: Xiang Li > Priority: Minor > Fix For: 2.0.0 > > Attachments: HBASE-17878.master.000.patch, jruby-core-dep-tree.txt > > > When setting up HBASE-17437 (Support specifying a WAL directory outside of the root directory), we specify > (1) hbase.rootdir on s3a > (2) hbase.wal.dir on HDFS > When starting HBase, the following exception is thrown: > {code} > Caused by: java.lang.NoSuchMethodError: org.joda.time.format.DateTimeFormatter.withZoneUTC()Lorg/joda/time/format/DateTimeFormatter; > at com.amazonaws.auth.internal.AWS4SignerUtils.(AWS4SignerUtils.java:26) > at com.amazonaws.auth.internal.AWS4SignerRequestParams.(AWS4SignerRequestParams.java:85) > at com.amazonaws.auth.AWS4Signer.sign(AWS4Signer.java:184) > at com.amazonaws.http.AmazonHttpClient.executeOneRequest(AmazonHttpClient.java:709) > at com.amazonaws.http.AmazonHttpClient.executeHelper(AmazonHttpClient.java:489) > at com.amazonaws.http.AmazonHttpClient.execute(AmazonHttpClient.java:310) > at com.amazonaws.services.s3.AmazonS3Client.invoke(AmazonS3Client.java:3785) > at com.amazonaws.services.s3.AmazonS3Client.headBucket(AmazonS3Client.java:1107) > at com.amazonaws.services.s3.AmazonS3Client.doesBucketExist(AmazonS3Client.java:1070) > at org.apache.hadoop.fs.s3a.S3AFileSystem.initialize(S3AFileSystem.java:232) > at org.apache.hadoop.fs.FileSystem.createFileSystem(FileSystem.java:2669) > at org.apache.hadoop.fs.FileSystem.access$200(FileSystem.java:94) > at org.apache.hadoop.fs.FileSystem$Cache.getInternal(FileSystem.java:2703) > at org.apache.hadoop.fs.FileSystem$Cache.get(FileSystem.java:2685) > at org.apache.hadoop.fs.FileSystem.get(FileSystem.java:373) > at org.apache.hadoop.fs.Path.getFileSystem(Path.java:295) > at org.apache.hadoop.hbase.util.FSUtils.getRootDir(FSUtils.java:1007) > at org.apache.hadoop.hbase.util.FSUtils.isValidWALRootDir(FSUtils.java:1050) > at org.apache.hadoop.hbase.util.FSUtils.getWALRootDir(FSUtils.java:1032) > at org.apache.hadoop.hbase.regionserver.HRegionServer.initializeFileSystem(HRegionServer.java:627) > at org.apache.hadoop.hbase.regionserver.HRegionServer.(HRegionServer.java:570) > at org.apache.hadoop.hbase.master.HMaster.(HMaster.java:393) > at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) > at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62) > at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) > at java.lang.reflect.Constructor.newInstance(Constructor.java:423) > at org.apache.hadoop.hbase.master.HMaster.constructMaster(HMaster.java:2456) > ... 5 more > {code} -- This message was sent by Atlassian JIRA (v6.3.15#6346)