Re: Building Hadoop on macOS Monterey?

2022-03-25 Thread Hariharan
The stripping of DYLD* and LD* variables is a "feature" that's part of Apple's SIP. So another option to stop this is to disable SIP - https://developer.apple.com/documentation/security/disabling_and_enabling_system_integrity_protection Apple doesn't recommend this, but I've been running

Unsubscribe

2022-03-25 Thread Krishna Kishore Bonagiri

Unsubscribe

2022-03-25 Thread Fabio Antero de Pulpa Melo Júnior
Unsubscribe

Unsubscribe

2022-03-25 Thread N Kher
Unsubscribe

Unsubscribe

2022-03-25 Thread Mahudeswaran A
Unsubscribe

Unsubscribe

2022-03-25 Thread Roman Savchenko
Unsubscribe

Unsubscribe

2022-03-25 Thread Niketh Nikky
Thanks Niketh > On Mar 25, 2022, at 11:16 AM, Andrew Purtell wrote: > >  > Thank you for sharing that blog post. > > > The TL;DR is that as soon as macOS executes one if its trusted executables, > > like /bin/sh or /usr/bin/env, it cripples anything you might have done like > > setting

Re: Building Hadoop on macOS Monterey?

2022-03-25 Thread Andrew Purtell
Thank you for sharing that blog post. > The TL;DR is that as soon as macOS executes one if its trusted executables, like /bin/sh or /usr/bin/env, it cripples anything you might have done like setting DYLD_LIBRARY_PATH to dynamic library folders, and results in failure to load them. On the one

Re: Building Hadoop on macOS Monterey?

2022-03-25 Thread Joe Mocker
Hi, Thanks... It ended up being more involved than that due to all the shared library dependencies, but I figured it out (at least with an older version of Hadoop). I ended up writing a short post about it https://creechy.wordpress.com/2022/03/22/building-hadoop-spark-jupyter-on-macos/ --joe

unsubscribe

2022-03-25 Thread hari krishna

unsubscribe

2022-03-25 Thread xt00002...@163.com
xt2...@163.com

unsubscribe

2022-03-25 Thread antoalt
Da: Andrew Purtell Inviato: giovedì 24 marzo 2022 23:14 A: Joe Mocker Cc: user@hadoop.apache.org Oggetto: Re: Building Hadoop on macOS Monterey? If you build with -Dbundle.snappy -Dbundle.zstd on the Maven command line this would produce a tarball containing copies of the native