Sha256: 53d91a1bb0f250f7e5f8e06808ea6ac053640ccff0e17015ffd9d904a46b0c5f
Contents?: true
Size: 1.33 KB
Versions: 5
Compression:
Stored size: 1.33 KB
Contents
<?xml version="1.0" encoding="UTF-8"?> <?xml-stylesheet type="text/xsl" href="configuration.xsl"?> <!-- Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. See accompanying LICENSE file. --> <!-- Put site-specific property overrides in this file. --> <configuration> <property> <name>dfs.namenode.name.dir</name> <value><%= dfs_namenode_name_dir %></value> </property> <property> <name>dfs.namenode.hosts</name> <value><%= dfs_namenode_hosts %></value> </property> <property> <name>dfs.blocksize</name> <value><%= dfs_blocksize %></value> </property> <property> <name>dfs.namenode.handler.count</name> <value><%= dfs_namenode_handler_count %></value> </property> <property> <name>dfs.datanode.data.dir</name> <value><%= dfs_datanode_data_dir %></value> </property> </configuration>
Version data entries
5 entries across 5 versions & 1 rubygems