streamnative/pulsar-beat-output

erros happen when building metricbeat of pulsar

SperChung-11 opened this issue · 3 comments

when i build the metricbeat, a problem happens
image

i found that maybe GOPATH was set incorrectly

export GOROOT=/xxx/go
export GOPATH=/root/gocode/:/xxx/go
export PATH=$PATH:/xxx/go/bin

we need to clone the code to GOPATH with directory src, and move the code in vendor directory to outer