[ 
https://issues.apache.org/jira/browse/TAJO-2069?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15211362#comment-15211362
 ] 

ASF GitHub Bot commented on TAJO-2069:
--------------------------------------

Github user blrunner commented on the pull request:

    https://github.com/apache/tajo/pull/953#issuecomment-201121329
  
    Finished test successfully as following:
    
    * EC2 instances which have been deployed manually.
    * EMR cluster using below script
    ```
    aws emr create-cluster \
        --name="<CLUSTER_NAME> \
        --release-label=emr-4.4.0 \
        --no-auto-terminate \
        --use-default-roles \
        --ec2-attributes KeyName=<KEY_NAME> \
        --instance-groups 
InstanceGroupType=MASTER,InstanceCount=1,InstanceType=m3.xlarge 
InstanceGroupType=CORE,InstanceCount=2,InstanceType=c3.xlarge \
        --bootstrap-action Name="Install 
tajo",Path=s3://jhjung-us/tajo-emr/install-tajo-java8.py,Args=["-t","s3://jhjung-us/tajo-emr/tajo-0.12.0-SNAPSHOT.tar.gz","-c","s3://tajo-emr/tajo-0.11.0/c3.xlarge/conf"]
    ```
    * Access to S3 directly on OSX


> Implement finding the total size of all objects in a bucket with AWS SDK.
> -------------------------------------------------------------------------
>
>                 Key: TAJO-2069
>                 URL: https://issues.apache.org/jira/browse/TAJO-2069
>             Project: Tajo
>          Issue Type: Sub-task
>          Components: Catalog, QueryMaster, S3, Storage
>            Reporter: Jaehwa Jung
>            Assignee: Jaehwa Jung
>             Fix For: 0.12.0
>
>
> See the title and TAJO-2023.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to