When compiling datahub frontend with 'gradlew buil...
# getting-started
b
When compiling datahub frontend with 'gradlew build' I always seem to get a failed build with the error like this: https://pastebin.com/TUjU5shD. I have datahub running and have JDK8. Any suggestion would be very appreciated.
g
did you make any local changes? from the error it looks like there may have been a stray character added to
pegasus/com/linkedin/common/AuditStamp.pdl
b
I didn't make any changes, also updated to the latest version. I checked the said file and nothing looks out of place.
I don't have this issue when starting from Linux. Kind of an obvious solution
g
@brief-lizard-77958 is running on Linux working for you? Looking again, it seems like gradle is generating some paths that Windows finds to be invalid
one thing you could try is clearing your gradle cache and re-building?
I know other folks are able to run DataHub on windows
b
I've tried clearing the cache and rebuilding with the same result. It's not currently critical for me to get it running on windows.