-
Notifications
You must be signed in to change notification settings - Fork 50
Add README instructions to examples [HZ-5257] #1395
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
Conversation
examples/cp/README.md
Outdated
| - Start server: | ||
|
|
||
| ```bash | ||
| java -jar hazelcast-enterprise-<SERVER VERSION>.jar | ||
| ``` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Rather than duplicating this, could we just link to a single reference, or the public docs?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
fixed at d5cf768
| - Start server: | ||
|
|
||
| ```bash | ||
| java -jar hazelcast-enterprise-<SERVER VERSION>.jar |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Does this need to be EE?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
fixed at d5cf768
| - Write the java class corresponding to the Car class and put that class or jar (`<my_factory>.jar`) into the classpath | ||
| when starting the server and also add a server config for adding the serializer factory to the server. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| - Write the java class corresponding to the Car class and put that class or jar (`<my_factory>.jar`) into the classpath | |
| when starting the server and also add a server config for adding the serializer factory to the server. | |
| - Write the Java class corresponding to the Car class and put that class or jar (`<my_factory>.jar`) into the classpath | |
| when starting the server and also add a server config for adding the serializer factory to the server. |
nit
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
fixed at 2ae3eef
| - Write the java class corresponding to the `employee` class and put that class or jar (`<my_factory>.jar`) into the | ||
| classpath when starting the server and also add a server config for adding the serializer factory to the server. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| - Write the java class corresponding to the `employee` class and put that class or jar (`<my_factory>.jar`) into the | |
| classpath when starting the server and also add a server config for adding the serializer factory to the server. | |
| - Write the Java class corresponding to the `employee` class and put that class or jar (`<my_factory>.jar`) into the | |
| classpath when starting the server and also add a server config for adding the serializer factory to the server. |
nit
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
fixed at 2ae3eef
Eliminated unneeded repeated README files. Put more information at the top level README of examples folder and only put example specific README if any example specific instruction is needed.
| In order to run the portable example (`sql_query_with_portable`), you need to | ||
| Write the Java class corresponding to the `Person` class, it's serializer class and put that class or | ||
| jar (`<my_factory>.jar`) into the classpath when starting the server and also add a server config for adding the | ||
| serializer factory to the server. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| serializer factory to the server. | |
| serializer factory to the server. | |
Nit line ending
Add README instructions to examples.