作者:我家有13只妖孽_960 | 来源:互联网 | 2023-09-14 18:49
WhatisthisPRfor?Addaninterpretertoworkwithatachyonfilesystem.
What is this PR for?
Add an interpreter to work with a tachyon file system.
Properties required for the interpreter are:
- tachyon master hostname
- tachyon master port
What type of PR is it?
feature
Is there a relevant Jira issue?
https://issues.apache.org/jira/browse/ZEPPELIN-604
How should this be tested?
- Install and configure Tachyon on a local machine.
- run Tachyon in local mode
1
| $ ./bin/tachyon-start.sh local |
- check that interpreter params are setted to default values (hostname: localhost, port: 19998)
- use the Tachyon CLI commands to interact with your Tachyon file system
Screenshots (if appropriate)
Questions:
- Does the licenses files need update? no
- Is there breaking changes for older versions? no
- Does this needs documentation? no
/cc for the support he give us to develop this feature
该提问来源于开源项目:apache/zeppelin
thanks for the PR!
OOC, when will the Tachyon documentation appear on the zeppelin website? (https://zeppelin.incubator.apache.org/docs/0.6.0-incubating-SNAPSHOT/ -> Interpreter)