You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hugegraph.apache.org by ji...@apache.org on 2023/01/13 16:57:15 UTC

[incubator-hugegraph-toolchain] branch release-1.0.0 updated (8ed2e1f2 -> 1918e1db)

This is an automated email from the ASF dual-hosted git repository.

jin pushed a change to branch release-1.0.0
in repository https://gitbox.apache.org/repos/asf/incubator-hugegraph-toolchain.git


    from 8ed2e1f2 chore: add DISCLAIMER & NOTICE & LICENSE file to binary package
     add f5cce26b fix spark loader sh error (#402)
     add 5819c0bf remove unused license code (#416)
     add af01011d refact: enhance shell script style (#418)
     add cc820d97 fix(hubble): fix debug mode error & check in ci  (#419)
     add 1918e1db Merge branch 'master' into release-1.0.0

No new revisions were added by this update.

Summary of changes:
 .github/workflows/hubble-ci.yml                    |  8 +++
 hugegraph-client/build.sh                          | 24 -------
 .../hugegraph/annotation/UnimplementedFeature.java |  1 -
 .../main/java/org/apache/hugegraph/api/API.java    |  1 -
 .../org/apache/hugegraph/api/auth/AccessAPI.java   |  1 -
 .../org/apache/hugegraph/api/auth/AuthAPI.java     |  1 -
 .../org/apache/hugegraph/api/auth/BelongAPI.java   |  1 -
 .../org/apache/hugegraph/api/auth/GroupAPI.java    |  1 -
 .../org/apache/hugegraph/api/auth/LoginAPI.java    |  1 -
 .../org/apache/hugegraph/api/auth/LogoutAPI.java   |  1 -
 .../org/apache/hugegraph/api/auth/ProjectAPI.java  |  1 -
 .../org/apache/hugegraph/api/auth/TargetAPI.java   |  1 -
 .../org/apache/hugegraph/api/auth/TokenAPI.java    |  1 -
 .../org/apache/hugegraph/api/auth/UserAPI.java     |  1 -
 .../org/apache/hugegraph/api/graph/EdgeAPI.java    |  1 -
 .../org/apache/hugegraph/api/graph/GraphAPI.java   |  1 -
 .../org/apache/hugegraph/api/graph/VertexAPI.java  |  1 -
 .../org/apache/hugegraph/api/graphs/GraphsAPI.java |  1 -
 .../apache/hugegraph/api/gremlin/CypherAPI.java    |  1 -
 .../apache/hugegraph/api/gremlin/GremlinAPI.java   |  1 -
 .../hugegraph/api/gremlin/GremlinRequest.java      |  1 -
 .../apache/hugegraph/api/job/GremlinJobAPI.java    |  1 -
 .../java/org/apache/hugegraph/api/job/JobAPI.java  |  1 -
 .../org/apache/hugegraph/api/job/RebuildAPI.java   |  1 -
 .../apache/hugegraph/api/metrics/MetricsAPI.java   |  1 -
 .../apache/hugegraph/api/schema/EdgeLabelAPI.java  |  1 -
 .../apache/hugegraph/api/schema/IndexLabelAPI.java |  1 -
 .../hugegraph/api/schema/PropertyKeyAPI.java       |  1 -
 .../org/apache/hugegraph/api/schema/SchemaAPI.java |  1 -
 .../hugegraph/api/schema/SchemaElementAPI.java     |  1 -
 .../hugegraph/api/schema/VertexLabelAPI.java       |  1 -
 .../org/apache/hugegraph/api/task/TaskAPI.java     |  1 -
 .../apache/hugegraph/api/task/TasksWithPage.java   |  1 -
 .../api/traverser/AllShortestPathsAPI.java         |  1 -
 .../apache/hugegraph/api/traverser/CountAPI.java   |  1 -
 .../hugegraph/api/traverser/CrosspointsAPI.java    |  1 -
 .../api/traverser/CustomizedCrosspointsAPI.java    |  1 -
 .../api/traverser/CustomizedPathsAPI.java          |  1 -
 .../apache/hugegraph/api/traverser/EdgesAPI.java   |  1 -
 .../api/traverser/FusiformSimilarityAPI.java       |  1 -
 .../api/traverser/JaccardSimilarityAPI.java        |  1 -
 .../hugegraph/api/traverser/KneighborAPI.java      |  1 -
 .../apache/hugegraph/api/traverser/KoutAPI.java    |  1 -
 .../api/traverser/MultiNodeShortestPathAPI.java    |  1 -
 .../hugegraph/api/traverser/NeighborRankAPI.java   |  1 -
 .../apache/hugegraph/api/traverser/PathsAPI.java   |  1 -
 .../hugegraph/api/traverser/PersonalRankAPI.java   |  1 -
 .../apache/hugegraph/api/traverser/RaysAPI.java    |  1 -
 .../apache/hugegraph/api/traverser/RingsAPI.java   |  1 -
 .../hugegraph/api/traverser/SameNeighborsAPI.java  |  1 -
 .../hugegraph/api/traverser/ShortestPathAPI.java   |  1 -
 .../api/traverser/SingleSourceShortestPathAPI.java |  1 -
 .../hugegraph/api/traverser/TemplatePathsAPI.java  |  1 -
 .../hugegraph/api/traverser/TraversersAPI.java     |  1 -
 .../hugegraph/api/traverser/VerticesAPI.java       |  1 -
 .../api/traverser/WeightedShortestPathAPI.java     |  1 -
 .../hugegraph/api/variables/VariablesAPI.java      |  1 -
 .../apache/hugegraph/api/version/VersionAPI.java   |  1 -
 .../org/apache/hugegraph/client/RestClient.java    |  1 -
 .../org/apache/hugegraph/driver/AuthManager.java   |  1 -
 .../org/apache/hugegraph/driver/CypherManager.java |  1 -
 .../org/apache/hugegraph/driver/GraphManager.java  |  1 -
 .../org/apache/hugegraph/driver/GraphsManager.java |  1 -
 .../apache/hugegraph/driver/GremlinManager.java    |  1 -
 .../org/apache/hugegraph/driver/HugeClient.java    |  1 -
 .../apache/hugegraph/driver/HugeClientBuilder.java |  1 -
 .../org/apache/hugegraph/driver/JobManager.java    |  1 -
 .../apache/hugegraph/driver/MetricsManager.java    |  1 -
 .../org/apache/hugegraph/driver/SchemaManager.java |  1 -
 .../org/apache/hugegraph/driver/TaskManager.java   |  1 -
 .../apache/hugegraph/driver/TraverserManager.java  |  1 -
 .../apache/hugegraph/driver/VariablesManager.java  |  1 -
 .../apache/hugegraph/driver/VersionManager.java    |  1 -
 .../org/apache/hugegraph/example/BatchExample.java |  1 -
 .../org/apache/hugegraph/example/MovieExample.java |  1 -
 .../apache/hugegraph/example/SingleExample.java    |  1 -
 .../exception/InvalidOperationException.java       |  1 -
 .../exception/InvalidResponseException.java        |  1 -
 .../exception/NotAllCreatedException.java          |  1 -
 .../hugegraph/exception/NotSupportException.java   |  1 -
 .../hugegraph/exception/ServerException.java       |  1 -
 .../hugegraph/serializer/PathDeserializer.java     |  1 -
 .../serializer/direct/HBaseSerializer.java         |  1 -
 .../serializer/direct/RocksDBSerializer.java       |  1 -
 .../serializer/direct/reuse/BytesDemo.java         |  1 -
 .../serializer/direct/struct/DataType.java         |  1 -
 .../serializer/direct/struct/HugeType.java         |  1 -
 .../serializer/direct/util/BytesBuffer.java        |  1 -
 .../serializer/direct/util/GraphSchema.java        |  1 -
 .../serializer/direct/util/HugeException.java      |  1 -
 .../hugegraph/serializer/direct/util/Id.java       |  1 -
 .../serializer/direct/util/IdGenerator.java        |  1 -
 .../hugegraph/serializer/direct/util/LZ4Util.java  |  1 -
 .../direct/util/SplicingIdGenerator.java           |  1 -
 .../serializer/direct/util/StringEncoding.java     |  1 -
 .../org/apache/hugegraph/structure/Element.java    |  1 -
 .../apache/hugegraph/structure/GraphElement.java   |  1 -
 .../apache/hugegraph/structure/SchemaElement.java  |  1 -
 .../java/org/apache/hugegraph/structure/Task.java  |  1 -
 .../apache/hugegraph/structure/auth/Access.java    |  1 -
 .../hugegraph/structure/auth/AuthElement.java      |  1 -
 .../apache/hugegraph/structure/auth/Belong.java    |  1 -
 .../org/apache/hugegraph/structure/auth/Group.java |  1 -
 .../hugegraph/structure/auth/HugePermission.java   |  1 -
 .../hugegraph/structure/auth/HugeResource.java     |  1 -
 .../hugegraph/structure/auth/HugeResourceType.java |  1 -
 .../org/apache/hugegraph/structure/auth/Login.java |  1 -
 .../hugegraph/structure/auth/LoginResult.java      |  1 -
 .../apache/hugegraph/structure/auth/Project.java   |  1 -
 .../apache/hugegraph/structure/auth/Target.java    |  1 -
 .../hugegraph/structure/auth/TokenPayload.java     |  1 -
 .../org/apache/hugegraph/structure/auth/User.java  |  1 -
 .../structure/constant/AggregateType.java          |  1 -
 .../hugegraph/structure/constant/Cardinality.java  |  1 -
 .../hugegraph/structure/constant/DataType.java     |  1 -
 .../hugegraph/structure/constant/Direction.java    |  1 -
 .../hugegraph/structure/constant/Frequency.java    |  1 -
 .../structure/constant/GraphAttachable.java        |  1 -
 .../hugegraph/structure/constant/GraphMode.java    |  1 -
 .../structure/constant/GraphReadMode.java          |  1 -
 .../hugegraph/structure/constant/HugeType.java     |  1 -
 .../hugegraph/structure/constant/IdStrategy.java   |  1 -
 .../hugegraph/structure/constant/IndexType.java    |  1 -
 .../org/apache/hugegraph/structure/constant/T.java |  1 -
 .../hugegraph/structure/constant/Traverser.java    |  1 -
 .../hugegraph/structure/constant/WriteType.java    |  1 -
 .../structure/graph/BatchEdgeRequest.java          |  1 -
 .../structure/graph/BatchOlapPropertyRequest.java  |  1 -
 .../structure/graph/BatchVertexRequest.java        |  1 -
 .../org/apache/hugegraph/structure/graph/Edge.java |  1 -
 .../apache/hugegraph/structure/graph/Edges.java    |  1 -
 .../apache/hugegraph/structure/graph/Graph.java    |  1 -
 .../hugegraph/structure/graph/GraphIterator.java   |  1 -
 .../apache/hugegraph/structure/graph/Pageable.java |  1 -
 .../org/apache/hugegraph/structure/graph/Path.java |  1 -
 .../apache/hugegraph/structure/graph/Shard.java    |  1 -
 .../hugegraph/structure/graph/UpdateStrategy.java  |  1 -
 .../apache/hugegraph/structure/graph/Vertex.java   |  1 -
 .../apache/hugegraph/structure/graph/Vertices.java |  1 -
 .../hugegraph/structure/gremlin/Response.java      |  1 -
 .../apache/hugegraph/structure/gremlin/Result.java |  1 -
 .../hugegraph/structure/gremlin/ResultSet.java     |  1 -
 .../hugegraph/structure/schema/BuilderProxy.java   |  1 -
 .../hugegraph/structure/schema/EdgeLabel.java      |  1 -
 .../hugegraph/structure/schema/IndexLabel.java     |  1 -
 .../hugegraph/structure/schema/PropertyKey.java    |  1 -
 .../hugegraph/structure/schema/SchemaBuilder.java  |  1 -
 .../hugegraph/structure/schema/SchemaLabel.java    |  1 -
 .../hugegraph/structure/schema/VertexLabel.java    |  1 -
 .../structure/traverser/CountRequest.java          |  1 -
 .../structure/traverser/CrosspointsRequest.java    |  1 -
 .../structure/traverser/CustomizedCrosspoints.java |  1 -
 .../traverser/CustomizedPathsRequest.java          |  1 -
 .../hugegraph/structure/traverser/EdgeStep.java    |  1 -
 .../structure/traverser/FusiformSimilarity.java    |  1 -
 .../traverser/FusiformSimilarityRequest.java       |  1 -
 .../hugegraph/structure/traverser/Kneighbor.java   |  1 -
 .../structure/traverser/KneighborRequest.java      |  1 -
 .../apache/hugegraph/structure/traverser/Kout.java |  1 -
 .../hugegraph/structure/traverser/KoutRequest.java |  1 -
 .../traverser/MultiNodeShortestPathRequest.java    |  1 -
 .../structure/traverser/PathsRequest.java          |  1 -
 .../structure/traverser/PathsWithVertices.java     |  1 -
 .../hugegraph/structure/traverser/Ranks.java       |  1 -
 .../structure/traverser/RepeatEdgeStep.java        |  1 -
 .../SingleSourceJaccardSimilarityRequest.java      |  1 -
 .../structure/traverser/TemplatePathsRequest.java  |  1 -
 .../structure/traverser/VerticesArgs.java          |  1 -
 .../structure/traverser/WeightedPath.java          |  1 -
 .../structure/traverser/WeightedPaths.java         |  1 -
 .../hugegraph/structure/version/Versions.java      |  1 -
 .../java/org/apache/hugegraph/util/CommonUtil.java |  1 -
 .../java/org/apache/hugegraph/util/IdUtil.java     |  1 -
 .../java/org/apache/hugegraph/util/JsonUtil.java   |  1 -
 .../apache/hugegraph/util/SplicingIdGenerator.java |  1 -
 .../java/org/apache/hugegraph/util/TaskCache.java  |  1 -
 .../apache/hugegraph/version/ClientVersion.java    |  1 -
 .../java/org/apache/hugegraph/BaseClientTest.java  |  1 -
 .../org/apache/hugegraph/api/ApiTestSuite.java     |  1 -
 .../java/org/apache/hugegraph/api/BaseApiTest.java |  1 -
 .../hugegraph/api/BatchUpdateElementApiTest.java   |  1 -
 .../org/apache/hugegraph/api/CypherApiTest.java    |  1 -
 .../java/org/apache/hugegraph/api/EdgeApiTest.java |  1 -
 .../org/apache/hugegraph/api/EdgeLabelApiTest.java |  1 -
 .../org/apache/hugegraph/api/GraphsApiTest.java    |  1 -
 .../org/apache/hugegraph/api/GremlinApiTest.java   |  1 -
 .../apache/hugegraph/api/IndexLabelApiTest.java    |  1 -
 .../java/org/apache/hugegraph/api/JobApiTest.java  |  1 -
 .../apache/hugegraph/api/PropertyKeyApiTest.java   |  1 -
 .../org/apache/hugegraph/api/RestoreApiTest.java   |  1 -
 .../org/apache/hugegraph/api/SchemaApiTest.java    |  1 -
 .../java/org/apache/hugegraph/api/TaskApiTest.java |  1 -
 .../org/apache/hugegraph/api/VariablesApiTest.java |  1 -
 .../org/apache/hugegraph/api/VertexApiTest.java    |  1 -
 .../apache/hugegraph/api/VertexLabelApiTest.java   |  1 -
 .../apache/hugegraph/api/auth/AccessApiTest.java   |  1 -
 .../org/apache/hugegraph/api/auth/AuthApiTest.java |  1 -
 .../apache/hugegraph/api/auth/BelongApiTest.java   |  1 -
 .../apache/hugegraph/api/auth/GroupApiTest.java    |  1 -
 .../apache/hugegraph/api/auth/LoginApiTest.java    |  1 -
 .../apache/hugegraph/api/auth/LogoutApiTest.java   |  1 -
 .../apache/hugegraph/api/auth/ProjectApiTest.java  |  1 -
 .../apache/hugegraph/api/auth/TargetApiTest.java   |  1 -
 .../apache/hugegraph/api/auth/TokenApiTest.java    |  1 -
 .../org/apache/hugegraph/api/auth/UserApiTest.java |  1 -
 .../api/traverser/AllShortestPathsApiTest.java     |  1 -
 .../api/traverser/CommonTraverserApiTest.java      |  1 -
 .../hugegraph/api/traverser/CountApiTest.java      |  1 -
 .../api/traverser/CustomizedPathsApiTest.java      |  1 -
 .../api/traverser/FusiformSimilarityApiTest.java   |  1 -
 .../api/traverser/JaccardSimilarityApiTest.java    |  1 -
 .../hugegraph/api/traverser/KneighborApiTest.java  |  1 -
 .../hugegraph/api/traverser/KoutApiTest.java       |  1 -
 .../traverser/MultiNodeShortestPathApiTest.java    |  1 -
 .../api/traverser/NeighborRankApiTest.java         |  1 -
 .../hugegraph/api/traverser/PathsApiTest.java      |  1 -
 .../api/traverser/PersonalRankApiTest.java         |  1 -
 .../hugegraph/api/traverser/RingsRaysApiTest.java  |  1 -
 .../api/traverser/SameNeighborsApiTest.java        |  1 -
 .../api/traverser/ShortestPathApiTest.java         |  1 -
 .../traverser/SingleSourceShortestPathApiTest.java |  1 -
 .../api/traverser/TemplatePathsApiTest.java        |  1 -
 .../hugegraph/api/traverser/TraverserApiTest.java  |  1 -
 .../api/traverser/WeightedShortestPathApiTest.java |  1 -
 .../hugegraph/functional/AuthManagerTest.java      |  1 -
 .../apache/hugegraph/functional/BaseFuncTest.java  |  1 -
 .../hugegraph/functional/BatchInsertTest.java      |  1 -
 .../apache/hugegraph/functional/EdgeLabelTest.java |  1 -
 .../org/apache/hugegraph/functional/EdgeTest.java  |  1 -
 .../apache/hugegraph/functional/FuncTestSuite.java |  1 -
 .../hugegraph/functional/GraphManagerTest.java     |  1 -
 .../apache/hugegraph/functional/GraphModeTest.java |  1 -
 .../hugegraph/functional/HugeClientHttpsTest.java  |  1 -
 .../hugegraph/functional/HugeClientTest.java       |  1 -
 .../hugegraph/functional/IndexLabelTest.java       |  1 -
 .../hugegraph/functional/MetricsManagerTest.java   |  1 -
 .../hugegraph/functional/PropertyKeyTest.java      |  1 -
 .../apache/hugegraph/functional/SchemaTest.java    |  1 -
 .../hugegraph/functional/TraverserManagerTest.java |  1 -
 .../hugegraph/functional/VertexLabelTest.java      |  1 -
 .../apache/hugegraph/functional/VertexTest.java    |  1 -
 .../java/org/apache/hugegraph/testutil/Utils.java  |  1 -
 .../org/apache/hugegraph/unit/BaseUnitTest.java    |  1 -
 .../hugegraph/unit/BatchElementRequestTest.java    |  1 -
 .../org/apache/hugegraph/unit/CommonUtilTest.java  |  1 -
 .../org/apache/hugegraph/unit/IndexLabelTest.java  |  1 -
 .../apache/hugegraph/unit/PathSerializerTest.java  |  1 -
 .../org/apache/hugegraph/unit/PropertyKeyTest.java |  1 -
 .../org/apache/hugegraph/unit/RestResultTest.java  |  1 -
 .../hugegraph/unit/SplicingIdGeneratorTest.java    |  1 -
 .../org/apache/hugegraph/unit/UnitTestSuite.java   |  1 -
 .../hugegraph/unit/VertexSerializerTest.java       |  1 -
 .../java/org/apache/hugegraph/HugeGraphHubble.java |  1 -
 .../apache/hugegraph/annotation/MergeProperty.java |  1 -
 .../java/org/apache/hugegraph/common/Constant.java |  1 -
 .../org/apache/hugegraph/common/Identifiable.java  |  1 -
 .../org/apache/hugegraph/common/Mergeable.java     |  1 -
 .../java/org/apache/hugegraph/common/Response.java |  1 -
 .../org/apache/hugegraph/config/AsyncConfig.java   |  1 -
 .../org/apache/hugegraph/config/CacheConfig.java   |  1 -
 .../apache/hugegraph/config/GlobalCorsConfig.java  |  1 -
 .../org/apache/hugegraph/config/HubbleConfig.java  |  1 -
 .../org/apache/hugegraph/config/JacksonConfig.java |  1 -
 .../apache/hugegraph/config/MybatisPlusConfig.java |  1 -
 .../hugegraph/config/TomcatServletConfig.java      |  1 -
 .../org/apache/hugegraph/config/WebMvcConfig.java  |  1 -
 .../hugegraph/controller/AboutController.java      |  1 -
 .../hugegraph/controller/BaseController.java       |  1 -
 .../controller/GraphConnectionController.java      |  1 -
 .../hugegraph/controller/SettingController.java    |  1 -
 .../controller/algorithm/OltpAlgoController.java   |  1 -
 .../controller/graph/GraphController.java          |  1 -
 .../controller/load/FileMappingController.java     |  1 -
 .../controller/load/FileUploadController.java      |  1 -
 .../controller/load/JobManagerController.java      |  1 -
 .../controller/load/LoadTaskController.java        |  1 -
 .../controller/query/ExecuteHistoryController.java |  1 -
 .../query/GremlinCollectionController.java         |  1 -
 .../controller/query/GremlinController.java        |  1 -
 .../controller/query/GremlinQueryController.java   |  1 -
 .../controller/schema/EdgeLabelController.java     |  1 -
 .../controller/schema/PropertyIndexController.java |  1 -
 .../controller/schema/PropertyKeyController.java   |  1 -
 .../controller/schema/SchemaController.java        |  1 -
 .../controller/schema/VertexLabelController.java   |  1 -
 .../controller/task/AsyncTaskController.java       |  1 -
 .../apache/hugegraph/entity/GraphConnection.java   |  1 -
 .../java/org/apache/hugegraph/entity/UserInfo.java |  1 -
 .../hugegraph/entity/algorithm/ShortestPath.java   |  1 -
 .../hugegraph/entity/enums/AsyncTaskStatus.java    |  1 -
 .../hugegraph/entity/enums/ExecuteStatus.java      |  1 -
 .../apache/hugegraph/entity/enums/ExecuteType.java |  1 -
 .../hugegraph/entity/enums/FileMappingStatus.java  |  1 -
 .../apache/hugegraph/entity/enums/JobStatus.java   |  1 -
 .../apache/hugegraph/entity/enums/LoadAction.java  |  1 -
 .../apache/hugegraph/entity/enums/LoadStatus.java  |  1 -
 .../apache/hugegraph/entity/graph/EdgeEntity.java  |  1 -
 .../hugegraph/entity/graph/VertexEntity.java       |  1 -
 .../apache/hugegraph/entity/load/EdgeMapping.java  |  1 -
 .../hugegraph/entity/load/ElementMapping.java      |  1 -
 .../hugegraph/entity/load/FieldMappingItem.java    |  1 -
 .../apache/hugegraph/entity/load/FileMapping.java  |  1 -
 .../apache/hugegraph/entity/load/FileSetting.java  |  1 -
 .../hugegraph/entity/load/FileUploadResult.java    |  1 -
 .../apache/hugegraph/entity/load/JobManager.java   |  1 -
 .../hugegraph/entity/load/JobManagerItem.java      |  1 -
 .../entity/load/JobManagerReasonResult.java        |  1 -
 .../apache/hugegraph/entity/load/ListFormat.java   |  1 -
 .../hugegraph/entity/load/LoadParameter.java       |  1 -
 .../org/apache/hugegraph/entity/load/LoadTask.java |  1 -
 .../apache/hugegraph/entity/load/NullValues.java   |  1 -
 .../hugegraph/entity/load/ValueMappingItem.java    |  1 -
 .../hugegraph/entity/load/VertexMapping.java       |  1 -
 .../hugegraph/entity/query/AdjacentQuery.java      |  1 -
 .../hugegraph/entity/query/ExecuteHistory.java     |  1 -
 .../apache/hugegraph/entity/query/GraphView.java   |  1 -
 .../hugegraph/entity/query/GremlinCollection.java  |  1 -
 .../hugegraph/entity/query/GremlinQuery.java       |  1 -
 .../hugegraph/entity/query/GremlinResult.java      |  1 -
 .../apache/hugegraph/entity/query/JsonView.java    |  1 -
 .../apache/hugegraph/entity/query/TableView.java   |  1 -
 .../apache/hugegraph/entity/query/TypedResult.java |  1 -
 .../entity/schema/ConflictCheckEntity.java         |  1 -
 .../hugegraph/entity/schema/ConflictDetail.java    |  1 -
 .../hugegraph/entity/schema/ConflictStatus.java    |  1 -
 .../hugegraph/entity/schema/EdgeLabelEntity.java   |  1 -
 .../hugegraph/entity/schema/EdgeLabelStyle.java    |  1 -
 .../entity/schema/EdgeLabelUpdateEntity.java       |  1 -
 .../hugegraph/entity/schema/LabelUpdateEntity.java |  1 -
 .../apache/hugegraph/entity/schema/Property.java   |  1 -
 .../hugegraph/entity/schema/PropertyIndex.java     |  1 -
 .../hugegraph/entity/schema/PropertyKeyEntity.java |  1 -
 .../hugegraph/entity/schema/SchemaEntity.java      |  1 -
 .../hugegraph/entity/schema/SchemaLabelEntity.java |  1 -
 .../hugegraph/entity/schema/SchemaStyle.java       |  1 -
 .../apache/hugegraph/entity/schema/SchemaType.java |  1 -
 .../apache/hugegraph/entity/schema/Timefiable.java |  1 -
 .../apache/hugegraph/entity/schema/Typifiable.java |  1 -
 .../hugegraph/entity/schema/UsingCheckEntity.java  |  1 -
 .../hugegraph/entity/schema/VertexLabelEntity.java |  1 -
 .../hugegraph/entity/schema/VertexLabelStyle.java  |  1 -
 .../entity/schema/VertexLabelUpdateEntity.java     |  1 -
 .../apache/hugegraph/entity/task/AsyncTask.java    |  1 -
 .../hugegraph/entity/task/AsyncTaskResult.java     |  1 -
 .../hugegraph/exception/ExternalException.java     |  1 -
 .../exception/IllegalGremlinException.java         |  1 -
 .../hugegraph/exception/InternalException.java     |  1 -
 .../exception/ParameterizedException.java          |  1 -
 .../hugegraph/handler/CustomApplicationRunner.java |  1 -
 .../hugegraph/handler/CustomInterceptor.java       |  1 -
 .../hugegraph/handler/EdgeMappingTypeHandler.java  |  1 -
 .../apache/hugegraph/handler/ExceptionAdvisor.java |  1 -
 .../hugegraph/handler/HubbleDisposableBean.java    |  1 -
 .../apache/hugegraph/handler/LoadTaskExecutor.java |  1 -
 .../hugegraph/handler/MessageSourceHandler.java    |  1 -
 .../apache/hugegraph/handler/ResponseAdvisor.java  |  1 -
 .../handler/VertexMappingTypeHandler.java          |  1 -
 .../org/apache/hugegraph/license/ServerInfo.java   |  1 -
 .../hugegraph/mapper/GraphConnectionMapper.java    |  1 -
 .../apache/hugegraph/mapper/UserInfoMapper.java    |  1 -
 .../mapper/algorithm/AsyncTaskMapper.java          |  1 -
 .../hugegraph/mapper/load/FileMappingMapper.java   |  1 -
 .../hugegraph/mapper/load/JobManagerMapper.java    |  1 -
 .../hugegraph/mapper/load/LoadTaskMapper.java      |  1 -
 .../mapper/query/ExecuteHistoryMapper.java         |  1 -
 .../mapper/query/GremlinCollectionMapper.java      |  1 -
 .../apache/hugegraph/options/HubbleOptions.java    |  1 -
 .../hugegraph/service/GraphConnectionService.java  |  1 -
 .../hugegraph/service/HugeClientPoolService.java   |  1 -
 .../hugegraph/service/SettingSSLService.java       |  1 -
 .../apache/hugegraph/service/UserInfoService.java  |  1 -
 .../service/algorithm/AsyncTaskService.java        |  1 -
 .../service/algorithm/OltpAlgoService.java         |  1 -
 .../hugegraph/service/graph/GraphService.java      |  1 -
 .../hugegraph/service/license/LicenseService.java  |  1 -
 .../hugegraph/service/load/FileMappingService.java |  1 -
 .../hugegraph/service/load/JobManagerService.java  |  1 -
 .../hugegraph/service/load/LoadTaskService.java    |  1 -
 .../service/query/ExecuteHistoryService.java       |  1 -
 .../service/query/GremlinCollectionService.java    |  1 -
 .../service/query/GremlinQueryService.java         |  1 -
 .../hugegraph/service/schema/EdgeLabelService.java |  1 -
 .../service/schema/PropertyIndexService.java       |  1 -
 .../service/schema/PropertyKeyService.java         |  1 -
 .../hugegraph/service/schema/SchemaService.java    |  1 -
 .../service/schema/VertexLabelService.java         |  1 -
 .../java/org/apache/hugegraph/util/EntityUtil.java |  1 -
 .../main/java/org/apache/hugegraph/util/Ex.java    |  1 -
 .../java/org/apache/hugegraph/util/FileUtil.java   |  1 -
 .../org/apache/hugegraph/util/GremlinUtil.java     |  1 -
 .../java/org/apache/hugegraph/util/HubbleUtil.java |  1 -
 .../org/apache/hugegraph/util/HugeClientUtil.java  |  1 -
 .../java/org/apache/hugegraph/util/PageUtil.java   |  1 -
 .../java/org/apache/hugegraph/util/SQLUtil.java    |  1 -
 .../org/apache/hugegraph/util/SerializeUtil.java   |  1 -
 .../apache/hugegraph/version/HubbleVersion.java    |  1 -
 .../org/apache/hugegraph/unit/EntityUtilTest.java  |  1 -
 .../org/apache/hugegraph/unit/FileUtilTest.java    |  1 -
 .../org/apache/hugegraph/unit/UnitTestSuite.java   |  1 -
 .../assembly/static/bin/start-hubble.sh            |  6 +-
 .../hubble-dist/assembly/static/bin/stop-hubble.sh |  2 +-
 hugegraph-loader/assembly/static/bin/get-params.sh |  2 +-
 .../static/bin/hugegraph-flinkcdc-loader.sh        | 16 ++---
 .../assembly/static/bin/hugegraph-loader.sh        |  2 +-
 .../assembly/static/bin/hugegraph-spark-loader.sh  | 16 ++---
 .../assembly/static/bin/mapping-convert.sh         | 14 ++--
 .../assembly/static/bin/utf8-bom-to-utf8.sh        |  2 +-
 .../assembly/static/example/file/schema.groovy     |  1 -
 .../assembly/static/example/hdfs/schema.groovy     |  1 -
 .../assembly/static/example/mysql/schema.groovy    |  1 -
 hugegraph-loader/build.sh                          | 24 -------
 .../apache/hugegraph/loader/HugeGraphLoader.java   |  1 -
 .../apache/hugegraph/loader/MappingConverter.java  |  1 -
 .../hugegraph/loader/builder/EdgeBuilder.java      |  1 -
 .../hugegraph/loader/builder/ElementBuilder.java   |  1 -
 .../apache/hugegraph/loader/builder/Record.java    |  1 -
 .../hugegraph/loader/builder/SchemaCache.java      |  1 -
 .../hugegraph/loader/builder/VertexBuilder.java    |  1 -
 .../loader/constant/AutoCloseableIterator.java     |  1 -
 .../hugegraph/loader/constant/Checkable.java       |  1 -
 .../hugegraph/loader/constant/Constants.java       |  1 -
 .../apache/hugegraph/loader/constant/ElemType.java |  1 -
 .../apache/hugegraph/loader/constant/Unique.java   |  1 -
 .../loader/direct/loader/DirectLoader.java         |  1 -
 .../loader/direct/loader/HBaseDirectLoader.java    |  1 -
 .../hugegraph/loader/direct/util/SinkToHBase.java  |  1 -
 .../hugegraph/loader/exception/InitException.java  |  1 -
 .../loader/exception/InsertException.java          |  1 -
 .../hugegraph/loader/exception/LoadException.java  |  1 -
 .../hugegraph/loader/exception/ParseException.java |  1 -
 .../hugegraph/loader/exception/ReadException.java  |  1 -
 .../loader/executor/ComputerLoadOptions.java       |  1 -
 .../hugegraph/loader/executor/GroovyExecutor.java  |  1 -
 .../hugegraph/loader/executor/LoadContext.java     |  1 -
 .../hugegraph/loader/executor/LoadOptions.java     |  1 -
 .../hugegraph/loader/failure/FailLogger.java       |  1 -
 .../hugegraph/loader/failure/FailWriter.java       |  1 -
 .../loader/flink/HugeGraphDeserialization.java     |  1 -
 .../loader/flink/HugeGraphFlinkCDCLoader.java      |  1 -
 .../loader/flink/HugeGraphOutputFormat.java        |  1 -
 .../loader/flink/HugeGraphSinkFunction.java        |  1 -
 .../hugegraph/loader/mapping/BackendStoreInfo.java |  1 -
 .../hugegraph/loader/mapping/EdgeMapping.java      |  1 -
 .../hugegraph/loader/mapping/ElementMapping.java   |  1 -
 .../hugegraph/loader/mapping/InputStruct.java      |  1 -
 .../hugegraph/loader/mapping/LoadMapping.java      |  1 -
 .../hugegraph/loader/mapping/VertexMapping.java    |  1 -
 .../loader/metrics/LoadDistributeMetrics.java      |  1 -
 .../hugegraph/loader/metrics/LoadMetrics.java      |  1 -
 .../hugegraph/loader/metrics/LoadReport.java       |  1 -
 .../hugegraph/loader/metrics/LoadSummary.java      |  1 -
 .../hugegraph/loader/metrics/RangesTimer.java      |  1 -
 .../hugegraph/loader/parser/CsvLineParser.java     |  1 -
 .../hugegraph/loader/parser/JsonLineParser.java    |  1 -
 .../apache/hugegraph/loader/parser/LineParser.java |  1 -
 .../hugegraph/loader/parser/TextLineParser.java    |  1 -
 .../loader/progress/FileItemProgress.java          |  1 -
 .../loader/progress/InputItemProgress.java         |  1 -
 .../hugegraph/loader/progress/InputProgress.java   |  1 -
 .../hugegraph/loader/progress/LoadProgress.java    |  1 -
 .../hugegraph/loader/reader/AbstractReader.java    |  1 -
 .../hugegraph/loader/reader/InputReader.java       |  1 -
 .../apache/hugegraph/loader/reader/Readable.java   |  1 -
 .../loader/reader/file/FileLineFetcher.java        |  1 -
 .../hugegraph/loader/reader/file/FileReader.java   |  1 -
 .../loader/reader/file/LocalFileReader.java        |  1 -
 .../loader/reader/file/OrcFileLineFetcher.java     |  1 -
 .../loader/reader/file/ParquetFileLineFetcher.java |  1 -
 .../loader/reader/hdfs/HDFSFileReader.java         |  1 -
 .../hugegraph/loader/reader/jdbc/JDBCReader.java   |  1 -
 .../hugegraph/loader/reader/jdbc/JDBCUtil.java     |  1 -
 .../hugegraph/loader/reader/jdbc/RowFetcher.java   |  1 -
 .../apache/hugegraph/loader/reader/line/Line.java  |  1 -
 .../hugegraph/loader/reader/line/LineFetcher.java  |  1 -
 .../loader/serializer/DeserializeException.java    |  1 -
 .../loader/serializer/InputProgressDeser.java      |  1 -
 .../loader/serializer/InputSourceDeser.java        |  1 -
 .../hugegraph/loader/source/AbstractSource.java    |  1 -
 .../hugegraph/loader/source/InputSource.java       |  1 -
 .../apache/hugegraph/loader/source/SourceType.java |  1 -
 .../hugegraph/loader/source/file/Compression.java  |  1 -
 .../hugegraph/loader/source/file/FileFilter.java   |  1 -
 .../hugegraph/loader/source/file/FileFormat.java   |  1 -
 .../hugegraph/loader/source/file/FileSource.java   |  1 -
 .../hugegraph/loader/source/file/ListFormat.java   |  1 -
 .../hugegraph/loader/source/file/SkippedLine.java  |  1 -
 .../hugegraph/loader/source/hdfs/HDFSSource.java   |  1 -
 .../loader/source/hdfs/KerberosConfig.java         |  1 -
 .../hugegraph/loader/source/jdbc/JDBCSource.java   |  1 -
 .../hugegraph/loader/source/jdbc/JDBCVendor.java   |  1 -
 .../loader/spark/HugeGraphSparkLoader.java         |  1 -
 .../hugegraph/loader/struct/EdgeStructV1.java      |  1 -
 .../hugegraph/loader/struct/ElementStructV1.java   |  1 -
 .../hugegraph/loader/struct/GraphStructV1.java     |  1 -
 .../hugegraph/loader/struct/VertexStructV1.java    |  1 -
 .../hugegraph/loader/task/BatchInsertTask.java     |  1 -
 .../apache/hugegraph/loader/task/InsertTask.java   |  1 -
 .../hugegraph/loader/task/ParseTaskBuilder.java    |  1 -
 .../hugegraph/loader/task/SingleInsertTask.java    |  1 -
 .../apache/hugegraph/loader/task/TaskManager.java  |  1 -
 .../apache/hugegraph/loader/util/DataTypeUtil.java |  1 -
 .../org/apache/hugegraph/loader/util/DateUtil.java |  1 -
 .../hugegraph/loader/util/HugeClientHolder.java    |  1 -
 .../org/apache/hugegraph/loader/util/JsonUtil.java |  1 -
 .../org/apache/hugegraph/loader/util/LoadUtil.java |  1 -
 .../apache/hugegraph/loader/util/MappingUtil.java  |  1 -
 .../apache/hugegraph/loader/util/ParquetUtil.java  |  1 -
 .../org/apache/hugegraph/loader/util/Printer.java  |  1 -
 .../hugegraph/loader/test/functional/DBUtil.java   |  1 -
 .../loader/test/functional/FileLoadTest.java       |  1 -
 .../hugegraph/loader/test/functional/FileUtil.java |  1 -
 .../loader/test/functional/HDFSLoadTest.java       |  1 -
 .../hugegraph/loader/test/functional/HDFSUtil.java |  1 -
 .../hugegraph/loader/test/functional/IOUtil.java   |  1 -
 .../loader/test/functional/JDBCLoadTest.java       |  1 -
 .../hugegraph/loader/test/functional/LoadTest.java |  1 -
 .../hugegraph/loader/test/unit/DateUtilTest.java   |  1 -
 .../hugegraph/loader/test/unit/LineTest.java       |  1 -
 .../loader/test/unit/LoadProgressTest.java         |  1 -
 .../loader/test/unit/MappingConverterTest.java     |  1 -
 .../loader/test/unit/RangesTimerTest.java          |  1 -
 .../hugegraph/loader/test/unit/UnitTestSuite.java  |  1 -
 .../test/resources/bz2_compress_file/schema.groovy |  1 -
 .../clear_schema_before_load/schema.groovy         |  1 -
 .../customized_delimiter_in_csv_file/schema.groovy |  1 -
 .../resources/customized_long_id/schema.groovy     |  1 -
 .../resources/customized_number_id/schema.groovy   |  1 -
 .../test/resources/customized_schema/schema.groovy |  1 -
 .../customized_timezone_gmt0/schema.groovy         |  1 -
 .../test/resources/customized_uuid/schema.groovy   |  1 -
 .../resources/default_timezone_gmt8/schema.groovy  |  1 -
 .../resources/deflate_compress_file/schema.groovy  |  1 -
 .../resources/dir_has_multi_files/schema.groovy    |  1 -
 .../test/resources/dir_has_no_file/schema.groovy   |  1 -
 .../schema.groovy                                  |  1 -
 .../edge_unfold_many_to_many/schema.groovy         |  1 -
 .../schema.groovy                                  |  1 -
 .../edge_unfold_many_to_one/schema.groovy          |  1 -
 .../edge_unfold_one_to_many/schema.groovy          |  1 -
 .../resources/empty_file_with_header/schema.groovy |  1 -
 .../empty_file_without_header/schema.groovy        |  1 -
 .../resources/file_has_empty_line/schema.groovy    |  1 -
 .../file_has_skipped_line_regex/schema.groovy      |  1 -
 .../test/resources/file_no_header/schema.groovy    |  1 -
 .../fill_missing_column_with_empty/schema.groovy   |  1 -
 .../resources/filter_file_by_suffix/schema.groovy  |  1 -
 .../resources/filter_path_by_suffix/schema.groovy  |  1 -
 .../resources/gzip_compress_file/schema.groovy     |  1 -
 .../hdfs_with_core_site_path/schema.groovy         |  1 -
 .../hdfs_with_empty_core_site_path/schema.groovy   |  1 -
 .../hdfs_with_invalid_core_site_path/schema.groovy |  1 -
 .../hdfs_with_unexist_core_site_path/schema.groovy |  1 -
 .../test/resources/header_is_empty/schema.groovy   |  1 -
 .../resources/id_field_as_property/schema.groovy   |  1 -
 .../ignore_null_value_columns/schema.groovy        |  1 -
 .../schema.groovy                                  |  1 -
 .../test/resources/ignored_fields/schema.groovy    |  1 -
 .../schema.groovy                                  |  1 -
 .../resources/jdbc_customized_schema/schema.groovy |  1 -
 .../resources/jdbc_value_mapping/schema.groovy     |  1 -
 .../src/test/resources/long_property/schema.groovy |  1 -
 .../lz4_block_compress_file/schema.groovy          |  1 -
 .../lz4_framed_compress_file/schema.groovy         |  1 -
 .../resources/lzma_compress_file/schema.groovy     |  1 -
 .../schema.groovy                                  |  1 -
 .../src/test/resources/mapping_v2/schema.groovy    |  1 -
 .../matched_date_property_format/schema.groovy     |  2 -
 .../matched_encoding_charset/schema.groovy         |  1 -
 .../schema.groovy                                  |  1 -
 .../multi_files_have_header/schema.groovy          |  1 -
 .../number_and_date_pks_encoded/schema.groovy      |  1 -
 .../test/resources/orc_compress_file/schema.groovy |  1 -
 .../resources/parquet_compress_file/schema.groovy  |  1 -
 .../resources/parse_empty_csv_line/schema.groovy   |  1 -
 .../test/resources/pk_value_mapping/schema.groovy  |  1 -
 .../resources/read_reached_max_lines/schema.groovy |  1 -
 .../reload_json_failure_files/schema.groovy        |  1 -
 .../selected_and_ignored_fields/schema.groovy      |  1 -
 .../test/resources/selected_fields/schema.groovy   |  1 -
 .../schema.groovy                                  |  1 -
 .../src/test/resources/skip_struct/schema.groovy   |  1 -
 .../snappy_framed_compress_file/schema.groovy      |  1 -
 .../snappy_raw_compress_file/schema.groovy         |  1 -
 .../source_or_target_pk_value_empty/schema.groovy  |  1 -
 .../source_or_target_pk_value_null/schema.groovy   |  1 -
 .../source_target_value_mapping/schema.groovy      |  1 -
 .../timestamp_as_dateformat/schema.groovy          |  1 -
 .../test/resources/too_few_columns/schema.groovy   |  1 -
 .../test/resources/too_many_columns/schema.groovy  |  1 -
 .../unmatched_date_property_format/schema.groovy   |  1 -
 .../unmatched_encoding_charset/schema.groovy       |  1 -
 .../unmatched_property_datatype/schema.groovy      |  1 -
 .../resources/update_by_strategy/schema.groovy     |  1 -
 .../schema.groovy                                  |  1 -
 .../value_boolean_property_in_file/schema.groovy   |  1 -
 .../schema.groovy                                  |  1 -
 .../value_list_property_in_json_file/schema.groovy |  1 -
 .../value_list_property_in_text_file/schema.groovy |  1 -
 .../schema.groovy                                  |  1 -
 .../schema.groovy                                  |  1 -
 .../src/test/resources/value_mapping/schema.groovy |  1 -
 .../value_mapping_in_json_file/schema.groovy       |  1 -
 .../value_set_property_in_json_file/schema.groovy  |  1 -
 .../value_set_property_in_text_file/schema.groovy  |  1 -
 .../value_uuid_property_in_file/schema.groovy      |  1 -
 .../vertex_customized_id_unfold/schema.groovy      |  1 -
 .../schema.groovy                                  |  1 -
 .../resources/vertex_id_column_empty/schema.groovy |  1 -
 .../resources/vertex_id_exceed_limit/schema.groovy |  1 -
 .../vertex_id_exceed_limit_in_bytes/schema.groovy  |  1 -
 .../test/resources/vertex_joint_pks/schema.groovy  |  1 -
 .../schema.groovy                                  |  1 -
 .../resources/vertex_pk_value_empty/schema.groovy  |  1 -
 .../resources/vertex_pk_value_null/schema.groovy   |  1 -
 .../vertex_primarykey_unfold/schema.groovy         |  1 -
 .../schema.groovy                                  |  1 -
 .../schema.groovy                                  |  1 -
 .../vertex_unfold_in_json_file/schema.groovy       |  1 -
 .../test/resources/xz_compress_file/schema.groovy  |  1 -
 .../test/resources/z_compress_file/schema.groovy   |  1 -
 hugegraph-tools/assembly/bin/backup.sh             | 19 +++--
 hugegraph-tools/assembly/bin/clear.sh              | 24 +++----
 hugegraph-tools/assembly/bin/deploy.sh             | 48 ++++++-------
 hugegraph-tools/assembly/bin/hugegraph             | 57 ++++++++-------
 hugegraph-tools/assembly/bin/release.sh            | 44 ++++++------
 hugegraph-tools/assembly/bin/schedule-backup.sh    | 33 ++++-----
 hugegraph-tools/assembly/bin/start-all.sh          | 28 ++++----
 hugegraph-tools/assembly/bin/stop-all.sh           | 12 ++--
 hugegraph-tools/assembly/bin/util.sh               | 80 +++++++++++-----------
 hugegraph-tools/build.sh                           | 22 ------
 .../java/org/apache/hugegraph/base/Directory.java  |  1 -
 .../org/apache/hugegraph/base/HdfsDirectory.java   |  1 -
 .../org/apache/hugegraph/base/LocalDirectory.java  |  1 -
 .../java/org/apache/hugegraph/base/Printer.java    |  1 -
 .../org/apache/hugegraph/base/RetryManager.java    |  1 -
 .../java/org/apache/hugegraph/base/ToolClient.java |  1 -
 .../org/apache/hugegraph/base/ToolManager.java     |  1 -
 .../org/apache/hugegraph/cmd/HugeGraphCommand.java |  1 -
 .../java/org/apache/hugegraph/cmd/SubCommands.java |  1 -
 .../constant/AuthRestoreConflictStrategy.java      |  1 -
 .../org/apache/hugegraph/constant/Constants.java   |  1 -
 .../apache/hugegraph/exception/ExitException.java  |  1 -
 .../apache/hugegraph/exception/ToolsException.java |  1 -
 .../org/apache/hugegraph/formatter/Formatter.java  |  1 -
 .../apache/hugegraph/formatter/JsonFormatter.java  |  1 -
 .../hugegraph/formatter/kgdumper/ComputeSign.java  |  1 -
 .../formatter/kgdumper/DumpKGFormatter.java        |  1 -
 .../hugegraph/formatter/kgdumper/SignFS64.java     |  1 -
 .../manager/AuthBackupRestoreManager.java          |  1 -
 .../apache/hugegraph/manager/BackupManager.java    |  1 -
 .../manager/BackupRestoreBaseManager.java          |  1 -
 .../apache/hugegraph/manager/DumpGraphManager.java |  1 -
 .../apache/hugegraph/manager/GraphsManager.java    |  1 -
 .../apache/hugegraph/manager/GremlinManager.java   |  1 -
 .../apache/hugegraph/manager/RestoreManager.java   |  1 -
 .../org/apache/hugegraph/manager/TasksManager.java |  1 -
 .../org/apache/hugegraph/structure/JsonGraph.java  |  1 -
 .../java/org/apache/hugegraph/util/ToolUtil.java   |  1 -
 .../hugegraph/test/functional/AuthBackupTest.java  |  1 -
 .../hugegraph/test/functional/AuthRestoreTest.java |  1 -
 .../apache/hugegraph/test/functional/AuthTest.java |  1 -
 .../hugegraph/test/functional/CommandTest.java     |  1 -
 .../hugegraph/test/functional/FuncTestSuite.java   |  1 -
 .../org/apache/hugegraph/test/util/FileUtil.java   |  1 -
 664 files changed, 214 insertions(+), 913 deletions(-)
 delete mode 100644 hugegraph-client/build.sh
 delete mode 100644 hugegraph-loader/build.sh
 mode change 100755 => 100644 hugegraph-tools/assembly/bin/hugegraph
 delete mode 100644 hugegraph-tools/build.sh