uber-archive/AthenaX

how to start?

hongxiuzhe opened this issue · 5 comments

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 the detail doc is necessary for the open source project.

Thank you!

hanjb commented

Agree with hongxiuzhe, more detailed docs please. It would make it a lot easier for others to adopt it.

@hanjb I have the same question as @hongxiuzhe. I could try it out myself but would like to know could I directly replace hdfs:// with s3://

@hongxiuzhe @hanjb are you following this document: http://athenax.readthedocs.io/en/latest/getting_started/ ?
Following the doc you will start a service which provides REST APIs to create / modify / submit Flink SQL applications.

To answer some of your questions:

  1. Yes you need to install YARN.
  2. It does not have a standalone model yet; Are you referring to something like a SQL command line tool, for example like beeline to Hive?

What should be in the catalog.impl. Can you provide some reference of it.

itzzy commented

How to configure parameter catalog.impl?Can someone give an example? Thank you