This is an automated email from the ASF dual-hosted git repository.

iwasakims pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/bigtop.git


The following commit(s) were added to refs/heads/master by this push:
     new fb45fbf39 BIGTOP-3945: Fix YCSB build issues for deprecated mapr repo 
url (#1115)
fb45fbf39 is described below

commit fb45fbf39085c169418e4beef69972d868b377e8
Author: Yuqi Gu <[email protected]>
AuthorDate: Tue Jun 6 18:29:50 2023 +0800

    BIGTOP-3945: Fix YCSB build issues for deprecated mapr repo url (#1115)
    
    Change-Id: I40b12a45797973032e9974a64d0127d0dba18d73
    
    Signed-off-by: Yuqi Gu <[email protected]>
---
 bigtop-packages/src/common/ycsb/patch2-maprdb-repo-url.diff | 13 +++++++++++++
 1 file changed, 13 insertions(+)

diff --git a/bigtop-packages/src/common/ycsb/patch2-maprdb-repo-url.diff 
b/bigtop-packages/src/common/ycsb/patch2-maprdb-repo-url.diff
new file mode 100644
index 000000000..65bb377a5
--- /dev/null
+++ b/bigtop-packages/src/common/ycsb/patch2-maprdb-repo-url.diff
@@ -0,0 +1,13 @@
+diff --git a/maprdb/pom.xml b/maprdb/pom.xml
+index 253eca45..8d56767a 100644
+--- a/maprdb/pom.xml
++++ b/maprdb/pom.xml
+@@ -25,7 +25,7 @@
+       <repositories>
+               <repository>
+                       <id>mapr-releases</id>
+-                      <url>http://repository.mapr.com/maven/</url>
++                      
<url>https://repository.mapr.com/nexus/content/groups/mapr-public/</url>
+                       <snapshots>
+                               <enabled>false</enabled>
+                       </snapshots>

Reply via email to