[jira] [Created] (HADOOP-16399) Add missing getFileBlockLocations overload to FilterFileSystem

2019-06-26 Thread David Phillips (JIRA)
David Phillips created HADOOP-16399:
---

 Summary: Add missing getFileBlockLocations overload to 
FilterFileSystem
 Key: HADOOP-16399
 URL: https://issues.apache.org/jira/browse/HADOOP-16399
 Project: Hadoop Common
  Issue Type: Bug
Reporter: David Phillips


The {{getFileBlockLocations(Path, long, long)}} overload is missing.



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

-
To unsubscribe, e-mail: common-issues-unsubscr...@hadoop.apache.org
For additional commands, e-mail: common-issues-h...@hadoop.apache.org



[jira] [Commented] (HADOOP-15205) maven release: missing source attachments for hadoop-mapreduce-client-core

2019-01-09 Thread David Phillips (JIRA)


[ 
https://issues.apache.org/jira/browse/HADOOP-15205?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16739173#comment-16739173
 ] 

David Phillips commented on HADOOP-15205:
-

I updated the list of affected versions. Unfortunately, almost all of the 
recent release are missing source jars. It does seem that the problem is how 
the release process is being run, since they are missing for 2.9.0 and 2.9.2 
but not 2.9.1.

Can we ensure that the source jars are uploaded for all future releases?

> maven release: missing source attachments for hadoop-mapreduce-client-core
> --
>
> Key: HADOOP-15205
> URL: https://issues.apache.org/jira/browse/HADOOP-15205
> Project: Hadoop Common
>  Issue Type: Bug
>Affects Versions: 2.9.0, 2.8.2, 2.8.3, 2.7.5, 3.0.0, 3.1.0, 3.0.1, 2.8.4, 
> 2.9.2, 2.8.5
>Reporter: Zoltan Haindrich
>Priority: Major
> Attachments: chk.bash
>
>
> I wanted to use the source attachment; however it looks like since 2.7.5 that 
> artifact is not present at maven central ; it looks like the last release 
> which had source attachments / javadocs was 2.7.4
> http://central.maven.org/maven2/org/apache/hadoop/hadoop-mapreduce-client-core/2.7.4/
> http://central.maven.org/maven2/org/apache/hadoop/hadoop-mapreduce-client-core/2.7.5/
> this seems to be not limited to mapreduce; as the same change is present for 
> yarn-common as well
> http://central.maven.org/maven2/org/apache/hadoop/hadoop-yarn-common/2.7.4/
> http://central.maven.org/maven2/org/apache/hadoop/hadoop-yarn-common/2.7.5/
> and also hadoop-common
> http://central.maven.org/maven2/org/apache/hadoop/hadoop-common/2.7.4/
> http://central.maven.org/maven2/org/apache/hadoop/hadoop-common/2.7.5/
> http://central.maven.org/maven2/org/apache/hadoop/hadoop-common/3.0.0/
> http://central.maven.org/maven2/org/apache/hadoop/hadoop-common/3.1.0/



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

-
To unsubscribe, e-mail: common-issues-unsubscr...@hadoop.apache.org
For additional commands, e-mail: common-issues-h...@hadoop.apache.org



[jira] [Updated] (HADOOP-15205) maven release: missing source attachments for hadoop-mapreduce-client-core

2019-01-09 Thread David Phillips (JIRA)


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

David Phillips updated HADOOP-15205:

Affects Version/s: 2.9.0
   2.8.2
   2.8.3
   2.8.4
   2.9.2
   2.8.5

> maven release: missing source attachments for hadoop-mapreduce-client-core
> --
>
> Key: HADOOP-15205
> URL: https://issues.apache.org/jira/browse/HADOOP-15205
> Project: Hadoop Common
>  Issue Type: Bug
>Affects Versions: 2.9.0, 2.8.2, 2.8.3, 2.7.5, 3.0.0, 3.1.0, 3.0.1, 2.8.4, 
> 2.9.2, 2.8.5
>Reporter: Zoltan Haindrich
>Priority: Major
> Attachments: chk.bash
>
>
> I wanted to use the source attachment; however it looks like since 2.7.5 that 
> artifact is not present at maven central ; it looks like the last release 
> which had source attachments / javadocs was 2.7.4
> http://central.maven.org/maven2/org/apache/hadoop/hadoop-mapreduce-client-core/2.7.4/
> http://central.maven.org/maven2/org/apache/hadoop/hadoop-mapreduce-client-core/2.7.5/
> this seems to be not limited to mapreduce; as the same change is present for 
> yarn-common as well
> http://central.maven.org/maven2/org/apache/hadoop/hadoop-yarn-common/2.7.4/
> http://central.maven.org/maven2/org/apache/hadoop/hadoop-yarn-common/2.7.5/
> and also hadoop-common
> http://central.maven.org/maven2/org/apache/hadoop/hadoop-common/2.7.4/
> http://central.maven.org/maven2/org/apache/hadoop/hadoop-common/2.7.5/
> http://central.maven.org/maven2/org/apache/hadoop/hadoop-common/3.0.0/
> http://central.maven.org/maven2/org/apache/hadoop/hadoop-common/3.1.0/



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

-
To unsubscribe, e-mail: common-issues-unsubscr...@hadoop.apache.org
For additional commands, e-mail: common-issues-h...@hadoop.apache.org



[jira] [Created] (HADOOP-14089) Shaded Hadoop client runtime includes non-shaded classes

2017-02-16 Thread David Phillips (JIRA)
David Phillips created HADOOP-14089:
---

 Summary: Shaded Hadoop client runtime includes non-shaded classes
 Key: HADOOP-14089
 URL: https://issues.apache.org/jira/browse/HADOOP-14089
 Project: Hadoop Common
  Issue Type: Bug
Affects Versions: 3.0.0-alpha2
Reporter: David Phillips


The jar includes things like {{assets}}, {{okio}}, {{javax/annotation}}, 
{{javax/ws}}, {{mozilla}}, etc.

An easy way to verify this is to look at the contents of the jar:
{code}
jar tf hadoop-client-runtime-xxx.jar | sort | grep -v '^org/apache/hadoop'
{code}

For standard dependencies, such as the JSR 305 {{javax.annotation}} or JAX-RS 
{{javax.ws}}, it makes sense for those to be normal dependencies in the POM -- 
they are standard, so version conflicts shouldn't be a problem. The JSR 305 
annotations can be {{true}} since they aren't needed at 
runtime (this is what Guava does).





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

-
To unsubscribe, e-mail: common-issues-unsubscr...@hadoop.apache.org
For additional commands, e-mail: common-issues-h...@hadoop.apache.org