thuyle
thuyle
after run docker run -d \ --hostname localhost \ --name kafka \ --volume ./data:/data --volume ./logs:/logs \ --publish 9092:9092 --publish 7203:7203 \ --env KAFKA_ADVERTISED_HOST_NAME=127.0.0.1 --env ZOOKEEPER_IP=127.0.0.1 \ ches/kafka container shutdown...
Using docker toolbox, after run $ docker network create kafka-net $ docker run -d --name zookeeper --network kafka-net zookeeper:3.4 $ docker run -d --name kafka --network kafka-net --env ZOOKEEPER_IP=zookeeper ches/kafka...
Hi all, I meet an issue when I try to deploy apache nifi on GKE, May you give a suggestions? image 
Hi all, I meet an issue when I try to deploy apache nifi on GKE, May you give a suggestions? 
in EC2 Amazon linux install pip3 install pyfuse3 ERRORs Defaulting to user installation because normal site-packages is not writeable Collecting pyfuse3 Using cached pyfuse3-3.2.1.tar.gz (509 kB) ERROR: Command errored out...
hi, How to get 'X-Presto-User' in presto docker?
 Run druid-docker meet error with port 8090 How to solved it? Thanks
We have multi format files (json, csv, tsv, Text Data Files, Parquet Data Files, Avro Data Files, RCFile Data Files, SequenceFile Data Files ...) how to load it to Impla?...