GitHub user vgmartinez opened a pull request: https://github.com/apache/incubator-zeppelin/pull/668
[Zeppelin-628 ] Fix parse propertyKey in interpreter name for Hive ### What is this PR for? Fix bug https://issues.apache.org/jira/browse/ZEPPELIN-628 ### Todos ### How should this be tested? run a query that contains (something)...eg: ``` %hive select max(ss_promo_sk), ss_customer_sk from qhive.tpcds_orc_500.store_sales where ss_sold_date_sk >= 2452640 and ss_customer_sk > 3 and ss_customer_sk < 20 group by ss_customer_sk ``` It is ok if the **propertyKey** is default: ``` PropertyKey: default, SQL command: 'select max(ss_promo_sk), ss_customer_sk from qhive.tpcds_orc_500.store_sales where ss_sold_date_sk >= 2452640 and ss_customer_sk > 3 and ss_customer_sk < 20 group by ss_customer_sk' ``` ### Questions: Does the licenses files need update? no Is there breaking changes for older versions? no Does this needs documentation? no You can merge this pull request into a Git repository by running: $ git pull https://github.com/vgmartinez/incubator-zeppelin bug_628_for_hive Alternatively you can review and apply these changes as the patch at: https://github.com/apache/incubator-zeppelin/pull/668.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #668 ---- commit 05fa23f8c5112b4e60d0ff1685565af31e5e8a44 Author: vgmartinez <viktor.manuel.gar...@gmail.com> Date: 2016-01-22T16:59:03Z fix parse propertykey in name interpreter ---- --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---