[ https://issues.apache.org/jira/browse/HBASE-836?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12627258#action_12627258 ]
Billy Pearson commented on HBASE-836: ------------------------------------- I ma seeing a error in 2.0 branch with the democlient.php {code} <html> <head> <title>DemoClient</title> </head> <body> <pre> scanning tables... found: webdata creating table: demo_table column families in demo_table: column: entry, maxVer: 10 column: unused, maxVer: 3 PHP Fatal error: Uncaught exception 'TApplicationException' with message 'Invalid method name: 'put'' in /var/www/compspy.com/thrift/packages/Hbase/Hbase.php:653 Stack trace: #0 /var/www/compspy.com/thrift/packages/Hbase/Hbase.php(617): HbaseClient->recv_put() #1 /var/www/compspy.com/includes/thriftdemo.php(114): HbaseClient->put('demo_table', 'foo', 'entry:foo', 'foo-??????') #2 {main} thrown in /var/www/compspy.com/thrift/packages/Hbase/Hbase.php on line 653 {code} changed affected version and fix version to include 2.1 > Update thrift examples to work with changed IDL (HBASE-697) > ----------------------------------------------------------- > > Key: HBASE-836 > URL: https://issues.apache.org/jira/browse/HBASE-836 > Project: Hadoop HBase > Issue Type: Bug > Components: thrift > Affects Versions: 0.2.1, 0.18.0 > Reporter: stack > Assignee: Izaak Rubin > Fix For: 0.2.1, 0.18.0 > > Attachments: hbase-thrift-python.diff > > > Examples are now out of date since HBASE-697 went in. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.