hadoop/hadoop-hdfs-project
Gautham B A d1ce965645
HDFS-17636. Don't add declspec for Windows (#7096)
* Windows doesn't want the
  macro _JNI_IMPORT_OR_EXPORT_
  to be defined in the function
  definition. It fails to compile with
  the following error -
  "definition of dllimport function
  not allowed".
* However, Linux needs it. Hence,
  we're going to add this macro
  based on the OS.
* Also, we'll be compiling the `hdfs`
  target as an object library so that
  we can avoid linking to `jvm`
  library for `get_jni_test` target.
2024-10-22 23:15:23 +05:30
..
hadoop-hdfs HDFS-17631. Fix RedundantEditLogInputStream.nextOp() state error when EditLogInputStream.skipUntil() throw IOException (#7066). Contributed by liuguanghua. 2024-10-16 21:16:18 +08:00
hadoop-hdfs-client HDFS-17381. Distcp of EC files should not be limited to DFS. (#6551) 2024-09-25 17:54:09 +01:00
hadoop-hdfs-httpfs HDFS-17637. Fix spotbugs in HttpFSFileSystem#getXAttr (#7099) Contributed by Hualong Zhang. 2024-10-06 09:16:00 +08:00
hadoop-hdfs-native-client HDFS-17636. Don't add declspec for Windows (#7096) 2024-10-22 23:15:23 +05:30
hadoop-hdfs-nfs HADOOP-19024. Use bouncycastle jdk18 1.77 (#6410). Contributed 2024-03-30 19:58:12 +05:30
hadoop-hdfs-rbf HDFS-17634. RBF: Fix web UI missing DN last block report (#7080) 2024-10-22 19:54:16 +08:00
pom.xml Preparing for 3.5.0 development (#6411) 2024-01-19 15:05:22 +08:00