Minikube requires that VT-x/AMD-v virtualization is enabled in BIOS. To check that this is enabled on OSX / macOS run:
sysctl -a | grep machdep.cpu.features | grep VMX
If there's output, you're good!
zookeeper-server-start.sh - starting Zookeeperkafka-server-start.sh - start Kafkakafka-topics.sh - manage topics in Kafkakafka-console-producer.sh - script for sending messages to Kafka topickafka-console-consumer.sh - script for consuming messages from Kafka topickafka-run-class.sh - script for running different tools (list of tools can be found here)| LOCAL_PATH:= $(call my-dir) | |
| include $(CLEAR_VARS) | |
| LOCAL_SRC_FILES:= \ | |
| gps_test.cpp | |
| LOCAL_SHARED_LIBRARIES := \ | |
| libcutils libhardware | |
| LOCAL_MODULE:= test-gps |