dongjoon-hyun commented on PR #46026:
URL: https://github.com/apache/spark/pull/46026#issuecomment-2054061782
1. Could you put that info into the PR description first to get further
reviews?
2. We need both `spark.driver.extraLibraryPath` and
`spark.executor.extraLibraryPath` in general, doesn't we? Please mention both.
3. In your example, `/path/to/hadoop-3.4.0/lib/native/lib/native` looks like
a typo. Please correct it by removing one of double `bin/native`.
```
$ tree hadoop-3.4.0/lib
hadoop-3.4.0/lib
└── native
├── examples
│ ├── pipes-sort
│ ├── wordcount-nopipe
│ ├── wordcount-part
│ └── wordcount-simple
├── libhadoop.a
├── libhadoop.so -> libhadoop.so.1.0.0
├── libhadoop.so.1.0.0
├── libhadooppipes.a
├── libhadooputils.a
├── libhdfs.a
├── libhdfs.so -> libhdfs.so.0.0.0
├── libhdfs.so.0.0.0
├── libhdfspp.a
├── libhdfspp.so -> libhdfspp.so.0.1.0
├── libhdfspp.so.0.1.0
├── libnativetask.a
├── libnativetask.so -> libnativetask.so.1.0.0
└── libnativetask.so.1.0.0
3 directories, 18 files
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]