Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[#6462] fix(filesystem-hadoop3): Fix GVFS client can't find HDFSFileSystemProvider problem #6463

Merged
merged 1 commit into from
Feb 18, 2025

Conversation

yuqi1129
Copy link
Contributor

@yuqi1129 yuqi1129 commented Feb 17, 2025

What changes were proposed in this pull request?

In the current code base, we need to add catalog-hadoop to make GVFS client works or class HDFSFileSystemProvider and LocalFileSystemProvider can't be found.

Why are the changes needed?

It's a bug.

Fix: #6462

Does this PR introduce any user-facing change?

N/A

How was this patch tested?

ITs, UTs and test locally.

@yuqi1129 yuqi1129 self-assigned this Feb 17, 2025
@yuqi1129 yuqi1129 added the branch-0.8 Automatically cherry-pick commit to branch-0.8 label Feb 17, 2025
@yuqi1129 yuqi1129 requested review from mchades and FANNG1 February 18, 2025 01:25
* under the License.
*/

package org.apache.gravitino.catalog.hadoop.fs;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you rename the package to o.a.g.catalog.hadoop.common for these files?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I plan to do so before, these changes will bring too many changes to other modules. For instance, changing this package will make all FilesystemProvider implementations scattered in the bundle modules. Another point is that the SPI file is org.apache.gravitino.catalog.hadoop.fs.FileSystemProvider, I'm hesitant to make these changes. Would this be acceptable to you? If so, I will make the necessary changes.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

OK, we can do this in another PR.

@jerryshao jerryshao merged commit 07ae3f6 into apache:main Feb 18, 2025
28 checks passed
github-actions bot pushed a commit that referenced this pull request Feb 18, 2025
…SystemProvider` problem (#6463)

### What changes were proposed in this pull request?

In the current code base, we need to add `catalog-hadoop` to make GVFS
client works or class `HDFSFileSystemProvider` and
`LocalFileSystemProvider` can't be found.

### Why are the changes needed?

It's a bug.

Fix: #6462 

### Does this PR introduce _any_ user-facing change?

N/A

### How was this patch tested?

ITs, UTs and test locally.
Abyss-lord pushed a commit to Abyss-lord/gravitino that referenced this pull request Feb 19, 2025
…FSFileSystemProvider` problem (apache#6463)

### What changes were proposed in this pull request?

In the current code base, we need to add `catalog-hadoop` to make GVFS
client works or class `HDFSFileSystemProvider` and
`LocalFileSystemProvider` can't be found.

### Why are the changes needed?

It's a bug.

Fix: apache#6462 

### Does this PR introduce _any_ user-facing change?

N/A

### How was this patch tested?

ITs, UTs and test locally.
diqiu50 pushed a commit to diqiu50/gravitino that referenced this pull request Feb 19, 2025
…FSFileSystemProvider` problem (apache#6463)

### What changes were proposed in this pull request?

In the current code base, we need to add `catalog-hadoop` to make GVFS
client works or class `HDFSFileSystemProvider` and
`LocalFileSystemProvider` can't be found.

### Why are the changes needed?

It's a bug.

Fix: apache#6462 

### Does this PR introduce _any_ user-facing change?

N/A

### How was this patch tested?

ITs, UTs and test locally.
Abyss-lord pushed a commit to Abyss-lord/gravitino that referenced this pull request Mar 2, 2025
…FSFileSystemProvider` problem (apache#6463)

### What changes were proposed in this pull request?

In the current code base, we need to add `catalog-hadoop` to make GVFS
client works or class `HDFSFileSystemProvider` and
`LocalFileSystemProvider` can't be found.

### Why are the changes needed?

It's a bug.

Fix: apache#6462 

### Does this PR introduce _any_ user-facing change?

N/A

### How was this patch tested?

ITs, UTs and test locally.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
branch-0.8 Automatically cherry-pick commit to branch-0.8
Projects
None yet
2 participants