Skip to content
This repository has been archived by the owner on Apr 17, 2018. It is now read-only.

Update stress test to work with 1.2.0 #51

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

keith-turner
Copy link
Member

No description provided.

SETUP.md Outdated
@@ -0,0 +1,36 @@
```
mvn clean package dependency:copy-dependencies -DincludeArtifactIds=fluo-recipes-core
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is this file still needed? It looks like it was abandoned

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Oh yeah, it was created and abandoned while I was working on the branch.

System.exit(-1);
}

FluoConfiguration config = new FluoConfiguration(new File(args[0]));

try(FluoAdmin admin = FluoFactory.newAdmin(config)) {
// Get the application config stored in zookeeper which has Accumulo connection properties
config = new FluoConfiguration(config.orElse(admin.getApplicationConfig()));
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

what is this doing?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This class needs the info to connect to accumulo. That info is not in the connections props file, so it gets it from zookeeper.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ok after looking at the code again this makes sense.

Copy link
Contributor

@mikewalch mikewalch left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

First pass. I want to try an run this myself and will review it again.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants