baidu / bigflow

Baidu Bigflow is an interface that allows for writing distributed computing programs and provides lots of simple, flexible, powerful APIs. Using Bigflow, you can easily handle data of any scale. Bigflow processes 4P+ data inside Baidu and runs about 10k jobs every day.
http://baidu.github.io/bigflow
Apache License 2.0
1.14k stars 160 forks source link

Compiling error due to mvn #17

Closed chunyang-wen closed 6 years ago

chunyang-wen commented 6 years ago

Some error happens when executing command involving mvn.

After I add .m2/setting.xml, the building process continues. I am not sure what happens.

I think there should be instructions in build documentation.

advancedxy commented 6 years ago

What's the error message?

And what's the content in ~/.m2/setting.xml or do you just touch a empty ~/.m2/setting.xml

chunyang-wen commented 6 years ago

I copied setting.xml from my other projects.

advancedxy commented 6 years ago

Then what's the error message?

You can

cd flume/runtime/scala
mvn -DskipTests package

to execute mvn command.

Please attach the error message with your ~/.m2/setting.xml removed if still presented.

chunyang-wen commented 6 years ago

I am closing this because I have successfully built it and the unit tests run correctly.

Maybe we should record it if someone meets similar building problem.

advancedxy commented 6 years ago

Ok, then. I added a building problem to this issue.

My guess is that you are in restricted network/environment. mvn can not be used directly with default settings.

If others met similar problem, please check that your mvn can work normally.