Author: hxd
Date: Tue Dec  3 13:04:20 2019
New Revision: 37068

Log:
add 0.8.2 rc2

Added:
    dev/incubator/iotdb/0.8.2/rc2/
    dev/incubator/iotdb/0.8.2/rc2/README.md
    dev/incubator/iotdb/0.8.2/rc2/RELEASE_NOTES.md
    dev/incubator/iotdb/0.8.2/rc2/apache-iotdb-0.8.2-incubating-bin.zip   (with 
props)
    dev/incubator/iotdb/0.8.2/rc2/apache-iotdb-0.8.2-incubating-bin.zip.asc
    dev/incubator/iotdb/0.8.2/rc2/apache-iotdb-0.8.2-incubating-bin.zip.sha512
    
dev/incubator/iotdb/0.8.2/rc2/apache-iotdb-0.8.2-incubating-source-release.zip  
 (with props)
    
dev/incubator/iotdb/0.8.2/rc2/apache-iotdb-0.8.2-incubating-source-release.zip.asc
    
dev/incubator/iotdb/0.8.2/rc2/apache-iotdb-0.8.2-incubating-source-release.zip.sha512

Added: dev/incubator/iotdb/0.8.2/rc2/README.md
==============================================================================
--- dev/incubator/iotdb/0.8.2/rc2/README.md (added)
+++ dev/incubator/iotdb/0.8.2/rc2/README.md Tue Dec  3 13:04:20 2019
@@ -0,0 +1,320 @@
+<!--
+
+    Licensed to the Apache Software Foundation (ASF) under one
+    or more contributor license agreements.  See the NOTICE file
+    distributed with this work for additional information
+    regarding copyright ownership.  The ASF licenses this file
+    to you under the Apache License, Version 2.0 (the
+    "License"); you may not use this file except in compliance
+    with the License.  You may obtain a copy of the License at
+
+        http://www.apache.org/licenses/LICENSE-2.0
+
+    Unless required by applicable law or agreed to in writing,
+    software distributed under the License is distributed on an
+    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+    KIND, either express or implied.  See the License for the
+    specific language governing permissions and limitations
+    under the License.
+
+-->
+
+# IoTDB
+[![Build 
Status](https://www.travis-ci.org/apache/incubator-iotdb.svg?branch=master)](https://www.travis-ci.org/apache/incubator-iotdb)
+[![codecov](https://codecov.io/gh/thulab/incubator-iotdb/branch/master/graph/badge.svg)](https://codecov.io/gh/thulab/incubator-iotdb)
+[![GitHub 
release](https://img.shields.io/github/release/apache/incubator-iotdb.svg)](https://github.com/apache/incubator-iotdb/releases)
+[![License](https://img.shields.io/badge/license-Apache%202-4EB1BA.svg)](https://www.apache.org/licenses/LICENSE-2.0.html)
+![](https://github-size-badge.herokuapp.com/apache/incubator-iotdb.svg)
+![](https://img.shields.io/github/downloads/apache/incubator-iotdb/total.svg)
+![](https://img.shields.io/badge/platform-win10%20%7C%20macox%20%7C%20linux-yellow.svg)
+![](https://img.shields.io/badge/java--language-1.8-blue.svg)
+[![IoTDB 
Website](https://img.shields.io/website-up-down-green-red/https/shields.io.svg?label=iotdb-website)](https://iotdb.apache.org/)
+
+# Overview
+
+IoTDB (Internet of Things Database) is an integrated data management engine 
designed for time series data, which can provide users specific services for 
data collection, storage and analysis. Due to its light weight structure, high 
performance and usable features together with its intense integration with 
Hadoop and Spark ecology, IoTDB meets the requirements of massive dataset 
storage, high-speed data input and complex data analysis in the IoT industrial 
field.
+
+# Main Features
+
+IoTDB's features are as following:
+
+1. Flexible deployment. IoTDB provides users one-click installation tool on 
the cloud, once-decompressed-used terminal tool and the bridge tool between 
cloud platform and terminal tool (Data Synchronization Tool).
+2. Low cost on hardware. IoTDB can reach a high compression ratio of disk 
storage
+3. Efficient directory structure. IoTDB supports efficient organization for 
complex time series data structure from intelligent networking devices, 
organization for time series data from devices of the same type, fuzzy 
searching strategy for massive and complex directory of time series data.
+4. High-throughput read and write. IoTDB supports millions of low-power 
devices' strong connection data access, high-speed data read and write for 
intelligent networking devices and mixed devices mentioned above.
+5. Rich query semantics. IoTDB supports time alignment for time series data 
across devices and sensors, computation in time series field (frequency domain 
transformation) and rich aggregation function support in time dimension.
+6. Easy to get start. IoTDB supports SQL-Like language, JDBC standard API and 
import/export tools which is easy to use.
+7. Intense integration with Open Source Ecosystem. IoTDB supports Hadoop, 
Spark, etc. analysis ecosystems and Grafana visualization tool.
+
+For the latest information about IoTDB, please visit our [IoTDB official 
website](https://iotdb.apache.org/).
+
+# Prerequisites
+
+1. Java >= 1.8 (1.8, 11, and 13 are verified. Please make sure the environment 
path has been set.)
+
+    * To use IoTDB, JRE should be installed. To compile IoTDB, JDK should be 
installed.
+
+2. Maven >= 3.1 (If you want to compile and install IoTDB from source code)
+
+    * While Maven is not mandatory to be installed standalone, you can use the 
provided Maven wrapper, `./mvnw.sh` on Linux/OS X or `.\mvnw.cmd` on Windows, 
to facilitate development.
+
+3. Set the max open files num as 65535 to avoid "too many open files" problem.
+
+
+# Quick Start
+
+This short guide will walk you through the basic process of using IoTDB. For a 
more-complete guide, please visit our website's [User 
Guide](https://iotdb.apache.org/#/Documents/0.8.2/chap1/sec1).
+
+## Installation from source code
+
+You can get the released source code from https://iotdb.apache.org/#/Download, 
or from the git repository https://github.com/apache/incubator-iotdb/tree/master
+
+Now suppose your directory is like this:
+
+```
+> pwd
+/workspace/incubator-iotdb
+
+> ls -l
+incubator-iotdb/     <-- root path
+|
++- server/
+|
++- jdbc/
+|
++- tsfile/
+|
+...
+|
++- pom.xml
+```
+
+Let `$IOTDB_HOME = 
/workspace/incubator-iotdb/server/target/iotdb-server-{project.version}`
+
+Let `$IOTDB_CLI_HOME = 
/workspace/incubator-iotdb/client/target/iotdb-client-{project.version}`
+
+Note:
+* if `IOTDB_HOME` is not explicitly assigned, 
+then by default `IOTDB_HOME` is the direct parent directory of 
`sbin/start-server.sh` on Unix/OS X 
+(or that of `sbin\start-server.bat` on Windows).
+
+* if `IOTDB_CLI_HOME` is not explicitly assigned, 
+then by default `IOTDB_CLI_HOME` is the direct parent directory of 
`sbin/start-client.sh` on 
+Unix/OS X (or that of `sbin\start-client.bat` on Windows).
+
+If you are not the first time that building IoTDB, remember deleting the 
following files:
+
+```
+> rm -rf $IOTDB_HOME/data/
+> rm -rf $IOTDB_HOME/lib/
+```
+
+Then under the root path of incubator-iotdb, you can build IoTDB using Maven:
+
+```
+> pwd
+/workspace/incubator-iotdb
+
+> mvn clean package -pl server -am -Dmaven.test.skip=true
+```
+
+If successful, you will see the the following text in the terminal:
+
+```
+[INFO] ------------------------------------------------------------------------
+[INFO] Reactor Summary:
+[INFO]
+[INFO] Apache IoTDB (incubating) Project Parent POM ....... SUCCESS [  6.405 s]
+[INFO] TsFile ............................................. SUCCESS [ 10.435 s]
+[INFO] Service-rpc ........................................ SUCCESS [  4.170 s]
+[INFO] IoTDB Jdbc ......................................... SUCCESS [  3.252 s]
+[INFO] IoTDB Server ....................................... SUCCESS [  8.072 s]
+[INFO] ------------------------------------------------------------------------
+[INFO] BUILD SUCCESS
+[INFO] ------------------------------------------------------------------------
+```
+
+Otherwise, you may need to check the error statements and fix the problems.
+
+After build, the IoTDB project will be at the folder 
"server/target/iotdb-server-{project.version}". The folder will include the 
following contents:
+
+```
+server/target/iotdb-server-{project.version}  <-- root path
+|
++- sbin/       <-- script files for starting and stopping the server
+|
++- tools/       <-- script files of tools
+|
++- conf/      <-- configuration files
+|
++- lib/       <-- project dependencies
+```
+
+> NOTE: Directories "service-rpc/target/generated-sources/thrift" and 
"server/target/generated-sources/antlr3" need to be added to sources roots to 
avoid compilation errors. 
+
+## Configure
+
+Before starting to use IoTDB, you need to config the configuration files 
first. For your convenience, we have already set the default config in the 
files.
+
+In total, we provide users three kinds of configurations module: environment 
config module (`iotdb-env.bat`, `iotdb-env.sh`), system config module 
(`tsfile-format.properties`, `iotdb-engine.properties`) and log config module 
(`logback.xml`). All of these kinds of configuration files are put in 
iotdb/config folder.
+
+For more, you are advised to check our documentation [Chapter4: Deployment and 
Management](https://iotdb.apache.org/#/Documents/0.8.2/chap4/sec1) in detail.
+
+## Start
+
+### Start Server
+
+After that we start the server. Running the startup script: 
+
+```
+# Unix/OS X
+> $IOTDB_HOME/sbin/start-server.sh
+
+# Windows
+> $IOTDB_HOME\sbin\start-server.bat
+```
+
+### Stop Server
+
+The server can be stopped with ctrl-C or the following script:
+
+```
+# Unix/OS X
+> $IOTDB_HOME/sbin/stop-server.sh
+
+# Windows
+> $IOTDB_HOME\sbin\stop-server.bat
+```
+
+### Start Client
+
+Now let's trying to read and write some data from IoTDB using our Client. To 
start the client, you need to explicit the server's IP and PORT as well as the 
USER_NAME and PASSWORD. 
+
+```
+# You can first build cli project
+> pwd
+/workspace/incubator-iotdb
+
+> mvn clean package -pl client -am -Dmaven.test.skip=true
+```
+
+After build, the IoTDB client will be at the folder 
"client/target/iotdb-client-{project.version}".
+
+```
+# Unix/OS X
+> $IOTDB_CLI_HOME/sbin/start-client.sh -h <IP> -p <PORT> -u <USER_NAME>
+
+# Windows
+> $IOTDB_CLI_HOME\sbin\start-client.bat -h <IP> -p <PORT> -u <USER_NAME>
+```
+
+> NOTE: In the system, we set a default user in IoTDB named 'root'. The 
default password for 'root' is 'root'. You can use this default user if you are 
making the first try or you didn't create users by yourself.
+
+The command line client is interactive so if everything is ready you should 
see the welcome logo and statements:
+
+```
+ _____       _________  ______   ______
+|_   _|     |  _   _  ||_   _ `.|_   _ \
+  | |   .--.|_/ | | \_|  | | `. \ | |_) |
+  | | / .'`\ \  | |      | |  | | |  __'.
+ _| |_| \__. | _| |_    _| |_.' /_| |__) |
+|_____|'.__.' |_____|  |______.'|_______/  version x.x.x
+
+
+IoTDB> login successfully
+IoTDB>
+```
+### Have a try
+Now, you can use IoTDB SQL to operate IoTDB, and when you've had enough fun, 
you can input 'quit' or 'exit' command to leave the client. 
+
+But lets try something slightly more interesting:
+
+``` 
+IoTDB> SET STORAGE GROUP TO root.vehicle
+It costs xxxs
+IoTDB> CREATE TIMESERIES root.vehicle.d0.s0 WITH DATATYPE=INT32, ENCODING=RLE
+It costs xxxs
+```
+Till now, we have already create a table called root.vehicle and add a column 
called d0.s0 in the table. Let's take a look at what we have done by 'SHOW 
TIMESERIES' command.
+
+``` 
+IoTDB> SHOW TIMESERIES
+===  Timeseries Tree  ===
+
+{
+        "root":{
+                "vehicle":{
+                        "d0":{
+                                "s0":{
+                                        "args":"{}",
+                                        "StorageGroup":"root.vehicle",
+                                        "DataType":"INT32",
+                                        "Compressor":"UNCOMPRESSED",
+                                        "Encoding":"RLE"
+                                }
+                        }
+                }
+        }
+}
+```
+Insert time series data is the basic operation of IoTDB, you can use 'INSERT' 
command to finish this:
+
+```
+IoTDB> insert into root.vehicle.d0(timestamp,s0) values(1,101);
+It costs xxxs
+```
+The data we've just inserted displays like this:
+
+```
+IoTDB> SELECT d0.s0 FROM root.vehicle
++-----------------------------+------------------+
+|                         Time|root.vehicle.d0.s0|
++-----------------------------+------------------+
+|1970-01-01T08:00:00.001+08:00|               101|
++-----------------------------+------------------+
+Total line number = 1
+It costs xxxs
+```
+
+If your session looks similar to what's above, congrats, your IoTDB is 
operational!
+
+For more on what commands are supported by IoTDB SQL, see our documentation 
[Chapter 5: IoTDB SQL 
Documentation](https://iotdb.apache.org/#/Documents/0.8.2/chap5/sec1).
+
+
+# Usage of import-csv.sh
+
+### Create metadata
+```
+SET STORAGE GROUP TO root.fit.d1;
+SET STORAGE GROUP TO root.fit.d2;
+SET STORAGE GROUP TO root.fit.p;
+CREATE TIMESERIES root.fit.d1.s1 WITH DATATYPE=INT32,ENCODING=RLE;
+CREATE TIMESERIES root.fit.d1.s2 WITH DATATYPE=TEXT,ENCODING=PLAIN;
+CREATE TIMESERIES root.fit.d2.s1 WITH DATATYPE=INT32,ENCODING=RLE;
+CREATE TIMESERIES root.fit.d2.s3 WITH DATATYPE=INT32,ENCODING=RLE;
+CREATE TIMESERIES root.fit.p.s1 WITH DATATYPE=INT32,ENCODING=RLE;
+```
+
+### Run import shell
+```
+# Unix/OS X
+> $IOTDB_CLI_HOME/tools/import-csv.sh -h <ip> -p <port> -u <username> -pw 
<password> -f <xxx.csv>
+
+# Windows
+> $IOTDB_CLI_HOME\tools\import-csv.bat -h <ip> -p <port> -u <username> -pw 
<password> -f <xxx.csv>
+```
+
+### Error data file
+
+`csvInsertError.error`
+
+# Usage of export-csv.sh
+
+### Run export shell
+```
+# Unix/OS X
+> $IOTDB_CLI_HOME/tools/export-csv.sh -h <ip> -p <port> -u <username> -pw 
<password> -td <xxx.csv> [-tf <time-format>]
+
+# Windows
+> $IOTDB_CLI_HOME\tools\export-csv.bat -h <ip> -p <port> -u <username> -pw 
<password> -td <xxx.csv> [-tf <time-format>]
+```

Added: dev/incubator/iotdb/0.8.2/rc2/RELEASE_NOTES.md
==============================================================================
--- dev/incubator/iotdb/0.8.2/rc2/RELEASE_NOTES.md (added)
+++ dev/incubator/iotdb/0.8.2/rc2/RELEASE_NOTES.md Tue Dec  3 13:04:20 2019
@@ -0,0 +1,189 @@
+<!--
+
+    Licensed to the Apache Software Foundation (ASF) under one
+    or more contributor license agreements.  See the NOTICE file
+    distributed with this work for additional information
+    regarding copyright ownership.  The ASF licenses this file
+    to you under the Apache License, Version 2.0 (the
+    "License"); you may not use this file except in compliance
+    with the License.  You may obtain a copy of the License at
+
+        http://www.apache.org/licenses/LICENSE-2.0
+
+    Unless required by applicable law or agreed to in writing,
+    software distributed under the License is distributed on an
+    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+    KIND, either express or implied.  See the License for the
+    specific language governing permissions and limitations
+    under the License.
+
+-->
+
+# Apache IoTDB (incubating) 0.8.2
+
+This is a bug-fix version of 0.8.1
+
+- [IOTDB-264] lack checking datatype before writing WAL
+- [IOTDB-317] Fix "flush + wrong aggregation" causes failed query in v0.8.x
+- NOTICE and LICENSE file update
+
+# Apache IoTDB (incubating) 0.8.1
+
+This is a bug-fix version of 0.8.0
+
+- [IOTDB-172] bug in updating startTime and endTime in TsFileResource
+- Abnormal publishing of sequence and unsequence data folders in 
DirectoryManager
+- fix a bug in TimeRange's intersects function
+- [IOTDB-202] fix tsfile example data type
+- [IOTDB-195] Bug about 'serializedSize' in ChunkGroupMetaData.java (for 
Chinese string)
+- [IOTDB-242] fix mvn integration-test failed because the files in the target 
folder changes
+
+# Apache IoTDB (incubating) 0.8.0
+
+This is the first official release of Apache IoTDB after joining the Incubator.
+
+## Outline
+
+* New Features
+* Incompatible changes
+* Miscellaneous changes
+* Known Issues
+* Bug Fixes
+
+## New Features
+
+* IOTDB-1     Add Aggregation query
+* IOTDB-4     Asynchronously force sync WAL periodically
+* IOTDB-5     Support data deletion
+* IOTDB-11    Support start script for jdk 11 on Windows OS
+* IOTDB-18    Improve startup script compatible for jdk11
+* IOTDB-36    [TsFile] Enable recover data from a incomplete TsFile and 
continue to write
+* IOTDB-37    Add WAL check tool script
+* IOTDB-51    Update post-back module to synchronization module
+* IOTDB-59    Support GroupBy query
+* IOTDB-60    Support Fill function when query
+* IOTDB-73    Add REGULAR encoding method for data with fixed frequency
+* IOTDB-80    Support custom export file name
+* IOTDB-81    Update travis for supporting JDK11 on Windows
+* IOTDB-83    Add process bar for import script and show how many rows have 
been exported
+* IOTDB-91    Improve tsfile-spark-connector to support spark-2.4.3
+* IOTDB-93    IoTDB Calcite integration
+* IOTDB-109   Support appending data at the end of a completed TsFile
+* IOTDB-122   Add prepared statement in JDBC
+* IOTDB-123   Add documents in Chinese
+* IOTDB-130   Dynamic parameters adapter
+* IOTDB-134   Add default parameter for client starting script
+* Add read-only mode of IoTDB
+* New storage engine with asynchronously flush and close data file
+* Adding english documents
+* Supporting travis + window + jdk8
+* Add skipping all UTs: maven integration-test -DskipUTS=true
+* Enable users define the location of their thrift compiler
+* Add example module
+* Add a log appender: put info, warn, error log into one file and disable 
log_info by default
+* Recover when resource file does not exist while tsfile is complete
+
+
+## Incompatible changes
+
+If you use the previous unofficial version 0.7.0. It is incompatible with 
0.8.*.
+
+
+## Miscellaneous changes
+
+* IOTDB-21    Add ChunkGroup offset information in ChunkGroupMetaData
+* IOTDB-25    Add some introduction for JMX MBean Monitor in user guide
+* IOTDB-29    Multiple Exceptions when reading empty measurements from 
TsFileSequenceReader
+* IOTDB-39    Add auto repair functionality for RestorableTsFileIOWriter
+* IOTDB-45    Update the license in IoTDB
+* IOTDB-56    Faster getSortedTimeValuePairList() of Memtable
+* IOTDB-62    Change log level from error to debug in SQL parser
+* IoTDB-63:   Use TsFileInput instead of FileChannel as the input parameter of 
some functions
+* IOTDB-76    Reformat MManager.getMetadataInString() in JSON format
+* IOTDB-78    Make unsequence file format more similar with TsFile
+* IOTDB-95    Keep stack trace when logging or throwing an exception
+* IOTDB-117   Add sync documents
+* Modify ASF header for each file and add related maven plugin
+* Add IoTDB env script test
+* Add sync function for jdbc server to close
+* Add cache directories for download jars and sonar plugin of maven in travis
+* Add partition start and end offset constraints when loading 
ChunkGroupMetaData
+* Check when creating Storage group
+* Try to release memory asap in ReadOnlyMemChunk
+* Add more physical plan serializer
+* Move all generated tsfiles for test into the target folder
+* Make TsFileWriter as AutoClosable
+* Print apache-rat violation result on console
+* Update multi dir avoid disk is full
+* Simplify Path construction
+* Separate documents into different chapter folders
+* Suppress mvn log in travis
+* Add mvn -B in travis
+
+
+## Known Issues
+
+* IOTDB-20    Need to support UPDATE
+* IOTDB-124   Lost timeseries info after restart IoTDB
+* IOTDB-125   [potential] a concurrency conflict may occur when a delete 
command and insertion command appears concurrently
+* IOTDB-126   IoTDB will not be closed immediately after run 'stop-server.sh' 
script
+* IOTDB-127   Chinese version documents problems
+
+
+## Bug Fixes
+
+* IOTDB-2     Maven Test failed before run mvn package -Dmaven.test.skip=true
+* IOTDB-7     OpenFileNumUtilTest failed
+* IOTDB-15    Fail to install IoTDB on Ubuntu 14.04
+* IOTDB-16    Invalid link on https://iotdb.apache.org/#/Documents/Quick Start
+* IOTDB-17    Need to update chapter Start of 
https://iotdb.apache.org/#/Documents/Quick Start
+* IOTDB-18    IoTDB startup script does not work on openjdk11
+* IOTDB-19    Fail to start start-server.sh script on Ubuntu 14.04/Ubuntu 16.04
+* IOTDB-22    BUG in TsFileSequenceReader when reading tsfile
+* IOTDB-24    DELETION error after restart a server
+* IOTDB-26    Return error when quit client
+* IOTDB-27    Delete error message
+* IOTDB-30    Flush timeseries cause select to returns "Msg:null"
+* IOTDB-31    Cannot set float number precision
+* IOTDB-34    Invalid message for show storage group
+* IOTDB-44    Error message in server log when select timeseries
+* IOTDB-49    Authorizer module outputs too many debug log info
+* IOTDB-50    DataSetWithoutTimeGenerator's initHeap behaves wrongly
+* IOTDB-52    Client doesn't support aggregate
+* IOTDB-54    Predicates doesn't take effect
+* IOTDB-67    ValueDecoder reading new page bug
+* IOTDB-70    Disconnect from server when logging in fails
+* IOTDB-71    Improve readPositionInfo
+* IOTDB-74    THe damaged log will be skipped if it is the only log
+* IOTDB-79    Long term test failed because of the version control of deletion 
function
+* IOTDB-81    Fix Windows OS environment for Travis-CI
+* IOTDB-82    File not closed in PageHeaderTest and cause UT on Windows fails
+* IOTDB-84    Out-of-memory bug
+* IOTDB-94    IoTDB failed to start client since the required jars are not in 
the right folder
+* IOTDB-96    The JDBC interface throws an exception when executing the SQL 
statement "list user"
+* IOTDB-99    List privileges User <username> on <path> cannot be used properly
+* IOTDB-100   Return error message while executing sum aggregation query
+* IOTDB-103   Does not give a hint when encountering unsupported data types
+* IOTDB-104   MManager is incorrectly recovered when system reboots
+* IOTDB-108   Mistakes in documents
+* IOTDB-110   Clients inserts data normally even if there is no space left on 
the disk
+* IOTDB-118   When the disk space is full, the storage group is created 
successfully
+* IOTDB-121   A bug of query on value columns
+* IOTDB-128   Probably a bug in iotdb official website
+* IOTDB-129   A bug in restoring incomplete tsfile when system restart
+* IOTDB-131   IoTDB-Grafana module error when getting the timeseries list from 
Grafana
+* IOTDB-133   Some content is mistaken for links
+* System memory check failure in iotdb-env.sh
+* Time zone bug in different region
+* DateTimeUtilsTest UT bug
+* Problem discovered by Sonar
+* Openjdk11 + linux11 does not work on travis
+* Start JDBC service too slowly
+* JDBC cannot be closed
+* Close bug in sync thread
+* Bug in MManager to get all file names of a path
+* Version files of different storage groups are placed into the same place
+* Import/export csv script bug
+* Log level and stack print in test
+* Bug in TsFile-Spark-Connector
+* A doc bug of QuickStart.md
\ No newline at end of file

Added: dev/incubator/iotdb/0.8.2/rc2/apache-iotdb-0.8.2-incubating-bin.zip
==============================================================================
Binary file - no diff available.

Propchange: dev/incubator/iotdb/0.8.2/rc2/apache-iotdb-0.8.2-incubating-bin.zip
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: dev/incubator/iotdb/0.8.2/rc2/apache-iotdb-0.8.2-incubating-bin.zip.asc
==============================================================================
--- dev/incubator/iotdb/0.8.2/rc2/apache-iotdb-0.8.2-incubating-bin.zip.asc 
(added)
+++ dev/incubator/iotdb/0.8.2/rc2/apache-iotdb-0.8.2-incubating-bin.zip.asc Tue 
Dec  3 13:04:20 2019
@@ -0,0 +1,16 @@
+-----BEGIN PGP SIGNATURE-----
+
+iQIzBAABCgAdFiEEukXNu4fosUaoH1u+Igbvj2TDWIkFAl3mVPAACgkQIgbvj2TD
+WIkWVg/+OF88kiHrQRAh4eks8Y0arnrN+NvJ0DIYHXxdj0XR2mtp50Hpd2R245j0
+1Jx36JDWL66sFiQXQwPueebbGOIH9Y/UrtHrUtaSrgVeYwbo0YlXksYojl1kLV84
+z2ORGMhW5tdKl8Hvyd7y8Hp1vbJ2JftmDQ3dhPHzLk2Y1lFvGp3K1uq/zZ8lkpLC
+tw6YakcApfLr/C27huoX8VTn/3VPZEBk44q6c+vrHN4u3zglYTNu2/zyga76SGMl
+Z929dew/iGNkGNZqBvTaFVmkjUmMjHpzsN5ZymxoRK53yjQJ0bRJ/5VvmuuFONTG
+Yzmp/Dz7THkFjEJ8NoDMe6/GMqa23xJVuVyL2zVje9aDouxlS0TPBBvXdh9b/JLn
+rC9O4aQknFBqU96wZrAQQEVuz+GFYsZmqsHy43TUZB+Q/vFBCEaPJ5MO13tqEW+F
+Q+RTfy6wZU3gnMqh0tTt3moOO+ezLCgT0rBm5e9mCyXeLp/ezOpRMjdqjMvb/S/a
+NmWX0LeO/HlOxBumbJ5pkgq1fBJM6hSmnV62tDDWdi1tOONNcrl/WyWVsb8izDv5
+X4xumhKDXRk7RRvnLd/51Nf+GlgcVHdRhVCjxY/V4pm5LwBy039fhyfAFD1o9cpf
+aJDh+SLTqcvgGfd4xl5RUc319xT/xPuU4lsTDf0m5zMcFsQBn94=
+=pz5Z
+-----END PGP SIGNATURE-----

Added: 
dev/incubator/iotdb/0.8.2/rc2/apache-iotdb-0.8.2-incubating-bin.zip.sha512
==============================================================================
--- dev/incubator/iotdb/0.8.2/rc2/apache-iotdb-0.8.2-incubating-bin.zip.sha512 
(added)
+++ dev/incubator/iotdb/0.8.2/rc2/apache-iotdb-0.8.2-incubating-bin.zip.sha512 
Tue Dec  3 13:04:20 2019
@@ -0,0 +1 @@
+84f11a3936e28164d0b29d72b8b74d2c2a8c4bdc0908c77a08dea438aa631167cdfec11d27535ae83f73b2cb67ffa1caffaf12b657acf01e55820c92af3f8928
\ No newline at end of file

Added: 
dev/incubator/iotdb/0.8.2/rc2/apache-iotdb-0.8.2-incubating-source-release.zip
==============================================================================
Binary file - no diff available.

Propchange: 
dev/incubator/iotdb/0.8.2/rc2/apache-iotdb-0.8.2-incubating-source-release.zip
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: 
dev/incubator/iotdb/0.8.2/rc2/apache-iotdb-0.8.2-incubating-source-release.zip.asc
==============================================================================
--- 
dev/incubator/iotdb/0.8.2/rc2/apache-iotdb-0.8.2-incubating-source-release.zip.asc
 (added)
+++ 
dev/incubator/iotdb/0.8.2/rc2/apache-iotdb-0.8.2-incubating-source-release.zip.asc
 Tue Dec  3 13:04:20 2019
@@ -0,0 +1,16 @@
+-----BEGIN PGP SIGNATURE-----
+
+iQIzBAABCgAdFiEEukXNu4fosUaoH1u+Igbvj2TDWIkFAl3mV48ACgkQIgbvj2TD
+WIl6Ww/+NNHRta5WlpdtN6RSxmtGV+zEbzvtq96mUUNK8D1y02BM5oUbQVkU5c5w
+xomzr1UsmOoOUxQkv8CqMPseM0xKO07VaGrqtlsdlgb525ba1pT9AVXC1KdNLy46
+S+J6P7Sikq6CHS88dWtxLFjcy+W0hufTSdvHM6ChpasCecqJaVWuaFcl48EaCSVR
+km6Ziau9TZ2kvzMbJaB2SsHcAhbU3ZZIMTVmVZTCKuRsDe14LF9tovfpuyGE0LvO
+P3z+pI0JkO+ZcdzylbJBrsaIWkMRZdGF5RJp/B0HWyzf6HO1EUSNkOu3PKiNFlk0
+eyRa15zs1ZPqKutldCFmyB95QeH0T7NeZ2epjrlVCeOSK/5I99N67j7Fxn3Id+T0
+CW4XPU/tqnSCtKyf6IAvtonZrl8w0BiLQ1L/gXVh6ECOWjM+mCfydeL2LBCfh7yx
+yTXzDKjRndbFQa7Fpx6LA0u9GgPxKCvwlVRlJp8E2PTSTACshOgDgy04D2i44opZ
+qS3TyxJ/scj5PE6VkyznT2FChBOlZ/oeAi3LGuUMc7c5cHqtsaIEs0N8q2xI64uf
+HvaLSZq02rrBUf9CZ/fAYcWHNKidgEl4R0fDjtVMOqLeBLCwaURZRRAZ3gAf6rD3
+sn23EgzKOjPL4/QE/e7vASnYXxbly+QcOS4iR5v3PWcbuY+7pqc=
+=vXN6
+-----END PGP SIGNATURE-----

Added: 
dev/incubator/iotdb/0.8.2/rc2/apache-iotdb-0.8.2-incubating-source-release.zip.sha512
==============================================================================
--- 
dev/incubator/iotdb/0.8.2/rc2/apache-iotdb-0.8.2-incubating-source-release.zip.sha512
 (added)
+++ 
dev/incubator/iotdb/0.8.2/rc2/apache-iotdb-0.8.2-incubating-source-release.zip.sha512
 Tue Dec  3 13:04:20 2019
@@ -0,0 +1 @@
+88dafccf761895f3eaf3220b0c8671e0a2cd19502652549d2d2b2c8af24d7d537f4fd78ff7e3b203eb3eac43f9a5d83765cf4eaf83666d613cb778ee2113aa1d
\ No newline at end of file


Reply via email to