Member since
05-30-2018
26
Posts
1
Kudos Received
1
Solution
My Accepted Solutions
Title | Views | Posted |
---|---|---|
10224 | 06-01-2018 05:48 AM |
06-07-2018
05:59 AM
Yes, it is working as a root user Thanks @Felix Albani
... View more
06-06-2018
12:23 PM
when I am trying to start kafka with the following command : `bin/kafka-server-start.sh config/server.properties` I am getting this error every time Cannot open file /opt/kafka_2.11-1.1.0/bin/../logs/kafkaServer-gc.log due to Permission denied. how to fix this ...
... View more
Labels:
- Labels:
-
Apache Kafka
06-05-2018
09:57 AM
When trying to use kafka connect using following command : bin /connect-standalone .sh config /connect-standalone .properties config /connect-file-source .properties config /connect-file-sink .properties It throws a error as `WARN FAILED http_8083@773e2eb5{HTTP/1.1}{0.0.0.0:8083}: java.net.BindException: Address already in use (org.eclipse.jetty.util.component.AbstractLifeCycle:212)` and finally ends with the line `INFO Kafka Connect stopped` How can I change my Kafka-Connect port from 8083 to other port ?
... View more
Labels:
- Labels:
-
Apache Kafka
06-04-2018
03:54 AM
Thanks @Abdelkrim Hadjidj I understood the difference 🙂
... View more
06-02-2018
12:47 PM
Kafka uses Producer/Consumer concept whime MQTT uses Subscribe/Publish concept ...so How Kafka is different from MQTT ? Can Kafka handle more works than MQTT with its features ?
... View more
Labels:
- Labels:
-
Apache Kafka
06-01-2018
05:48 AM
Okay ! after a bit of search on stackoverflow I came across the command `sudo chown -R $USER:$USER /home/rahul/nifi-1.6.0` that will give the permission to the folder to alter the changes with permission to read and write, and Bingo !!! it worked . And after firing the command mentioned in above, there is no error as following : Exception in thread "main" java.io.IOException: /home/nifi-1.6.0/run directory does not have read/write privilege Thanks @Matt Clarke @Jay Kumar SenSharma
... View more
06-01-2018
03:45 AM
Still showing same error
... View more
06-01-2018
03:41 AM
I started nifi just now and it is showing too in the nifi-bootstrap.log I ran ps -ef|grep "TIME\|nifi-1" which gave following result as shown in the image, but still java.io.exception is there...
... View more
05-31-2018
12:00 PM
I have installed Nifi-1.6.0 and when I fire the command `./nifi.sh start` in terminal, it is showing `Exception in thread "main" java.io.IOException: /home/nifi-1.6.0/run directory does not have read/write privilege `. Although on browser GUI, Nifi is coming well on `localhost:8080/nifi `.
... View more
Labels:
- Labels:
-
Apache NiFi
- « Previous
-
- 1
- 2
- Next »