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

SAMZA-2285 - Sample async application for hello-samza #67

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

mynameborat
Copy link
Contributor

No description provided.

# specific language governing permissions and limitations
# under the License.

home_dir=`pwd`
Copy link
Contributor

Choose a reason for hiding this comment

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

Do you need this script? It looks like most of the other examples don't have this, since they can be deployed using the run-app.sh script (see README).

job.factory.class=org.apache.samza.job.yarn.YarnJobFactory
job.container.count=1

yarn.package.path=file:///Users/bkumaras/workspace-common/hello-samza/target/hello-samza-1.0.1-SNAPSHOT-dist.tar.gz
Copy link
Contributor

Choose a reason for hiding this comment

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

Please don't include your specific user workspace.

*
* @param args command line arguments
*/
public static void main(String[] args) {
Copy link
Contributor

Choose a reason for hiding this comment

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

Same as above. Is this needed?

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