You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For reference am able to build from source without issue on Mac OS X with latest release of go (as of date of posting).
$ mkdir -p $GOPATH/src/github.com/nytlabs
$ cd $GOPATH/src/github.com/nytlabs
$ git clone [email protected]:nytlabs/hive.git
Cloning into 'hive'...
remote: Counting objects: 28, done.
remote: Total 28 (delta 0), reused 0 (delta 0), pack-reused 28
Receiving objects: 100% (28/28), 31.59 KiB | 0 bytes/s, done.
Resolving deltas: 100% (7/7), done.
Checking connectivity... done.
$ cd hive
$ make
go get .
go build -o build/hive-server .
$ go version
go version go1.8.3 darwin/amd64
$ uname -a
Darwin imacglitchdigital.local 15.6.0 Darwin Kernel Version 15.6.0: Mon Aug 29 20:21:34 PDT 2016; root:xnu-3248.60.11~1/RELEASE_X86_64 x86_64
$ ./build/hive-server
2017/07/31 16:17:46 running hive-server on port 8080 storing data in elasticsearch under index hive
Hi Everyone.
I tried to build
hive
from source but it generates the following error:Please help me resolve this issue. Thanks in advance!
The text was updated successfully, but these errors were encountered: