You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kudu.apache.org by to...@apache.org on 2016/01/28 22:05:52 UTC

[1/2] incubator-kudu git commit: [java] Fix a typo in ErrorCollector

Repository: incubator-kudu
Updated Branches:
  refs/heads/master b7067c645 -> 396bbae57


[java] Fix a typo in ErrorCollector

Todd pressed the submit button before this could be fixed.

Change-Id: Ica53a7ad5cc98658802f7f009811f927f60970f7
Reviewed-on: http://gerrit.cloudera.org:8080/1947
Reviewed-by: Todd Lipcon <to...@apache.org>
Tested-by: Jean-Daniel Cryans


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

Branch: refs/heads/master
Commit: 3fe66efdc9cf5b4beab17cd565eca1b30417771e
Parents: b7067c6
Author: Jean-Daniel Cryans <jd...@cloudera.com>
Authored: Thu Jan 28 10:30:21 2016 -0800
Committer: Jean-Daniel Cryans <jd...@gerrit.cloudera.org>
Committed: Thu Jan 28 19:42:32 2016 +0000

----------------------------------------------------------------------
 .../src/main/java/org/kududb/client/ErrorCollector.java            | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-kudu/blob/3fe66efd/java/kudu-client/src/main/java/org/kududb/client/ErrorCollector.java
----------------------------------------------------------------------
diff --git a/java/kudu-client/src/main/java/org/kududb/client/ErrorCollector.java b/java/kudu-client/src/main/java/org/kududb/client/ErrorCollector.java
index 095a108..db2952c 100644
--- a/java/kudu-client/src/main/java/org/kududb/client/ErrorCollector.java
+++ b/java/kudu-client/src/main/java/org/kududb/client/ErrorCollector.java
@@ -57,7 +57,7 @@ public class ErrorCollector {
   }
 
   /**
-   * Get the current count collected row errors. Cannot be greater than the max capacity this
+   * Get the current count of collected row errors. Cannot be greater than the max capacity this
    * instance was configured with.
    * @return the count of errors
    */


[2/2] incubator-kudu git commit: Update NVML to 0.4-b2

Posted by to...@apache.org.
Update NVML to 0.4-b2

Apparently NVML has some funny version numbering: 0.4-b2 is a newer release
than 0.4 (despite the version number making it look like a beta). This upgrades
to that tag from github.

The NVML revision of the tag is a59b76b579a2f6430e7869e2b8d53e22ae956816.

Change-Id: If9d6edc01683cef9dd30586cacbed0930bb1b648
Reviewed-on: http://gerrit.cloudera.org:8080/1949
Reviewed-by: Jean-Daniel Cryans
Tested-by: Todd Lipcon <to...@apache.org>


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

Branch: refs/heads/master
Commit: 396bbae5799433abf1d14e489d5af2386fbe3a10
Parents: 3fe66ef
Author: Todd Lipcon <to...@apache.org>
Authored: Thu Jan 28 12:26:02 2016 -0800
Committer: Todd Lipcon <to...@apache.org>
Committed: Thu Jan 28 20:49:52 2016 +0000

----------------------------------------------------------------------
 thirdparty/vars.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-kudu/blob/396bbae5/thirdparty/vars.sh
----------------------------------------------------------------------
diff --git a/thirdparty/vars.sh b/thirdparty/vars.sh
index 9585666..baeeec1 100644
--- a/thirdparty/vars.sh
+++ b/thirdparty/vars.sh
@@ -130,5 +130,5 @@ GCC_BUILD_DIR=${GCC_DIR}.build
 TRACE_VIEWER_VERSION=45f6525d8aa498be53e4137fb73a9e9e036ce91d
 TRACE_VIEWER_DIR=$TP_DIR/kudu-trace-viewer-${TRACE_VIEWER_VERSION}
 
-NVML_VERSION=0.4
+NVML_VERSION=0.4-b2
 NVML_DIR=$TP_DIR/nvml-$NVML_VERSION