mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-06 17:27:55 +00:00
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:
@@ -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
BIN
hdfs/libhdfs.a
Normal file
Binary file not shown.
Reference in New Issue
Block a user