You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@htrace.apache.org by le...@apache.org on 2018/04/11 20:27:02 UTC

[12/12] incubator-htrace git commit: Merge branch 'GSOC_HTRACE' of https://github.com/nisalanirmana/incubator-htrace

Merge branch 'GSOC_HTRACE' of https://github.com/nisalanirmana/incubator-htrace


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

Branch: refs/heads/master
Commit: a3b503d7da4bd151bba2978ce7720ba38aa4d332
Parents: 4508cd5 641d05b
Author: Lewis John McGibbney <le...@gmail.com>
Authored: Wed Apr 11 13:25:45 2018 -0700
Committer: Lewis John McGibbney <le...@gmail.com>
Committed: Wed Apr 11 13:25:45 2018 -0700

----------------------------------------------------------------------
 htrace-kudu/pom.xml                             | 196 ++++++++++++
 .../htrace/impl/KuduClientConfiguration.java    |  77 +++++
 .../htrace/impl/KuduReceiverConstants.java      |  55 ++++
 .../apache/htrace/impl/KuduSpanReceiver.java    | 218 ++++++++++++++
 .../htrace/viewer/KuduClientConstants.java      |  45 +++
 .../apache/htrace/viewer/KuduSpanViewer.java    | 300 +++++++++++++++++++
 .../htrace/viewer/KuduSpanViewerRunner.java     |  38 +++
 .../htrace/viewer/KuduSpanViewerServer.java     |  63 ++++
 .../viewer/KuduSpanViewerSpansServlet.java      |  96 ++++++
 .../viewer/KuduSpanViewerTracesServlet.java     |  88 ++++++
 .../htrace/impl/TestKuduSpanReceiver.java       | 247 +++++++++++++++
 .../apache/htrace/impl/TestKuduSpanViewer.java  | 231 ++++++++++++++
 htrace-kudu/src/test/resources/log4j.properties |  25 ++
 pom.xml                                         |   1 +
 14 files changed, 1680 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-htrace/blob/a3b503d7/pom.xml
----------------------------------------------------------------------
diff --cc pom.xml
index 44e850a,879c8f1..86eab9a
--- a/pom.xml
+++ b/pom.xml
@@@ -35,8 -35,17 +35,9 @@@ language governing permissions and limi
      <module>htrace-hbase</module>
      <module>htrace-flume</module>
      <module>htrace-htraced</module>
+     <module>htrace-kudu</module>
    </modules>
  
 -  <licenses>
 -    <license>
 -      <name>The Apache Software License, Version 2.0</name>
 -      <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
 -      <distribution>repo</distribution>
 -      <comments>A business-friendly OSS license</comments>
 -    </license>
 -  </licenses>
    <scm>
      <connection>scm:git:http://git-wip-us.apache.org/repos/asf/incubator-htrace.git</connection>
      <developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/incubator-htrace.git</developerConnection>