- Home
- Unravel 4.5 Documentation
- Advanced topics
- Unravel properties
- Small files report
Small files report
Note
You must restart the unravel_ondemand
daemon for any changes to take effect.
Property/Description | Set by user | Unit | Default |
---|---|---|---|
unravel.python.reporting.small_files_use_avg_file_size_flag
| boolean | true | |
unravel.python.reporting.files.small_files_min_parent_dir_depth Directory depth to end the search at. For instance, if depth=2, search begins below two levels. Give given HDFS_root/one/two the search starts in the directory two | count | 0 | |
unravel.python.reporting.files.small_files_max_parent_dir_depth Directory depth to end search at. Maximum is 50. For instance, if depth=5 given HDFS_root/one/two/three/four/five/six/seven the search ends at five. | count | 10 | |
unravel.python.reporting.files.small_files_drill_down_subdirs_flag When true a file is accounted for (listed) in all of its ancestors.
For example given the directory structure is /one/two false: / - lists files in /. /one - lists files in one. /one/two - lists files in /one/two. true: / - lists files in /, /one, and /one/two. /one - lists files in /one, and /one/two. /one/two - lists files in /one/two. | boolean | false |