Repository: hadoop Updated Branches: refs/heads/trunk 8a09bf7c1 -> dacd3ec66
HDFS-10991. Export hdfsTruncateFile symbol in libhdfs. Contributed by Surendra Singh Lilhore. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/dacd3ec6 Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/dacd3ec6 Diff: http://git-wip-us.apache.org/repos/asf/hadoop/diff/dacd3ec6 Branch: refs/heads/trunk Commit: dacd3ec66b111be24131957c986f0c748cf9ea26 Parents: 8a09bf7 Author: Andrew Wang <[email protected]> Authored: Tue Oct 11 15:07:14 2016 -0700 Committer: Andrew Wang <[email protected]> Committed: Tue Oct 11 15:07:14 2016 -0700 ---------------------------------------------------------------------- .../src/main/native/libhdfs/include/hdfs/hdfs.h | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/hadoop/blob/dacd3ec6/hadoop-hdfs-project/hadoop-hdfs-native-client/src/main/native/libhdfs/include/hdfs/hdfs.h ---------------------------------------------------------------------- diff --git a/hadoop-hdfs-project/hadoop-hdfs-native-client/src/main/native/libhdfs/include/hdfs/hdfs.h b/hadoop-hdfs-project/hadoop-hdfs-native-client/src/main/native/libhdfs/include/hdfs/hdfs.h index c856928..83c1c59 100644 --- a/hadoop-hdfs-project/hadoop-hdfs-native-client/src/main/native/libhdfs/include/hdfs/hdfs.h +++ b/hadoop-hdfs-project/hadoop-hdfs-native-client/src/main/native/libhdfs/include/hdfs/hdfs.h @@ -493,6 +493,7 @@ extern "C" { * complete before proceeding with further file updates. * -1 on error. */ + LIBHDFS_EXTERNAL int hdfsTruncateFile(hdfsFS fs, const char* path, tOffset newlength); /** --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
