Installing DSE Graph Loader
Install DSE Graph Loader using a binary tarball on any Linux-based platform.
DSE Graph Loader is not included as part of DataStax Enterprise installations. Use these instructions for installing on Linux-based platforms using the binary tarball.
A sufficiently powerful machine should be used to run DSE Graph Loader. The memory requirements must account for caching the serialized vertices during the loading process, up to ten times (10X) the size of the original data. Ensure that enough shared memory (mmap, or buffer cache) is allocated; properties and edges are bound by the speed of the available I/O. The network connection between the DSE Graph Loader machine and the DSE Graph cluster must have sufficient bandwidth.
|
Do not run DSE Graph Loader on a machine that hosts a DSE Graph node for larger scale datasets. |
-
Install and configure DataStax Enterprise for DSE Graph.
-
Download the DSE Graph Loader tarball.
-
Unpack the tarball:
tar -xzvf dse-graph-loader-bin.tar.gzThe files are extracted into the
dse-graph-loaderdirectory.