All Downloads are FREE. Search and download functionalities are using the official Maven repository.

example.scenario.js.system.multipart_create_test.js Maven / Gradle / Ivy

The newest version!
var cmd = new java.lang.ProcessBuilder()
    .command("sh", "-c", "rm -f ${ITEM_OUTPUT_FILE}")
    .inheritIO()
    .start();
cmd.waitFor();

Load
    .config({
      "item" : {
        "data" : {
          "ranges" : {
            "threshold" : PART_SIZE
          }
        },
        "output" : {
          "file" : "" + ITEM_OUTPUT_FILE + ""
        }
      },
      "storage" : {
        "namespace" : "ns1"
      },
      "load" : {
        "batch" : {
          "size" : 1
        },
        "step" : {
          "limit" : {
            "size" : SIZE_LIMIT
          }
        }
      }
    })
    .run();




© 2015 - 2025 Weber Informatics LLC | Privacy Policy