Yan Fang created SAMZA-303:
------------------------------
Summary: Update readme file of github samza repository
Key: SAMZA-303
URL: https://issues.apache.org/jira/browse/SAMZA-303
Project: Samza
Issue Type: Bug
Components: docs
Reporter: Yan Fang
We should update the content of https://github.com/apache/incubator-samza,
which is generated by README.md.
1. we are not using the following, right?
{quote}
To build Samza from a source release, it is first necessary to download the
gradle wrapper script above. This bootstrapping process requires Gradle to be
installed on the source machine. Gradle is available through most package
managers or directly from its website. To bootstrap the wrapper, run:
gradle -b bootstrap.gradle
After the bootstrap script has completed, the regular gradlew instructions
below are available.
{quote}
2. the following seems out-of-date too.
{quote}
Maven
Samza uses Kafka, which is not managed by Maven. To use Kafka as though it were
a Maven artifact, Samza installs Kafka into a local repository using the mvn
install command. You must have Maven installed to build Samza.
{quote}
--
This message was sent by Atlassian JIRA
(v6.2#6252)