-
Notifications
You must be signed in to change notification settings - Fork 97
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
继盛
committed
Dec 25, 2018
1 parent
fe7bc61
commit f409b26
Showing
37 changed files
with
1,411 additions
and
360 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -55,4 +55,5 @@ PyODPS 的相关依赖会自动安装。 | |
interactive | ||
options | ||
faq | ||
mars-int | ||
api |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,7 +8,7 @@ msgid "" | |
msgstr "" | ||
"Project-Id-Version: PyODPS 0.7.16\n" | ||
"Report-Msgid-Bugs-To: \n" | ||
"POT-Creation-Date: 2018-11-08 12:41+0800\n" | ||
"POT-Creation-Date: 2018-12-05 22:57+0800\n" | ||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" | ||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" | ||
"Language-Team: LANGUAGE <[email protected]>\n" | ||
|
@@ -890,20 +890,33 @@ msgstr "" | |
msgid "instance priority, 9 as default" | ||
msgstr "" | ||
|
||
#: odps.df.CollectionExpr.execute:5 odps.df.RandomScalar.execute:5 | ||
#: odps.df.Scalar.execute:5 odps.df.SequenceExpr.execute:5 | ||
#: odps.df.CollectionExpr.execute:5 odps.df.CollectionExpr.persist:19 | ||
#: odps.df.RandomScalar.execute:5 odps.df.RandomScalar.persist:19 | ||
#: odps.df.Scalar.execute:5 odps.df.Scalar.persist:19 | ||
#: odps.df.SequenceExpr.execute:5 odps.df.SequenceExpr.persist:19 | ||
#: odps.df.expr.groupby.GroupBy.execute:5 | ||
#: odps.df.expr.groupby.GroupBy.persist:19 | ||
#: odps.df.expr.groupby.Int64SequenceGroupBy.execute:5 | ||
#: odps.df.expr.groupby.SequenceGroupBy.execute:5 of | ||
msgid "execution result" | ||
#: odps.df.expr.groupby.Int64SequenceGroupBy.persist:19 | ||
#: odps.df.expr.groupby.SequenceGroupBy.execute:5 | ||
#: odps.df.expr.groupby.SequenceGroupBy.persist:19 of | ||
msgid "cluster to run this instance" | ||
msgstr "" | ||
|
||
#: odps.df.CollectionExpr.execute:6 odps.df.CollectionExpr.head:5 | ||
#: odps.df.CollectionExpr.tail:5 odps.df.RandomScalar.execute:6 | ||
#: odps.df.CollectionExpr.execute:6 odps.df.RandomScalar.execute:6 | ||
#: odps.df.Scalar.execute:6 odps.df.SequenceExpr.execute:6 | ||
#: odps.df.expr.groupby.GroupBy.execute:6 | ||
#: odps.df.expr.groupby.Int64SequenceGroupBy.execute:6 | ||
#: odps.df.expr.groupby.SequenceGroupBy.execute:6 of | ||
msgid "execution result" | ||
msgstr "" | ||
|
||
#: odps.df.CollectionExpr.execute:7 odps.df.CollectionExpr.head:5 | ||
#: odps.df.CollectionExpr.tail:5 odps.df.RandomScalar.execute:7 | ||
#: odps.df.Scalar.execute:7 odps.df.SequenceExpr.execute:7 | ||
#: odps.df.expr.groupby.GroupBy.execute:7 | ||
#: odps.df.expr.groupby.Int64SequenceGroupBy.execute:7 | ||
#: odps.df.expr.groupby.SequenceGroupBy.execute:7 of | ||
msgid ":class:`odps.df.backends.frame.ResultFrame`" | ||
msgstr "" | ||
|
||
|
@@ -1364,59 +1377,59 @@ msgstr "" | |
msgid "project name, if not provided, will be the default project" | ||
msgstr "" | ||
|
||
#: odps.df.CollectionExpr.persist:19 odps.df.RandomScalar.persist:19 | ||
#: odps.df.Scalar.persist:19 odps.df.SequenceExpr.persist:19 | ||
#: odps.df.expr.groupby.GroupBy.persist:19 | ||
#: odps.df.expr.groupby.Int64SequenceGroupBy.persist:19 | ||
#: odps.df.expr.groupby.SequenceGroupBy.persist:19 of | ||
#: odps.df.CollectionExpr.persist:20 odps.df.RandomScalar.persist:20 | ||
#: odps.df.Scalar.persist:20 odps.df.SequenceExpr.persist:20 | ||
#: odps.df.expr.groupby.GroupBy.persist:20 | ||
#: odps.df.expr.groupby.Int64SequenceGroupBy.persist:20 | ||
#: odps.df.expr.groupby.SequenceGroupBy.persist:20 of | ||
msgid "overwrite the table, True as default" | ||
msgstr "" | ||
|
||
#: odps.df.CollectionExpr.persist:21 odps.df.RandomScalar.persist:21 | ||
#: odps.df.Scalar.persist:21 odps.df.SequenceExpr.persist:21 | ||
#: odps.df.expr.groupby.GroupBy.persist:21 | ||
#: odps.df.expr.groupby.Int64SequenceGroupBy.persist:21 | ||
#: odps.df.expr.groupby.SequenceGroupBy.persist:21 of | ||
#: odps.df.CollectionExpr.persist:22 odps.df.RandomScalar.persist:22 | ||
#: odps.df.Scalar.persist:22 odps.df.SequenceExpr.persist:22 | ||
#: odps.df.expr.groupby.GroupBy.persist:22 | ||
#: odps.df.expr.groupby.Int64SequenceGroupBy.persist:22 | ||
#: odps.df.expr.groupby.SequenceGroupBy.persist:22 of | ||
msgid "drop table if exists, False as default" | ||
msgstr "" | ||
|
||
#: odps.df.CollectionExpr.persist:23 odps.df.RandomScalar.persist:23 | ||
#: odps.df.Scalar.persist:23 odps.df.SequenceExpr.persist:23 | ||
#: odps.df.expr.groupby.GroupBy.persist:23 | ||
#: odps.df.expr.groupby.Int64SequenceGroupBy.persist:23 | ||
#: odps.df.expr.groupby.SequenceGroupBy.persist:23 of | ||
#: odps.df.CollectionExpr.persist:24 odps.df.RandomScalar.persist:24 | ||
#: odps.df.Scalar.persist:24 odps.df.SequenceExpr.persist:24 | ||
#: odps.df.expr.groupby.GroupBy.persist:24 | ||
#: odps.df.expr.groupby.Int64SequenceGroupBy.persist:24 | ||
#: odps.df.expr.groupby.SequenceGroupBy.persist:24 of | ||
msgid "create table first if not exits, True as default" | ||
msgstr "" | ||
|
||
#: odps.df.CollectionExpr.persist:25 odps.df.RandomScalar.persist:25 | ||
#: odps.df.Scalar.persist:25 odps.df.SequenceExpr.persist:25 | ||
#: odps.df.expr.groupby.GroupBy.persist:25 | ||
#: odps.df.expr.groupby.Int64SequenceGroupBy.persist:25 | ||
#: odps.df.expr.groupby.SequenceGroupBy.persist:25 of | ||
#: odps.df.CollectionExpr.persist:26 odps.df.RandomScalar.persist:26 | ||
#: odps.df.Scalar.persist:26 odps.df.SequenceExpr.persist:26 | ||
#: odps.df.expr.groupby.GroupBy.persist:26 | ||
#: odps.df.expr.groupby.Int64SequenceGroupBy.persist:26 | ||
#: odps.df.expr.groupby.SequenceGroupBy.persist:26 of | ||
msgid "drop partition if exists, False as default" | ||
msgstr "" | ||
|
||
#: odps.df.CollectionExpr.persist:27 odps.df.RandomScalar.persist:27 | ||
#: odps.df.Scalar.persist:27 odps.df.SequenceExpr.persist:27 | ||
#: odps.df.expr.groupby.GroupBy.persist:27 | ||
#: odps.df.expr.groupby.Int64SequenceGroupBy.persist:27 | ||
#: odps.df.expr.groupby.SequenceGroupBy.persist:27 of | ||
#: odps.df.CollectionExpr.persist:28 odps.df.RandomScalar.persist:28 | ||
#: odps.df.Scalar.persist:28 odps.df.SequenceExpr.persist:28 | ||
#: odps.df.expr.groupby.GroupBy.persist:28 | ||
#: odps.df.expr.groupby.Int64SequenceGroupBy.persist:28 | ||
#: odps.df.expr.groupby.SequenceGroupBy.persist:28 of | ||
msgid "create partition if not exists, None as default" | ||
msgstr "" | ||
|
||
#: odps.df.CollectionExpr.persist:29 odps.df.RandomScalar.persist:29 | ||
#: odps.df.Scalar.persist:29 odps.df.SequenceExpr.persist:29 | ||
#: odps.df.expr.groupby.GroupBy.persist:29 | ||
#: odps.df.expr.groupby.Int64SequenceGroupBy.persist:29 | ||
#: odps.df.expr.groupby.SequenceGroupBy.persist:29 of | ||
#: odps.df.CollectionExpr.persist:30 odps.df.RandomScalar.persist:30 | ||
#: odps.df.Scalar.persist:30 odps.df.SequenceExpr.persist:30 | ||
#: odps.df.expr.groupby.GroupBy.persist:30 | ||
#: odps.df.expr.groupby.Int64SequenceGroupBy.persist:30 | ||
#: odps.df.expr.groupby.SequenceGroupBy.persist:30 of | ||
msgid "cast all columns' types as the existed table, False as default" | ||
msgstr "" | ||
|
||
#: odps.df.CollectionExpr.persist:31 odps.df.RandomScalar.persist:31 | ||
#: odps.df.Scalar.persist:31 odps.df.SequenceExpr.persist:31 | ||
#: odps.df.expr.groupby.GroupBy.persist:31 | ||
#: odps.df.expr.groupby.Int64SequenceGroupBy.persist:31 | ||
#: odps.df.expr.groupby.SequenceGroupBy.persist:31 of | ||
#: odps.df.CollectionExpr.persist:32 odps.df.RandomScalar.persist:32 | ||
#: odps.df.Scalar.persist:32 odps.df.SequenceExpr.persist:32 | ||
#: odps.df.expr.groupby.GroupBy.persist:32 | ||
#: odps.df.expr.groupby.Int64SequenceGroupBy.persist:32 | ||
#: odps.df.expr.groupby.SequenceGroupBy.persist:32 of | ||
msgid ":class:`odps.df.DataFrame`" | ||
msgstr "" | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,16 +6,16 @@ | |
#, fuzzy | ||
msgid "" | ||
msgstr "" | ||
"Project-Id-Version: PyODPS 0.7.16\n" | ||
"Project-Id-Version: PyODPS 0.8.0\n" | ||
"Report-Msgid-Bugs-To: \n" | ||
"POT-Creation-Date: 2018-06-21 09:15+0800\n" | ||
"POT-Creation-Date: 2018-12-05 11:38+0800\n" | ||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" | ||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" | ||
"Language-Team: LANGUAGE <[email protected]>\n" | ||
"MIME-Version: 1.0\n" | ||
"Content-Type: text/plain; charset=utf-8\n" | ||
"Content-Transfer-Encoding: 8bit\n" | ||
"Generated-By: Babel 2.5.3\n" | ||
"Generated-By: Babel 2.6.0\n" | ||
|
||
#: ../../source/options.rst:5 | ||
msgid "配置选项" | ||
|
@@ -79,12 +79,12 @@ msgid "ODPS Endpoint" | |
msgstr "MaxCompute Endpoint" | ||
|
||
#: ../../source/options.rst:27 ../../source/options.rst:29 | ||
#: ../../source/options.rst:31 ../../source/options.rst:38 | ||
#: ../../source/options.rst:42 ../../source/options.rst:46 | ||
#: ../../source/options.rst:60 ../../source/options.rst:62 | ||
#: ../../source/options.rst:68 ../../source/options.rst:79 | ||
#: ../../source/options.rst:81 ../../source/options.rst:98 | ||
#: ../../source/options.rst:110 | ||
#: ../../source/options.rst:31 ../../source/options.rst:35 | ||
#: ../../source/options.rst:38 ../../source/options.rst:42 | ||
#: ../../source/options.rst:46 ../../source/options.rst:60 | ||
#: ../../source/options.rst:62 ../../source/options.rst:68 | ||
#: ../../source/options.rst:79 ../../source/options.rst:81 | ||
#: ../../source/options.rst:98 ../../source/options.rst:110 | ||
msgid "None" | ||
msgstr "" | ||
|
||
|
@@ -121,14 +121,11 @@ msgid "local_timezone" | |
msgstr "" | ||
|
||
#: ../../source/options.rst:35 | ||
msgid "使用的时区,True 表示本地时间,False 表示 UTC, 也可用 pytz 的时区" | ||
msgstr "" | ||
"Used time zone. True indicates local time, and False indicates UTC. The " | ||
"time zone of pytz can also be used." | ||
|
||
#: ../../source/options.rst:35 ../../source/options.rst:40 | ||
msgid "1" | ||
msgid "使用的时区,None 表示不处理,True 表示本地时区, False 表示 UTC,也可用 pytz 的时区" | ||
msgstr "" | ||
"Used time zone. None indicates that PyODPS takes no actions, True " | ||
"indicates local time, and False indicates UTC. The time zone of pytz " | ||
"package can also be used." | ||
|
||
#: ../../source/options.rst:38 | ||
msgid "lifecycle" | ||
|
@@ -146,6 +143,10 @@ msgstr "" | |
msgid "临时表生命周期" | ||
msgstr "Life cycles of temporary tables" | ||
|
||
#: ../../source/options.rst:40 | ||
msgid "1" | ||
msgstr "" | ||
|
||
#: ../../source/options.rst:42 | ||
msgid "biz_id" | ||
msgstr "" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
Copyright 2011-2017 Lennart Regebro | ||
|
||
Permission is hereby granted, free of charge, to any person obtaining a copy | ||
of this software and associated documentation files (the "Software"), to deal | ||
in the Software without restriction, including without limitation the rights | ||
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell | ||
copies of the Software, and to permit persons to whom the Software is | ||
furnished to do so, subject to the following conditions: | ||
|
||
The above copyright notice and this permission notice shall be included in | ||
all copies or substantial portions of the Software. | ||
|
||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR | ||
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, | ||
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE | ||
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER | ||
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, | ||
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE | ||
SOFTWARE. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
import sys | ||
if sys.platform == 'win32': | ||
from .win32 import get_localzone, reload_localzone | ||
else: | ||
from .unix import get_localzone, reload_localzone |
Oops, something went wrong.