Skip to content

Commit

Permalink
Add libhdfs.a to the build process.
Browse files Browse the repository at this point in the history
Fix compilcation error for hdfs build.

Summary:

Test Plan:

Reviewers:

CC:

Task ID: #

Blame Rev:
  • Loading branch information
Dhruba Borthakur committed Aug 29, 2012
1 parent fe93631 commit f0b1654
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hdfs/env_hdfs.h
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
Binary file added hdfs/libhdfs.a
Binary file not shown.

0 comments on commit f0b1654

Please sign in to comment.