-
Notifications
You must be signed in to change notification settings - Fork 31
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Mango Build Error #447
Comments
Hi @ssabnis ! Have your run |
@akmorrow13 thanks for quick reply, I did build the |
I think this is a Spark versioning issue. You are using Spark 2.3.1, but Mango is pre-built for Spark 2.2.1. More specifically, Spark 2.3.1 uses a new version of py4j (0.10.7) that removed _PYSPARK_DRIVER_CALLBACK_HOST. However, Spark 2.2.1 uses py4j version 0.10.4. To fix this issue, try updating the Mango pom to run on your installed hadoop and spark versions and recompile. |
@akmorrow13 thank you, I also came across the following. |
@akmorrow13 looks like hadoop 3.1.0 , spark 2.3.1 and Parquet 1.8.2 have an issue, I get a different error now.
|
Spark 2.3.1 uses Parquet 1.10.0 https://github.com/apache/spark/blob/master/pom.xml#L132, so you would have to change to this in the Mango pom as well. Just a warning, Mango has not been tested yet with these newer versions. |
@akmorrow13 you are right, now I get BROTLI codec error
pom.xml entries
|
@akmorrow13 I have BAM file in HDFS, I need to visualize it using Mango, any suggestions to get over the issue and make UI work using mango? |
@akmorrow13 thanks for the help. I changed the spark version to 2.2.1 and reconfigured. I get the FAILED tests. Any clue. I am attaching the build output file. Thanks |
@ssabnis can you please post the errors in github? It is easiest for debugging and issue documentation.
generally means that python cannot find the jar file. Make sure you have correctly set:
And that |
@akmorrow13 I am able to compile, I forgot to do the is there Mango submit command to use a BAM on the local HDFS/Spark that I have. Any reference will help. |
What are steps and tools to visualize the Genome BAM files. |
Please take a look at our readthedocs . Under usage and examples, there is both a python and browser based tool that allow visualization of bam files. |
@akmorrow13 one last question you may help. is there a large genome data set that I can use with |
@ssabnis one free dataset that you can access is the 1000 genomes dataset. If you are running on AWS, it is hosted there. You can see Mango's aws notebook tutorial which accesses these files. Instructions for running on AWS can be found on readthedocs . |
Hello,
I am new to genomics project.
I am running Mango and encountering build errors. Any help is greatly appreciated.
I have the following setup:
Package Versions:
My .bashrc file entries
Command: mvn package -P python
BUILD ERROR
The text was updated successfully, but these errors were encountered: