damccorm commented on code in PR #25083: URL: https://github.com/apache/beam/pull/25083#discussion_r1140134813
########## sdks/python/apache_beam/examples/inference/multi_language_inference/README.md: ########## @@ -0,0 +1,69 @@ +<!-- + Licensed to the Apache Software Foundation (ASF) under one + or more contributor license agreements. See the NOTICE file + distributed with this work for additional information + regarding copyright ownership. The ASF licenses this file + to you under the Apache License, Version 2.0 (the + "License"); you may not use this file except in compliance + with the License. You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, + software distributed under the License is distributed on an + "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + KIND, either express or implied. See the License for the + specific language governing permissions and limitations + under the License. +--> +For a detailed explanation of this inference example, visit the [documentation](https://beam.apache.org/documentation/ml/multi-language-inference/). +## Set up Python virtual environment +Make sure to set up a virtual environment for Python with all the required dependencies. +More details on how to do this can be found [here](https://beam.apache.org/get-started/quickstart-py/#set-up-your-environment). +## Running the Java pipeline +Make sure you have Maven installed and added to PATH. Also make sure that JAVA_HOME +points to the correct Java version. + +First we need to download the Maven arche-type for Beam. Run the following command: Review Comment: I'm going to just commit this since its the last thing blocking merge -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
