私はApache Samza Web サイトの hello-samza チュートリアルに従っており、ここで説明されているように REST サービスを追加したいと考えています: http://samza.apache.org/learn/tutorials/latest/samza-rest-getting-started.html
YARN UI で samza ジョブを確認できますが、次のビルド コマンドでエラーが発生します。
./gradlew samza-rest:clean releaseRestServiceTar
FAILURE: Build failed with an exception.
Task 'samza-rest' not found in root project 'hello-samza'.
gradle ビルド ファイルをhello-samza リポジトリから変更する必要がありますか?
Ubuntu 16.04 を使用しています。Samza のバージョンは 0.13.0 です。アドバイスありがとうございます!