You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ambari.apache.org by GitBox <gi...@apache.org> on 2022/12/08 11:48:22 UTC

[GitHub] [ambari-metrics] timyuer opened a new pull request, #79: AMBARI-25801: Fix the Ambari-Metrics rpm package deployment failure

timyuer opened a new pull request, #79:
URL: https://github.com/apache/ambari-metrics/pull/79

   <!---
      Licensed to the Apache Software Foundation (ASF) under one or more
      contributor license agreements.  See the NOTICE file distributed with
      this work for additional information regarding copyright ownership.
      The ASF licenses this file to You under the Apache License, Version 2.0
      (the "License"); you may not use this file except in compliance with
      the License.  You may obtain a copy of the License at
          http://www.apache.org/licenses/LICENSE-2.0
      Unless required by applicable law or agreed to in writing, software
      distributed under the License is distributed on an "AS IS" BASIS,
      WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
      See the License for the specific language governing permissions and
      limitations under the License.
   --->
   
   ## What changes were proposed in this pull request?
   
   (Please fill in changes proposed in this fix)
   
   ## How was this patch tested?
   
   ![79f5209dae69ede0aa6e25cd2553b3f](https://user-images.githubusercontent.com/16263438/206439082-30c3c938-f5d5-4a50-a5a7-16645ec41314.png)
   
   ![f0ba2c4501f1778d4ac74c54b33c758](https://user-images.githubusercontent.com/16263438/206439104-a26bd430-74e8-4cd1-82c2-0929b77ab1c8.png)
   
   
   (Please explain how this patch was tested. Ex: unit tests, manual tests)
   (If this patch involves UI changes, please attach a screen-shot; otherwise, remove this)
   
   Please review [Ambari Contributing Guide](https://cwiki.apache.org/confluence/display/AMBARI/How+to+Contribute) before opening a pull request.
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@ambari.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@ambari.apache.org
For additional commands, e-mail: commits-help@ambari.apache.org


[GitHub] [ambari-metrics] timyuer commented on pull request #79: AMBARI-25801: Make the version for Kafka,Hbase,Hadoop to be consistent with Ambari

Posted by GitBox <gi...@apache.org>.
timyuer commented on PR #79:
URL: https://github.com/apache/ambari-metrics/pull/79#issuecomment-1362656387

   > Thanks @timyuer , looks we still have some dependency issues when using apache tarballs, can we use bigtop tarballs like this PR did? [apache/bigtop#1061](https://github.com/apache/bigtop/pull/1061) Also, dependency `phoenix-hbase-compat-2.4.1` which deleted in this PR are still needed.
   
   @kevinw66  
   Thanks, I will submit another PR to deal with this problem, and the new PR will submit based on this PR to resolve file conflicts.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@ambari.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@ambari.apache.org
For additional commands, e-mail: commits-help@ambari.apache.org


[GitHub] [ambari-metrics] kevinw66 merged pull request #79: AMBARI-25801: Make the version for Kafka,Hbase,Hadoop to be consistent with Ambari

Posted by GitBox <gi...@apache.org>.
kevinw66 merged PR #79:
URL: https://github.com/apache/ambari-metrics/pull/79


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@ambari.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@ambari.apache.org
For additional commands, e-mail: commits-help@ambari.apache.org


[GitHub] [ambari-metrics] timyuer commented on pull request #79: AMBARI-25801: Fix the Ambari-Metrics rpm package deployment failure

Posted by GitBox <gi...@apache.org>.
timyuer commented on PR #79:
URL: https://github.com/apache/ambari-metrics/pull/79#issuecomment-1355890422

   > Thanks @timyuer , but I can see this PR fixes more than one problems
   > 
   > 1. Build fails due to rpm-maven-plugin upgrade
   > 2. Deployment via Ambari fails
   > 3. etc...
   >    Can we split this PR into multiples?
   
   Sure.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@ambari.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@ambari.apache.org
For additional commands, e-mail: commits-help@ambari.apache.org


[GitHub] [ambari-metrics] kevinw66 commented on pull request #79: AMBARI-25801: Make the version for Kafka,Hbase,Hadoop to be consistent with Ambari

Posted by GitBox <gi...@apache.org>.
kevinw66 commented on PR #79:
URL: https://github.com/apache/ambari-metrics/pull/79#issuecomment-1362638692

   Thanks @timyuer , looks we still have some dependency issues when using apache tarballs, can we use bigtop tarballs like this PR did? https://github.com/apache/bigtop/pull/1061


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@ambari.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@ambari.apache.org
For additional commands, e-mail: commits-help@ambari.apache.org


[GitHub] [ambari-metrics] kevinw66 commented on pull request #79: AMBARI-25801: Fix the Ambari-Metrics rpm package deployment failure

Posted by GitBox <gi...@apache.org>.
kevinw66 commented on PR #79:
URL: https://github.com/apache/ambari-metrics/pull/79#issuecomment-1354610288

   Thanks @timyuer , but I can see this PR fixes more than one problems
   1. Build fails due to rpm-maven-plugin upgrade
   2. Deployment via Ambari fails
   3. etc...
   Can we split this PR into multiples?


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@ambari.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@ambari.apache.org
For additional commands, e-mail: commits-help@ambari.apache.org