[
https://issues.apache.org/jira/browse/SAMZA-1358?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16082596#comment-16082596
]
ASF GitHub Bot commented on SAMZA-1358:
---------------------------------------
GitHub user nickpan47 opened a pull request:
https://github.com/apache/samza/pull/242
SAMZA-1358: fix the bug in validating task.class empty string when ap…
…p.class is configured
Another bug due to scala/java differences.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/nickpan47/samza SAMZA-1358
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/samza/pull/242.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #242
----
commit 196e761719df8d9401822c99e1d5b8a1b99b2f2d
Author: Yi Pan (Data Infrastructure) <[email protected]>
Date: 2017-07-11T17:21:57Z
SAMZA-1358: fix the bug in validating task.class empty string when
app.class is configured
----
> task.class empty string should be ignored when app.class is configured
> ----------------------------------------------------------------------
>
> Key: SAMZA-1358
> URL: https://issues.apache.org/jira/browse/SAMZA-1358
> Project: Samza
> Issue Type: Bug
> Reporter: Yi Pan (Data Infrastructure)
>
> There is a bug in TaskFactoryUtil that getTaskClass() from scala code but
> failed to convert to string before the string comparison.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)