|
@@ -16,10 +16,6 @@ import java.util.*;
|
|
|
*/
|
|
|
public class PhoenixUtils {
|
|
|
|
|
|
-
|
|
|
- /**phoenix驱动*/
|
|
|
- private final static String PHOENIX_DRIVER = "org.apache.phoenix.queryserver.client.Driver";
|
|
|
- private final static String PHOENIX_URL = "jdbc:phoenix:thin:url=http://phoenix-1.node:8765;serialization=PROTOBUF";
|
|
|
/**
|
|
|
* 获取连接
|
|
|
* @return java.sql.Connection
|