Changed: change build.sh to use environment variable to get thirdparty's
path, and change PALO_HOME to DORIS_HOME
This commit is contained in:
@ -74,7 +74,7 @@ TEST(StringBufferTest, Basic) {
|
||||
|
||||
int main(int argc, char** argv) {
|
||||
#if 0
|
||||
std::string conffile = std::string(getenv("PALO_HOME")) + "/conf/be.conf";
|
||||
std::string conffile = std::string(getenv("DORIS_HOME")) + "/conf/be.conf";
|
||||
if (!palo::config::init(conffile.c_str(), false)) {
|
||||
fprintf(stderr, "error read config file. \n");
|
||||
return -1;
|
||||
|
||||
Reference in New Issue
Block a user