AthenaX icon indicating copy to clipboard operation
AthenaX copied to clipboard

SQL-based streaming analytics platform at scale

Results 18 AthenaX issues
Sort by recently updated
recently updated
newest added

fix the endless 'kill and restart' issue

Below classese are not found in project: com.uber.athenax.backend.api.JobDefinition com.uber.athenax.backend.api.JobsApiService com.uber.athenax.backend.api.NotFoundException

Exception in thread "main" java.lang.NullPointerException: Invalid location of the db at org.apache.flink.util.Preconditions.checkNotNull(Preconditions.java:75) at com.uber.athenax.backend.server.jobs.LevelDBJobStore.open(LevelDBJobStore.java:54) at com.uber.athenax.backend.server.ServerContext.start(ServerContext.java:63) at com.uber.athenax.backend.AthenaXServer.start(AthenaXServer.java:43) at com.uber.athenax.backend.AthenaXServer.main(AthenaXServer.java:67)

lack of com.uber.athenax.vm.compiler.parser.impl.ParseException and com.uber.athenax.vm.compiler.parser.impl.SqlParserImpl in vm-compiler module,and this causes compile error

Hadoop version: 3.0.0-cdh6.2.0 Error: Could not find or load main class org.apache.flink.yarn.YarnApplicationMasterRunner

When I run StartJobITest.java , it entered an infinite loop. In debug mode , it happends in yarnCluster.init(yarnConf) , yarn cluster cannot change state from "NOTINITED" to "INITED" ! Can...

hello, thanks your work, AthenaX is very useful for us. And I am trying to use the AthenaX, but I have encountered some problems: 1. how to get the flink.jar?...

Follow the doc, however, i don't know how to start the athenax. 1. I must need yarn and hdfs? 2. Does it have standalong model just like Spark? I think...

cannot compiler AthenaX ``` Downloading: https://repo.maven.apache.org/maven2/org/apache/calcite/calcite-core/1.16.0/calcite-core-1.16.0.jar [INFO] ------------------------------------------------------------------------ [INFO] Reactor Summary: [INFO] [INFO] AthenaX ........................................... SUCCESS [0.192s] [INFO] AthenaX Public APIs ............................... SUCCESS [34:56.549s] [INFO] Common libraries for AthenaX connectors...

Hi , `AthenaX` looks like a perfect fit for our usage, we are in the process of building a platform where in users can submit jobs , aggregate and perform...