Add libhdfs.a to the build process.

Fix compilcation error for hdfs build.

Summary:

Test Plan:

Reviewers:

CC:

Task ID: #

Blame Rev:
main
Dhruba Borthakur 12 years ago
parent fe93631678
commit f0b1654ff2
  1. 2
      hdfs/env_hdfs.h
  2. BIN
      hdfs/libhdfs.a

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

Binary file not shown.
Loading…
Cancel
Save