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:
parent
fe93631678
commit
f0b1654ff2
@ -127,7 +127,7 @@ class HdfsEnv : public Env {
|
|||||||
}
|
}
|
||||||
|
|
||||||
virtual Status GetCurrentTime(int64_t* unix_time) {
|
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,
|
virtual Status GetAbsolutePath(const std::string& db_path,
|
||||||
|
BIN
hdfs/libhdfs.a
Normal file
BIN
hdfs/libhdfs.a
Normal file
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user