You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@samza.apache.org by srinipunuru <gi...@git.apache.org> on 2018/05/18 17:04:58 UTC

[GitHub] samza pull request #528: Implementing the fetchSinkInfo in ConfigBasedIOReso...

GitHub user srinipunuru opened a pull request:

    https://github.com/apache/samza/pull/528

    Implementing the fetchSinkInfo in ConfigBasedIOResolver

    1. I think we missed implementing the fetchSinkInfo method in the ConfigBasedResolver when the API was introduced which is breaking the samza sql console tool. This fixes it.
    2. latest release of mac removed realpath so the command line tools are broken. Removed the usage of realpath to fix these tools.
    
    Thanks to @nickpan47 for identifying these problems.


You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/srinipunuru/samza release-fix.1

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/samza/pull/528.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 #528
    
----
commit 2752e053df27114a851a426a548ae97accd49795
Author: Srinivasulu Punuru <sp...@...>
Date:   2018-05-18T17:02:46Z

    Implementing the fetchSinkInfo in ConfigBasedIOResolver

----


---

[GitHub] samza pull request #528: Implementing the fetchSinkInfo in ConfigBasedIOReso...

Posted by asfgit <gi...@git.apache.org>.
Github user asfgit closed the pull request at:

    https://github.com/apache/samza/pull/528


---