Re: [DISCUSS][HDFS] Add rust binding for libhdfs

2024-01-01 Thread Steve Loughran
i hear owen o'malley has been learning rust, and as he left cloudera a year ago, he'll be missing github and JIRA On Thu, 21 Dec 2023 at 15:00, Ayush Saxena wrote: > It looks pretty challenging to me. Most of the committers aren't > technically equipped to review this code, so getting the in

Re: [DISCUSS][HDFS] Add rust binding for libhdfs

2023-12-21 Thread Ayush Saxena
It looks pretty challenging to me. Most of the committers aren't technically equipped to review this code, so getting the initial code reviewed & merged itself would be a challenge, as none of us can actually review the code. Looking at the repo, it has only 1 or 2 major contributors, which itself

Re: [DISCUSS][HDFS] Add rust binding for libhdfs

2023-12-21 Thread Xuanwo
Thanks Xiaoqiao He! Let me provide more context about this project. libhdfs-rust aims to provide native HDFS client support for Rust, a rapidly growing systems programming language commonly used in modern infrastructure such as databases. With libhdfs-rust, Rust developers can more easily inte

Re: [DISCUSS][HDFS] Add rust binding for libhdfs

2023-12-20 Thread Xiaoqiao He
Thanks Xuanwo for your work. I believe it is valuable to enlarge hadoop ecosystem. I am also concerned that it will involve more hard work to release and version match, especially for one who is not familiar with C or Rust. Moreover, I am not aware the difference between `accept hdfs-sys as part o

Re: [DISCUSS][HDFS] Add rust binding for libhdfs

2023-12-20 Thread Xuanwo
I'm fine to start work under a new repo, and I'm willing to help maintain this repo. The repo could name after hadoop-libhdfs-rust or just libhdfs-rust. I'm PPMC member of other ASF projects so I know how to do release and how to make sure the license fit the requirements. I'm willing the becom

Re: [DISCUSS][HDFS] Add rust binding for libhdfs

2023-07-17 Thread Xuanwo
> What is libdirent? How is it relevant in this context? Since version 3.3, libhdfs depends on the dirent.h API. However, MSVC does not provide this header which causes issues when building libhdfs on Windows platforms. To solve this problem, hdfs-sys uses libdirent - a MSVC port of the dirent

Re: [DISCUSS][HDFS] Add rust binding for libhdfs

2023-07-17 Thread Wei-Chiu Chuang
Inline On Sat, Jul 15, 2023 at 5:04 AM Ayush Saxena wrote: > Forwarding from dev@hadoop to relevant ML > > Original mail: > https://lists.apache.org/thread/r5rcmc7lwwvkysj0320myxltsyokp9kq > > -Ayush > > On 2023/07/15 09:18:42 Xuanwo wrote: > > Hello, everyone. > > > > I'm the maintainer of [hdf

RE: [DISCUSS][HDFS] Add rust binding for libhdfs

2023-07-15 Thread Ayush Saxena
Forwarding from dev@hadoop to relevant ML Original mail: https://lists.apache.org/thread/r5rcmc7lwwvkysj0320myxltsyokp9kq -Ayush On 2023/07/15 09:18:42 Xuanwo wrote: > Hello, everyone. > > I'm the maintainer of [hdfs-sys]: A binding to HDFS Native C API for Rust. I > want to know is it a good i