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

Update stress test to work with 1.2.0#51

Open
keith-turner wants to merge 4 commits into
astralway:masterfrom
keith-turner:120-update
Open

Update stress test to work with 1.2.0#51
keith-turner wants to merge 4 commits into
astralway:masterfrom
keith-turner:120-update

Conversation

@keith-turner

Copy link
Copy Markdown
Member

No description provided.

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

Copy link
Copy Markdown
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
Copy Markdown
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.


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
Copy Markdown
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
Copy Markdown
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
Copy Markdown
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.

@mikewalch mikewalch left a comment

Copy link
Copy Markdown
Contributor

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