Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

for example:
hdfs://localhost/tmp/simple-file?splitStrategy=IDLE:1000,BYTES:5
it means: a new file is created either when it has been idle for more than 1 second or if more than 5 bytes have been written. So, running hadoop fs -ls /tmp/simple-file you'll see files named in this way find the following files seg0, seg1, seg2, etc