We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
EEL DSL for a CLI shell
Import
Import data with options from an EEL source to a sink
import from jdbc with driver=blah,url=blah,sql=blah to hive with db=blah,table=blah
Import from jdbc with driver=blah,url=blah,sql=blah to Parquet with path=blah
Export
Export data with options to an EEL sink from a source
export to hive with db=blah,table=blah from jdbc with driver=blah,url=blah,sql=blah
export to hive with db=blah,table=blah from Parquet with path=blah
More commands to follow....
The text was updated successfully, but these errors were encountered:
DDL
Display the DDL from create table command for JDBC query:
ddl from JDBC with driver=blah, url=jdbc:blah, sql=blah, dialect=Parquet, location=blah, sql=blah partitions=p1:string,p2:int
Sorry, something went wrong.
File Compaction
Reduce several small files into a single file for a folder or hive table.
Note for Parquet or other similar types the new file's schema should be the union of all schemas.
In addition you may have to add columns to the HiveMetasore.
No branches or pull requests
EEL DSL for a CLI shell
Import
Import data with options from an EEL source to a sink
import from jdbc
with driver=blah,url=blah,sql=blah
to hive
with db=blah,table=blah
Import from jdbc
with driver=blah,url=blah,sql=blah
to Parquet
with path=blah
Export
Export data with options to an EEL sink from a source
export to hive
with db=blah,table=blah
from jdbc
with driver=blah,url=blah,sql=blah
export to hive
with db=blah,table=blah
from Parquet
with path=blah
More commands to follow....
The text was updated successfully, but these errors were encountered: