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:
imay
2018-10-30 16:29:06 +08:00
parent e453fca39a
commit ae9ce81453
134 changed files with 256 additions and 251 deletions

View File

@ -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;