Skip to content

Commit

Permalink
Merge pull request #2852 from atlanhq/mehtaanshul-patch-1
Browse files Browse the repository at this point in the history
Mehtaanshul patch 1
  • Loading branch information
mehtaanshul authored Feb 13, 2024
2 parents b691e32 + 88c0c9a commit 6d6b50f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 0 additions & 2 deletions README.txt
Original file line number Diff line number Diff line change
Expand Up @@ -55,13 +55,11 @@ Build Process
$ git checkout tags/<tag>

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-<version>-bin.tar.gz
distro/target/apache-atlas-<version>-hbase-hook.tar.gz
distro/target/apache-atlas-<version>-hive-hook.tar.gz
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,10 @@ public void collectIndexsearch(String requestId, String requestUri, List<AtlasPe
Duration.ofSeconds(25),
Duration.ofSeconds(30),
Duration.ofSeconds(40),
Duration.ofSeconds(60)
Duration.ofSeconds(60),
Duration.ofSeconds(90),
Duration.ofSeconds(120),
Duration.ofSeconds(180)
)
.publishPercentiles(PERCENTILES)
.tags(convertToMicrometerTags(metric.getTags()))
Expand Down

0 comments on commit 6d6b50f

Please sign in to comment.