chrislu
966b053ed3
fix: use SNAPSHOT version to force Maven to use locally built JARs
ROOT CAUSE: Maven was downloading seaweedfs-client:3.80 from Maven Central
instead of using the locally built version in CI!
Changes:
- Changed all versions from 3.80 to 3.80.1-SNAPSHOT
- other/java/client/pom.xml: 3.80 → 3.80.1-SNAPSHOT
- other/java/hdfs2/pom.xml: property 3.80 → 3.80.1-SNAPSHOT
- other/java/hdfs3/pom.xml: property 3.80 → 3.80.1-SNAPSHOT
- test/java/spark/pom.xml: property 3.80 → 3.80.1-SNAPSHOT
Maven behavior:
- Release versions (3.80): Downloaded from remote repos if available
- SNAPSHOT versions: Prefer local builds, can be updated
This ensures the CI uses the locally built JARs with our debug logging!
Also added unique [DEBUG-2024] markers to verify in logs.
6 days ago
chrislu
c86177e063
add comments
1 week ago
chrislu
803f65742c
Update dependency-reduced-pom.xml
1 week ago
chrislu
a7f786ac92
NPE
1 week ago
chrislu
c96448f3a5
more flexible replication configuration
1 week ago
dependabot[bot]
c14e513964
chore(deps): bump org.apache.hadoop:hadoop-common from 3.2.4 to 3.4.0 in /other/java/hdfs3 ( #7512 )
* chore(deps): bump org.apache.hadoop:hadoop-common in /other/java/hdfs3
Bumps org.apache.hadoop:hadoop-common from 3.2.4 to 3.4.0.
---
updated-dependencies:
- dependency-name: org.apache.hadoop:hadoop-common
dependency-version: 3.4.0
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
* add java client unit tests
* Update dependency-reduced-pom.xml
* add java integration tests
* fix
* fix buffer
---------
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: chrislu <chris.lu@gmail.com>
1 week ago
dependabot[bot]
7c8896c3ff
chore(deps): bump org.apache.hadoop:hadoop-common from 3.2.4 to 3.4.0 in /other/java/hdfs2 ( #7502 )
chore(deps): bump org.apache.hadoop:hadoop-common in /other/java/hdfs2
Bumps org.apache.hadoop:hadoop-common from 3.2.4 to 3.4.0.
---
updated-dependencies:
- dependency-name: org.apache.hadoop:hadoop-common
dependency-version: 3.4.0
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2 weeks ago
orthoxerox
d8cc269294
feature: added ssl support for HCFS ( #6699 ) ( #6775 )
7 months ago
chrislu
2caa0e3741
java 3.80
1 year ago
chrislu
915f9f5054
update java client to 3.71, also adjust the groupId
1 year ago
chrislu
83fe2bfc36
java 3.71
1 year ago
chrislu
cd01a2346a
Java 3.59
fix https://github.com/seaweedfs/seaweedfs/issues/5001
2 years ago
chrislu
710e88f713
Java: upgrade to 3.55
2 years ago
chrislu
ea2637734a
refactor filer proto chunk variable from mtime to modified_ts_ns
3 years ago
chrislu
707abd5b2d
3.30 java
3 years ago
dependabot[bot]
c53dad5026
Bump hadoop-common from 2.10.1 to 3.2.3 in /other/java/hdfs2 ( #2909 )
Bumps hadoop-common from 2.10.1 to 3.2.3.
---
updated-dependencies:
- dependency-name: org.apache.hadoop:hadoop-common
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
3 years ago
chrislu
d003bb0166
java 3.13
3 years ago
dependabot[bot]
f955096e92
Bump hadoop-common from 2.9.2 to 2.10.1 in /other/java/hdfs2
Bumps hadoop-common from 2.9.2 to 2.10.1.
---
updated-dependencies:
- dependency-name: org.apache.hadoop:hadoop-common
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
4 years ago
chrislu
19555385f7
2.85
4 years ago
chrislu
5799a20f71
2.84
4 years ago
chrislu
5ea9715721
2.81
also sync java client version to SeaweedFS version
4 years ago
Chris Lu
6fb6480a3b
Java: 1.7.0
update org.apache.httpcomponents to 4.5.13
update grpc API to use cacheRemoteObjectToLocalCluster
4 years ago
Chris Lu
8cd7a0365b
1.6.9
4 years ago
Chris Lu
20ac710ceb
2.68
4 years ago
Chris Lu
e5fc35ed0c
change server address from string to a type
4 years ago
Chris Lu
e9128e75d0
Java: 1.6.7 Support Mounted Remote Storage
4 years ago
Chris Lu
2d85ffe7c5
java 1.6.6
5 years ago
Chris Lu
6c1c72b1f4
java client 1.6.5
5 years ago
Chris Lu
be25bc6766
Java client 1.6.4
5 years ago
Chris Lu
b5e10bf511
Java client 1.6.3
5 years ago
Chris Lu
c276117fef
Java: 1.6.2
5 years ago
Chris Lu
5b1def9080
Java: 1.6.1 refacoring API
5 years ago
Chris Lu
ad36c7b0d7
refactoring: only expose FilerClient class
5 years ago
Chris Lu
5138d3954f
Java 1.6.0 fix filerProxy mode
5 years ago
Chris Lu
9c1efdf11b
HCFS: 1.5.9
5 years ago
Chris Lu
6a2a9b67e8
Java: 1.5.8
5 years ago
Chris Lu
694df89331
java: add configurable volume access mode
5 years ago
Chris Lu
87d1bfa862
Hadoop Compatible FS: 1.5.7
5 years ago
Chris Lu
6f4aab51f9
refactoring SeaweedInputStream
5 years ago
Chris Lu
043c2d7960
refactoring SeaweedOutputStream
5 years ago
Chris Lu
4d2855476c
Hadoop: add BufferedByteBufferReadableInputStream
fix https://github.com/chrislusf/seaweedfs/issues/1645
5 years ago
Chris Lu
3857f9c840
Hadoop: switch to ByteBuffer
fix https://github.com/chrislusf/seaweedfs/issues/1645
5 years ago
Chris Lu
a9efaa6385
HDFS: implement ByteBufferReadable
fix https://github.com/chrislusf/seaweedfs/issues/1645
5 years ago
Chris Lu
f4abd01adf
filer: cache small file to filer store
5 years ago
Chris Lu
da04bb3d1b
1.5.6
5 years ago
limd
4737df597d
HCFS:
1. add replication parameter
2. fix close sequence
5 years ago
Chris Lu
7d24980840
HCFS: 1.5.4
5 years ago
Chris Lu
4f676aa7d3
2.09
5 years ago
Chris Lu
c709059b69
HCFS: add close() to SeaweedFileSystem.java
5 years ago
Chris Lu
f375b93aef
renaming
5 years ago