You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@calcite.apache.org by fr...@apache.org on 2017/11/14 00:36:43 UTC

[1/3] calcite-avatica-go git commit: Bump Phoenix to 4.13

Repository: calcite-avatica-go
Updated Branches:
  refs/heads/master edab32cb4 -> 05bc78eec


Bump Phoenix to 4.13


Project: http://git-wip-us.apache.org/repos/asf/calcite-avatica-go/repo
Commit: http://git-wip-us.apache.org/repos/asf/calcite-avatica-go/commit/05bc78ee
Tree: http://git-wip-us.apache.org/repos/asf/calcite-avatica-go/tree/05bc78ee
Diff: http://git-wip-us.apache.org/repos/asf/calcite-avatica-go/diff/05bc78ee

Branch: refs/heads/master
Commit: 05bc78eec0a5778f7b2f78ebd2f0481eb640b946
Parents: f640027
Author: Francis Chuang <fr...@boostport.com>
Authored: Tue Nov 14 10:58:40 2017 +1100
Committer: Francis Chuang <fr...@boostport.com>
Committed: Tue Nov 14 11:33:41 2017 +1100

----------------------------------------------------------------------
 moby.yml    | 2 +-
 wercker.yml | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/calcite-avatica-go/blob/05bc78ee/moby.yml
----------------------------------------------------------------------
diff --git a/moby.yml b/moby.yml
index ac449eb..0987c3c 100644
--- a/moby.yml
+++ b/moby.yml
@@ -15,7 +15,7 @@
 #
 services:
   - id: phoenix
-    image: boostport/hbase-phoenix-all-in-one:1.3-4.12
+    image: boostport/hbase-phoenix-all-in-one:1.3-4.13
     ports:
       - "8765"
 

http://git-wip-us.apache.org/repos/asf/calcite-avatica-go/blob/05bc78ee/wercker.yml
----------------------------------------------------------------------
diff --git a/wercker.yml b/wercker.yml
index 65ae3f1..608bbc8 100644
--- a/wercker.yml
+++ b/wercker.yml
@@ -20,7 +20,7 @@ box:
 no-response-timeout: 20
 
 services:
-  - boostport/hbase-phoenix-all-in-one:1.3-4.12
+  - boostport/hbase-phoenix-all-in-one:1.3-4.13
 
 build:
   steps:


[2/3] calcite-avatica-go git commit: Remove kerberos session renewal because gokrb5 now performs renewals by default

Posted by fr...@apache.org.
Remove kerberos session renewal because gokrb5 now performs renewals by default


Project: http://git-wip-us.apache.org/repos/asf/calcite-avatica-go/repo
Commit: http://git-wip-us.apache.org/repos/asf/calcite-avatica-go/commit/f6400276
Tree: http://git-wip-us.apache.org/repos/asf/calcite-avatica-go/tree/f6400276
Diff: http://git-wip-us.apache.org/repos/asf/calcite-avatica-go/diff/f6400276

Branch: refs/heads/master
Commit: f6400276e20cd8a084254aaf7193fcf2c88d3c7a
Parents: 06d33a3
Author: Francis Chuang <fr...@boostport.com>
Authored: Tue Nov 14 10:58:18 2017 +1100
Committer: Francis Chuang <fr...@boostport.com>
Committed: Tue Nov 14 11:33:41 2017 +1100

----------------------------------------------------------------------
 http_client.go | 8 --------
 1 file changed, 8 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/calcite-avatica-go/blob/f6400276/http_client.go
----------------------------------------------------------------------
diff --git a/http_client.go b/http_client.go
index 6aa75bf..ca4afbb 100644
--- a/http_client.go
+++ b/http_client.go
@@ -119,14 +119,6 @@ func NewHTTPClient(host string, authenticationConf httpClientAuthConfig) (*httpC
 				return nil, fmt.Errorf("error performing kerberos login with keytab: %s", err)
 			}
 
-			session, err := kc.GetSessionFromRealm(authenticationConf.principal.realm)
-
-			if err != nil {
-				return nil, fmt.Errorf("error getting session from realm name: %s", err)
-			}
-
-			kc.EnableAutoSessionRenewal(session)
-
 			c.kerberosClient = kc
 		}
 	}


[3/3] calcite-avatica-go git commit: Update dependencies

Posted by fr...@apache.org.
Update dependencies


Project: http://git-wip-us.apache.org/repos/asf/calcite-avatica-go/repo
Commit: http://git-wip-us.apache.org/repos/asf/calcite-avatica-go/commit/06d33a32
Tree: http://git-wip-us.apache.org/repos/asf/calcite-avatica-go/tree/06d33a32
Diff: http://git-wip-us.apache.org/repos/asf/calcite-avatica-go/diff/06d33a32

Branch: refs/heads/master
Commit: 06d33a3256ba35ae884a7ec637b00f7794dfbd0e
Parents: edab32c
Author: Francis Chuang <fr...@boostport.com>
Authored: Tue Nov 14 10:36:00 2017 +1100
Committer: Francis Chuang <fr...@boostport.com>
Committed: Tue Nov 14 11:33:41 2017 +1100

----------------------------------------------------------------------
 Gopkg.lock | 12 ++++++------
 Gopkg.toml |  4 ++--
 2 files changed, 8 insertions(+), 8 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/calcite-avatica-go/blob/06d33a32/Gopkg.lock
----------------------------------------------------------------------
diff --git a/Gopkg.lock b/Gopkg.lock
index 1717fee..a6dc60d 100644
--- a/Gopkg.lock
+++ b/Gopkg.lock
@@ -5,7 +5,7 @@
   branch = "master"
   name = "github.com/golang/protobuf"
   packages = ["proto"]
-  revision = "130e6b02ab059e7b717a096f397c5b60111cae74"
+  revision = "1e59b77b52bf8e4b449a57e6f79f21226d571845"
 
 [[projects]]
   branch = "master"
@@ -41,13 +41,13 @@
   branch = "master"
   name = "golang.org/x/crypto"
   packages = ["md4","pbkdf2"]
-  revision = "9419663f5a44be8b34ca85f08abc5fe1be11f8a3"
+  revision = "9f005a07e0d31d45e6656d241bb5c0f2efd4bc94"
 
 [[projects]]
   branch = "master"
   name = "golang.org/x/net"
   packages = ["context","context/ctxhttp"]
-  revision = "1087133bc4af3073e18add999345c6ae75918503"
+  revision = "a337091b0525af65de94df2eb7e98bd9962dcbe2"
 
 [[projects]]
   name = "gopkg.in/jcmturner/aescts.v1"
@@ -58,12 +58,12 @@
 [[projects]]
   name = "gopkg.in/jcmturner/gokrb5.v1"
   packages = ["asn1tools","client","config","credentials","crypto","crypto/common","crypto/etype","crypto/rfc3961","crypto/rfc3962","crypto/rfc4757","crypto/rfc8009","gssapi","iana","iana/adtype","iana/asnAppTag","iana/chksumtype","iana/errorcode","iana/etypeID","iana/flags","iana/keyusage","iana/msgtype","iana/nametype","iana/patype","keytab","krberror","messages","mstypes","ndr","pac","types"]
-  revision = "ab3cf9b73d364620add518ba8fcfaa67a6c37649"
-  version = "v1.2.0"
+  revision = "21f62e24b17594e14791870b83db77ad2ee14e64"
+  version = "v1.2.3"
 
 [solve-meta]
   analyzer-name = "dep"
   analyzer-version = 1
-  inputs-digest = "b65d0123d2b03cf1df895c14308b8f5328335b0c86c57e6cd4597488262e3751"
+  inputs-digest = "cc7360e230b5cbba34cbbdf28812a31863ab0f756519c6ae9b0e4be608fe2e27"
   solver-name = "gps-cdcl"
   solver-version = 1

http://git-wip-us.apache.org/repos/asf/calcite-avatica-go/blob/06d33a32/Gopkg.toml
----------------------------------------------------------------------
diff --git a/Gopkg.toml b/Gopkg.toml
index a95825a..0a59587 100644
--- a/Gopkg.toml
+++ b/Gopkg.toml
@@ -42,5 +42,5 @@
   name = "golang.org/x/net"
 
 [[constraint]]
-  name = "gopkg.in/jcmturner/gokrb5.v1"
-  version = "1.2.0"
+  name = "gopkg.in/jcmturner/gokrb5.v2"
+  version = "2.0.1"