[jira] [Created] (GOBBLIN-546) Use appropriate Lists package

2018-07-30 Thread Kuai Yu (JIRA)
Kuai Yu created GOBBLIN-546:
---

 Summary: Use appropriate Lists package
 Key: GOBBLIN-546
 URL: https://issues.apache.org/jira/browse/GOBBLIN-546
 Project: Apache Gobblin
  Issue Type: Bug
Reporter: Kuai Yu






--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


Re: [VOTE] Apache Gobblin 0.13.0 release RC0

2018-07-30 Thread Hung Tran
Hi all,

I'd like to call a vote to release Apache Gobblin 0.13.0 (Incubating).


The source release candidate RC0 can be downloaded here:
https://dist.apache.org/repos/dist/dev/incubator/gobblin/apache-gobblin-incubating-0.13.0-rc0/

The artifacts (i.e. JARs) corresponding to this release candidate can be found 
here:
https://repository.apache.org/content/repositories/orgapachegobblin-1005/

This has been signed with PGP key 9BB772F1 corresponding to
hut...@apache.org, which is included in the repository's KEYS file.




This key can be found on keyservers, such as:
http://pgp.mit.edu/pks/lookup?op=get=0x
9BB772F1


The release candidate has been tagged with release-0.13.0-rc0. I've also 
created a branch 0.13.0.


For reference, here is a list of all closed JIRAs tagged with 0.13.0: 
https://issues.apache.org/jira/issues/?filter=12343492


For a summary of the 
changes in this release, see: 
https://github.com/apache/incubator-gobblin/blob/0.13.0/CHANGELOG.md


Please review and vote. The vote will be open for 72 hours (ends on Monday, 2 
August 2018, 5:52pm PDT).


 [ ] +1 approve

 [ ] +0 no opinion

 [ ] -1 disapprove (and reason why)


  My vote: +1


Note: Since there were no votes, I have repurposed RC0 to include the fix to 
the launcher script from Tamas.


Thanks,

Hung.



From: Abhishek Tiwari 
Sent: Monday, July 30, 2018 10:53:01 AM
To: dev@gobblin.incubator.apache.org; Tamas Nemeth
Cc: shirsha...@apache.org; ibuen...@apache.org; jbaran...@apache.org
Subject: Re: [VOTE] Apache Gobblin 0.13.0 release RC0

Yes, we should fix it because its a launcher script, so although a minor
bug, its almost a show stopper.
I saw that you opened a PR for fix. So, Hung can we please include this in
the release?

Abhishek

On Sat, Jul 28, 2018 at 12:58 AM Tamas Nemeth 
wrote:

> Hi,
>
> Can we update the specified dependencies in the bash scripts in bin?
> In the current form it, for example, thegobblin-mapreduce.sh will throw a
> class not found if you try to run as the dropwizard metrics was updated
> 
>  but
> the in the bin/gobblin-mapreduce.sh points to an older version
> 
> .
>
> Thanks,
> Tamas
>
> On Sat, Jul 28, 2018 at 4:42 AM Hung Tran  wrote:
>
>> Hi all,
>>
>> I'd like to call a vote to release Apache Gobblin 0.13.0 (Incubating).
>>
>> The source release candidate RC0 can be downloaded here:
>>
>>
>> https://dist.apache.org/repos/dist/dev/incubator/gobblin/apache-gobblin-incubating-0.13.0-rc0/
>>
>> The artifacts (i.e. JARs) corresponding to this release candidate can be
>> found here:
>>
>> https://repository.apache.org/content/repositories/orgapachegobblin-1004/
>>
>> This has been signed with PGP key 9BB772F1 corresponding to
>> hut...@apache.org, which is included in the repository's KEYS file.
>>
>>
>> This key can be found on keyservers, such as:
>> http://pgp.mit.edu/pks/lookup?op=get=0x<
>> http://pgp.mit.edu/pks/lookup?op=get=0x234E3FE3><
>> http://pgp.mit.edu/pks/lookup?op=get=0x234E3FE3>
>>
>> 9BB772F1
>>
>> The release candidate has been tagged with release-0.13.0-rc0. I've also
>> created a branch 0.13.0. For reference, here is a list of all closed JIRAs
>> tagged with 0.13.0:
>> https://issues.apache.org/jira/issues/?filter=12343492 For a summary of
>> the changes in this release, see:
>> https://github.com/apache/incubator-gobblin/blob/0.13.0/CHANGELOG.md
>> Please review and vote. The vote will be open for 72 hours (ends on Monday,
>> 30 July 2018, 7:30pm PDT). [ ] +1 approve [ ] +0 no opinion [ ] -1
>> disapprove (and reason why) My vote: +1 Thanks, Hung.
>>
>>
>>


[jira] [Resolved] (GOBBLIN-545) Gobblin mapreduce throws exception due to outdated dependencies

2018-07-30 Thread Abhishek Tiwari (JIRA)


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

Abhishek Tiwari resolved GOBBLIN-545.
-
   Resolution: Fixed
Fix Version/s: 0.13.0

Issue resolved by pull request #2406
[https://github.com/apache/incubator-gobblin/pull/2406]

> Gobblin mapreduce throws exception due to outdated dependencies
> ---
>
> Key: GOBBLIN-545
> URL: https://issues.apache.org/jira/browse/GOBBLIN-545
> Project: Apache Gobblin
>  Issue Type: Bug
>  Components: gobblin-core
>Reporter: Tamas Nemeth
>Assignee: Abhishek Tiwari
>Priority: Major
> Fix For: 0.13.0
>
>
> The dependencies in gobblin-mapreduce.sh are outdated and needs to updated.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


Re: [VOTE] Apache Gobblin 0.13.0 release RC0

2018-07-30 Thread Abhishek Tiwari
Yes, we should fix it because its a launcher script, so although a minor
bug, its almost a show stopper.
I saw that you opened a PR for fix. So, Hung can we please include this in
the release?

Abhishek

On Sat, Jul 28, 2018 at 12:58 AM Tamas Nemeth 
wrote:

> Hi,
>
> Can we update the specified dependencies in the bash scripts in bin?
> In the current form it, for example, thegobblin-mapreduce.sh will throw a
> class not found if you try to run as the dropwizard metrics was updated
> 
>  but
> the in the bin/gobblin-mapreduce.sh points to an older version
> 
> .
>
> Thanks,
> Tamas
>
> On Sat, Jul 28, 2018 at 4:42 AM Hung Tran  wrote:
>
>> Hi all,
>>
>> I'd like to call a vote to release Apache Gobblin 0.13.0 (Incubating).
>>
>> The source release candidate RC0 can be downloaded here:
>>
>>
>> https://dist.apache.org/repos/dist/dev/incubator/gobblin/apache-gobblin-incubating-0.13.0-rc0/
>>
>> The artifacts (i.e. JARs) corresponding to this release candidate can be
>> found here:
>>
>> https://repository.apache.org/content/repositories/orgapachegobblin-1004/
>>
>> This has been signed with PGP key 9BB772F1 corresponding to
>> hut...@apache.org, which is included in the repository's KEYS file.
>>
>>
>> This key can be found on keyservers, such as:
>> http://pgp.mit.edu/pks/lookup?op=get=0x<
>> http://pgp.mit.edu/pks/lookup?op=get=0x234E3FE3><
>> http://pgp.mit.edu/pks/lookup?op=get=0x234E3FE3>
>>
>> 9BB772F1
>>
>> The release candidate has been tagged with release-0.13.0-rc0. I've also
>> created a branch 0.13.0. For reference, here is a list of all closed JIRAs
>> tagged with 0.13.0:
>> https://issues.apache.org/jira/issues/?filter=12343492 For a summary of
>> the changes in this release, see:
>> https://github.com/apache/incubator-gobblin/blob/0.13.0/CHANGELOG.md
>> Please review and vote. The vote will be open for 72 hours (ends on Monday,
>> 30 July 2018, 7:30pm PDT). [ ] +1 approve [ ] +0 no opinion [ ] -1
>> disapprove (and reason why) My vote: +1 Thanks, Hung.
>>
>>
>>


[jira] [Resolved] (GOBBLIN-528) Multihop Flow Compiler for Gobblin-as-a-Service (GaaS)

2018-07-30 Thread Hung Tran (JIRA)


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

Hung Tran resolved GOBBLIN-528.
---
   Resolution: Fixed
Fix Version/s: (was: 0.13.0)
   0.14.0

Issue resolved by pull request #2393
[https://github.com/apache/incubator-gobblin/pull/2393]

> Multihop Flow Compiler for Gobblin-as-a-Service (GaaS)
> --
>
> Key: GOBBLIN-528
> URL: https://issues.apache.org/jira/browse/GOBBLIN-528
> Project: Apache Gobblin
>  Issue Type: Improvement
>  Components: gobblin-service
>Affects Versions: 0.12.0
>Reporter: Sudarshan Vasudevan
>Assignee: Sudarshan Vasudevan
>Priority: Major
> Fix For: 0.14.0
>
>
> Create a new flow compiler that can compile flows into a DAG of JobSpecs. 



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Created] (GOBBLIN-545) Gobblin mapreduce throws exception due to outdated dependencies

2018-07-30 Thread Tamas Nemeth (JIRA)
Tamas Nemeth created GOBBLIN-545:


 Summary: Gobblin mapreduce throws exception due to outdated 
dependencies
 Key: GOBBLIN-545
 URL: https://issues.apache.org/jira/browse/GOBBLIN-545
 Project: Apache Gobblin
  Issue Type: Bug
  Components: gobblin-core
Reporter: Tamas Nemeth
Assignee: Abhishek Tiwari


The dependencies in gobblin-mapreduce.sh are outdated and needs to updated.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)