You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@griffin.apache.org by li...@apache.org on 2018/04/26 08:12:48 UTC

[25/50] [abbrv] incubator-griffin git commit: hdfs util

hdfs util


Project: http://git-wip-us.apache.org/repos/asf/incubator-griffin/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-griffin/commit/c24fd4aa
Tree: http://git-wip-us.apache.org/repos/asf/incubator-griffin/tree/c24fd4aa
Diff: http://git-wip-us.apache.org/repos/asf/incubator-griffin/diff/c24fd4aa

Branch: refs/heads/griffin-0.2.0-incubating-rc4
Commit: c24fd4aab2eb65d16f3f6d951c5593d5811f18a1
Parents: 365a85d
Author: Lionel Liu <bh...@163.com>
Authored: Tue Apr 17 15:45:05 2018 +0800
Committer: Lionel Liu <bh...@163.com>
Committed: Tue Apr 17 15:45:05 2018 +0800

----------------------------------------------------------------------
 .../src/main/scala/org/apache/griffin/measure/utils/HdfsUtil.scala | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-griffin/blob/c24fd4aa/measure/src/main/scala/org/apache/griffin/measure/utils/HdfsUtil.scala
----------------------------------------------------------------------
diff --git a/measure/src/main/scala/org/apache/griffin/measure/utils/HdfsUtil.scala b/measure/src/main/scala/org/apache/griffin/measure/utils/HdfsUtil.scala
index 0a91fab..aa5643b 100644
--- a/measure/src/main/scala/org/apache/griffin/measure/utils/HdfsUtil.scala
+++ b/measure/src/main/scala/org/apache/griffin/measure/utils/HdfsUtil.scala
@@ -28,7 +28,7 @@ object HdfsUtil extends Loggable {
 
   private val conf = new Configuration()
   conf.setBoolean("dfs.support.append", true)
-  conf.set("fs.defaultFS", "hdfs://localhost")    // debug @localhost
+//  conf.set("fs.defaultFS", "hdfs://localhost")    // debug @localhost
 
   private val dfs = FileSystem.get(conf)