Hello all, I'm in a situation where I need to bypass the Phoenix JDBC driver and write directly to a Phoenix table through the HBase API using Get and Put operations. However, I do not want to mess up Phoenix or any of its internal record keeping.
What are some things I need to watch out for? What steps must I take to make sure I don't mess up Phoenix? --Jeremy
