Skip to content

Commit 522b4cf

Browse files
committed
Add git.apache.org/README.md
1 parent 7c0300a commit 522b4cf

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

docker/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ The following command starts a container with Hive running inside, so could we b
3030

3131
```bash
3232
docker run --rm -it -v $GOPATH:/go \
33-
-w /go/src/github.com/sql-machine-learning/gohive \
33+
-w /go/src/sqlflow.org/gohive \
3434
gohive:dev bash
3535
```
3636

git.apache.org/README.md

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# `git.apache.org/thrift.git`
2+
3+
GoHive talks to HiveServer2, a Thrift server that relies on a very old version of Thrift that is not trivial to find and install nowadays. To make it convenient to build GoHive, we copied this Thrift version here. Given that HiveServer2 has been depending on this version for a long time, it doesn't seem that the Hive team is going to upgrade the Thrift version frequently. If they do, we will update this directory.

0 commit comments

Comments
 (0)