[
https://issues.apache.org/jira/browse/AMBARI-24839?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16675712#comment-16675712
]
Hudson commented on AMBARI-24839:
---------------------------------
FAILURE: Integrated in Jenkins build Ambari-trunk-Commit #10266 (See
[https://builds.apache.org/job/Ambari-trunk-Commit/10266/])
AMBARI-24839. Ambari is trying to create hbase.rootdir using s3 url (aonishuk:
[https://gitbox.apache.org/repos/asf?p=ambari.git&a=commit&h=6a2ddb7d91c1f723140a5e6b6830667fef4aa5ca])
* (edit)
ambari-common/src/main/python/resource_management/libraries/providers/hdfs_resource.py
> Ambari is trying to create hbase.rootdir using s3 url
> -----------------------------------------------------
>
> Key: AMBARI-24839
> URL: https://issues.apache.org/jira/browse/AMBARI-24839
> Project: Ambari
> Issue Type: Bug
> Reporter: Andrew Onischuk
> Assignee: Andrew Onischuk
> Priority: Major
> Labels: pull-request-available
> Fix For: 2.8.0
>
> Attachments: AMBARI-24839.patch, AMBARI-24839.patch
>
> Time Spent: 1h
> Remaining Estimate: 0h
>
> Please look at the related Jira for blueprint.
> For shared services cluster, Hbase needs to use S3 Object store for rootdir.
> Ambari is trying to create hbase.rootdir using s3 url, hence failing with
> below error.
>
>
> 2018-10-24 03:12:45,424 - get_user_call_output returned (0,
> u'<html>\n<head>\n<meta http-equiv="Content-Type"
> content="text/html;charset=utf-8"/>\n<title>Error 404 Not
> Found</title>\n</head>\n<body><h2>HTTP ERROR 404</h2>\n<p>Problem accessing
> /webhdfs/v1s3a:/san-s3-ohio/hbase. Reason:\n<pre> Not
> Found</pre></p>\n</body>\n</html>\n404', u'')
> out: <html>
> <head>
> <meta http-equiv="Content-Type" content="text/html;charset=utf-8"/>
> <title>Error 404 Not Found</title>
> </head>
> <body><h2>HTTP ERROR 404</h2>
> <p>Problem accessing /webhdfs/v1s3a:/san-s3-ohio/hbase. Reason:
> <pre> Not Found</pre></p>
> </body>
> </html>
> 404
>
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)