[
https://issues.apache.org/jira/browse/HAMA-749?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13754624#comment-13754624
]
Martin Illecker commented on HAMA-749:
--------------------------------------
There should be no files with unapproved licenses. Please post your
{{c++/target/rat.txt}}.
{quote}
{code}
[ERROR] Failed to execute goal org.apache.rat:apache-rat-plugin:0.8:check
(default) on project hama-pipes: Too many unapproved licenses: 39 -> [Help 1]
{code}
{quote}
I think you have still the old folders {{c++/pipes/}} and {{c++/util/}} there?
The patch should have removed them!
The c++ folder should look like
{code}
$ ll c++/
total 16
drwxr-xr-x 5 170 30 Aug 13:52 ./
drwxr-xr-x 22 748 30 Aug 13:52 ../
drwxr-xr-x 9 306 29 Aug 21:44 .svn/
-rw-r--r--@ 1 4166 29 Aug 20:25 pom.xml
drwxr-xr-x 6 204 29 Aug 20:56 src/
{code}
{quote}
Quick question. Only libhadooputils.a and libhamapipes.a files are required to
execute c program?
{quote}
Yes, you will only need the following libraries for Hama Pipes.
{code}-lhamapipes -lhadooputils -lcrypto -lpthread{code}
Therefore I would like to add two Hama Pipes examples including README and
compilation process. [1]
[1] https://issues.apache.org/jira/browse/HAMA-800
> Build for C++ Pipes
> -------------------
>
> Key: HAMA-749
> URL: https://issues.apache.org/jira/browse/HAMA-749
> Project: Hama
> Issue Type: Improvement
> Components: build
> Reporter: Edward J. Yoon
> Attachments: HAMA-749.patch
>
>
> As described here - https://wiki.apache.org/hama/HamaPipes, currently it
> requires manual compile. The simple solution to create binary release, is use
> of ant-plugin.
> + In the future, Pipes project should be mavenized.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira