Sha256: 5305d6ac2891f7c11d4eeb6136b3e1f510a45213f0d600bd9afe8a8a996f61f8
Contents?: true
Size: 1.15 KB
Versions: 4
Compression:
Stored size: 1.15 KB
Contents
defaults: &defaults serverengine: log: 'STDOUT' log_level: 'debug' log_rotate_age: 5 log_rotate_size: 10485760 triglav: url: <%= ENV['TRIGLAV_URL'] || 'http://localhost:7800' %> credential: username: <%= ENV['TRIGLAV_USERNAME'] || 'triglav_test' %> password: <%= ENV['TRIGLAV_PASSWORD'] || 'triglav_test' %> authenticator: local timeout: 60 debugging: false retries: 3 retry_interval: 3 # sec hdfs: monitor_interval: 5 parallel: size: 1 # default: 1 type: 'thread' # thread or process. default: thread connection_pool: size: 1 # default: same with parallel.size timeout: 60 # sec. default: 60 connection_info: "hdfs://": config_files: # - /etc/hadoop/conf/core-site.xml # - /etc/hadoop/conf/hdfs-site.xml config: fs.defaultFS: <%= "hdfs://#{ENV['HDFS_HOST']}:#{ENV['HDFS_PORT']}" %> dfs.replication: 1 fs.hdfs.impl: 'org.apache.hadoop.hdfs.DistributedFileSystem' fs.file.impl: 'org.apache.hadoop.fs.LocalFileSystem' doas: hadoop development: <<: *defaults test: <<: *defaults
Version data entries
4 entries across 4 versions & 1 rubygems