arunk786

Untitled

Feb 12th, 2012
167
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.29 KB | None | 0 0
  1. if [ ! -z ${USE_REAL_DATASET} ] ; then
  2.   echo "Using real dataset"
  3. #  NUM_MAPS=492
  4.   NUM_MAPS=2
  5.   # 2TB data compressing to approx 500GB
  6. #  COMPRESSED_DATA_BYTES=2147483648000
  7.     COMPRESSED_DATA_BYTES=21
  8.   # 500GB
  9.  # UNCOMPRESSED_DATA_BYTES=536870912000
  10.  UNCOMPRESSED_DATA_BYTES=53
  11. fi
Advertisement
Add Comment
Please, Sign In to add comment