Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

BIGTOP-1744. Add BigPetStore REST/File ransaction queue to Apache BigTo... #13

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

Conversation

jayunit100
Copy link
Contributor

I'll manually attach a patch later, but here is a pull request to get started.


It is a part of the BigPetStore ecosystem of projects which Apache BigTop leverages for real world validation of the stack.

# I'm in a hude rush, how do I use it? #
Copy link
Contributor

Choose a reason for hiding this comment

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

s/hude/huge/

@jayunit100
Copy link
Contributor Author

thanks ! also its not building ATM, will look into why....

@@ -0,0 +1,75 @@
package org.apache.bigtop.load;
Copy link
Contributor

Choose a reason for hiding this comment

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

I think the package should be "org.apache.bigtop.bigpetstore.load"

or Java
```
gradle clean fatJar
java -jar ./build/libs/bigpetstore-transaction-queue-1.0.jar /tmp 1 5 10000 123
Copy link
Contributor

Choose a reason for hiding this comment

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

Jar name should be bigpetstore-transaction-queue-all-1.0.jar

Or from java
```
gradle clean fatJar
java -cp ./build/libs/bigpetstore-transaction-queue-all-1.0.jar org.apache.bigtop.qstream.LoadGen http://localhost:3000/rpush/guestbook/ 4 4 1000 123
Copy link
Contributor

Choose a reason for hiding this comment

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

Can you use the shorter java -jar command?

remove classanme
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