From 5b2e42b15177e4a71eb1674af3789d229c19427c Mon Sep 17 00:00:00 2001 From: Suman Das <59254445+sumandas0@users.noreply.github.com> Date: Tue, 13 Feb 2024 13:38:21 +0530 Subject: [PATCH 1/2] feat: add few more buckets --- .../atlas/service/metrics/MetricsRegistryServiceImpl.java | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/common/src/main/java/org/apache/atlas/service/metrics/MetricsRegistryServiceImpl.java b/common/src/main/java/org/apache/atlas/service/metrics/MetricsRegistryServiceImpl.java index 0d7f2ed1fe..1ae6d2980c 100644 --- a/common/src/main/java/org/apache/atlas/service/metrics/MetricsRegistryServiceImpl.java +++ b/common/src/main/java/org/apache/atlas/service/metrics/MetricsRegistryServiceImpl.java @@ -85,7 +85,10 @@ public void collectIndexsearch(String requestId, String requestUri, List Date: Tue, 13 Feb 2024 17:18:27 +0530 Subject: [PATCH 2/2] Update README.txt --- README.txt | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.txt b/README.txt index 337051b304..bbe742e465 100755 --- a/README.txt +++ b/README.txt @@ -55,13 +55,11 @@ Build Process $ git checkout tags/ 2. Execute the following commands to build Apache Atlas - $ export MAVEN_OPTS="-Xms2g -Xmx2g" $ mvn clean install $ mvn clean package -Pdist 3. After above build commands successfully complete, you should see the following files - distro/target/apache-atlas--bin.tar.gz distro/target/apache-atlas--hbase-hook.tar.gz distro/target/apache-atlas--hive-hook.tar.gz