odps-func: simplify

Change-Id: If7053144daac40ee8eeb784b699a850cd0e6792d
waldyrious/alt-syntax
程亦超(何兮) 2016-05-13 10:13:47 +08:00
parent 5b48f34877
commit 2cb618cc6f
1 changed files with 2 additions and 2 deletions

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';`