Guest User

Untitled

a guest
Jan 16th, 2018
123
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.51 KB | None | 0 0
  1. I am using Phoenix verion :4.10.0-HBase-1.2
  2.  
  3. I am getting below error while creating new schema:
  4.  
  5. What does mean by ensure on client and server ??
  6. What changes i need to do ??
  7.  
  8. please give me any suggestions..
  9.  
  10. Properties properties = new Properties();
  11. properties.setProperty("phoenix.schema.mapSystemTablesToNamespace", "true");
  12. properties.setProperty("phoenix.schema.isNamespaceMappingEnabled", "true");
  13. Connection connection = DriverManager.getConnection("jdbc:phoenix:...:/hbase", properties);
Add Comment
Please, Sign In to add comment