kaiwaehner / hivemq-mqtt-tensorflow-kafka-realtime-iot-machine-learning-training-inference

Real Time Big Data / IoT Machine Learning (Model Training and Inference) with HiveMQ (MQTT), TensorFlow IO and Apache Kafka - no additional data store like S3, HDFS or Spark required
Apache License 2.0
403 stars 142 forks source link

Helm Directory Doesn't Exist #36

Closed rawkode closed 4 years ago

rawkode commented 4 years ago

During terraform apply

Download Confluent Operator
Operator is installed...
../confluent/01_installConfluentPlatform.sh: line 42: cd: helm/: No such file or directory
ora0600 commented 4 years ago

The script ../confluent/01_installConfluentPlatform.sh expect that you run terraform from terraform-gcp/. So, please go to hivemq-mqtt-tensorflow-kafka-realtime-iot-machine-learning-training-inference/infrastructure/terraform-gcp$ form there run your terraform apply. terraform will call ../confluent/01_installConfluentPlatform.sh and this script will download the Confluent Operator into confluent-operator/ and there is helm/ directory. Please see https://github.com/kaiwaehner/hivemq-mqtt-tensorflow-kafka-realtime-iot-machine-learning-training-inference/blob/master/infrastructure/confluent/01_installConfluentPlatform.sh beginning with line 20

ora0600 commented 4 years ago

Sorry, wrong answer. Your Operator is already installed. So, please before executing terraform delete confluent-operator/ in hivemq-mqtt-tensorflow-kafka-realtime-iot-machine-learning-training-inference/infrastructure/terraform-gcp$ So, then the Operator will be installed fresh.