python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Apache Drill: Limit CPU/Memory when running in container
I am running Apache Drill and Zookeeper on a Kubernetes cluster. When Drill does not have enough CPU/Memory the entire VM is freezing. Does anyone know the best way to configure this to limit the CPU ...
Bruno Bruzini
Votes: 0
Answers: 1
hadoop3.3.1 start-yarn.sh failed
When I try to use Hadoop3.3.1, HDFS has been successfully run. When performing YARN services, I encountered the following issues, and the configuration file information is an error message as follows...
chenchen
Votes: 0
Answers: 0
Criteria for shard while loading csv file in solr
apache-zookeeper-3.6.1-bin,solr-8.9.0
I have successfully set-up solr-cloud on 2 machines and uploaded configs to zookeeper .Now i have created a collection with numShards=12, replicationFactor=1 and ...
user595014
Votes: 0
Answers: 0
docker-compose zookeeper kafka - ERROR cnxn.saslServer is null: cnxn object did not initialize its saslServer properly
I am trying to use docker-compose to spin up zk/kafka.
docker-compose.yml
version: '2'
services:
zookeeper-1:
image: confluentinc/cp-zookeeper:6.1.4
environment:
ZOOKEEPER_SERVER_ID: 1...
jumping_monkey
Votes: 0
Answers: 1