Skip to content

Conversation

@mikewalch
Copy link
Member

No description provided.

Copy link
Contributor

@milleruntime milleruntime left a comment

Choose a reason for hiding this comment

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

I made a comment about the examples being CLI, which reminded me we should get back to making the examples better. Maybe create follow on tickets for the classes you added CLI options.

<groupId>commons-configuration</groupId>
<artifactId>commons-configuration</artifactId>
<version>1.6</version>
<version>1.10</version>
Copy link
Contributor

Choose a reason for hiding this comment

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

Shouldn't these deps match Accumulo? Or are we able to do better here?

Copy link
Member Author

Choose a reason for hiding this comment

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

1.10 matches what Accumulo uses

@Parameter(names = "-c")
String clientProps = "conf/accumulo-client.properties";
}

Copy link
Contributor

Choose a reason for hiding this comment

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

Would be nice to get back to moving examples away from the CLI stuff but I guess its OK to just get a fix in here.

Copy link
Member Author

Choose a reason for hiding this comment

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

These were added for ExamplesIT. I am OK with CLI stuff if the options are visible and in the example and not abstracted away. We could remove this if we want to stop testing the examples in ExamplesIT

Copy link
Contributor

Choose a reason for hiding this comment

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

We could still have ExamplesIT that runs all the examples but does it programmatically instead of using the CLI.

@mikewalch mikewalch merged commit fa87691 into apache:master Oct 26, 2018
@mikewalch mikewalch deleted the 2.0-alpha branch October 26, 2018 20:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants