1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2024-10-31 10:17:58 +01:00

odps-func: simplify

Change-Id: If7053144daac40ee8eeb784b699a850cd0e6792d
This commit is contained in:
程亦超(何兮) 2016-05-13 10:13:47 +08:00
parent 5b48f34877
commit 2cb618cc6f

View file

@ -6,11 +6,11 @@
`list functions;`
- Create a Java function using a .jar resource:
- Create a function using .jar:
`create function {{func_name}} as {{path.to.package.Func}} using '{{package.jar}}';`
- Create a Python function using a .py resource:
- Create a function using .py:
`create function {{func_name}} as {{script.Func}} using 'script.py';`