Add libhdfs.a to the build process.

Fix compilcation error for hdfs build.

Summary:

Test Plan:

Reviewers:

CC:

Task ID: #

Blame Rev:
This commit is contained in:
Dhruba Borthakur 2012-08-29 15:21:56 -07:00
parent fe93631678
commit f0b1654ff2
2 changed files with 1 additions and 1 deletions

View File

@ -127,7 +127,7 @@ class HdfsEnv : public Env {
}
virtual Status GetCurrentTime(int64_t* unix_time) {
return posixEnv->NowUnixTime(unix_time);
return posixEnv->GetCurrentTime(unix_time);
}
virtual Status GetAbsolutePath(const std::string& db_path,

BIN
hdfs/libhdfs.a Normal file

Binary file not shown.