Repository: incubator-s2graph
Updated Branches:
  refs/heads/master 3361320b7 -> ed9bedf0d


Update TransferToHFile.scala

remove println

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

Branch: refs/heads/master
Commit: 1e11e0ea2adac0fb075d6994838d92f60aeb79df
Parents: 3361320
Author: zhangmengzju <[email protected]>
Authored: Wed Sep 27 15:36:16 2017 +0800
Committer: GitHub <[email protected]>
Committed: Wed Sep 27 15:36:16 2017 +0800

----------------------------------------------------------------------
 .../org/apache/s2graph/loader/subscriber/TransferToHFile.scala    | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-s2graph/blob/1e11e0ea/loader/src/main/scala/org/apache/s2graph/loader/subscriber/TransferToHFile.scala
----------------------------------------------------------------------
diff --git 
a/loader/src/main/scala/org/apache/s2graph/loader/subscriber/TransferToHFile.scala
 
b/loader/src/main/scala/org/apache/s2graph/loader/subscriber/TransferToHFile.scala
index 07fc908..8b62d36 100644
--- 
a/loader/src/main/scala/org/apache/s2graph/loader/subscriber/TransferToHFile.scala
+++ 
b/loader/src/main/scala/org/apache/s2graph/loader/subscriber/TransferToHFile.scala
@@ -132,8 +132,7 @@ object TransferToHFile extends SparkApp {
         val p = putRequest
         val kv = new KeyValue(p.key(), p.family(), p.qualifier, p.timestamp, 
p.value)
 
-        //        println(s"[Edge]: $edge\n[Put]: $p\n[KeyValue]: 
${kv.getRow.toList}, ${kv.getQualifier.toList}, ${kv.getValue.toList}, 
${kv.getTimestamp}")
-
+   
         kv
       }
     kvs.toIterator

Reply via email to