hadoop/hadoop-hdfs-project/hadoop-hdfs-native-client
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
..
src HDFS-17636. Don't add declspec for Windows (#7096) 2024-10-22 23:15:23 +05:30
pom.xml Preparing for 3.5.0 development (#6411) 2024-01-19 15:05:22 +08:00