[jira] [Commented] (HBASE-25530) hbase 3.0.0 example source not usable due to hbase-asyncfs-3.0.0-SNAPSHOT jar not found

2021-01-28 Thread Sean Busbey (Jira)


[ 
https://issues.apache.org/jira/browse/HBASE-25530?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17273853#comment-17273853
 ] 

Sean Busbey commented on HBASE-25530:
-

FYI, this kind of back and forth is usually better suited to the mailing lists 
(dev@hbase specifically since we are talking about an in development branch). 
In the future please bring these kinds of concerns there. For details on the 
mailing lists please see [our mailing list overview 
page|http://hbase.apache.org/mail-lists.html].

In general the project relies on Maven 3. We have guardrails to prevent using 
maven  versions earlier than 3.0.4, but generally it's best to build using 
Maven 3.6.3 because that is what our automated testing uses.

It'll be easier to walk through the needed building if I have a better sense of 
what you're trying to do. For example, if you don't need to run tests locally 
then the easiest solution to running into a test failure is to pass maven 
{{-DskipTests}}

> hbase 3.0.0 example source not usable due to hbase-asyncfs-3.0.0-SNAPSHOT jar 
> not found
> ---
>
> Key: HBASE-25530
> URL: https://issues.apache.org/jira/browse/HBASE-25530
> Project: HBase
>  Issue Type: Task
>Reporter: Richard Tkatch
>Priority: Major
>
> tried to run maven on the example client pom for hbase 3.0.0. 
> [ERROR] Failed to execute goal on project hbase-examples: Could not resolve 
> dependencies for project org.apache.hbase:hbase-examples:jar:3.0.0-SNAPSHOT: 
> The following artifacts could not be resolved: 
> org.apache.hbase:hbase-asyncfs:jar:3.0.0-SNAPSHOT, 
> org.apache.hbase:hbase-replication:jar:3.0.0-SNAPSHOT: Failure to find 
> org.apache.hbase:hbase-asyncfs:jar:3.0.0-SNAPSHOT in 
> https://repository.apache.org/snapshots was cached in the local repository, 
> resolution will not be reattempted until the update interval of 
> apache.snapshots has elapsed or updates are forced -> [Help 1]
>  
> I can't seem to find this jar and the link that points to the jar is dead. 



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


[jira] [Commented] (HBASE-25530) hbase 3.0.0 example source not usable due to hbase-asyncfs-3.0.0-SNAPSHOT jar not found

2021-01-28 Thread Richard Tkatch (Jira)


[ 
https://issues.apache.org/jira/browse/HBASE-25530?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17273831#comment-17273831
 ] 

Richard Tkatch commented on HBASE-25530:


does this require maven 2 (I am using maven 3)?
I noticed the download had a /maven2/...  in the paths. 

> hbase 3.0.0 example source not usable due to hbase-asyncfs-3.0.0-SNAPSHOT jar 
> not found
> ---
>
> Key: HBASE-25530
> URL: https://issues.apache.org/jira/browse/HBASE-25530
> Project: HBase
>  Issue Type: Task
>Reporter: Richard Tkatch
>Priority: Major
>
> tried to run maven on the example client pom for hbase 3.0.0. 
> [ERROR] Failed to execute goal on project hbase-examples: Could not resolve 
> dependencies for project org.apache.hbase:hbase-examples:jar:3.0.0-SNAPSHOT: 
> The following artifacts could not be resolved: 
> org.apache.hbase:hbase-asyncfs:jar:3.0.0-SNAPSHOT, 
> org.apache.hbase:hbase-replication:jar:3.0.0-SNAPSHOT: Failure to find 
> org.apache.hbase:hbase-asyncfs:jar:3.0.0-SNAPSHOT in 
> https://repository.apache.org/snapshots was cached in the local repository, 
> resolution will not be reattempted until the update interval of 
> apache.snapshots has elapsed or updates are forced -> [Help 1]
>  
> I can't seem to find this jar and the link that points to the jar is dead. 



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


[jira] [Commented] (HBASE-25530) hbase 3.0.0 example source not usable due to hbase-asyncfs-3.0.0-SNAPSHOT jar not found

2021-01-28 Thread Richard Tkatch (Jira)


[ 
https://issues.apache.org/jira/browse/HBASE-25530?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17273830#comment-17273830
 ] 

Richard Tkatch commented on HBASE-25530:


ok,  I took your advice and tried that. here is the result:

BUILD FAILURE
[INFO] 
[INFO] Total time: 18:03 min
[INFO] Finished at: 2021-01-28T11:22:12-05:00
[INFO] 
[ERROR] Failed to execute goal 
org.apache.maven.plugins:maven-surefire-plugin:3.0.0-M4:test (default-test) on 
project hbase-http: There are test failures.
[ERROR] 
[ERROR] Please refer to 
/home/rtkatch/Downloads/hbase-src/hbase-master/hbase-http/target/surefire-reports
 for the individual test results.
[ERROR] Please refer to dump files (if any exist) [date].dump, 
[date]-jvmRun[N].dump and [date].dumpstream.

> hbase 3.0.0 example source not usable due to hbase-asyncfs-3.0.0-SNAPSHOT jar 
> not found
> ---
>
> Key: HBASE-25530
> URL: https://issues.apache.org/jira/browse/HBASE-25530
> Project: HBase
>  Issue Type: Task
>Reporter: Richard Tkatch
>Priority: Major
>
> tried to run maven on the example client pom for hbase 3.0.0. 
> [ERROR] Failed to execute goal on project hbase-examples: Could not resolve 
> dependencies for project org.apache.hbase:hbase-examples:jar:3.0.0-SNAPSHOT: 
> The following artifacts could not be resolved: 
> org.apache.hbase:hbase-asyncfs:jar:3.0.0-SNAPSHOT, 
> org.apache.hbase:hbase-replication:jar:3.0.0-SNAPSHOT: Failure to find 
> org.apache.hbase:hbase-asyncfs:jar:3.0.0-SNAPSHOT in 
> https://repository.apache.org/snapshots was cached in the local repository, 
> resolution will not be reattempted until the update interval of 
> apache.snapshots has elapsed or updates are forced -> [Help 1]
>  
> I can't seem to find this jar and the link that points to the jar is dead. 



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


[jira] [Commented] (HBASE-25530) hbase 3.0.0 example source not usable due to hbase-asyncfs-3.0.0-SNAPSHOT jar not found

2021-01-26 Thread Sean Busbey (Jira)


[ 
https://issues.apache.org/jira/browse/HBASE-25530?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17272492#comment-17272492
 ] 

Sean Busbey commented on HBASE-25530:
-

Please do the build at the top of the project, those dependencies are things 
that should be built as a part of the maven multi-module build.

> hbase 3.0.0 example source not usable due to hbase-asyncfs-3.0.0-SNAPSHOT jar 
> not found
> ---
>
> Key: HBASE-25530
> URL: https://issues.apache.org/jira/browse/HBASE-25530
> Project: HBase
>  Issue Type: Task
>Reporter: Richard Tkatch
>Priority: Major
>
> tried to run maven on the example client pom for hbase 3.0.0. 
> [ERROR] Failed to execute goal on project hbase-examples: Could not resolve 
> dependencies for project org.apache.hbase:hbase-examples:jar:3.0.0-SNAPSHOT: 
> The following artifacts could not be resolved: 
> org.apache.hbase:hbase-asyncfs:jar:3.0.0-SNAPSHOT, 
> org.apache.hbase:hbase-replication:jar:3.0.0-SNAPSHOT: Failure to find 
> org.apache.hbase:hbase-asyncfs:jar:3.0.0-SNAPSHOT in 
> https://repository.apache.org/snapshots was cached in the local repository, 
> resolution will not be reattempted until the update interval of 
> apache.snapshots has elapsed or updates are forced -> [Help 1]
>  
> I can't seem to find this jar and the link that points to the jar is dead. 



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