You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@kudu.apache.org by "Matthew Rocklin (JIRA)" <ji...@apache.org> on 2016/04/07 18:39:27 UTC

[jira] [Created] (KUDU-1401) Expose partition location information through Python API

Matthew Rocklin created KUDU-1401:
-------------------------------------

             Summary: Expose partition location information through Python API
                 Key: KUDU-1401
                 URL: https://issues.apache.org/jira/browse/KUDU-1401
             Project: Kudu
          Issue Type: New Feature
          Components: api, python
            Reporter: Matthew Rocklin
            Priority: Minor


When building data local parallel applications it is often nice to know the physical location of blocks of data on the network so that, for each particular block of data we can try to load it into memory on a machine where it already exists on local disk.

This API exists, I think, in the C++ layer but is not yet exposed, I think, through the Python API.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)