question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Cephfs mvn build doc command error out

See original GitHub issue

Alluxio Version: Alluxio master 2.6.0-SNAPSHOT-c6582b0cdcb83e41209cf00b809690588434a106

Describe the bug Doc generation failed after PR https://github.com/Alluxio/alluxio/commit/3ef4728df196c17e4eb397f6612e41b68fe26791 merged. After removing the whole underfs/cephfs, the mvn javadoc:aggregate command passed.

To Reproduce In linux environment, git clone https://github.com/alluxio/alluxio git init git fetch origin git checkout origin/master mvn clean install --no-transfer-progress -T 2C -DskipTests -Dmaven.javadoc.skip -Dcheckstyle.skip -Dlicense.skip -Dfindbugs.skip mvn javadoc:aggregate --no-transfer-progress -T 2C -Dcheckstyle.skip -Dlicense.skip -Dfindbugs.skip

the javadoc:aggregate command error out

[INFO] Forking Alluxio Shaded Libraries - cephfs-hadoop 2.6.0-SNAPSHOT
[WARNING] Invalid POM for com.ceph.fs:cephfs-hadoop:jar:0.80.6, transitive dependencies (if any) will not be available, enable debug logging for more details
[INFO] Forking Alluxio Under File System - CephFS 2.6.0-SNAPSHOT
02:24:43  [WARNING] The POM for com.ceph:libcephfs:jar:0.80.5 is invalid, transitive dependencies (if any) will not be available, enable debug logging for more details
[INFO] Forking Alluxio UI 2.6.0-SNAPSHOT
[WARNING] Invalid POM for com.ceph.fs:cephfs-hadoop:jar:0.80.6, transitive dependencies (if any) will not be available, enable debug logging for more details

02:27:14 [ERROR] Failed to execute goal org.apache.maven.plugins:maven-javadoc-plugin:2.9:aggregate (default-cli) on project alluxio-parent: Execution default-cli of goal org.apache.maven.plugins:maven-javadoc-plugin:2.9:aggregate failed: For artifact {com.ceph:libcephfs:null:jar}: The version cannot be empty. -> [Help 1]

Expected behavior Expect the cephfs not affecting the docs publish mvn build.

Urgency High, it blocks the alluxio doc generation

Additional context Add any other context about the problem here.

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Comments:5 (5 by maintainers)

github_iconTop GitHub Comments

1reaction
LuQQiucommented, Apr 28, 2021
0reactions
maobaolongcommented, May 6, 2021

@LuQQiu After some reproduction, I found that there are a unspecified variable within the pom.xml of libcephfs.

https://repo1.maven.org/maven2/com/ceph/libcephfs/0.80.5/libcephfs-0.80.5.pom

image

Read more comments on GitHub >

github_iconTop Results From Across the Web

Troubleshooting - Ceph Documentation
If you are experiencing apparent hung operations, the first task is to identify where the problem is occurring: in the client, the MDS,...
Read more >
Pacific - Ceph Documentation
This plugin is responsible for managing Ceph File System subvolumes, which are used by OpenStack Manila services as a way to provide shares...
Read more >
Nautilus - Ceph Documentation
Nautilus . Nautilus is the 14th stable release of Ceph. It is named after the nautilus, a family of cephalopods characterized by...
Read more >
Octopus - Ceph Documentation
The vulnerability is due to a bug in the “volumes” plugin in Ceph Manager. ... rbd-fuse: librados will filter out -r option from...
Read more >
CephFS Administrative commands - Ceph Documentation
These commands operate on the CephFS file systems in your Ceph cluster. Note that by default only one file system is permitted: to...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found