uber-archive / AthenaX

SQL-based streaming analytics platform at scale
Apache License 2.0
1.22k stars 287 forks source link

can not find com.uber.athenax.backend.api ? #39

Closed runc closed 5 years ago

runc commented 5 years ago

clone the project,but can not find com.uber.athenax.backend.api ,such as import com.uber.athenax.backend.api.JobDefinition; import com.uber.athenax.backend.api.JobsApiService; import com.uber.athenax.backend.api.NotFoundException;

walterddr commented 5 years ago

you need to use maven build or setting up your intellij to generate source from the swagger API configuration files. See https://github.com/swagger-api/swagger-codegen/tree/master/modules/swagger-codegen-maven-plugin for more info

runc commented 5 years ago

mvn clean generate-sources