You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kylin.apache.org by li...@apache.org on 2017/04/04 03:21:08 UTC

kylin git commit: minor, allow DebugTomcat on sandbox in different LAN

Repository: kylin
Updated Branches:
  refs/heads/master 7af5529ef -> 551f5ed2e


minor, allow DebugTomcat on sandbox in different LAN


Project: http://git-wip-us.apache.org/repos/asf/kylin/repo
Commit: http://git-wip-us.apache.org/repos/asf/kylin/commit/551f5ed2
Tree: http://git-wip-us.apache.org/repos/asf/kylin/tree/551f5ed2
Diff: http://git-wip-us.apache.org/repos/asf/kylin/diff/551f5ed2

Branch: refs/heads/master
Commit: 551f5ed2e7922f63e260b5adf1e04c8a86a77298
Parents: 7af5529
Author: lidongsjtu <li...@apache.org>
Authored: Sat Apr 1 20:55:58 2017 +0800
Committer: lidongsjtu <li...@apache.org>
Committed: Tue Apr 4 10:55:37 2017 +0800

----------------------------------------------------------------------
 examples/test_case_data/sandbox/hdfs-site.xml | 4 ++++
 1 file changed, 4 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/kylin/blob/551f5ed2/examples/test_case_data/sandbox/hdfs-site.xml
----------------------------------------------------------------------
diff --git a/examples/test_case_data/sandbox/hdfs-site.xml b/examples/test_case_data/sandbox/hdfs-site.xml
index 1d9040a..c06222e 100644
--- a/examples/test_case_data/sandbox/hdfs-site.xml
+++ b/examples/test_case_data/sandbox/hdfs-site.xml
@@ -15,6 +15,10 @@
   limitations under the License.
 -->
 <configuration>
+    <property>
+        <name>dfs.client.use.datanode.hostname</name>
+        <value>true</value>
+    </property>
 
     <property>
         <name>dfs.block.access.token.enable</name>