You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Seems I can't build Accumulo on my machine; make failure follows:
Setting up Accumulo conf
Attempting to build Accumulo native libraries
g++ -dynamiclib -undefined dynamic_lookup -O3 -I/System/Library/Frameworks/JavaVM.framework/Headers -I/Library/Java/JavaVirtualMachines/jdk1.8.0_31.jdk/Contents/Home/include -I/Library/Java/JavaVirtualMachines/jdk1.8.0_31.jdk/Contents/Home/include/darwin -Ijavah -o libaccumulo.dylib nativeMap/org_apache_accumulo_tserver_NativeMap.cc
In file included from nativeMap/org_apache_accumulo_tserver_NativeMap.cc:18:
In file included from nativeMap/SubKey.h:19:
In file included from nativeMap/Field.h:20:
In file included from /Library/Developer/CommandLineTools/usr/bin/../include/c++/v1/string:439:
In file included from /Library/Developer/CommandLineTools/usr/bin/../include/c++/v1/algorithm:628:
In file included from /Library/Developer/CommandLineTools/usr/bin/../include/c++/v1/memory:604:
/Library/Developer/CommandLineTools/usr/bin/../include/c++/v1/iterator:341:10: fatal error: '__debug' file not found
include <__debug>
^
1 error generated.
make: *** [libaccumulo.dylib] Error 1
Make failed!
Starting configs are from 2BG/standalone
cp: /Users/kevin/Development/quickinstall-home/accumulo-1.6.1/conf/examples/2BG/standalone/*: No such file or directory
sed: /Users/kevin/Development/quickinstall-home/accumulo-1.6.1/conf/accumulo-site.xml: No such file or directory
sed: /Users/kevin/Development/quickinstall-home/accumulo-1.6.1/conf/accumulo-site.xml: No such file or directory
Initing Accumulo as root@accumulo, password is secret
Could not infer a Monitor role. You need to either define the MONITOR env variable, define "/Users/kevin/Development/quickinstall-home/accumulo-1.6.1/conf/monitor", or make sure "/Users/kevin/Development/quickinstall-home/accumulo-1.6.1/conf/masters" is non-empty.
Could not infer a Monitor role. You need to either define the MONITOR env variable, define "/Users/kevin/Development/quickinstall-home/accumulo-1.6.1/conf/monitor", or make sure "/Users/kevin/Development/quickinstall-home/accumulo-1.6.1/conf/masters" is non-empty.
The text was updated successfully, but these errors were encountered:
Seems I can't build Accumulo on my machine; make failure follows:
Setting up Accumulo conf
Attempting to build Accumulo native libraries
g++ -dynamiclib -undefined dynamic_lookup -O3 -I/System/Library/Frameworks/JavaVM.framework/Headers -I/Library/Java/JavaVirtualMachines/jdk1.8.0_31.jdk/Contents/Home/include -I/Library/Java/JavaVirtualMachines/jdk1.8.0_31.jdk/Contents/Home/include/darwin -Ijavah -o libaccumulo.dylib nativeMap/org_apache_accumulo_tserver_NativeMap.cc
In file included from nativeMap/org_apache_accumulo_tserver_NativeMap.cc:18:
In file included from nativeMap/SubKey.h:19:
In file included from nativeMap/Field.h:20:
In file included from /Library/Developer/CommandLineTools/usr/bin/../include/c++/v1/string:439:
In file included from /Library/Developer/CommandLineTools/usr/bin/../include/c++/v1/algorithm:628:
In file included from /Library/Developer/CommandLineTools/usr/bin/../include/c++/v1/memory:604:
/Library/Developer/CommandLineTools/usr/bin/../include/c++/v1/iterator:341:10: fatal error: '__debug' file not found
include <__debug>
1 error generated.
make: *** [libaccumulo.dylib] Error 1
Make failed!
Starting configs are from 2BG/standalone
cp: /Users/kevin/Development/quickinstall-home/accumulo-1.6.1/conf/examples/2BG/standalone/*: No such file or directory
sed: /Users/kevin/Development/quickinstall-home/accumulo-1.6.1/conf/accumulo-site.xml: No such file or directory
sed: /Users/kevin/Development/quickinstall-home/accumulo-1.6.1/conf/accumulo-site.xml: No such file or directory
Initing Accumulo as root@accumulo, password is secret
Could not infer a Monitor role. You need to either define the MONITOR env variable, define "/Users/kevin/Development/quickinstall-home/accumulo-1.6.1/conf/monitor", or make sure "/Users/kevin/Development/quickinstall-home/accumulo-1.6.1/conf/masters" is non-empty.
Could not infer a Monitor role. You need to either define the MONITOR env variable, define "/Users/kevin/Development/quickinstall-home/accumulo-1.6.1/conf/monitor", or make sure "/Users/kevin/Development/quickinstall-home/accumulo-1.6.1/conf/masters" is non-empty.
The text was updated successfully, but these errors were encountered: