[jira] [Commented] (PHOENIX-3967) Failed to move working directory snapshot { ss=_UPGRADING_TABLE_SYSTEM.MUTEX table=SYSTEM.MUTEX type=DISABLED }

2017-06-27 Thread Ankit Singhal (JIRA)

[ 
https://issues.apache.org/jira/browse/PHOENIX-3967?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16064320#comment-16064320
 ] 

Ankit Singhal commented on PHOENIX-3967:


Duplicate of PHOENIX-3962.

> Failed to move working directory snapshot { ss=_UPGRADING_TABLE_SYSTEM.MUTEX 
> table=SYSTEM.MUTEX type=DISABLED }
> ---
>
> Key: PHOENIX-3967
> URL: https://issues.apache.org/jira/browse/PHOENIX-3967
> Project: Phoenix
>  Issue Type: Bug
> Environment: HBase version : 1.2.6
> Phoenix Version : 4.10.0-HBase-1.2.0
>Reporter: vishal
>
> While creating schema or table I am getting this error:
> Failed to move working directory snapshot { ss=_UPGRADING_TABLE_SYSTEM.MUTEX 
> table=SYSTEM.MUTEX type=DISABLED }
> So because of this error it is not creating the schema or table.
> java-program:
> --
> {code:java}
> Properties connectionProps = new Properties();
> connectionProps.put("phoenix.schema.isNamespaceMappingEnabled", "true");
> connectionProps.put("phoenix.schema.mapSystemTablesToNamespace", "true");
> connection = 
> DriverManager.getConnection("jdbc:phoenix:localhost",connectionProps);
> statement = connection.createStatement();
> statement.executeUpdate("CREATE SCHEMA MYSCHEMA");
> {code}
> hdfs-site.xml
> 
> {code:java}
>  
>   phoenix.schema.isNamespaceMappingEnabled
>   true
>
>   
>   phoenix.schema.mapSystemTablesToNamespace
>   true
>
> {code}
> please help me.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Commented] (PHOENIX-3967) Failed to move working directory snapshot { ss=_UPGRADING_TABLE_SYSTEM.MUTEX table=SYSTEM.MUTEX type=DISABLED }

2017-06-21 Thread Josh Elser (JIRA)

[ 
https://issues.apache.org/jira/browse/PHOENIX-3967?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16057786#comment-16057786
 ] 

Josh Elser commented on PHOENIX-3967:
-

Also, you need to expand on the error/stacktrace you ran into here. There isn't 
enough for anyone to figure out what happened with the information you have 
provided.

> Failed to move working directory snapshot { ss=_UPGRADING_TABLE_SYSTEM.MUTEX 
> table=SYSTEM.MUTEX type=DISABLED }
> ---
>
> Key: PHOENIX-3967
> URL: https://issues.apache.org/jira/browse/PHOENIX-3967
> Project: Phoenix
>  Issue Type: Bug
> Environment: HBase version : 1.2.6
> Phoenix Version : 4.10.0-HBase-1.2.0
>Reporter: vishal
>
> While creating schema or table I am getting this error:
> Failed to move working directory snapshot { ss=_UPGRADING_TABLE_SYSTEM.MUTEX 
> table=SYSTEM.MUTEX type=DISABLED }
> So because of this error it is not creating the schema or table.
> java-program:
> --
> {code:java}
> Properties connectionProps = new Properties();
> connectionProps.put("phoenix.schema.isNamespaceMappingEnabled", "true");
> connectionProps.put("phoenix.schema.mapSystemTablesToNamespace", "true");
> connection = 
> DriverManager.getConnection("jdbc:phoenix:localhost",connectionProps);
> statement = connection.createStatement();
> statement.executeUpdate("CREATE SCHEMA MYSCHEMA");
> {code}
> hdfs-site.xml
> 
> {code:java}
>  
>   phoenix.schema.isNamespaceMappingEnabled
>   true
>
>   
>   phoenix.schema.mapSystemTablesToNamespace
>   true
>
> {code}
> please help me.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Commented] (PHOENIX-3967) Failed to move working directory snapshot { ss=_UPGRADING_TABLE_SYSTEM.MUTEX table=SYSTEM.MUTEX type=DISABLED }

2017-06-21 Thread Josh Elser (JIRA)

[ 
https://issues.apache.org/jira/browse/PHOENIX-3967?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16057783#comment-16057783
 ] 

Josh Elser commented on PHOENIX-3967:
-

[~vishalb.e...@gmail.com], this is an issue with Phoenix so I've moved your 
issue from the HBASE JIRA project to the PHOENIX JIRA project.

> Failed to move working directory snapshot { ss=_UPGRADING_TABLE_SYSTEM.MUTEX 
> table=SYSTEM.MUTEX type=DISABLED }
> ---
>
> Key: PHOENIX-3967
> URL: https://issues.apache.org/jira/browse/PHOENIX-3967
> Project: Phoenix
>  Issue Type: Bug
> Environment: HBase version : 1.2.6
> Phoenix Version : 4.10.0-HBase-1.2.0
>Reporter: vishal
>
> While creating schema or table I am getting this error:
> Failed to move working directory snapshot { ss=_UPGRADING_TABLE_SYSTEM.MUTEX 
> table=SYSTEM.MUTEX type=DISABLED }
> So because of this error it is not creating the schema or table.
> java-program:
> --
> {code:java}
> Properties connectionProps = new Properties();
> connectionProps.put("phoenix.schema.isNamespaceMappingEnabled", "true");
> connectionProps.put("phoenix.schema.mapSystemTablesToNamespace", "true");
> connection = 
> DriverManager.getConnection("jdbc:phoenix:localhost",connectionProps);
> statement = connection.createStatement();
> statement.executeUpdate("CREATE SCHEMA MYSCHEMA");
> {code}
> hdfs-site.xml
> 
> {code:java}
>  
>   phoenix.schema.isNamespaceMappingEnabled
>   true
>
>   
>   phoenix.schema.mapSystemTablesToNamespace
>   true
>
> {code}
> please help me.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)