uber-archive / AthenaX

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

some issue in this project? #5

Closed hongxiuzhe closed 6 years ago

hongxiuzhe commented 7 years ago

1.Is there some Class missed in the project on Github? Class "ExtendedJobDefinition, JobDefinition, JobDefinitionDesiredstate and JobDefinitionResource" are not in package com.uber.athenax.backend.api.

2017-10-21 15 32 48
  1. How do i sumbit SQL? 2017-10-21 15 33 14

@mranney @libber @haohui @djKooks @myhrvold

haohui commented 7 years ago

Thanks for trying out AthenaX. We usually use GitHub issues to track bugs -- you might get more responses by asking the questions on the mailing list.

  1. The "missing" classes are generated during the compilation process. You can find them once you run mvn clean compile install
  2. You can submit the query via the REST. Please see the getting start guide for more details.
hongxiuzhe commented 6 years ago

It looks like bugs. I think an excellent open source framework needs full documentation for user. The documentation is useful for the development of frameworks. I think your doc is hard to understand and needs much time to run it. I except a detailed and specific documents. @djKooks @haohui

haohui commented 6 years ago

AthenaX requires some level of development in order to accommodate the needs for different use cases. Please note that this is an intentional choice and the documentation state it explicitly.

If you find that the documentation is hard to follow please free free to open pull requests to improve it. Your contributions are appreciated.

kination commented 6 years ago

@hongxiuzhe @haohui I'm also a starter on this project so cannot help on this yet. I'll keep looking on source code and give a PR for document update.

pzzs commented 6 years ago

@hongxiuzhe i submit job failed! Do you know how solve it? Thank you ! Caused by: org.apache.flink.table.api.NoMatchedTableSourceConverterException: Could not find a TableSourceConverter for table type kafka+json.