Member since
12-15-2017
13
Posts
4
Kudos Received
0
Solutions
05-19-2016
04:37 PM
What if all the permission are correct but the data node does not start
... View more
02-16-2016
05:53 AM
@Sreenivas Adiki I am not able to compile a program myconsumer.java which uses the following classes from kafkaimport kafka.consumer.Consumer;
import kafka.consumer.ConsumerConfig;
import kafka.consumer.ConsumerIterator;
import kafka.consumer.KafkaStream;
import kafka.javaapi.consumer.ConsumerConnector;
import org.apache.spark.sql.DataFrame;
import org.apache.spark.sql.SQLContext;It gives errors " cannot load or not found "is there way to resolve this . I have already tried including classpath or using javac -classpath <> myconsumer.java with no successREgardsSReeni
... View more