Any idea based on the log I posted? I've been trying to figure out what the error messages mean, but no progress sadly :(
On Thu, Apr 3, 2014 at 5:39 PM, Jeffrey Zhong <[email protected]>wrote: > > You can modify log4j.properties file by setting "log4j.threshold=DEBUG" to > see errors. > > From: Young Kim <[email protected]> > Reply-To: <[email protected]> > Date: Thursday, April 3, 2014 12:52 PM > To: <[email protected]> > Subject: Re: sqllite.py hangs > > There's no log output from HBase. Zookeeper's output is that the > connection was successfully established. Any other suggestions? :( > > > On Thu, Apr 3, 2014 at 6:22 AM, Abe Weinograd <[email protected]> wrote: > >> I have had that problem when something isn't set up properly on the HBase >> side. What do your zookeeper and HBase logs look like? >> >> >> On Wed, Apr 2, 2014 at 10:49 PM, Young Kim <[email protected]> wrote: >> >>> 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 >>> >> >> > > CONFIDENTIALITY NOTICE > NOTICE: This message is intended for the use of the individual or entity > to which it is addressed and may contain information that is confidential, > privileged and exempt from disclosure under applicable law. If the reader > of this message is not the intended recipient, you are hereby notified that > any printing, copying, dissemination, distribution, disclosure or > forwarding of this communication is strictly prohibited. If you have > received this communication in error, please contact the sender immediately > and delete it from your system. Thank You.
