Re: Trying to execute a put to docker cloudera hbase

2019-06-27 Thread Stack
On Thu, Jun 27, 2019 at 1:25 AM Guillermo Ortiz Fernández < guillermo.ortiz.f...@gmail.com> wrote: > I'm trying to insert a record in HBase. I have a docker cloudera > quickstarter image. > I can connect to zookeeper and hbase port from my machine to the docker > expose ports with telnet (2181,

Trying to execute a put to docker cloudera hbase

2019-06-27 Thread Guillermo Ortiz Fernández
I'm trying to insert a record in HBase. I have a docker cloudera quickstarter image. I can connect to zookeeper and hbase port from my machine to the docker expose ports with telnet (2181, 6, 60010). I have included in the classpath the files hbase-site, core-site, hdfs-site. When the put is