You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hivemall.apache.org by my...@apache.org on 2021/11/28 04:08:25 UTC

[incubator-hivemall] branch master updated: [HIVEMALL-317] Update documentation about Amazon EMR

This is an automated email from the ASF dual-hosted git repository.

myui pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-hivemall.git


The following commit(s) were added to refs/heads/master by this push:
     new e50f24c  [HIVEMALL-317] Update documentation about Amazon EMR
e50f24c is described below

commit e50f24c9b99b8e68f81f99722e233debc71f0a77
Author: boomkim <bh...@gmail.com>
AuthorDate: Sun Nov 28 13:08:19 2021 +0900

    [HIVEMALL-317] Update documentation about Amazon EMR
    
    ## What changes were proposed in this pull request?
    
    Update documentation about Amazon EMR.
    
    Just little change to make bootstrap script working.
    Previous script had dead link.
    
    ## What type of PR is it?
    
    Documentation
    
    ## What is the Jira issue?
    
    https://issues.apache.org/jira/browse/HIVEMALL-317
    
    ## How was this patch tested?
    
    Document update. Test not needed.
    
    Author: boomkim <bh...@gmail.com>
    
    Closes #246 from boomkim/emr_docs.
---
 resources/misc/emr_hivemall_bootstrap.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/resources/misc/emr_hivemall_bootstrap.sh b/resources/misc/emr_hivemall_bootstrap.sh
index 5af6fb6..aff89a2 100644
--- a/resources/misc/emr_hivemall_bootstrap.sh
+++ b/resources/misc/emr_hivemall_bootstrap.sh
@@ -20,4 +20,4 @@
 
 mkdir -p /home/hadoop/tmp
 wget --no-check-certificate -P /home/hadoop/tmp \
- https://github.com/myui/hivemall/raw/master/target/hivemall-with-dependencies.jar https://github.com/myui/hivemall/raw/master/scripts/ddl/define-all.hive
+ https://repo1.maven.org/maven2/org/apache/hivemall/hivemall-all/0.6.0-incubating/hivemall-all-0.6.0-incubating.jar https://raw.githubusercontent.com/apache/incubator-hivemall/master/resources/ddl/define-all.hive