Thank you.
Actually in HBase conf folder in hbase-site.xml I have given wrong path. now it is working fine. I have one more problem while creating my new app I have this kind of messages
as
SLF4J: Class path contains multiple SLF4J bindings.
SLF4J: Found binding in [jar:file:/home/nidhi/predictionio/PredictionIO-0.11.0-incubating/lib/spark/pio-data-hdfs-assembly-0.11.0-incubating.jar!/org/slf4j/impl/StaticLoggerBinder.class]
SLF4J: Found binding in [jar:file:/home/nidhi/predictionio/PredictionIO-0.11.0-incubating/lib/pio-assembly-0.11.0-incubating.jar!/org/slf4j/impl/StaticLoggerBinder.class]
SLF4J: See http://www.slf4j.org/codes.html#multiple_bindings for an explanation.
SLF4J: Actual binding is of type [org.slf4j.impl.Log4jLoggerFactory]
[INFO] [Pio$] Name | ID | Access Key | Allowed Event(s)
[INFO] [Pio$] MyApp1 | 1 | 8-PWLQJ7-EMfVSB7dFzstVyLZadqkaTd_D1MoWM81NgESkNjbpHosGxb4Bo_5H05 | (all)
[INFO] [Pio$] Finished listing 1 app(s).
not understanding why this SLF4J error is coming.
Thank you in advance.
