Jars in Maven Central Repo

2017-10-20 Thread Bokor Andras
Hi,

I am wondering how the jar files like javadoc, sources, tests, tests-sources 
and so on get to Central Repo.
As I am checking different versions I see different set of jar files. E.g:
 - 2.8.0 has only tests and the binary jar but 2.8.1 has all the necessary jars
 - 3.0 alpha1 has all other than javadoc but other 3.0 releases has only tests 
and the normal jar file

Is it intended?
http://repo1.maven.org/maven2/org/apache/hadoop/hadoop-common

Thanks,
Andras

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



Looking for reviewers after testing 3.0-alpha

2017-07-28 Thread Bokor Andras
Hi all,

I was testing 3.0-alpha releases (build, install, run) and I found some bugs.
Some of them were merged but some of them got stuck in "Patch Available" 
status. I am looking for reviewers for these tickets. I would be glad to see 
them in 3.0

HADOOP-14414. Calling maven-site-plugin directly for docs profile is unnecessary
HADOOP-14229. hadoop.security.auth_to_local example is incorrect in the 
documentation
HADOOP-13238. pid handling is failing on secure datanode
HADOOP-14389. Exception handling is incorrect in KerberosName.java
HADOOP-7002. Wrong description of copyFromLocal and copyToLocal in documentation
HADOOP-14420. generateReports property is not applicable for 
maven-site-plugin:attach-descriptor goal
HADOOP-14343. Wrong pid file name in error message when starting secure daemon
HADOOP-14644. javadoc:test-javadoc fails with OutOfMemoryError
HADOOP-14643. Clean up Test(HDFS|LocalFS)FileContextMainOperations and 
FileContextMainOperationsBaseTest
HADOOP-14677. mvn clean compile fails
HADOOP-12802. local FileContext does not rename .crc file
HADOOP-8690. Shell may remove a file without going to trash even if skipTrash 
is not enabled

Thank in advance,
Andras

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



Re: Trunk fails

2017-07-22 Thread Bokor Andras
Something wrong with my formatting and new lines were skipped. So the correct 
link for build log is
https://builds.apache.org/job/PreCommit-HADOOP-Build/12839/artifact/patchprocess/branch-mvninstall-root.txt
  
Bokor Andras  írta:
>Hi all, Trunk currently fails without -DskipShade.To see the full error 
>message check one of the pre-commit buils, 
>eg:https://builds.apache.org/job/PreCommit-HADOOP-Build/12839/artifact/patchprocess/branch-mvninstall-root.txtand
> look for "Duplicate classes found" string.It's related to shading. I do 
>not know too much about shading so I need some help to invesitage this. 
>Thanks,Andras


Trunk fails

2017-07-22 Thread Bokor Andras
Hi all, Trunk currently fails without -DskipShade.To see the full error message 
check one of the pre-commit buils, 
eg:https://builds.apache.org/job/PreCommit-HADOOP-Build/12839/artifact/patchprocess/branch-mvninstall-root.txtand
 look for "Duplicate classes found" string.It's related to shading. I do 
not know too much about shading so I need some help to invesitage this. 
Thanks,Andras

Re: checkstyle and package-info

2016-05-16 Thread Bokor Andras
If there is no other volunteer until tomorrow morning CET we wil do a try.
John Zhuge  írta:
>Thanks Andras.
>
>Created a new https://issues.apache.org/jira/browse/HADOOP-13160 and
>uploaded a patch.
>
>Tested on Ubuntu but I don't have access to a Windows environment. Could
>someone kindly test the patch in Windows?
>
>Thanks,
>
>John Zhuge
>Software Engineer, Cloudera
>
>On Mon, May 16, 2016 at 11:15 AM, Bokor Andras  wrote:
>
>> In Haddop JUnit tests not always follow Test.*.java pattern. Instead I
>> suggest the following suppress:
>> <*suppress **checks=**"JavadocPackage" **files=**"/src/test/.*"*/>
>>
>> This needs to be tested on Windows due to the slashes.
>>
>> John Zhuge  írta:
>>
>>
>> http://stackoverflow.com/questions/5871020/different-checkstyle-rules-for-main-and-test-in-maven
>>
>> http://stackoverflow.com/questions/25894431/checkstyle-different-rules-for-different-files
>>
>> So something like this for Hadoop:
>>
>> 
>>
>> I will test it this approach.
>>
>>
>> John Zhuge
>> Software Engineer, Cloudera
>>
>> On Mon, May 16, 2016 at 9:39 AM, Chris Nauroth 
>> wrote:
>>
>> > I'm in favor of disabling this, but I'm not sure how.  It looks 
>> > like
>> > HADOOP-12701 recently enabled Checkstyle in src/test, so we hadn't seen
>> > this before.  Unfortunately, I can't find a way to keep Checkstyle
>> > generally on for src/test, but with different rules from src/main.
>> >
>> > http://checkstyle.sourceforge.net/config_javadoc.html
>> >
>> >
>> > Does anyone else have an idea?
>> >
>> >
>> > --Chris Nauroth
>> >
>> >
>> >
>> >
>> > On 5/16/16, 6:34 AM, "Steve Loughran"  wrote:
>> >
>> > >
>> > >I've got checkstyle rejecting a patch as there's no 
>> > >package-info.java
>> > >file ‹in src/test
>> > >
>> > >https://issues.apache.org/jira/browse/HADOOP-13130
>> > >
>> > >I'm happy to argue the merits of the package-info files in production
>> > >code: they can be good, if people put in the effort to write and
>> > >maintain, but not for tests. Can we get this turned off?
>> >
>> >
>> > -
>> > To unsubscribe, e-mail: common-dev-unsubscr...@hadoop.apache.org
>> > For additional commands, e-mail: common-dev-h...@hadoop.apache.org
>> >
>> >
>>
>


Re: checkstyle and package-info

2016-05-16 Thread Bokor Andras
In Haddop JUnit tests not always follow Test.*.java pattern. Instead I suggest 
the following suppress: 
This needs to be tested on Windows due to the slashes.
John Zhuge  írta:
>http://stackoverflow.com/questions/5871020/different-checkstyle-rules-for-main-and-test-in-maven
>http://stackoverflow.com/questions/25894431/checkstyle-different-rules-for-different-files
>
>So something like this for Hadoop:
>
>
>
>I will test it this approach.
>
>
>John Zhuge
>Software Engineer, Cloudera
>
>On Mon, May 16, 2016 at 9:39 AM, Chris Nauroth 
>wrote:
>
>> I'm in favor of disabling this, but I'm not sure how.  It looks like
>> HADOOP-12701 recently enabled Checkstyle in src/test, so we hadn't seen
>> this before.  Unfortunately, I can't find a way to keep Checkstyle
>> generally on for src/test, but with different rules from src/main.
>>
>> http://checkstyle.sourceforge.net/config_javadoc.html
>>
>>
>> Does anyone else have an idea?
>>
>>
>> --Chris Nauroth
>>
>>
>>
>>
>> On 5/16/16, 6:34 AM, "Steve Loughran"  wrote:
>>
>> >
>> >I've got checkstyle rejecting a patch as there's no 
>> >package-info.java
>> >file ‹in src/test
>> >
>> >https://issues.apache.org/jira/browse/HADOOP-13130
>> >
>> >I'm happy to argue the merits of the package-info files in production
>> >code: they can be good, if people put in the effort to write and
>> >maintain, but not for tests. Can we get this turned off?
>>
>>
>> -
>> To unsubscribe, e-mail: common-dev-unsubscr...@hadoop.apache.org
>> For additional commands, e-mail: common-dev-h...@hadoop.apache.org
>>
>


Re: Jira Lock Down Upgraded?

2016-05-13 Thread Bokor Andras
I was added as contributor but I am still not able to comment. So it seems the 
contributors are locked down too as Xiao metioned earlier.
Steve Loughran  írta:
>
>> On 13 May 2016, at 06:56, Xiao Chen  wrote:
>> 
>> FYI - I pinged infra but the answer is only people with
>> PMC/committer/contributor *Roles* on jira can comment. Hadoop's 
>> contributor
>> list seems to be reached it's limit, so cannot be added.
>
>
>you can add new contributors (I did this yesterday to assign credit to 
>someone). Process is
>
>-work out their username by going to the user page, look at the URL, copy the 
>name bit
>-go to the admin page where the list of contributors is.
>-paste in the name
>
>What is breaking is the ability to type a name in letter-by-letter and expect 
>JIRA to do an incremental scan. That is overloading
>
>
>-
>To unsubscribe, e-mail: common-dev-unsubscr...@hadoop.apache.org
>For additional commands, e-mail: common-dev-h...@hadoop.apache.org
>