# repository 配置
hdfs:
uri:"hdfs://<host>:<port>"(默认port为8020)
#Hadoop file-system URI
path:"some/path"
#path with the file-system where data is stored/loaded
conf.hdfs_config:"/hadoop/hadoop-2.5.2/etc/hadoop/hdfs-site.xml"
conf.hadoop_config:"/hadoop/hadoop-2.5.2/etc/hadoop/core-site.xml"
load_defaults:"true"
#whether to load the default Hadoop configuration (default) or not
compress:"false"
# optional - whether to compress the metadata or not (default)
chunk_size:"10mb"
# optional - chunk size (disabled by default)
# 禁用 jsm
security.manager.enabled: false