RK
06/29/2021, 5:16 PMXiang Fu
Xiang Fu
Xiang Fu
security.protocol=SASL_PLAINTEXT (or SASL_SSL)
sasl.kerberos.service.name="kafka"
into your stream configs in your table confRK
06/29/2021, 5:35 PMXiang Fu
Xiang Fu
RK
07/06/2021, 4:45 PMstart-controller.sh
file When I am using same Property in quick-start-batch.sh
then its working fine, but when I am starting controller independently (without using quick-start-batch.sh file) It's showing below error message in controller log file.
"`Caused by: java.lang.IllegalArgumentException: Could not find a 'KafkaClient' entry in the JAAS configuration. System property 'java.security.auth.login.config' is not set"`
In quick-start-batch.sh
exec "$JAVACMD" $ALL_JAVA_OPTS \
-classpath "$CLASSPATH" \
-Djava.security.auth.login.config="/home/dev/client_jaas.conf" \
-Dapp.name="quick-start-batch" \
command to run: bin/quick-start-batch.sh
`"WORKED AS EXPECTED`"
In start-controller.sh
exec "$JAVACMD" $ALL_JAVA_OPTS \
-classpath "$CLASSPATH" \
-Djava.security.auth.login.config="/home/dev/client_jaas.conf" \
-Dapp.name="start-controller" \
command to start:bin/pinot-admin.sh StartController -configFileName /home/dev/Pinot/apache-pinot-incubating-0.7.1-bin/bin/controller.conf
--->Table Add command:
bin/pinot-admin.sh AddTable \
-schemaFile /home/dev/Pinot/transaction_schema.json \
-tableConfigFile /home/dev/Pinot/transaction_realtime_config.json\
-exec
error Message:2021/07/06 211601.653 INFO [AddTableCommand] [main] {"code":500,"error":"org.apache.kafka.common.KafkaException: Failed to construct kafka consumer"}
In Controller Log File:
"`Caused by: java.lang.IllegalArgumentException: Could not find a 'KafkaClient' entry in the JAAS configuration. System property 'java.security.auth.login.config' is not set"`
Kindly Suggest.
@Jackie @Xiang Fu @Ken Krugler @Kishore G @Neha Pawar @Mayank @Uday Vallamsetty @Yupeng FuJackie
07/07/2021, 12:48 AMXiang Fu
Xiang Fu
RK
07/07/2021, 1:04 AMAlexander Pucher
07/07/2021, 4:29 AMRK
07/08/2021, 5:15 AMRK
07/09/2021, 5:59 AM