|
27 | 27 | <name>smart.dfs.enabled</name> |
28 | 28 | <value>true</value> |
29 | 29 | <description> |
30 | | - For SSM, all functions disabled except rpc and RESTApi service if false. |
| 30 | + By setting false, all SSM functions except rpc and RESTApi service will be disabled. |
31 | 31 | </description> |
32 | 32 | </property> |
33 | 33 |
|
34 | 34 | <property> |
35 | 35 | <name>smart.ignore.dirs</name> |
36 | 36 | <value></value> |
37 | 37 | <description> |
38 | | - SSM will completely ignore files under the given directories. |
39 | | - For more than one directories, they should be separated by ",". |
| 38 | + SSM will completely ignore files under the given HDFS directory. |
| 39 | + For more than one directory, they should be separated by ",". |
40 | 40 | </description> |
41 | 41 | </property> |
42 | 42 |
|
43 | 43 | <property> |
44 | 44 | <name>smart.cover.dirs</name> |
45 | 45 | <value></value> |
46 | 46 | <description> |
47 | | - SSM will only fetch files under the given directories. |
48 | | - For more than one directories, they should be separated by ",". |
| 47 | + SSM will only fetch files under the given HDFS directory. |
| 48 | + For more than one directory, they should be separated by ",". |
| 49 | + By default, all HDFS files are covered. |
49 | 50 | </description> |
50 | 51 | </property> |
51 | 52 |
|
52 | 53 | <property> |
53 | 54 | <name>smart.work.dir</name> |
54 | 55 | <value>/system/ssm</value> |
55 | 56 | <description> |
56 | | - This directory is used as a work directory for SSM to store tmp files and data. |
57 | | - The default path is "/system/ssm", and SSM will ignore files under the work directory. |
58 | | - No more than one directory can be set as the work directory. |
| 57 | + This HDFS directory is used as a work directory for SSM to store tmp files. |
| 58 | + The default path is "/system/ssm", and SSM will ignore HDFS inotify for |
| 59 | + files under the work directory. Only one directory can be set for this property. |
59 | 60 | </description> |
60 | 61 | </property> |
61 | 62 |
|
|
254 | 255 | <value>false</value> |
255 | 256 | <description> |
256 | 257 | Skip fetch the entire namespace and only use available iNotify events to update namespace if true. |
257 | | - NOTE: This may leads to some unpredictable consequences and should only be used for testing. |
| 258 | + NOTE: This may leads to some unpredictable consequences and should only be used for test. |
258 | 259 | </description> |
259 | 260 | </property> |
260 | 261 |
|
|
280 | 281 | <name>smart.compression.impl</name> |
281 | 282 | <value>Zlib</value> |
282 | 283 | <description> |
283 | | - Default compression codec for SSM compression (Zlib Lz4, Bzip2, snappy). |
| 284 | + The default compression codec for SSM compression (Zlib Lz4, Bzip2, snappy). |
284 | 285 | </description> |
285 | 286 | </property> |
286 | 287 | </configuration> |
0 commit comments