Description Usage Arguments Value Methods (by class) References Examples
Repartitions a distributed object. This function takes two inputs, a distributed object and a skeleton. These inputs must both be distributed objects of the same type and same dimension. If 'dobj' and 'skeleton' have different internal partitioning, this function will return a new distributed object with the same internal data as in 'dobj' but with the partitioning scheme of 'skeleton'.
1 2 3 4 | repartition(dobj, skeleton)
## S3 method for class 'DObject'
repartition(dobj, skeleton)
|
dobj |
distributed object whose data is to be preserved, but repartitioned. |
skeleton |
distributed Object whose partitioning is to be emulated in the output. |
A new distributed object with the data of 'dobj' and the partitioning of 'skeleton'.
DObject
: The default implementation of repartition.
Prasad, S., Fard, A., Gupta, V., Martinez, J., LeFevre, J., Xu, V., Hsu, M., Roy, I. Large scale predictive analytics in Vertica: Fast data transfer, distributed model creation and in-database prediction. _Sigmod 2015_, 1657-1668.
Venkataraman, S., Bodzsar, E., Roy, I., AuYoung, A., and Schreiber, R. (2013) Presto: Distributed Machine Learning and Graph Processing with Sparse Matrices. _EuroSys 2013_, 197-210.
Homepage: https://github.com/vertica/ddR
1 2 3 4 5 6 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.