SYSTEM.CATALOG already exists

2015-10-28 Thread Sumit Nigam
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

Re: Phoenix 4.6.0: sqlline.py Hangs From Remote Host

2015-10-28 Thread Steve Terrell
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 >

Re: Phoenix 4.6.0: sqlline.py Hangs From Remote Host

2015-10-28 Thread Alok Singh
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

Phoenix 4.6.0: sqlline.py Hangs From Remote Host

2015-10-28 Thread Steve Terrell
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:

Re: Best Way To Copy Table From Old Phoenix/HBase versions to Newer?

2015-10-28 Thread Steve Terrell
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

Re: mapreduce.LoadIncrementalHFiles: Trying to load hfile... hang till we set permission on the tmp file

2015-10-28 Thread rajeshb...@apache.org
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