Re: [DISCUSS] new repo/sub-project, fs-api-shim

2023-06-07 Thread Steve Loughran
Initial Shim library up https://github.com/apache/hadoop-api-shim much of this relates to testing; we need a module to test a common set of tests on every supported hadoop build, with validation that expected features are present, and that the same operations work when both reflection and fall bac

Re: [DISCUSS] new repo/sub-project, fs-api-shim

2023-06-05 Thread Steve Loughran
On Thu, 1 Jun 2023 at 18:46, Owen O'Malley wrote: > For the case in question, ORC can extend its shim module to do exactly > this. Let me take a look at the async ORC patch to see what needs to > happen. > > BTW, Steve I'll be at Buzzwords for your talk. > ooh, cool. it's always good to have

Re: [DISCUSS] new repo/sub-project, fs-api-shim

2023-06-01 Thread Owen O'Malley
For the case in question, ORC can extend its shim module to do exactly this. Let me take a look at the async ORC patch to see what needs to happen. BTW, Steve I'll be at Buzzwords for your talk. It may make sense to have such a library, but ORC already has that mechanism. .. Owen On Thu, Jun 1,

Re: [DISCUSS] new repo/sub-project, fs-api-shim

2023-06-01 Thread Ayush Saxena
That sounds good On Thu, 1 Jun 2023 at 18:09, Steve Loughran wrote: > hadoop-api-shim ? > > On Thu, 1 Jun 2023 at 04:07, Ayush Saxena wrote: > > > +1, for the new repo. > > > > The name sounds fine, but good if we have scope of having “hadoop-” > > prefix, we have that for almost all of the sub

Re: [DISCUSS] new repo/sub-project, fs-api-shim

2023-06-01 Thread Steve Loughran
hadoop-api-shim ? On Thu, 1 Jun 2023 at 04:07, Ayush Saxena wrote: > +1, for the new repo. > > The name sounds fine, but good if we have scope of having “hadoop-” > prefix, we have that for almost all of the subprojects/modules > > Can hadoop-shims or hadoop-shims-api or something on similar lin

Re: [DISCUSS] new repo/sub-project, fs-api-shim

2023-05-31 Thread Ayush Saxena
+1, for the new repo. The name sounds fine, but good if we have scope of having “hadoop-” prefix, we have that for almost all of the subprojects/modules Can hadoop-shims or hadoop-shims-api or something on similar lines work? -Ayush > On 01-Jun-2023, at 1:18 AM, Steve Loughran > wrote: > > I

[DISCUSS] new repo/sub-project, fs-api-shim

2023-05-31 Thread Steve Loughran
I want to create a new repository to put a shim library to allow previous releases to access the more recent hadoop filesystem APIs -currently the open source implementations of parquet, ORC can't use vectored io, in particular, even though we can in Cloudera. Providing a shim opens them up to all