Hi,
I have a logic to create some tables at startup of my application as - "CREATE
TABLE IF NOT EXISTS "This can happen from multiple instances of this app
concurrently.
Sometimes, when I restart the application, I get the error -
org.apache.hadoop.hbase.client.RpcRetryingCaller@761e074,
or
Yes, I can:
$ telnet ** 2181
Trying 54.174.32.95...
Connected to **.
Escape character is '^]'.
Thanks,
Steve
On Wed, Oct 28, 2015 at 4:48 PM, Alok Singh wrote:
> It looks like a zookeeper node is also on the master. Can you connect to
> on port 2181 from the machine that you are running
>
It looks like a zookeeper node is also on the master. Can you connect to
on port 2181 from the machine that you are running
sqlline.py on?
Alok
Alok
a...@cloudability.com
On Wed, Oct 28, 2015 at 2:23 PM, Steve Terrell
wrote:
> I can get "sqlline.py localhost" to work fine from the master nod
I can get "sqlline.py localhost" to work fine from the master node.
However, when I try to run it remotely, all I get is this:
java -cp "**/phoenix-4.6.0-HBase-0.98-client.jar"
-Dlog4j.configuration=file:**/log4j.properties sqlline.SqlLine -d
org.apache.phoenix.jdbc.PhoenixDriver -u jdbc:phoenix:
Thanks for the tip! Unfortunately, my source cluster is now having
unrelated issues restoring from an HBase backup, so I may not get to try it.
On Wed, Oct 28, 2015 at 1:07 AM, James Taylor
wrote:
> Did you see the work that was done in PHOENIX-1653? I'm not sure if
> that'll read from a Phoeni
Hi,
You can set following configuration in hbase-site.xml
and export HBASE_CONF_PATH or HBASE_CONF_DIR with the configuration
directory before running the job.
property>
hbase.coprocessor.region.classes
org.apache.hadoop.hbase.security.access.SecureBulkLoadEndpoint
Thanks,
R