Gautham Banasandra created HDFS-16469: -----------------------------------------
Summary: Locate protoc-gen-hrpc.exe on Windows Key: HDFS-16469 URL: https://issues.apache.org/jira/browse/HDFS-16469 Project: Hadoop HDFS Issue Type: Improvement Components: libhdfs++ Affects Versions: 3.4.0 Environment: Windows 10 Reporter: Gautham Banasandra Assignee: Gautham Banasandra protoc-gen-hrpc.exe is supposed to be found at ${CMAKE_CURRENT_BINARY_DIR}/protoc-gen-hrpc. This works so long as we're building the Release build. Since we can only build RelWithDebInfo, the protoc-gen-hrpc binary will be placed at ${CMAKE_CURRENT_BINARY_DIR}/RelWithDebInfo/protoc-gen-hrpc.exe. Hadoop would need to locate this binary in order to generate the Protobuf headers. -- This message was sent by Atlassian Jira (v8.20.1#820001) --------------------------------------------------------------------- To unsubscribe, e-mail: hdfs-dev-unsubscr...@hadoop.apache.org For additional commands, e-mail: hdfs-dev-h...@hadoop.apache.org