Skip to content
Sign up
Product
Features
Mobile
Actions
Codespaces
Copilot
Packages
Security
Code review
Issues
Integrations
GitHub Sponsors
Customer stories
Team
Enterprise
Explore
Explore GitHub
Learn and contribute
Topics
Collections
Trending
Skills
GitHub Sponsors
Open source guides
Connect with others
The ReadME Project
Events
Community forum
GitHub Education
GitHub Stars program
Marketplace
Pricing
Plans
Compare plans
Contact Sales
Education
In this repository
All GitHub
↵
Jump to
↵
No suggested jump to results
In this repository
All GitHub
↵
Jump to
↵
In this organization
All GitHub
↵
Jump to
↵
In this repository
All GitHub
↵
Jump to
↵
Sign in
Sign up
{{ message }}
apache
/
accumulo-testing
Public
Notifications
Fork
37
Star
15
Code
Issues
21
Pull requests
4
Actions
Projects
0
Security
Insights
More
Code
Issues
Pull requests
Actions
Projects
Security
Insights
Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Update zookeeper version to fix Overlapping warning (
#174
)
Loading branch information
Manno15
committed
Nov 30, 2021
1 parent
51bb9bc
commit
638db89039f9a2b7679681a08c848c05b761fc1f
Showing
1 changed file
with
1 addition
and
1 deletion
.
Split
Unified
There are no files selected for viewing
2
conf/env.sh
Show comments
View file
Edit file
Delete file
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Show hidden characters
@@ -61,7 +61,7 @@ fi
#
Versions set below will be what is included in the shaded jar
ACCUMULO_VERSION=
"
$(
"
$ACCUMULO_HOME
"
/bin/accumulo version
|
grep -v
'
DEBUG
'
)
"
;
export
ACCUMULO_VERSION
HADOOP_VERSION=
"
$(
hadoop version
|
head -n1
|
awk
'
{print $2}
'
)
"
;
export
HADOOP_VERSION
export
ZOOKEEPER_VERSION=3.
4.14
export
ZOOKEEPER_VERSION=3.
5.9
#
Path to shaded test jar
at_home=
$(
cd
"
$(
dirname
"
$conf_dir
"
)
"
&&
pwd
)
export
TEST_JAR_PATH=
"
${at_home}
/target/accumulo-testing-shaded.jar
"
Toggle all file notes
Toggle all file annotations
0 comments on commit
638db89
Please
sign in
to comment.
You can’t perform that action at this time.
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.