[jira] [Updated] (TEZ-4101) Eliminate some guava dependencies by Java8+ features - Preconditions

2020-01-27 Thread Jira


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

László Bodor updated TEZ-4101:
--
Attachment: TEZ-4101.06.patch

> Eliminate some guava dependencies by Java8+ features - Preconditions
> 
>
> Key: TEZ-4101
> URL: https://issues.apache.org/jira/browse/TEZ-4101
> Project: Apache Tez
>  Issue Type: Improvement
>Reporter: László Bodor
>Assignee: László Bodor
>Priority: Major
> Attachments: TEZ-4101.01.patch, TEZ-4101.02.patch, TEZ-4101.03.patch, 
> TEZ-4101.04.patch, TEZ-4101.05.patch, TEZ-4101.06.patch, TEZ-4101.06.patch
>
>
> 1. Preconditions.checkNotNull -> Objects.requireNonNull
> 2. wrap others into a tez common class



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Updated] (TEZ-4101) Eliminate some guava dependencies by Java8+ features - Preconditions

2020-01-27 Thread Jira


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

László Bodor updated TEZ-4101:
--
Attachment: TEZ-4101.06.patch

> Eliminate some guava dependencies by Java8+ features - Preconditions
> 
>
> Key: TEZ-4101
> URL: https://issues.apache.org/jira/browse/TEZ-4101
> Project: Apache Tez
>  Issue Type: Improvement
>Reporter: László Bodor
>Assignee: László Bodor
>Priority: Major
> Attachments: TEZ-4101.01.patch, TEZ-4101.02.patch, TEZ-4101.03.patch, 
> TEZ-4101.04.patch, TEZ-4101.05.patch, TEZ-4101.06.patch
>
>
> 1. Preconditions.checkNotNull -> Objects.requireNonNull
> 2. wrap others into a tez common class



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Updated] (TEZ-4101) Eliminate some guava dependencies by Java8+ features - Preconditions

2020-01-27 Thread Jira


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

László Bodor updated TEZ-4101:
--
Attachment: TEZ-4101.05.patch

> Eliminate some guava dependencies by Java8+ features - Preconditions
> 
>
> Key: TEZ-4101
> URL: https://issues.apache.org/jira/browse/TEZ-4101
> Project: Apache Tez
>  Issue Type: Improvement
>Reporter: László Bodor
>Assignee: László Bodor
>Priority: Major
> Attachments: TEZ-4101.01.patch, TEZ-4101.02.patch, TEZ-4101.03.patch, 
> TEZ-4101.04.patch, TEZ-4101.05.patch
>
>
> 1. Preconditions.checkNotNull -> Objects.requireNonNull
> 2. wrap others into a tez common class



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Updated] (TEZ-4101) Eliminate some guava dependencies by Java8+ features - Preconditions

2020-01-24 Thread Jira


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

László Bodor updated TEZ-4101:
--
Attachment: TEZ-4101.04.patch

> Eliminate some guava dependencies by Java8+ features - Preconditions
> 
>
> Key: TEZ-4101
> URL: https://issues.apache.org/jira/browse/TEZ-4101
> Project: Apache Tez
>  Issue Type: Improvement
>Reporter: László Bodor
>Assignee: László Bodor
>Priority: Major
> Attachments: TEZ-4101.01.patch, TEZ-4101.02.patch, TEZ-4101.03.patch, 
> TEZ-4101.04.patch
>
>
> 1. Preconditions.checkNotNull -> Objects.requireNonNull
> 2. wrap others into a tez common class



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Updated] (TEZ-4101) Eliminate some guava dependencies by Java8+ features - Preconditions

2020-01-22 Thread Jira


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

László Bodor updated TEZ-4101:
--
Attachment: TEZ-4101.03.patch

> Eliminate some guava dependencies by Java8+ features - Preconditions
> 
>
> Key: TEZ-4101
> URL: https://issues.apache.org/jira/browse/TEZ-4101
> Project: Apache Tez
>  Issue Type: Improvement
>Reporter: László Bodor
>Assignee: László Bodor
>Priority: Major
> Attachments: TEZ-4101.01.patch, TEZ-4101.02.patch, TEZ-4101.03.patch
>
>
> 1. Preconditions.checkNotNull -> Objects.requireNonNull
> 2. wrap others into a tez common class



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Updated] (TEZ-4101) Eliminate some guava dependencies by Java8+ features - Preconditions

2020-01-21 Thread Jira


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

László Bodor updated TEZ-4101:
--
Attachment: TEZ-4101.02.patch

> Eliminate some guava dependencies by Java8+ features - Preconditions
> 
>
> Key: TEZ-4101
> URL: https://issues.apache.org/jira/browse/TEZ-4101
> Project: Apache Tez
>  Issue Type: Improvement
>Reporter: László Bodor
>Assignee: László Bodor
>Priority: Major
> Attachments: TEZ-4101.01.patch, TEZ-4101.02.patch
>
>
> 1. Preconditions.checkNotNull -> Objects.requireNonNull
> 2. wrap others into a tez common class



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Updated] (TEZ-4101) Eliminate some guava dependencies by Java8+ features - Preconditions

2020-01-15 Thread Jira


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

László Bodor updated TEZ-4101:
--
Description: 
1. Preconditions.checkNotNull -> Objects.requireNonNull
2. wrap others into a tez common class


  was:
1. Preconditions.checkNotNull -> Objects.requireNonNull
2. wrap other into a tez common class



> Eliminate some guava dependencies by Java8+ features - Preconditions
> 
>
> Key: TEZ-4101
> URL: https://issues.apache.org/jira/browse/TEZ-4101
> Project: Apache Tez
>  Issue Type: Improvement
>Reporter: László Bodor
>Assignee: László Bodor
>Priority: Major
> Attachments: TEZ-4101.01.patch
>
>
> 1. Preconditions.checkNotNull -> Objects.requireNonNull
> 2. wrap others into a tez common class



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Updated] (TEZ-4101) Eliminate some guava dependencies by Java8+ features - Preconditions

2020-01-15 Thread Jira


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

László Bodor updated TEZ-4101:
--
Description: 
1. Preconditions.checkNotNull -> Objects.requireNonNull
2. wrap other into a tez common class


  was: Preconditions.checkNotNull -> Objects.requireNonNull


> Eliminate some guava dependencies by Java8+ features - Preconditions
> 
>
> Key: TEZ-4101
> URL: https://issues.apache.org/jira/browse/TEZ-4101
> Project: Apache Tez
>  Issue Type: Improvement
>Reporter: László Bodor
>Assignee: László Bodor
>Priority: Major
> Attachments: TEZ-4101.01.patch
>
>
> 1. Preconditions.checkNotNull -> Objects.requireNonNull
> 2. wrap other into a tez common class



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Updated] (TEZ-4101) Eliminate some guava dependencies by Java8+ features - Preconditions

2020-01-15 Thread Jira


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

László Bodor updated TEZ-4101:
--
Attachment: TEZ-4101.01.patch

> Eliminate some guava dependencies by Java8+ features - Preconditions
> 
>
> Key: TEZ-4101
> URL: https://issues.apache.org/jira/browse/TEZ-4101
> Project: Apache Tez
>  Issue Type: Improvement
>Reporter: László Bodor
>Assignee: László Bodor
>Priority: Major
> Attachments: TEZ-4101.01.patch
>
>
>  Preconditions.checkNotNull -> Objects.requireNonNull



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Updated] (TEZ-4101) Eliminate some guava dependencies by Java8+ features - Preconditions

2020-01-15 Thread Jira


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

László Bodor updated TEZ-4101:
--
Summary: Eliminate some guava dependencies by Java8+ features - 
Preconditions  (was: Eliminate some guava dependencies by Java8+ features)

> Eliminate some guava dependencies by Java8+ features - Preconditions
> 
>
> Key: TEZ-4101
> URL: https://issues.apache.org/jira/browse/TEZ-4101
> Project: Apache Tez
>  Issue Type: Improvement
>Reporter: László Bodor
>Assignee: László Bodor
>Priority: Major
>
>  Preconditions.checkNotNull -> Objects.requireNonNull



--
This message was sent by Atlassian Jira
(v8.3.4#803005)