Commit Graph

2217 Commits

Author SHA1 Message Date
Zesong Sun 20b2b9119f [IOTDB-234] Refactor TsFile storage on HDFS (#417)
* Refactor TsFile storage on HDFS
2019-10-18 21:21:11 +08:00
Jialin Qiao 1c7b0b3c3a
fix main class error in windows start-client.bat (#456) 2019-10-18 16:23:09 +08:00
Lei Rui 99b1d326cd fix bug IOTDB-244 about query with duplicated columns (#434) 2019-10-18 14:59:28 +08:00
SilverNarcissus e16afee4bd Change spark package name (#453)
* fix bug using "both condition 2 and 3 should respond with error message"

* Revert "fix bug using "both condition 2 and 3 should respond with error message""

This reverts commit 3ae6c17610.

* change name of spark package
2019-10-18 14:57:41 +08:00
Jiang Tian c47c108781
[IOTDB-199]Add a log tool (#370)
* add a framework

* add start-up script of LogVisualizer

* add documentations of log visualizer

* Rephrase document
Change group logic of visualizer
Add sum to statistics

* add request of knowing regular expressions in documents
add comment to the example plan

* add pre set plans
increase usablility

* add result export

* add a command line tool

* support selecting multiple log files

* update docs and examples
2019-10-18 14:53:54 +08:00
SilverNarcissus d8a7ea6bc9 [IOTDB-240] fix unknown time series in where clause (#443)
* fix querying non-existing paths in where clause"
2019-10-18 11:27:26 +08:00
Lei Rui da658d7b33 add/fix shell and bat for TsFileSketchTool/TsFileResourcePrinter 2019-10-18 10:15:12 +08:00
Jialin Qiao 9f3ff8fb94
Revert "change hadoop package name (#452)" (#454)
This reverts rename hadoop package , commit 42c62e7e15.
2019-10-17 20:32:20 +08:00
Jackie Tien 42c62e7e15 change hadoop package name (#452)
* change hadoop package name
2019-10-17 20:10:37 +08:00
Boris a8d283e077 [IOTDB-165][TsFile] Delete a current version and add a number version and an exception. (#409)
*  change magic string and add version in TsFile
2019-10-17 20:00:35 +08:00
Lei Rui 53dbf8412c [IOTDB-203]add "group by device" function for narrow table display (#433)
* add group by device function
* fix bug IOTDB-244 by making server deduplicate
2019-10-17 19:35:03 +08:00
xiangdong huang 69d602649a change scm in pom from https to git protocol 2019-10-14 13:06:47 +08:00
xiangdong huang 4dc837a356 add apache-rat for .checkstyle file 2019-10-14 13:06:47 +08:00
xiangdong huang fc342541e0 change hive's copyright from 2019 to 2018 for being consistent with github.com/apache/hive NOTICE file 2019-10-14 13:06:47 +08:00
Lei Rui bee3539ae2 enable lowercase of datatype,encoding,compressor in create_timeseries sqls (#442) 2019-10-11 10:22:16 +08:00
SilverNarcissus 6d2f98bfb6 [IOTDB-241] Add query and non query interface in session (#424)
* Add sql interface in session
2019-10-08 09:56:13 +08:00
suyue c7cbfab6f9 [ IOTDB-160]External sort (#336)
* add external sort in time range query
2019-09-30 09:18:25 +08:00
Jackie Tien d6e902f3e3 [IoTDB-246] Add Chinese version for hadoop-connector doc (#438)
* Add Chinese version for hadoop-connector doc
2019-09-29 09:00:41 +08:00
Jackie Tien 3f7e826dfb [246-IoTDB] Docs for Hadoop-Connector in IoTDB websites. (#437)
* Add doc for hadoop connector
2019-09-28 17:12:25 +08:00
Jiang Tian 6908460f60 [IOTDB-221]Add a python client example (#427)
* add client-py
2019-09-27 19:06:04 +08:00
Jackie Tien 4f254fd05e [IOTDB-209]Improvement on the Hadoop module (#386)
* add hadoop-tsfile connector
2019-09-27 18:55:26 +08:00
Xiangdong Huang 72660c397a Reduce project version declaration (#432)
* reduce project version declaration (which can make releasing easily)
2019-09-27 12:47:17 +08:00
Xiangdong Huang 70e28cbb12 [IOTDB-242] fix mvn integration-test failed because the files in the target folder changes (#428)
* IOTDB-242 fix mvn integration-test failed because the files in the target folder changes (server and client module)
2019-09-27 12:43:28 +08:00
SilverNarcissus bee5b612e9 [IOTDB-240] Fix bug (#423)
* fix bug using "both condition 2 and 3 should respond with error message"
2019-09-27 12:42:40 +08:00
Zesong Sun 39ea67d9a0 Fix initial value of minTimestamp to Long.MIN_VALUE in ChunkBuffer (#426) 2019-09-26 16:39:40 +08:00
Boris 9bae1f3933 Change javdoc to block comment. (#420)
Change javdoc to block comment.
2019-09-26 13:27:58 +08:00
Yi Tao 59f66f6a25 [IOTDB-188] Delete storage group (#416)
* add delete storage group interface in session
2019-09-26 12:54:22 +08:00
Zesong Sun 6fe298dc95 Add JMX document (#422) 2019-09-26 12:52:16 +08:00
SilverNarcissus 68264c346e fix IOTDB-235 (#419) 2019-09-26 10:02:39 +08:00
Zesong Sun c0bec96a39 [IOTDB-239] Add interface for showing devices (#421)
* Add interface for showing devices
2019-09-26 09:42:08 +08:00
Jiang Tian 964f74456b merge IncompleteFileTestUtil into TsFileGeneratorForTest (#414) 2019-09-24 14:32:38 +08:00
Jialin Qiao fdc546a49c
update pom (#418) 2019-09-24 14:17:19 +08:00
Zesong Sun 6c341db333 Fix data cannot be found when restarting server in HDFS (#412) 2019-09-23 19:19:01 +08:00
Boris e2007390cf Avoid creating a new ChunkGroupFooter object. (#413)
* Avoid creating a new ChunkGroupFooter object.
2019-09-23 19:08:32 +08:00
Jialin Qiao ad3b9241b3
Merge pull request #411 from apache/delete_timeseries_in_session
Delete timeseries in session
2019-09-21 20:11:15 +08:00
Jialin Qiao 9de6e126a8
Merge pull request #410 from apache/improve_log
Improve log
2019-09-21 19:53:18 +08:00
qiaojialin 3a281cfbd9 add delete timeseries in session 2019-09-21 19:51:38 +08:00
qiaojialin 8195a08538 rename delete to deleteData in session 2019-09-21 19:07:52 +08:00
qiaojialin ab3e684d5d remove deprecated 2019-09-21 19:01:44 +08:00
qiaojialin 5d4edb5a24 remove author 2019-09-21 18:59:39 +08:00
qiaojialin 9a2507a97f remove unthrowed exception 2019-09-21 18:57:51 +08:00
qiaojialin 93584319ce catch runtime exception when inserting memtable 2019-09-21 18:48:57 +08:00
qiaojialin 1776c30a73 add flush and close log in StorageGroupProcessor 2019-09-21 18:33:55 +08:00
Jialin Qiao 767a4aa0e5
exclusion servlet in iotdb-jdbc (#408) 2019-09-20 12:59:23 +08:00
Jialin Qiao 2a60c141fa
update servlet-api version (#407) 2019-09-20 11:22:21 +08:00
Zesong Sun 1769a7c242 Update document affected by renaming RPC (#405) 2019-09-19 20:09:47 +08:00
Boris 8ea1fc6c9f Remove static, add getter and setter. (#403)
Remove static, add getter and setter.
2019-09-19 18:47:25 +08:00
Zesong Sun 2b5da1a07d Rename some varaible names and struct names in RPC (#404)
* Rename some varaible names and struct names in RPC
2019-09-19 18:45:13 +08:00
SilverNarcissus 62f8f2fa61 [IOTDB-224] fix buffer size and remove cache (#400) 2019-09-19 13:02:51 +08:00
Lei Rui c566bf5731 [IOTDB-223]Add a TsFile sketch tool (#398)
* add a TsFile sketch tool
2019-09-19 12:26:34 +08:00