[jira] [Closed] (HIVEMALL-52) Support spark-sql to execute source define-all.hive, define-additional.hive, define-all.deprecated.hive

2017-02-07 Thread Makoto Yui (JIRA)

 [ 
https://issues.apache.org/jira/browse/HIVEMALL-52?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Makoto Yui closed HIVEMALL-52.
--
Resolution: Fixed
  Assignee: Makoto Yui

> Support spark-sql to execute source define-all.hive, define-additional.hive, 
> define-all.deprecated.hive
> ---
>
> Key: HIVEMALL-52
> URL: https://issues.apache.org/jira/browse/HIVEMALL-52
> Project: Hivemall
>  Issue Type: Bug
>Reporter: Yuming Wang
>Assignee: Makoto Yui
>
> According to 
> [installation|http://hivemall.incubator.apache.org/userguide/getting_started/installation.html#installation]
> {code:sql}
> add jar /tmp/hivemall-core-xxx-with-dependencies.jar;
> source /tmp/define-all.hive;
> {code} 
> Hive is OK, But Spark isn't, exceptions:
> {noformat}
> 17/02/07 16:09:32 INFO SparkSqlParser: Parsing command: drop temporary 
> function hivemall_version
> Error in query: Temporary function 'hivemall_version' not found;
> {noformat}



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


[GitHub] incubator-hivemall pull request #38: Support spark-sql

2017-02-07 Thread asfgit
Github user asfgit closed the pull request at:

https://github.com/apache/incubator-hivemall/pull/38


---
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.
---


[GitHub] incubator-hivemall issue #38: Support spark-sql

2017-02-07 Thread maropu
Github user maropu commented on the issue:

https://github.com/apache/incubator-hivemall/pull/38
  
LGTM cc: @myui


---
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.
---


[GitHub] incubator-hivemall pull request #38: Support spark-sql

2017-02-07 Thread wangyum
GitHub user wangyum opened a pull request:

https://github.com/apache/incubator-hivemall/pull/38

Support spark-sql

## What changes were proposed in this pull request?

Support spark-sql to execute source define-all.hive, 
define-additional.hive, define-all.deprecated.hive

## What type of PR is it?

Bug Fix

### What is the Jira issue?

[HIVEMALL-52](https://issues.apache.org/jira/browse/HIVEMALL-52)

## How was this patch tested?

manual tests


You can merge this pull request into a Git repository by running:

$ git pull https://github.com/wangyum/incubator-hivemall HIVEMALL-52

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/incubator-hivemall/pull/38.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 #38


commit 6a072cad54e2039745d33e64188a67f4ff42ced1
Author: Yuming Wang 
Date:   2017-02-07T07:46:36Z

Support spark-sql

commit 80518e9aee51e7bb5b74de135018dc3405f24564
Author: Yuming Wang 
Date:   2017-02-07T07:57:39Z

fix tokenize_ja function




---
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.
---


[jira] [Created] (HIVEMALL-52) Support spark-sql to execute source define-all.hive, define-additional.hive, define-all.deprecated.hive

2017-02-07 Thread Yuming Wang (JIRA)
Yuming Wang created HIVEMALL-52:
---

 Summary: Support spark-sql to execute source define-all.hive, 
define-additional.hive, define-all.deprecated.hive
 Key: HIVEMALL-52
 URL: https://issues.apache.org/jira/browse/HIVEMALL-52
 Project: Hivemall
  Issue Type: Bug
Reporter: Yuming Wang


According to 
[installation|http://hivemall.incubator.apache.org/userguide/getting_started/installation.html#installation]
{code:sql}
add jar /tmp/hivemall-core-xxx-with-dependencies.jar;
source /tmp/define-all.hive;
{code} 
Hive is OK, But Spark isn't, exceptions:
{noformat}
17/02/07 16:09:32 INFO SparkSqlParser: Parsing command: drop temporary function 
hivemall_version
Error in query: Temporary function 'hivemall_version' not found;
{noformat}



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)