Hello, I'm currently having trouble running sqlline.py. In particular, when I run it, the following output is displayed, then the program hangs:
[cloudera@localhost bin]$ ./sqlline.py localhost Setting property: [isolation, TRANSACTION_READ_COMMITTED] issuing: !connect jdbc:phoenix:localhost none none org.apache.phoenix.jdbc.PhoenixDriver Connecting to jdbc:phoenix:localhost 14/04/02 19:27:00 WARN conf.Configuration: dfs.df.interval is deprecated. Instead, use fs.df.interval 14/04/02 19:27:00 WARN conf.Configuration: hadoop.native.lib is deprecated. Instead, use io.native.lib.available 14/04/02 19:27:00 WARN conf.Configuration: fs.default.name is deprecated. Instead, use fs.defaultFS 14/04/02 19:27:00 WARN conf.Configuration: topology.script.number.args is deprecated. Instead, use net.topology.script.number.args 14/04/02 19:27:00 WARN conf.Configuration: dfs.umaskmode is deprecated. Instead, use fs.permissions.umask-mode 14/04/02 19:27:00 WARN conf.Configuration: topology.node.switch.mapping.impl is deprecated. Instead, use net.topology.node.switch.mapping.impl 14/04/02 19:27:01 WARN conf.Configuration: fs.default.name is deprecated. Instead, use fs.defaultFS 14/04/02 19:27:02 WARN util.NativeCodeLoader: Unable to load native-hadoop library for your platform... using builtin-java classes where applicable I'm currently running this on a standalone Cloudera VM, which is using CDH4.6.0. The version of Phoenix I'm running is v3.0.0-incubating-rc3. Can someone shed some light into this? Thanks, Young Kim
