mesos / mr-redis

Redis on Apache Mesos
Apache License 2.0
127 stars 32 forks source link

Undefined variable "conf_file_path" in mrr.go #28

Closed Shivam38 closed 8 years ago

Shivam38 commented 8 years ago

When I try to build mrr using cmd$ godep go build -o mrr . it produces below error: ubuntu@ip-172-31-44-22:~/gopkg/src/github.com/mesos/mr-redis/cli$ godep go build -o mrr .

github.com/mesos/mr-redis/cli

./mrr.go:24: undefined: conf_file_path

godep: go exit status 2

at line number 24: f, err := os.Open(conf_file_path) it is trying to open file , but is not defined anywhere in the code.