From 75867796b71cc23953c1fa0a2c37eec99deb611f Mon Sep 17 00:00:00 2001 From: M <87920097+msgui@users.noreply.github.com> Date: Wed, 7 Feb 2024 12:53:57 +0800 Subject: [PATCH] fix(server): unify the license headers (#2438) subtask of #2435 --------- Co-authored-by: imbajin Co-authored-by: VGalaxies --- .github/configs/settings.xml | 17 -------------- hugegraph-server/hugegraph-api/pom.xml | 18 +++++++-------- .../java/org/apache/hugegraph/api/API.java | 18 +++++++-------- .../hugegraph/api/arthas/ArthasAPI.java | 21 +++++++++--------- .../apache/hugegraph/api/auth/AccessAPI.java | 18 +++++++-------- .../apache/hugegraph/api/auth/BelongAPI.java | 18 +++++++-------- .../apache/hugegraph/api/auth/GroupAPI.java | 18 +++++++-------- .../apache/hugegraph/api/auth/LoginAPI.java | 18 +++++++-------- .../apache/hugegraph/api/auth/ProjectAPI.java | 18 +++++++-------- .../apache/hugegraph/api/auth/TargetAPI.java | 18 +++++++-------- .../apache/hugegraph/api/auth/UserAPI.java | 18 +++++++-------- .../hugegraph/api/cypher/CypherAPI.java | 18 +++++++-------- .../hugegraph/api/cypher/CypherClient.java | 18 +++++++-------- .../hugegraph/api/cypher/CypherManager.java | 18 +++++++-------- .../hugegraph/api/cypher/CypherModel.java | 18 +++++++-------- .../hugegraph/api/filter/AccessLogFilter.java | 18 +++++++-------- .../api/filter/AuthenticationFilter.java | 18 +++++++-------- .../api/filter/CompressInterceptor.java | 18 +++++++-------- .../api/filter/DecompressInterceptor.java | 18 +++++++-------- .../hugegraph/api/filter/ExceptionFilter.java | 18 +++++++-------- .../api/filter/LoadDetectFilter.java | 18 +++++++-------- .../api/filter/LoadReleaseFilter.java | 18 +++++++-------- .../hugegraph/api/filter/PathFilter.java | 18 +++++++-------- .../hugegraph/api/filter/RedirectFilter.java | 18 +++++++-------- .../filter/RedirectFilterDynamicFeature.java | 18 +++++++-------- .../hugegraph/api/filter/StatusFilter.java | 18 +++++++-------- .../apache/hugegraph/api/graph/BatchAPI.java | 18 +++++++-------- .../apache/hugegraph/api/graph/EdgeAPI.java | 18 +++++++-------- .../apache/hugegraph/api/graph/VertexAPI.java | 18 +++++++-------- .../api/gremlin/AbstractJerseyRestClient.java | 18 +++++++-------- .../hugegraph/api/gremlin/GremlinAPI.java | 18 +++++++-------- .../hugegraph/api/gremlin/GremlinClient.java | 18 +++++++-------- .../api/gremlin/GremlinQueryAPI.java | 18 +++++++-------- .../hugegraph/api/job/AlgorithmAPI.java | 18 +++++++-------- .../apache/hugegraph/api/job/ComputerAPI.java | 18 +++++++-------- .../apache/hugegraph/api/job/GremlinAPI.java | 18 +++++++-------- .../apache/hugegraph/api/job/RebuildAPI.java | 18 +++++++-------- .../org/apache/hugegraph/api/job/TaskAPI.java | 18 +++++++-------- .../hugegraph/api/metrics/MetricsAPI.java | 18 +++++++-------- .../hugegraph/api/profile/GraphsAPI.java | 18 +++++++-------- .../hugegraph/api/profile/ProfileAPI.java | 18 +++++++-------- .../hugegraph/api/profile/VersionAPI.java | 18 +++++++-------- .../hugegraph/api/profile/WhiteIpListAPI.java | 18 +++++++-------- .../apache/hugegraph/api/raft/RaftAPI.java | 18 +++++++-------- .../hugegraph/api/schema/EdgeLabelAPI.java | 18 +++++++-------- .../hugegraph/api/schema/IndexLabelAPI.java | 18 +++++++-------- .../hugegraph/api/schema/PropertyKeyAPI.java | 18 +++++++-------- .../hugegraph/api/schema/SchemaAPI.java | 18 +++++++-------- .../hugegraph/api/schema/VertexLabelAPI.java | 18 +++++++-------- .../api/traversers/AdamicAdarAPI.java | 18 +++++++-------- .../api/traversers/AllShortestPathsAPI.java | 18 +++++++-------- .../hugegraph/api/traversers/CountAPI.java | 18 +++++++-------- .../api/traversers/CrosspointsAPI.java | 18 +++++++-------- .../traversers/CustomizedCrosspointsAPI.java | 18 +++++++-------- .../api/traversers/CustomizedPathsAPI.java | 18 +++++++-------- .../api/traversers/EdgeExistenceAPI.java | 18 +++++++-------- .../hugegraph/api/traversers/EdgesAPI.java | 18 +++++++-------- .../api/traversers/FusiformSimilarityAPI.java | 18 +++++++-------- .../api/traversers/JaccardSimilarityAPI.java | 18 +++++++-------- .../api/traversers/KneighborAPI.java | 18 +++++++-------- .../hugegraph/api/traversers/KoutAPI.java | 18 +++++++-------- .../traversers/MultiNodeShortestPathAPI.java | 18 +++++++-------- .../api/traversers/NeighborRankAPI.java | 18 +++++++-------- .../hugegraph/api/traversers/PathsAPI.java | 18 +++++++-------- .../api/traversers/PersonalRankAPI.java | 18 +++++++-------- .../hugegraph/api/traversers/RaysAPI.java | 18 +++++++-------- .../api/traversers/ResourceAllocationAPI.java | 18 +++++++-------- .../hugegraph/api/traversers/RingsAPI.java | 18 +++++++-------- .../api/traversers/SameNeighborsAPI.java | 18 +++++++-------- .../api/traversers/ShortestPathAPI.java | 18 +++++++-------- .../SingleSourceShortestPathAPI.java | 18 +++++++-------- .../api/traversers/TemplatePathsAPI.java | 18 +++++++-------- .../api/traversers/TraverserAPI.java | 18 +++++++-------- .../hugegraph/api/traversers/Vertices.java | 18 +++++++-------- .../hugegraph/api/traversers/VerticesAPI.java | 18 +++++++-------- .../traversers/WeightedShortestPathAPI.java | 18 +++++++-------- .../hugegraph/api/variables/VariablesAPI.java | 18 +++++++-------- .../hugegraph/auth/ConfigAuthenticator.java | 18 +++++++-------- .../hugegraph/auth/ContextGremlinServer.java | 18 +++++++-------- .../hugegraph/auth/HugeAuthenticator.java | 18 +++++++-------- .../hugegraph/auth/HugeFactoryAuthProxy.java | 18 +++++++-------- .../hugegraph/auth/HugeGraphAuthProxy.java | 18 +++++++-------- .../hugegraph/auth/StandardAuthenticator.java | 18 +++++++-------- .../auth/WsAndHttpBasicAuthHandler.java | 18 +++++++-------- .../hugegraph/config/ServerOptions.java | 18 +++++++-------- .../apache/hugegraph/core/GraphManager.java | 18 +++++++-------- .../apache/hugegraph/define/Checkable.java | 18 +++++++-------- .../hugegraph/define/UpdateStrategy.java | 18 +++++++-------- .../org/apache/hugegraph/define/WorkLoad.java | 18 +++++++-------- .../apache/hugegraph/metrics/MetricsKeys.java | 18 +++++++-------- .../hugegraph/metrics/MetricsModule.java | 18 +++++++-------- .../apache/hugegraph/metrics/MetricsUtil.java | 18 +++++++-------- .../hugegraph/metrics/ServerReporter.java | 18 +++++++-------- .../hugegraph/metrics/SlowQueryLog.java | 18 +++++++-------- .../hugegraph/metrics/SystemMetrics.java | 18 +++++++-------- .../rpc/RpcClientProviderWithAuth.java | 18 +++++++-------- .../hugegraph/serializer/JsonSerializer.java | 18 +++++++-------- .../hugegraph/serializer/Serializer.java | 18 +++++++-------- .../hugegraph/server/ApplicationConfig.java | 18 +++++++-------- .../apache/hugegraph/server/RestServer.java | 18 +++++++-------- .../apache/hugegraph/version/ApiVersion.java | 18 +++++++-------- hugegraph-server/hugegraph-cassandra/pom.xml | 18 +++++++-------- .../driver/core/querybuilder/Clauses.java | 18 +++++++-------- .../cassandra/CassandraBackendEntry.java | 18 +++++++-------- .../cassandra/CassandraEntryIterator.java | 18 +++++++-------- .../store/cassandra/CassandraFeatures.java | 18 +++++++-------- .../store/cassandra/CassandraMetrics.java | 18 +++++++-------- .../store/cassandra/CassandraOptions.java | 18 +++++++-------- .../store/cassandra/CassandraSerializer.java | 18 +++++++-------- .../store/cassandra/CassandraSessionPool.java | 18 +++++++-------- .../store/cassandra/CassandraShard.java | 18 +++++++-------- .../store/cassandra/CassandraStore.java | 18 +++++++-------- .../cassandra/CassandraStoreProvider.java | 18 +++++++-------- .../store/cassandra/CassandraTable.java | 18 +++++++-------- .../store/cassandra/CassandraTables.java | 18 +++++++-------- hugegraph-server/hugegraph-core/pom.xml | 18 +++++++-------- .../org/apache/hugegraph/HugeException.java | 18 +++++++-------- .../org/apache/hugegraph/HugeFactory.java | 18 +++++++-------- .../java/org/apache/hugegraph/HugeGraph.java | 18 +++++++-------- .../org/apache/hugegraph/HugeGraphParams.java | 18 +++++++-------- .../apache/hugegraph/StandardHugeGraph.java | 18 +++++++-------- .../apache/hugegraph/analyzer/Analyzer.java | 18 +++++++-------- .../hugegraph/analyzer/AnalyzerFactory.java | 18 +++++++-------- .../hugegraph/analyzer/AnsjAnalyzer.java | 18 +++++++-------- .../hugegraph/analyzer/HanLPAnalyzer.java | 18 +++++++-------- .../apache/hugegraph/analyzer/IKAnalyzer.java | 18 +++++++-------- .../hugegraph/analyzer/JcsegAnalyzer.java | 18 +++++++-------- .../hugegraph/analyzer/JiebaAnalyzer.java | 18 +++++++-------- .../hugegraph/analyzer/MMSeg4JAnalyzer.java | 18 +++++++-------- .../hugegraph/analyzer/SmartCNAnalyzer.java | 18 +++++++-------- .../apache/hugegraph/auth/AuthConstant.java | 18 +++++++-------- .../apache/hugegraph/auth/AuthManager.java | 18 +++++++-------- .../apache/hugegraph/auth/EntityManager.java | 18 +++++++-------- .../org/apache/hugegraph/auth/HugeAccess.java | 18 +++++++-------- .../org/apache/hugegraph/auth/HugeBelong.java | 18 +++++++-------- .../org/apache/hugegraph/auth/HugeGroup.java | 18 +++++++-------- .../apache/hugegraph/auth/HugePermission.java | 18 +++++++-------- .../apache/hugegraph/auth/HugeProject.java | 18 +++++++-------- .../apache/hugegraph/auth/HugeResource.java | 18 +++++++-------- .../org/apache/hugegraph/auth/HugeTarget.java | 18 +++++++-------- .../org/apache/hugegraph/auth/HugeUser.java | 18 +++++++-------- .../hugegraph/auth/RelationshipManager.java | 18 +++++++-------- .../apache/hugegraph/auth/ResourceObject.java | 18 +++++++-------- .../apache/hugegraph/auth/ResourceType.java | 18 +++++++-------- .../apache/hugegraph/auth/RolePermission.java | 18 +++++++-------- .../apache/hugegraph/auth/SchemaDefine.java | 18 +++++++-------- .../hugegraph/auth/StandardAuthManager.java | 18 +++++++-------- .../apache/hugegraph/auth/TokenGenerator.java | 18 +++++++-------- .../apache/hugegraph/auth/UserWithRole.java | 18 +++++++-------- .../hugegraph/backend/BackendException.java | 18 +++++++-------- .../hugegraph/backend/LocalCounter.java | 18 +++++++-------- .../apache/hugegraph/backend/Transaction.java | 18 +++++++-------- .../backend/cache/AbstractCache.java | 18 +++++++-------- .../apache/hugegraph/backend/cache/Cache.java | 18 +++++++-------- .../hugegraph/backend/cache/CacheManager.java | 18 +++++++-------- .../backend/cache/CacheNotifier.java | 18 +++++++-------- .../backend/cache/CachedBackendStore.java | 18 +++++++-------- .../backend/cache/CachedGraphTransaction.java | 18 +++++++-------- .../cache/CachedSchemaTransaction.java | 18 +++++++-------- .../hugegraph/backend/cache/LevelCache.java | 18 +++++++-------- .../hugegraph/backend/cache/OffheapCache.java | 18 +++++++-------- .../hugegraph/backend/cache/RamCache.java | 18 +++++++-------- .../apache/hugegraph/backend/id/EdgeId.java | 18 +++++++-------- .../org/apache/hugegraph/backend/id/Id.java | 18 +++++++-------- .../hugegraph/backend/id/IdGenerator.java | 18 +++++++-------- .../apache/hugegraph/backend/id/IdUtil.java | 18 +++++++-------- .../backend/id/SplicingIdGenerator.java | 18 +++++++-------- .../hugegraph/backend/page/IdHolder.java | 18 +++++++-------- .../hugegraph/backend/page/IdHolderList.java | 18 +++++++-------- .../backend/page/PageEntryIterator.java | 18 +++++++-------- .../hugegraph/backend/page/PageIds.java | 18 +++++++-------- .../hugegraph/backend/page/PageInfo.java | 18 +++++++-------- .../hugegraph/backend/page/PageState.java | 18 +++++++-------- .../hugegraph/backend/page/QueryList.java | 18 +++++++-------- .../backend/page/SortByCountIdHolderList.java | 18 +++++++-------- .../hugegraph/backend/query/Aggregate.java | 18 +++++++-------- .../backend/query/BatchConditionQuery.java | 18 +++++++-------- .../hugegraph/backend/query/Condition.java | 18 +++++++-------- .../backend/query/ConditionQuery.java | 18 +++++++-------- .../backend/query/ConditionQueryFlatten.java | 18 +++++++-------- .../backend/query/EdgesQueryIterator.java | 18 +++++++-------- .../backend/query/IdPrefixQuery.java | 18 +++++++-------- .../hugegraph/backend/query/IdQuery.java | 18 +++++++-------- .../hugegraph/backend/query/IdRangeQuery.java | 18 +++++++-------- .../apache/hugegraph/backend/query/Query.java | 18 +++++++-------- .../hugegraph/backend/query/QueryResults.java | 18 +++++++-------- .../serializer/AbstractSerializer.java | 18 +++++++-------- .../serializer/BinaryBackendEntry.java | 18 +++++++-------- .../serializer/BinaryEntryIterator.java | 18 +++++++-------- .../serializer/BinaryScatterSerializer.java | 18 +++++++-------- .../backend/serializer/BinarySerializer.java | 18 +++++++-------- .../backend/serializer/BytesBuffer.java | 18 +++++++-------- .../backend/serializer/GraphSerializer.java | 18 +++++++-------- .../backend/serializer/MergeIterator.java | 18 +++++++-------- .../backend/serializer/SchemaSerializer.java | 18 +++++++-------- .../backend/serializer/SerializerFactory.java | 18 +++++++-------- .../backend/serializer/TableBackendEntry.java | 18 +++++++-------- .../backend/serializer/TableSerializer.java | 18 +++++++-------- .../backend/serializer/TextBackendEntry.java | 18 +++++++-------- .../backend/serializer/TextSerializer.java | 18 +++++++-------- .../backend/store/AbstractBackendStore.java | 18 +++++++-------- .../store/AbstractBackendStoreProvider.java | 18 +++++++-------- .../backend/store/BackendAction.java | 18 +++++++-------- .../hugegraph/backend/store/BackendEntry.java | 18 +++++++-------- .../backend/store/BackendEntryIterator.java | 18 +++++++-------- .../backend/store/BackendFeatures.java | 18 +++++++-------- .../backend/store/BackendMetrics.java | 18 +++++++-------- .../backend/store/BackendMutation.java | 18 +++++++-------- .../backend/store/BackendProviderFactory.java | 18 +++++++-------- .../backend/store/BackendSession.java | 18 +++++++-------- .../backend/store/BackendSessionPool.java | 18 +++++++-------- .../hugegraph/backend/store/BackendStore.java | 18 +++++++-------- .../backend/store/BackendStoreInfo.java | 18 +++++++-------- .../backend/store/BackendStoreProvider.java | 18 +++++++-------- .../hugegraph/backend/store/BackendTable.java | 18 +++++++-------- .../backend/store/MetaDispatcher.java | 18 +++++++-------- .../hugegraph/backend/store/MetaHandler.java | 18 +++++++-------- .../apache/hugegraph/backend/store/Shard.java | 18 +++++++-------- .../backend/store/SystemSchemaStore.java | 18 +++++++-------- .../hugegraph/backend/store/TableDefine.java | 18 +++++++-------- .../backend/store/memory/InMemoryDBStore.java | 18 +++++++-------- .../store/memory/InMemoryDBStoreProvider.java | 18 +++++++-------- .../backend/store/memory/InMemoryDBTable.java | 18 +++++++-------- .../store/memory/InMemoryDBTables.java | 18 +++++++-------- .../backend/store/memory/InMemoryMetrics.java | 18 +++++++-------- .../backend/store/raft/RaftAddPeerJob.java | 18 +++++++-------- .../backend/store/raft/RaftBackendStore.java | 18 +++++++-------- .../store/raft/RaftBackendStoreProvider.java | 18 +++++++-------- .../backend/store/raft/RaftClosure.java | 18 +++++++-------- .../backend/store/raft/RaftContext.java | 18 +++++++-------- .../backend/store/raft/RaftException.java | 18 +++++++-------- .../backend/store/raft/RaftGroupManager.java | 18 +++++++-------- .../store/raft/RaftGroupManagerImpl.java | 18 +++++++-------- .../backend/store/raft/RaftNode.java | 18 +++++++-------- .../backend/store/raft/RaftRemovePeerJob.java | 18 +++++++-------- .../backend/store/raft/RaftResult.java | 18 +++++++-------- .../backend/store/raft/RaftStoreClosure.java | 18 +++++++-------- .../backend/store/raft/StoreCommand.java | 18 +++++++-------- .../backend/store/raft/StoreSerializer.java | 18 +++++++-------- .../backend/store/raft/StoreSnapshotFile.java | 18 +++++++-------- .../backend/store/raft/StoreStateMachine.java | 18 +++++++-------- .../store/raft/compress/CompressStrategy.java | 18 +++++++-------- .../compress/CompressStrategyManager.java | 18 +++++++-------- .../compress/ParallelCompressStrategy.java | 18 +++++++-------- .../raft/compress/SerialCompressStrategy.java | 18 +++++++-------- .../store/raft/rpc/AddPeerProcessor.java | 18 +++++++-------- .../store/raft/rpc/ListPeersProcessor.java | 18 +++++++-------- .../store/raft/rpc/RemovePeerProcessor.java | 18 +++++++-------- .../backend/store/raft/rpc/RpcForwarder.java | 18 +++++++-------- .../store/raft/rpc/SetLeaderProcessor.java | 18 +++++++-------- .../store/raft/rpc/StoreCommandProcessor.java | 18 +++++++-------- .../backend/store/ram/IntIntMap.java | 18 +++++++-------- .../backend/store/ram/IntLongMap.java | 18 +++++++-------- .../backend/store/ram/IntObjectMap.java | 18 +++++++-------- .../hugegraph/backend/store/ram/RamMap.java | 18 +++++++-------- .../hugegraph/backend/store/ram/RamTable.java | 18 +++++++-------- .../backend/tx/AbstractTransaction.java | 18 +++++++-------- .../backend/tx/GraphIndexTransaction.java | 18 +++++++-------- .../backend/tx/GraphTransaction.java | 18 +++++++-------- .../backend/tx/IndexableTransaction.java | 18 +++++++-------- .../backend/tx/SchemaIndexTransaction.java | 18 +++++++-------- .../backend/tx/SchemaTransaction.java | 18 +++++++-------- .../apache/hugegraph/config/AuthOptions.java | 18 +++++++-------- .../apache/hugegraph/config/CoreOptions.java | 18 +++++++-------- .../exception/ConnectionException.java | 18 +++++++-------- .../hugegraph/exception/ExistedException.java | 18 +++++++-------- .../exception/HugeGremlinException.java | 18 +++++++-------- .../exception/LimitExceedException.java | 18 +++++++-------- .../hugegraph/exception/NoIndexException.java | 18 +++++++-------- .../exception/NotAllowException.java | 18 +++++++-------- .../exception/NotFoundException.java | 18 +++++++-------- .../exception/NotSupportException.java | 18 +++++++-------- .../io/GraphSONSchemaSerializer.java | 18 +++++++-------- .../hugegraph/io/HugeGraphIoRegistry.java | 18 +++++++-------- .../hugegraph/io/HugeGraphSONModule.java | 18 +++++++-------- .../apache/hugegraph/io/HugeGryoModule.java | 18 +++++++-------- .../apache/hugegraph/job/AlgorithmJob.java | 18 +++++++-------- .../org/apache/hugegraph/job/ComputerJob.java | 18 +++++++-------- .../apache/hugegraph/job/EphemeralJob.java | 18 +++++++-------- .../hugegraph/job/EphemeralJobBuilder.java | 18 +++++++-------- .../org/apache/hugegraph/job/GremlinJob.java | 18 +++++++-------- .../java/org/apache/hugegraph/job/Job.java | 18 +++++++-------- .../org/apache/hugegraph/job/JobBuilder.java | 18 +++++++-------- .../java/org/apache/hugegraph/job/SysJob.java | 18 +++++++-------- .../org/apache/hugegraph/job/UserJob.java | 18 +++++++-------- .../job/algorithm/AbstractAlgorithm.java | 18 +++++++-------- .../hugegraph/job/algorithm/Algorithm.java | 18 +++++++-------- .../job/algorithm/AlgorithmPool.java | 18 +++++++-------- .../hugegraph/job/algorithm/BfsTraverser.java | 18 +++++++-------- .../hugegraph/job/algorithm/Consumers.java | 18 +++++++-------- .../job/algorithm/CountEdgeAlgorithm.java | 18 +++++++-------- .../job/algorithm/CountVertexAlgorithm.java | 18 +++++++-------- .../job/algorithm/SubgraphStatAlgorithm.java | 18 +++++++-------- .../algorithm/cent/AbstractCentAlgorithm.java | 18 +++++++-------- .../cent/BetweennessCentralityAlgorithm.java | 18 +++++++-------- .../BetweennessCentralityAlgorithmV2.java | 18 +++++++-------- .../cent/ClosenessCentralityAlgorithm.java | 18 +++++++-------- .../cent/ClosenessCentralityAlgorithmV2.java | 18 +++++++-------- .../cent/DegreeCentralityAlgorithm.java | 18 +++++++-------- .../cent/EigenvectorCentralityAlgorithm.java | 18 +++++++-------- .../cent/StressCentralityAlgorithm.java | 18 +++++++-------- .../cent/StressCentralityAlgorithmV2.java | 18 +++++++-------- .../algorithm/comm/AbstractCommAlgorithm.java | 18 +++++++-------- .../comm/ClusterCoefficientAlgorithm.java | 18 +++++++-------- .../job/algorithm/comm/KCoreAlgorithm.java | 18 +++++++-------- .../job/algorithm/comm/LouvainAlgorithm.java | 18 +++++++-------- .../job/algorithm/comm/LouvainTraverser.java | 18 +++++++-------- .../job/algorithm/comm/LpaAlgorithm.java | 18 +++++++-------- .../comm/TriangleCountAlgorithm.java | 18 +++++++-------- .../comm/WeakConnectedComponent.java | 18 +++++++-------- .../algorithm/path/RingsDetectAlgorithm.java | 18 +++++++-------- .../job/algorithm/rank/PageRankAlgorithm.java | 18 +++++++-------- .../FusiformSimilarityAlgorithm.java | 18 +++++++-------- .../job/computer/AbstractComputer.java | 18 +++++++-------- .../hugegraph/job/computer/Computer.java | 18 +++++++-------- .../hugegraph/job/computer/ComputerPool.java | 18 +++++++-------- .../job/computer/LouvainComputer.java | 18 +++++++-------- .../hugegraph/job/computer/LpaComputer.java | 18 +++++++-------- .../job/computer/PageRankComputer.java | 18 +++++++-------- .../job/computer/TriangleCountComputer.java | 18 +++++++-------- .../WeakConnectedComponentComputer.java | 18 +++++++-------- .../job/schema/EdgeLabelRemoveJob.java | 18 +++++++-------- .../job/schema/IndexLabelRebuildJob.java | 18 +++++++-------- .../job/schema/IndexLabelRemoveJob.java | 18 +++++++-------- .../job/schema/OlapPropertyKeyClearJob.java | 18 +++++++-------- .../job/schema/OlapPropertyKeyCreateJob.java | 18 +++++++-------- .../job/schema/OlapPropertyKeyRemoveJob.java | 18 +++++++-------- .../hugegraph/job/schema/SchemaJob.java | 18 +++++++-------- .../job/schema/VertexLabelRemoveJob.java | 18 +++++++-------- .../job/system/DeleteExpiredElementJob.java | 18 +++++++-------- .../job/system/DeleteExpiredIndexJob.java | 18 +++++++-------- .../job/system/DeleteExpiredJob.java | 18 +++++++-------- .../hugegraph/job/system/JobCounters.java | 18 +++++++-------- .../hugegraph/masterelection/ClusterRole.java | 18 +++++++-------- .../masterelection/ClusterRoleStore.java | 18 +++++++-------- .../hugegraph/masterelection/Config.java | 18 +++++++-------- .../masterelection/GlobalMasterInfo.java | 18 +++++++-------- .../masterelection/RoleElectionConfig.java | 18 +++++++-------- .../masterelection/RoleElectionOptions.java | 18 +++++++-------- .../RoleElectionStateMachine.java | 18 +++++++-------- .../masterelection/RoleListener.java | 18 +++++++-------- .../StandardClusterRoleStore.java | 18 +++++++-------- .../StandardRoleElectionStateMachine.java | 18 +++++++-------- .../masterelection/StandardRoleListener.java | 18 +++++++-------- .../masterelection/StateMachineContext.java | 18 +++++++-------- .../plugin/HugeGraphGremlinPlugin.java | 18 +++++++-------- .../hugegraph/plugin/HugeGraphPlugin.java | 18 +++++++-------- .../rpc/RpcServiceConfig4Client.java | 18 +++++++-------- .../rpc/RpcServiceConfig4Server.java | 18 +++++++-------- .../apache/hugegraph/schema/EdgeLabel.java | 18 +++++++-------- .../apache/hugegraph/schema/IndexLabel.java | 18 +++++++-------- .../apache/hugegraph/schema/PropertyKey.java | 18 +++++++-------- .../hugegraph/schema/SchemaElement.java | 18 +++++++-------- .../apache/hugegraph/schema/SchemaLabel.java | 18 +++++++-------- .../hugegraph/schema/SchemaManager.java | 18 +++++++-------- .../org/apache/hugegraph/schema/Userdata.java | 18 +++++++-------- .../apache/hugegraph/schema/VertexLabel.java | 18 +++++++-------- .../schema/builder/AbstractBuilder.java | 18 +++++++-------- .../schema/builder/EdgeLabelBuilder.java | 18 +++++++-------- .../schema/builder/IndexLabelBuilder.java | 18 +++++++-------- .../schema/builder/PropertyKeyBuilder.java | 18 +++++++-------- .../schema/builder/SchemaBuilder.java | 18 +++++++-------- .../schema/builder/VertexLabelBuilder.java | 18 +++++++-------- .../security/HugeSecurityManager.java | 18 +++++++-------- .../apache/hugegraph/structure/GraphType.java | 18 +++++++-------- .../apache/hugegraph/structure/HugeEdge.java | 18 +++++++-------- .../hugegraph/structure/HugeEdgeProperty.java | 18 +++++++-------- .../hugegraph/structure/HugeElement.java | 18 +++++++-------- .../hugegraph/structure/HugeFeatures.java | 18 +++++++-------- .../apache/hugegraph/structure/HugeIndex.java | 18 +++++++-------- .../hugegraph/structure/HugeProperty.java | 18 +++++++-------- .../hugegraph/structure/HugeVertex.java | 18 +++++++-------- .../structure/HugeVertexProperty.java | 18 +++++++-------- .../hugegraph/task/EphemeralJobQueue.java | 18 +++++++-------- .../apache/hugegraph/task/HugeServerInfo.java | 18 +++++++-------- .../org/apache/hugegraph/task/HugeTask.java | 18 +++++++-------- .../hugegraph/task/ServerInfoManager.java | 18 +++++++-------- .../hugegraph/task/StandardTaskScheduler.java | 18 +++++++-------- .../apache/hugegraph/task/TaskCallable.java | 18 +++++++-------- .../apache/hugegraph/task/TaskManager.java | 18 +++++++-------- .../apache/hugegraph/task/TaskScheduler.java | 18 +++++++-------- .../org/apache/hugegraph/task/TaskStatus.java | 18 +++++++-------- .../algorithm/CollectionPathsTraverser.java | 18 +++++++-------- .../traversal/algorithm/CountTraverser.java | 18 +++++++-------- .../algorithm/CustomizePathsTraverser.java | 18 +++++++-------- .../CustomizedCrosspointsTraverser.java | 18 +++++++-------- .../algorithm/EdgeExistenceTraverser.java | 18 +++++++-------- .../FusiformSimilarityTraverser.java | 18 +++++++-------- .../traversal/algorithm/HugeTraverser.java | 18 +++++++-------- .../algorithm/JaccardSimilarTraverser.java | 18 +++++++-------- .../algorithm/KneighborTraverser.java | 18 +++++++-------- .../traversal/algorithm/KoutTraverser.java | 18 +++++++-------- .../MultiNodeShortestPathTraverser.java | 18 +++++++-------- .../algorithm/NeighborRankTraverser.java | 18 +++++++-------- .../traversal/algorithm/OltpTraverser.java | 18 +++++++-------- .../traversal/algorithm/PathTraverser.java | 18 +++++++-------- .../traversal/algorithm/PathsTraverser.java | 18 +++++++-------- .../algorithm/PersonalRankTraverser.java | 18 +++++++-------- .../algorithm/PredictionTraverser.java | 18 +++++++-------- .../algorithm/SameNeighborTraverser.java | 18 +++++++-------- .../algorithm/ShortestPathTraverser.java | 18 +++++++-------- .../SingleSourceShortestPathTraverser.java | 18 +++++++-------- .../algorithm/SubGraphTraverser.java | 18 +++++++-------- .../algorithm/TemplatePathsTraverser.java | 18 +++++++-------- .../algorithm/iterator/NestedIterator.java | 18 +++++++-------- .../algorithm/records/AbstractRecords.java | 18 +++++++-------- .../records/DoubleWayMultiPathsRecords.java | 18 +++++++-------- .../algorithm/records/KneighborRecords.java | 18 +++++++-------- .../algorithm/records/KoutRecords.java | 18 +++++++-------- .../algorithm/records/PathsRecords.java | 18 +++++++-------- .../traversal/algorithm/records/Records.java | 18 +++++++-------- .../records/ShortestPathRecords.java | 18 +++++++-------- .../records/SingleWayMultiPathsRecords.java | 18 +++++++-------- .../records/record/Int2ArrayRecord.java | 18 +++++++-------- .../records/record/Int2IntRecord.java | 18 +++++++-------- .../records/record/Int2SetRecord.java | 18 +++++++-------- .../algorithm/records/record/Record.java | 18 +++++++-------- .../records/record/RecordFactory.java | 18 +++++++-------- .../algorithm/records/record/RecordType.java | 18 +++++++-------- .../algorithm/records/record/SyncRecord.java | 18 +++++++-------- .../traversal/algorithm/steps/EdgeStep.java | 18 +++++++-------- .../algorithm/steps/RepeatEdgeStep.java | 18 +++++++-------- .../traversal/algorithm/steps/Steps.java | 18 +++++++-------- .../algorithm/steps/WeightedEdgeStep.java | 18 +++++++-------- .../strategy/ConcurrentTraverseStrategy.java | 18 +++++++-------- .../strategy/SingleTraverseStrategy.java | 18 +++++++-------- .../algorithm/strategy/TraverseStrategy.java | 18 +++++++-------- .../traversal/optimize/ConditionP.java | 18 +++++++-------- .../traversal/optimize/HugeCountStep.java | 18 +++++++-------- .../optimize/HugeCountStepStrategy.java | 18 +++++++-------- .../traversal/optimize/HugeGraphStep.java | 18 +++++++-------- .../optimize/HugeGraphStepStrategy.java | 18 +++++++-------- .../optimize/HugePrimaryKeyStrategy.java | 18 +++++++-------- .../traversal/optimize/HugeVertexStep.java | 18 +++++++-------- .../optimize/HugeVertexStepByBatch.java | 18 +++++++-------- .../optimize/HugeVertexStepStrategy.java | 18 +++++++-------- .../traversal/optimize/QueryHolder.java | 18 +++++++-------- .../hugegraph/traversal/optimize/Text.java | 18 +++++++-------- .../traversal/optimize/TraversalUtil.java | 18 +++++++-------- .../org/apache/hugegraph/type/HugeType.java | 18 +++++++-------- .../org/apache/hugegraph/type/Idfiable.java | 18 +++++++-------- .../org/apache/hugegraph/type/Indexable.java | 18 +++++++-------- .../apache/hugegraph/type/Propertiable.java | 18 +++++++-------- .../org/apache/hugegraph/type/Typeable.java | 18 +++++++-------- .../apache/hugegraph/type/define/Action.java | 18 +++++++-------- .../hugegraph/type/define/AggregateType.java | 18 +++++++-------- .../hugegraph/type/define/CollectionType.java | 18 +++++++-------- .../hugegraph/type/define/DataType.java | 18 +++++++-------- .../hugegraph/type/define/Directions.java | 18 +++++++-------- .../hugegraph/type/define/Frequency.java | 18 +++++++-------- .../hugegraph/type/define/GraphMode.java | 18 +++++++-------- .../hugegraph/type/define/GraphReadMode.java | 18 +++++++-------- .../hugegraph/type/define/HugeKeys.java | 18 +++++++-------- .../hugegraph/type/define/IdStrategy.java | 18 +++++++-------- .../hugegraph/type/define/IndexType.java | 18 +++++++-------- .../hugegraph/type/define/NodeRole.java | 18 +++++++-------- .../hugegraph/type/define/SchemaStatus.java | 18 +++++++-------- .../hugegraph/type/define/SerialEnum.java | 18 +++++++-------- .../hugegraph/type/define/WriteType.java | 18 +++++++-------- .../java/org/apache/hugegraph/util/Blob.java | 18 +++++++-------- .../apache/hugegraph/util/CompressUtil.java | 18 +++++++-------- .../org/apache/hugegraph/util/ConfigUtil.java | 18 +++++++-------- .../org/apache/hugegraph/util/Consumers.java | 18 +++++++-------- .../org/apache/hugegraph/util/CopyUtil.java | 18 +++++++-------- .../org/apache/hugegraph/util/Events.java | 18 +++++++-------- .../util/FixedTimerWindowRateLimiter.java | 18 +++++++-------- .../util/FixedWatchWindowRateLimiter.java | 18 +++++++-------- .../org/apache/hugegraph/util/GZipUtil.java | 18 +++++++-------- .../org/apache/hugegraph/util/JsonUtil.java | 18 +++++++-------- .../org/apache/hugegraph/util/KryoUtil.java | 18 +++++++-------- .../org/apache/hugegraph/util/LZ4Util.java | 18 +++++++-------- .../org/apache/hugegraph/util/LockUtil.java | 18 +++++++-------- .../apache/hugegraph/util/ParameterUtil.java | 18 +++++++-------- .../apache/hugegraph/util/RateLimiter.java | 18 +++++++-------- .../org/apache/hugegraph/util/Reflection.java | 18 +++++++-------- .../util/collection/CollectionFactory.java | 18 +++++++-------- .../hugegraph/util/collection/IdSet.java | 18 +++++++-------- .../util/collection/Int2IntsMap.java | 18 +++++++-------- .../util/collection/IntIterator.java | 18 +++++++-------- .../hugegraph/util/collection/IntMap.java | 18 +++++++-------- .../util/collection/IntMapByDynamicHash.java | 18 +++++++-------- .../hugegraph/util/collection/IntSet.java | 18 +++++++-------- .../util/collection/ObjectIntMapping.java | 18 +++++++-------- .../collection/ObjectIntMappingFactory.java | 18 +++++++-------- .../hugegraph/variables/HugeVariables.java | 18 +++++++-------- .../apache/hugegraph/version/CoreVersion.java | 18 +++++++-------- ...che.tinkerpop.gremlin.jsr223.GremlinPlugin | 18 +++++++-------- .../src/main/resources/hugegraph.properties | 18 +++++++-------- .../docker/docker-entrypoint.sh | 18 +++++++-------- .../docker/scripts/detect-storage.groovy | 18 +++++++-------- .../docker/scripts/remote-connect.groovy | 18 +++++++-------- .../hugegraph-dist/download_keystore.sh | 18 +++++++-------- .../hugegraph-dist/download_swagger_ui.sh | 18 +++++++-------- hugegraph-server/hugegraph-dist/pom.xml | 18 +++++++-------- .../hugegraph-dist/scripts/apache-release.sh | 18 +++++++-------- .../scripts/dependency/check_dependencies.sh | 18 +++++++-------- .../regenerate_known_dependencies.sh | 18 +++++++-------- .../src/assembly/descriptor/assembly.xml | 18 +++++++-------- .../src/assembly/jenkins/build.sh | 18 +++++++-------- .../src/assembly/jenkins/config.sh | 18 +++++++-------- .../src/assembly/jenkins/deploy.sh | 18 +++++++-------- .../src/assembly/jenkins/jenkins.sh | 19 ++++++++-------- .../src/assembly/jenkins/publish.sh | 18 +++++++-------- .../src/assembly/jenkins/test.sh | 18 +++++++-------- .../src/assembly/static/bin/checksocket.sh | 21 +++++++++--------- .../src/assembly/static/bin/dump-conf.sh | 18 +++++++-------- .../src/assembly/static/bin/dump-store.sh | 18 +++++++-------- .../src/assembly/static/bin/enable-auth.sh | 18 +++++++-------- .../assembly/static/bin/gremlin-console.sh | 18 +++++++-------- .../src/assembly/static/bin/hugegraph | 18 +++++++-------- .../assembly/static/bin/hugegraph-server.sh | 18 +++++++-------- .../src/assembly/static/bin/init-store.sh | 18 +++++++-------- .../src/assembly/static/bin/install.sh | 22 +++++++++---------- .../assembly/static/bin/monitor-hugegraph.sh | 18 +++++++-------- .../src/assembly/static/bin/raft-tools.sh | 18 +++++++-------- .../assembly/static/bin/start-hugegraph.sh | 18 +++++++-------- .../src/assembly/static/bin/start-monitor.sh | 18 +++++++-------- .../src/assembly/static/bin/stop-hugegraph.sh | 18 +++++++-------- .../src/assembly/static/bin/stop-monitor.sh | 18 +++++++-------- .../src/assembly/static/bin/util.sh | 18 +++++++-------- .../src/assembly/static/bin/wait-storage.sh | 18 +++++++-------- .../src/assembly/static/conf/log4j2.xml | 18 +++++++-------- .../static/scripts/empty-sample.groovy | 18 +++++++-------- .../assembly/static/scripts/example.groovy | 18 +++++++-------- .../src/assembly/travis/build-report.sh | 18 +++++++-------- .../conf-raft1/graphs/hugegraph.properties | 18 +++++++-------- .../travis/conf-raft1/rest-server.properties | 18 +++++++-------- .../conf-raft2/graphs/hugegraph.properties | 18 +++++++-------- .../travis/conf-raft2/rest-server.properties | 18 +++++++-------- .../conf-raft3/graphs/hugegraph.properties | 18 +++++++-------- .../travis/conf-raft3/rest-server.properties | 18 +++++++-------- .../src/assembly/travis/hbase-site.xml | 18 +++++++-------- .../src/assembly/travis/install-backend.sh | 18 +++++++-------- .../src/assembly/travis/install-cassandra.sh | 18 +++++++-------- .../src/assembly/travis/install-hbase.sh | 18 +++++++-------- .../travis/install-mysql-via-docker.sh | 18 +++++++-------- .../src/assembly/travis/install-mysql.sh | 18 +++++++-------- .../travis/install-postgresql-via-docker.sh | 18 +++++++-------- .../src/assembly/travis/install-postgresql.sh | 18 +++++++-------- .../src/assembly/travis/install-scylladb.sh | 18 +++++++-------- .../src/assembly/travis/maven.xml | 18 +++++++-------- .../assembly/travis/run-api-test-for-raft.sh | 18 +++++++-------- .../src/assembly/travis/run-api-test.sh | 18 +++++++-------- .../src/assembly/travis/run-core-test.sh | 18 +++++++-------- .../src/assembly/travis/run-tinkerpop-test.sh | 18 +++++++-------- .../src/assembly/travis/run-unit-test.sh | 18 +++++++-------- .../src/assembly/travis/start-server.sh | 18 +++++++-------- .../src/assembly/travis/stop-server.sh | 18 +++++++-------- .../org/apache/hugegraph/cmd/ConfDumper.java | 18 +++++++-------- .../org/apache/hugegraph/cmd/InitStore.java | 18 +++++++-------- .../org/apache/hugegraph/cmd/StoreDumper.java | 18 +++++++-------- .../apache/hugegraph/dist/DistOptions.java | 18 +++++++-------- .../hugegraph/dist/HugeGraphServer.java | 18 +++++++-------- .../hugegraph/dist/HugeGremlinServer.java | 18 +++++++-------- .../apache/hugegraph/dist/HugeRestServer.java | 18 +++++++-------- .../apache/hugegraph/dist/RegisterUtil.java | 18 +++++++-------- .../src/main/resources/backend.properties | 18 +++++++-------- .../src/main/resources/log4j2.xml | 18 +++++++-------- hugegraph-server/hugegraph-example/pom.xml | 18 +++++++-------- .../apache/hugegraph/example/Example1.java | 18 +++++++-------- .../apache/hugegraph/example/Example2.java | 18 +++++++-------- .../apache/hugegraph/example/Example3.java | 18 +++++++-------- .../apache/hugegraph/example/ExampleUtil.java | 18 +++++++-------- .../example/GraphOfTheMoviesExample.java | 18 +++++++-------- .../hugegraph/example/PerfExample1.java | 18 +++++++-------- .../hugegraph/example/PerfExample2.java | 18 +++++++-------- .../hugegraph/example/PerfExample3.java | 18 +++++++-------- .../hugegraph/example/PerfExample4.java | 18 +++++++-------- .../hugegraph/example/PerfExampleBase.java | 18 +++++++-------- .../apache/hugegraph/example/TaskExample.java | 18 +++++++-------- .../example/ThreadRangePerfTest.java | 18 +++++++-------- .../src/main/resources/hugegraph.properties | 18 +++++++-------- .../src/main/resources/log4j2.xml | 18 +++++++-------- hugegraph-server/hugegraph-hbase/pom.xml | 18 +++++++-------- .../backend/store/hbase/HbaseFeatures.java | 18 +++++++-------- .../backend/store/hbase/HbaseMetrics.java | 18 +++++++-------- .../backend/store/hbase/HbaseOptions.java | 18 +++++++-------- .../backend/store/hbase/HbaseSerializer.java | 18 +++++++-------- .../backend/store/hbase/HbaseSessions.java | 18 +++++++-------- .../backend/store/hbase/HbaseStore.java | 18 +++++++-------- .../store/hbase/HbaseStoreProvider.java | 18 +++++++-------- .../backend/store/hbase/HbaseTable.java | 18 +++++++-------- .../backend/store/hbase/HbaseTables.java | 18 +++++++-------- hugegraph-server/hugegraph-mysql/pom.xml | 18 +++++++-------- .../store/mysql/MysqlBackendEntry.java | 18 +++++++-------- .../store/mysql/MysqlEntryIterator.java | 18 +++++++-------- .../backend/store/mysql/MysqlFeatures.java | 18 +++++++-------- .../backend/store/mysql/MysqlMetrics.java | 18 +++++++-------- .../backend/store/mysql/MysqlOptions.java | 18 +++++++-------- .../backend/store/mysql/MysqlSerializer.java | 18 +++++++-------- .../backend/store/mysql/MysqlSessions.java | 18 +++++++-------- .../backend/store/mysql/MysqlStore.java | 18 +++++++-------- .../store/mysql/MysqlStoreProvider.java | 18 +++++++-------- .../backend/store/mysql/MysqlTable.java | 18 +++++++-------- .../backend/store/mysql/MysqlTables.java | 18 +++++++-------- .../backend/store/mysql/MysqlUtil.java | 18 +++++++-------- .../backend/store/mysql/ResultSetWrapper.java | 18 +++++++-------- .../backend/store/mysql/WhereBuilder.java | 18 +++++++-------- hugegraph-server/hugegraph-palo/pom.xml | 18 +++++++-------- .../backend/store/palo/PaloFeatures.java | 18 +++++++-------- .../backend/store/palo/PaloFile.java | 18 +++++++-------- .../backend/store/palo/PaloHttpClient.java | 18 +++++++-------- .../backend/store/palo/PaloLoadInfo.java | 18 +++++++-------- .../backend/store/palo/PaloOptions.java | 18 +++++++-------- .../backend/store/palo/PaloSerializer.java | 18 +++++++-------- .../backend/store/palo/PaloSessions.java | 18 +++++++-------- .../backend/store/palo/PaloStore.java | 18 +++++++-------- .../backend/store/palo/PaloStoreProvider.java | 18 +++++++-------- .../backend/store/palo/PaloTable.java | 18 +++++++-------- .../backend/store/palo/PaloTables.java | 18 +++++++-------- hugegraph-server/hugegraph-postgresql/pom.xml | 18 +++++++-------- .../store/postgresql/PostgresqlOptions.java | 18 +++++++-------- .../postgresql/PostgresqlSerializer.java | 18 +++++++-------- .../store/postgresql/PostgresqlSessions.java | 18 +++++++-------- .../store/postgresql/PostgresqlStore.java | 18 +++++++-------- .../postgresql/PostgresqlStoreProvider.java | 18 +++++++-------- .../store/postgresql/PostgresqlTable.java | 18 +++++++-------- .../store/postgresql/PostgresqlTables.java | 18 +++++++-------- hugegraph-server/hugegraph-rocksdb/pom.xml | 18 +++++++-------- .../backend/store/rocksdb/OpenedRocksDB.java | 18 +++++++-------- .../store/rocksdb/RocksDBFeatures.java | 18 +++++++-------- .../store/rocksdb/RocksDBIngester.java | 18 +++++++-------- .../store/rocksdb/RocksDBIteratorPool.java | 18 +++++++-------- .../backend/store/rocksdb/RocksDBMetrics.java | 18 +++++++-------- .../backend/store/rocksdb/RocksDBOptions.java | 18 +++++++-------- .../store/rocksdb/RocksDBSessions.java | 18 +++++++-------- .../store/rocksdb/RocksDBStdSessions.java | 18 +++++++-------- .../backend/store/rocksdb/RocksDBStore.java | 18 +++++++-------- .../store/rocksdb/RocksDBStoreProvider.java | 18 +++++++-------- .../backend/store/rocksdb/RocksDBTable.java | 18 +++++++-------- .../backend/store/rocksdb/RocksDBTables.java | 18 +++++++-------- .../store/rocksdbsst/RocksDBSstSessions.java | 18 +++++++-------- .../store/rocksdbsst/RocksDBSstStore.java | 18 +++++++-------- .../rocksdbsst/RocksDBSstStoreProvider.java | 18 +++++++-------- hugegraph-server/hugegraph-scylladb/pom.xml | 18 +++++++-------- .../store/scylladb/ScyllaDBFeatures.java | 18 +++++++-------- .../store/scylladb/ScyllaDBMetrics.java | 18 +++++++-------- .../store/scylladb/ScyllaDBStoreProvider.java | 18 +++++++-------- .../store/scylladb/ScyllaDBTablesWithMV.java | 18 +++++++-------- hugegraph-server/hugegraph-test/pom.xml | 18 +++++++-------- .../apache/hugegraph/api/ApiTestSuite.java | 18 +++++++-------- .../apache/hugegraph/api/ArthasApiTest.java | 18 +++++++-------- .../org/apache/hugegraph/api/BaseApiTest.java | 18 +++++++-------- .../apache/hugegraph/api/CypherApiTest.java | 18 +++++++-------- .../org/apache/hugegraph/api/EdgeApiTest.java | 18 +++++++-------- .../hugegraph/api/EdgeLabelApiTest.java | 18 +++++++-------- .../apache/hugegraph/api/GremlinApiTest.java | 18 +++++++-------- .../hugegraph/api/IndexLabelApiTest.java | 18 +++++++-------- .../apache/hugegraph/api/LoginApiTest.java | 18 +++++++-------- .../apache/hugegraph/api/MetricsApiTest.java | 18 +++++++-------- .../apache/hugegraph/api/ProjectApiTest.java | 18 +++++++-------- .../hugegraph/api/PropertyKeyApiTest.java | 18 +++++++-------- .../apache/hugegraph/api/SchemaApiTest.java | 18 +++++++-------- .../org/apache/hugegraph/api/TaskApiTest.java | 18 +++++++-------- .../org/apache/hugegraph/api/UserApiTest.java | 18 +++++++-------- .../apache/hugegraph/api/VertexApiTest.java | 18 +++++++-------- .../hugegraph/api/VertexLabelApiTest.java | 18 +++++++-------- .../api/traversers/AdamicAdarAPITest.java | 18 +++++++-------- .../traversers/AllShortestPathsApiTest.java | 18 +++++++-------- .../api/traversers/CountApiTest.java | 18 +++++++-------- .../api/traversers/CrosspointsApiTest.java | 18 +++++++-------- .../CustomizedCrosspointsApiTest.java | 18 +++++++-------- .../api/traversers/EdgesApiTest.java | 18 +++++++-------- .../traversers/FusiformSimilarityApiTest.java | 18 +++++++-------- .../traversers/JaccardSimilarityApiTest.java | 18 +++++++-------- .../api/traversers/KneighborApiTest.java | 18 +++++++-------- .../hugegraph/api/traversers/KoutApiTest.java | 18 +++++++-------- .../MultiNodeShortestPathApiTest.java | 18 +++++++-------- .../api/traversers/NeighborRankApiTest.java | 18 +++++++-------- .../api/traversers/PathsApiTest.java | 18 +++++++-------- .../api/traversers/PersonalRankApiTest.java | 18 +++++++-------- .../hugegraph/api/traversers/RaysApiTest.java | 18 +++++++-------- .../traversers/ResourceAllocationAPITest.java | 18 +++++++-------- .../api/traversers/RingsApiTest.java | 18 +++++++-------- .../api/traversers/SameNeighborsApiTest.java | 18 +++++++-------- .../api/traversers/ShortestPathApiTest.java | 18 +++++++-------- .../SingleSourceShortestPathApiTest.java | 18 +++++++-------- .../api/traversers/TemplatePathsApiTest.java | 18 +++++++-------- .../traversers/TraversersApiTestSuite.java | 18 +++++++-------- .../WeightedShortestPathApiTest.java | 18 +++++++-------- .../org/apache/hugegraph/core/AuthTest.java | 18 +++++++-------- .../apache/hugegraph/core/BaseCoreTest.java | 18 +++++++-------- .../apache/hugegraph/core/CoreTestSuite.java | 18 +++++++-------- .../apache/hugegraph/core/EdgeCoreTest.java | 18 +++++++-------- .../hugegraph/core/EdgeLabelCoreTest.java | 18 +++++++-------- .../hugegraph/core/IndexLabelCoreTest.java | 18 +++++++-------- .../hugegraph/core/MultiGraphsTest.java | 18 +++++++-------- .../hugegraph/core/PropertyCoreTest.java | 18 +++++++-------- .../hugegraph/core/PropertyKeyCoreTest.java | 18 +++++++-------- .../apache/hugegraph/core/RamTableTest.java | 18 +++++++-------- .../hugegraph/core/RestoreCoreTest.java | 18 +++++++-------- .../core/RoleElectionStateMachineTest.java | 18 +++++++-------- .../apache/hugegraph/core/SchemaCoreTest.java | 18 +++++++-------- .../apache/hugegraph/core/TaskCoreTest.java | 18 +++++++-------- .../apache/hugegraph/core/VertexCoreTest.java | 18 +++++++-------- .../hugegraph/core/VertexLabelCoreTest.java | 18 +++++++-------- .../hugegraph/testutil/FakeObjects.java | 18 +++++++-------- .../org/apache/hugegraph/testutil/Utils.java | 18 +++++++-------- .../tinkerpop/ProcessStandardTest.java | 18 +++++++-------- .../tinkerpop/ProcessTestGraphProvider.java | 18 +++++++-------- .../tinkerpop/StructureBasicSuite.java | 18 +++++++-------- .../tinkerpop/StructureStandardTest.java | 18 +++++++-------- .../tinkerpop/StructureTestGraphProvider.java | 18 +++++++-------- .../apache/hugegraph/tinkerpop/TestGraph.java | 18 +++++++-------- .../hugegraph/tinkerpop/TestGraphFactory.java | 18 +++++++-------- .../tinkerpop/TestGraphProvider.java | 18 +++++++-------- .../tinkerpop/tests/HugeGraphWriteTest.java | 18 +++++++-------- .../apache/hugegraph/unit/BaseUnitTest.java | 18 +++++++-------- .../apache/hugegraph/unit/FakeObjects.java | 18 +++++++-------- .../apache/hugegraph/unit/UnitTestSuite.java | 18 +++++++-------- .../unit/cache/CacheManagerTest.java | 18 +++++++-------- .../hugegraph/unit/cache/CacheTest.java | 18 +++++++-------- .../cache/CachedGraphTransactionTest.java | 18 +++++++-------- .../cache/CachedSchemaTransactionTest.java | 18 +++++++-------- .../hugegraph/unit/cache/RamTableTest.java | 18 +++++++-------- .../unit/cassandra/CassandraTest.java | 18 +++++++-------- .../hugegraph/unit/core/AnalyzerTest.java | 18 +++++++-------- .../unit/core/BackendMutationTest.java | 18 +++++++-------- .../unit/core/BackendStoreInfoTest.java | 18 +++++++-------- .../unit/core/ConditionQueryFlattenTest.java | 18 +++++++-------- .../hugegraph/unit/core/ConditionTest.java | 18 +++++++-------- .../hugegraph/unit/core/DataTypeTest.java | 18 +++++++-------- .../hugegraph/unit/core/DirectionsTest.java | 18 +++++++-------- .../hugegraph/unit/core/ExceptionTest.java | 18 +++++++-------- .../hugegraph/unit/core/LocksTableTest.java | 18 +++++++-------- .../hugegraph/unit/core/PageStateTest.java | 18 +++++++-------- .../apache/hugegraph/unit/core/QueryTest.java | 18 +++++++-------- .../apache/hugegraph/unit/core/RangeTest.java | 18 +++++++-------- .../unit/core/RolePermissionTest.java | 18 +++++++-------- .../hugegraph/unit/core/RowLockTest.java | 18 +++++++-------- .../unit/core/SecurityManagerTest.java | 18 +++++++-------- .../hugegraph/unit/core/SerialEnumTest.java | 18 +++++++-------- .../unit/core/SystemSchemaStoreTest.java | 18 +++++++-------- .../unit/core/TraversalUtilTest.java | 18 +++++++-------- .../apache/hugegraph/unit/id/EdgeIdTest.java | 18 +++++++-------- .../org/apache/hugegraph/unit/id/IdTest.java | 18 +++++++-------- .../apache/hugegraph/unit/id/IdUtilTest.java | 18 +++++++-------- .../unit/id/SplicingIdGeneratorTest.java | 18 +++++++-------- .../hugegraph/unit/mysql/MysqlUtilTest.java | 18 +++++++-------- .../unit/mysql/WhereBuilderTest.java | 18 +++++++-------- .../unit/rocksdb/BaseRocksDBUnitTest.java | 18 +++++++-------- .../unit/rocksdb/RocksDBCountersTest.java | 18 +++++++-------- .../unit/rocksdb/RocksDBPerfTest.java | 18 +++++++-------- .../unit/rocksdb/RocksDBSessionTest.java | 18 +++++++-------- .../unit/rocksdb/RocksDBSessionsTest.java | 18 +++++++-------- .../serializer/BinaryBackendEntryTest.java | 18 +++++++-------- .../BinaryScatterSerializerTest.java | 18 +++++++-------- .../unit/serializer/BinarySerializerTest.java | 18 +++++++-------- .../unit/serializer/BytesBufferTest.java | 18 +++++++-------- .../serializer/SerializerFactoryTest.java | 18 +++++++-------- .../unit/serializer/StoreSerializerTest.java | 18 +++++++-------- .../serializer/TableBackendEntryTest.java | 18 +++++++-------- .../unit/serializer/TextBackendEntryTest.java | 18 +++++++-------- .../unit/store/RamIntObjectMapTest.java | 18 +++++++-------- .../hugegraph/unit/util/CompressUtilTest.java | 18 +++++++-------- .../hugegraph/unit/util/JsonUtilTest.java | 18 +++++++-------- .../hugegraph/unit/util/RateLimiterTest.java | 18 +++++++-------- .../unit/util/StringEncodingTest.java | 18 +++++++-------- .../hugegraph/unit/util/VersionTest.java | 18 +++++++-------- .../collection/CollectionFactoryTest.java | 18 +++++++-------- .../unit/util/collection/IdSetTest.java | 18 +++++++-------- .../unit/util/collection/Int2IntsMapTest.java | 18 +++++++-------- .../unit/util/collection/IntMapTest.java | 18 +++++++-------- .../unit/util/collection/IntSetTest.java | 18 +++++++-------- .../util/collection/ObjectIntMappingTest.java | 18 +++++++-------- .../src/main/resources/hugegraph.properties | 18 +++++++-------- .../src/main/resources/log4j2.xml | 18 +++++++-------- .../benchmark/BenchmarkConstants.java | 18 +++++++-------- .../hugegraph/benchmark/SimpleRandom.java | 18 +++++++-------- .../map/MapRandomGetPutThroughputTest.java | 18 +++++++-------- hugegraph-server/pom.xml | 18 +++++++-------- hugegraph-style.xml | 18 +++++++-------- pom.xml | 18 +++++++-------- style/checkstyle.xml | 18 +++++++-------- 774 files changed, 6964 insertions(+), 6978 deletions(-) diff --git a/.github/configs/settings.xml b/.github/configs/settings.xml index 294ded1cb..45c87139a 100644 --- a/.github/configs/settings.xml +++ b/.github/configs/settings.xml @@ -1,20 +1,3 @@ - - diff --git a/hugegraph-server/hugegraph-api/pom.xml b/hugegraph-server/hugegraph-api/pom.xml index 459a22e0e..ce18f8d35 100644 --- a/hugegraph-server/hugegraph-api/pom.xml +++ b/hugegraph-server/hugegraph-api/pom.xml @@ -1,19 +1,19 @@ /dev/null 2>&1 || diff --git a/hugegraph-server/hugegraph-dist/download_swagger_ui.sh b/hugegraph-server/hugegraph-dist/download_swagger_ui.sh index 64029d49a..de2ac6156 100644 --- a/hugegraph-server/hugegraph-dist/download_swagger_ui.sh +++ b/hugegraph-server/hugegraph-dist/download_swagger_ui.sh @@ -1,19 +1,19 @@ #!/bin/bash # # 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 +# 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. +# 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. # VERSION=4.15.5 diff --git a/hugegraph-server/hugegraph-dist/pom.xml b/hugegraph-server/hugegraph-dist/pom.xml index 36d7b05c5..baba3835c 100644 --- a/hugegraph-server/hugegraph-dist/pom.xml +++ b/hugegraph-server/hugegraph-dist/pom.xml @@ -1,19 +1,19 @@ distribution diff --git a/hugegraph-server/hugegraph-dist/src/assembly/jenkins/build.sh b/hugegraph-server/hugegraph-dist/src/assembly/jenkins/build.sh index e2fcb7be6..0ec2397b5 100644 --- a/hugegraph-server/hugegraph-dist/src/assembly/jenkins/build.sh +++ b/hugegraph-server/hugegraph-dist/src/assembly/jenkins/build.sh @@ -1,19 +1,19 @@ #!/bin/bash # # 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 +# 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. +# 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. # if [ $ACTION = "test" ]; then . $SCRIPT_DIR/config.sh diff --git a/hugegraph-server/hugegraph-dist/src/assembly/jenkins/config.sh b/hugegraph-server/hugegraph-dist/src/assembly/jenkins/config.sh index b58483042..3e9696746 100644 --- a/hugegraph-server/hugegraph-dist/src/assembly/jenkins/config.sh +++ b/hugegraph-server/hugegraph-dist/src/assembly/jenkins/config.sh @@ -1,19 +1,19 @@ #!/bin/bash # # 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 +# 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. +# 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. # BASE_DIR="hugegraph-test/src/main/resources" ORIGIN_CONF="$BASE_DIR/hugegraph.properties" diff --git a/hugegraph-server/hugegraph-dist/src/assembly/jenkins/deploy.sh b/hugegraph-server/hugegraph-dist/src/assembly/jenkins/deploy.sh index d95871d74..3bb5dcaa6 100644 --- a/hugegraph-server/hugegraph-dist/src/assembly/jenkins/deploy.sh +++ b/hugegraph-server/hugegraph-dist/src/assembly/jenkins/deploy.sh @@ -1,19 +1,19 @@ #!/bin/bash # # 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 +# 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. +# 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. # echo "Start deploy..." echo "Finish deploy." diff --git a/hugegraph-server/hugegraph-dist/src/assembly/jenkins/jenkins.sh b/hugegraph-server/hugegraph-dist/src/assembly/jenkins/jenkins.sh index 559bf804b..5a714be62 100644 --- a/hugegraph-server/hugegraph-dist/src/assembly/jenkins/jenkins.sh +++ b/hugegraph-server/hugegraph-dist/src/assembly/jenkins/jenkins.sh @@ -1,20 +1,21 @@ #!/bin/bash # # 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 +# 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. +# 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. # + # Backends contains [memory, rocksdb, cassandra, scylladb, mysql] export BACKEND=memory # The jenkins script store path diff --git a/hugegraph-server/hugegraph-dist/src/assembly/jenkins/publish.sh b/hugegraph-server/hugegraph-dist/src/assembly/jenkins/publish.sh index 0154973f5..ce0ae8955 100644 --- a/hugegraph-server/hugegraph-dist/src/assembly/jenkins/publish.sh +++ b/hugegraph-server/hugegraph-dist/src/assembly/jenkins/publish.sh @@ -1,19 +1,19 @@ #!/bin/bash # # 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 +# 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. +# 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. # OUTPUT="hugegraph-release-*.tar.gz" diff --git a/hugegraph-server/hugegraph-dist/src/assembly/jenkins/test.sh b/hugegraph-server/hugegraph-dist/src/assembly/jenkins/test.sh index 6ae6fc9b2..92ff9974d 100644 --- a/hugegraph-server/hugegraph-dist/src/assembly/jenkins/test.sh +++ b/hugegraph-server/hugegraph-dist/src/assembly/jenkins/test.sh @@ -1,19 +1,19 @@ #!/bin/bash # # 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 +# 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. +# 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. # CONFIG_PATH=$1 diff --git a/hugegraph-server/hugegraph-dist/src/assembly/static/bin/checksocket.sh b/hugegraph-server/hugegraph-dist/src/assembly/static/bin/checksocket.sh index b25a0ff68..2d5181b83 100755 --- a/hugegraph-server/hugegraph-dist/src/assembly/static/bin/checksocket.sh +++ b/hugegraph-server/hugegraph-dist/src/assembly/static/bin/checksocket.sh @@ -1,20 +1,21 @@ #!/bin/bash # # 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 +# 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. +# 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. # + # Returns the absolute path of this script regardless of symlinks abs_path() { SOURCE="${BASH_SOURCE[0]}" @@ -26,7 +27,7 @@ abs_path() { echo "$( cd -P "$( dirname "$SOURCE" )" && pwd )" } -cd "`abs_path`"/.. +cd "$(abs_path)"/.. || exit if [ -n "$JAVA_HOME" ]; then JAVA="$JAVA_HOME"/bin/java diff --git a/hugegraph-server/hugegraph-dist/src/assembly/static/bin/dump-conf.sh b/hugegraph-server/hugegraph-dist/src/assembly/static/bin/dump-conf.sh index 70c5fbf3b..57f6b1131 100755 --- a/hugegraph-server/hugegraph-dist/src/assembly/static/bin/dump-conf.sh +++ b/hugegraph-server/hugegraph-dist/src/assembly/static/bin/dump-conf.sh @@ -1,19 +1,19 @@ #!/bin/bash # # 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 +# 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. +# 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. # abs_path() { SOURCE="${BASH_SOURCE[0]}" diff --git a/hugegraph-server/hugegraph-dist/src/assembly/static/bin/dump-store.sh b/hugegraph-server/hugegraph-dist/src/assembly/static/bin/dump-store.sh index dfabfe4ca..425ad9f15 100755 --- a/hugegraph-server/hugegraph-dist/src/assembly/static/bin/dump-store.sh +++ b/hugegraph-server/hugegraph-dist/src/assembly/static/bin/dump-store.sh @@ -1,19 +1,19 @@ #!/bin/bash # # 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 +# 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. +# 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. # abs_path() { SOURCE="${BASH_SOURCE[0]}" diff --git a/hugegraph-server/hugegraph-dist/src/assembly/static/bin/enable-auth.sh b/hugegraph-server/hugegraph-dist/src/assembly/static/bin/enable-auth.sh index 2f975872c..fcdadd906 100644 --- a/hugegraph-server/hugegraph-dist/src/assembly/static/bin/enable-auth.sh +++ b/hugegraph-server/hugegraph-dist/src/assembly/static/bin/enable-auth.sh @@ -1,19 +1,19 @@ #!/bin/bash # # 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 +# 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. +# 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. # function abs_path() { diff --git a/hugegraph-server/hugegraph-dist/src/assembly/static/bin/gremlin-console.sh b/hugegraph-server/hugegraph-dist/src/assembly/static/bin/gremlin-console.sh index 06668c6b2..7a92b2006 100755 --- a/hugegraph-server/hugegraph-dist/src/assembly/static/bin/gremlin-console.sh +++ b/hugegraph-server/hugegraph-dist/src/assembly/static/bin/gremlin-console.sh @@ -1,19 +1,19 @@ #!/bin/bash # # 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 +# 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. +# 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. # set -e set -u diff --git a/hugegraph-server/hugegraph-dist/src/assembly/static/bin/hugegraph b/hugegraph-server/hugegraph-dist/src/assembly/static/bin/hugegraph index 64c1cf87e..0049ae995 100644 --- a/hugegraph-server/hugegraph-dist/src/assembly/static/bin/hugegraph +++ b/hugegraph-server/hugegraph-dist/src/assembly/static/bin/hugegraph @@ -1,19 +1,19 @@ #!/bin/bash # # 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 +# 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. +# 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. # # This script is used for starting and stopping HugeGraphServer easily. diff --git a/hugegraph-server/hugegraph-dist/src/assembly/static/bin/hugegraph-server.sh b/hugegraph-server/hugegraph-dist/src/assembly/static/bin/hugegraph-server.sh index 24b10a8e9..4a08e4b8e 100644 --- a/hugegraph-server/hugegraph-dist/src/assembly/static/bin/hugegraph-server.sh +++ b/hugegraph-server/hugegraph-dist/src/assembly/static/bin/hugegraph-server.sh @@ -1,19 +1,19 @@ #!/bin/bash # # 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 +# 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. +# 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. # function abs_path() { SOURCE="${BASH_SOURCE[0]}" diff --git a/hugegraph-server/hugegraph-dist/src/assembly/static/bin/init-store.sh b/hugegraph-server/hugegraph-dist/src/assembly/static/bin/init-store.sh index 856b33582..cde2cff74 100755 --- a/hugegraph-server/hugegraph-dist/src/assembly/static/bin/init-store.sh +++ b/hugegraph-server/hugegraph-dist/src/assembly/static/bin/init-store.sh @@ -1,19 +1,19 @@ #!/bin/bash # # 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 +# 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. +# 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. # function abs_path() { SOURCE="${BASH_SOURCE[0]}" diff --git a/hugegraph-server/hugegraph-dist/src/assembly/static/bin/install.sh b/hugegraph-server/hugegraph-dist/src/assembly/static/bin/install.sh index 514a09c65..f29dd2f75 100755 --- a/hugegraph-server/hugegraph-dist/src/assembly/static/bin/install.sh +++ b/hugegraph-server/hugegraph-dist/src/assembly/static/bin/install.sh @@ -1,23 +1,23 @@ #!/bin/bash # # 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 +# 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. +# 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. # + # This script is used to install hugegraph as a system service # Usage: install.sh port - function abs_path() { SOURCE="${BASH_SOURCE[0]}" while [ -h "$SOURCE" ]; do @@ -29,7 +29,7 @@ function abs_path() { } # Variables -BIN=`abs_path` +BIN=$(abs_path) TOP="$(cd $BIN/../ && pwd)" # Command "service" related diff --git a/hugegraph-server/hugegraph-dist/src/assembly/static/bin/monitor-hugegraph.sh b/hugegraph-server/hugegraph-dist/src/assembly/static/bin/monitor-hugegraph.sh index f10a811f2..11be239fe 100755 --- a/hugegraph-server/hugegraph-dist/src/assembly/static/bin/monitor-hugegraph.sh +++ b/hugegraph-server/hugegraph-dist/src/assembly/static/bin/monitor-hugegraph.sh @@ -1,19 +1,19 @@ #!/bin/bash # # 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 +# 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. +# 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. # function abs_path() { SOURCE="${BASH_SOURCE[0]}" diff --git a/hugegraph-server/hugegraph-dist/src/assembly/static/bin/raft-tools.sh b/hugegraph-server/hugegraph-dist/src/assembly/static/bin/raft-tools.sh index 329361baa..06c08ecac 100755 --- a/hugegraph-server/hugegraph-dist/src/assembly/static/bin/raft-tools.sh +++ b/hugegraph-server/hugegraph-dist/src/assembly/static/bin/raft-tools.sh @@ -1,19 +1,19 @@ #!/bin/bash # # 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 +# 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. +# 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. # export LANG=zh_CN.UTF-8 set -e diff --git a/hugegraph-server/hugegraph-dist/src/assembly/static/bin/start-hugegraph.sh b/hugegraph-server/hugegraph-dist/src/assembly/static/bin/start-hugegraph.sh index 9ad7da8fa..c2e861a1f 100644 --- a/hugegraph-server/hugegraph-dist/src/assembly/static/bin/start-hugegraph.sh +++ b/hugegraph-server/hugegraph-dist/src/assembly/static/bin/start-hugegraph.sh @@ -1,19 +1,19 @@ #!/bin/bash # # 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 +# 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. +# 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. # OPEN_MONITOR="false" OPEN_SECURITY_CHECK="true" diff --git a/hugegraph-server/hugegraph-dist/src/assembly/static/bin/start-monitor.sh b/hugegraph-server/hugegraph-dist/src/assembly/static/bin/start-monitor.sh index 841869751..570d07b54 100755 --- a/hugegraph-server/hugegraph-dist/src/assembly/static/bin/start-monitor.sh +++ b/hugegraph-server/hugegraph-dist/src/assembly/static/bin/start-monitor.sh @@ -1,19 +1,19 @@ #!/bin/bash # # 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 +# 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. +# 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. # function abs_path() { SOURCE="${BASH_SOURCE[0]}" diff --git a/hugegraph-server/hugegraph-dist/src/assembly/static/bin/stop-hugegraph.sh b/hugegraph-server/hugegraph-dist/src/assembly/static/bin/stop-hugegraph.sh index 455c64ea7..740774634 100755 --- a/hugegraph-server/hugegraph-dist/src/assembly/static/bin/stop-hugegraph.sh +++ b/hugegraph-server/hugegraph-dist/src/assembly/static/bin/stop-hugegraph.sh @@ -1,19 +1,19 @@ #!/bin/bash # # 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 +# 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. +# 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. # CLOSE_MONITOR="true" diff --git a/hugegraph-server/hugegraph-dist/src/assembly/static/bin/stop-monitor.sh b/hugegraph-server/hugegraph-dist/src/assembly/static/bin/stop-monitor.sh index f8b2c1c0b..0888eccb2 100755 --- a/hugegraph-server/hugegraph-dist/src/assembly/static/bin/stop-monitor.sh +++ b/hugegraph-server/hugegraph-dist/src/assembly/static/bin/stop-monitor.sh @@ -1,19 +1,19 @@ #!/bin/bash # # 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 +# 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. +# 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. # function abs_path() { SOURCE="${BASH_SOURCE[0]}" diff --git a/hugegraph-server/hugegraph-dist/src/assembly/static/bin/util.sh b/hugegraph-server/hugegraph-dist/src/assembly/static/bin/util.sh index 5f7489e60..70baed7ca 100755 --- a/hugegraph-server/hugegraph-dist/src/assembly/static/bin/util.sh +++ b/hugegraph-server/hugegraph-dist/src/assembly/static/bin/util.sh @@ -1,19 +1,19 @@ #!/bin/bash # # 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 +# 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. +# 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. # function command_available() { local cmd=$1 diff --git a/hugegraph-server/hugegraph-dist/src/assembly/static/bin/wait-storage.sh b/hugegraph-server/hugegraph-dist/src/assembly/static/bin/wait-storage.sh index 0fcefe4a0..556e02247 100644 --- a/hugegraph-server/hugegraph-dist/src/assembly/static/bin/wait-storage.sh +++ b/hugegraph-server/hugegraph-dist/src/assembly/static/bin/wait-storage.sh @@ -1,19 +1,19 @@ #!/bin/bash # # 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 +# 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. +# 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. # function abs_path() { diff --git a/hugegraph-server/hugegraph-dist/src/assembly/static/conf/log4j2.xml b/hugegraph-server/hugegraph-dist/src/assembly/static/conf/log4j2.xml index db58e8911..0248da07d 100644 --- a/hugegraph-server/hugegraph-dist/src/assembly/static/conf/log4j2.xml +++ b/hugegraph-server/hugegraph-dist/src/assembly/static/conf/log4j2.xml @@ -1,19 +1,19 @@ diff --git a/hugegraph-server/hugegraph-dist/src/assembly/static/scripts/empty-sample.groovy b/hugegraph-server/hugegraph-dist/src/assembly/static/scripts/empty-sample.groovy index 5b2fb6e37..85e3669dc 100644 --- a/hugegraph-server/hugegraph-dist/src/assembly/static/scripts/empty-sample.groovy +++ b/hugegraph-server/hugegraph-dist/src/assembly/static/scripts/empty-sample.groovy @@ -1,18 +1,18 @@ /* * 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 + * 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. + * 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. */ import org.apache.tinkerpop.gremlin.server.util.LifeCycleHook diff --git a/hugegraph-server/hugegraph-dist/src/assembly/static/scripts/example.groovy b/hugegraph-server/hugegraph-dist/src/assembly/static/scripts/example.groovy index 3b9e805cd..9c98f0014 100644 --- a/hugegraph-server/hugegraph-dist/src/assembly/static/scripts/example.groovy +++ b/hugegraph-server/hugegraph-dist/src/assembly/static/scripts/example.groovy @@ -1,18 +1,18 @@ /* * 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 + * 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. + * 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. */ import org.apache.hugegraph.HugeFactory import org.apache.hugegraph.backend.id.IdGenerator diff --git a/hugegraph-server/hugegraph-dist/src/assembly/travis/build-report.sh b/hugegraph-server/hugegraph-dist/src/assembly/travis/build-report.sh index 5420b510f..0e17491dd 100755 --- a/hugegraph-server/hugegraph-dist/src/assembly/travis/build-report.sh +++ b/hugegraph-server/hugegraph-dist/src/assembly/travis/build-report.sh @@ -1,19 +1,19 @@ #!/bin/bash # # 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 +# 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. +# 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. # set -ev diff --git a/hugegraph-server/hugegraph-dist/src/assembly/travis/conf-raft1/graphs/hugegraph.properties b/hugegraph-server/hugegraph-dist/src/assembly/travis/conf-raft1/graphs/hugegraph.properties index 7d42225d0..2d315b21e 100644 --- a/hugegraph-server/hugegraph-dist/src/assembly/travis/conf-raft1/graphs/hugegraph.properties +++ b/hugegraph-server/hugegraph-dist/src/assembly/travis/conf-raft1/graphs/hugegraph.properties @@ -1,18 +1,18 @@ # # 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 +# 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. +# 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. # gremlin.graph=org.apache.hugegraph.auth.HugeFactoryAuthProxy diff --git a/hugegraph-server/hugegraph-dist/src/assembly/travis/conf-raft1/rest-server.properties b/hugegraph-server/hugegraph-dist/src/assembly/travis/conf-raft1/rest-server.properties index ac9806192..6ac4da65d 100644 --- a/hugegraph-server/hugegraph-dist/src/assembly/travis/conf-raft1/rest-server.properties +++ b/hugegraph-server/hugegraph-dist/src/assembly/travis/conf-raft1/rest-server.properties @@ -1,18 +1,18 @@ # # 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 +# 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. +# 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. # restserver.url=http://127.0.0.1:8080 diff --git a/hugegraph-server/hugegraph-dist/src/assembly/travis/conf-raft2/graphs/hugegraph.properties b/hugegraph-server/hugegraph-dist/src/assembly/travis/conf-raft2/graphs/hugegraph.properties index 484c7e095..772d387ad 100644 --- a/hugegraph-server/hugegraph-dist/src/assembly/travis/conf-raft2/graphs/hugegraph.properties +++ b/hugegraph-server/hugegraph-dist/src/assembly/travis/conf-raft2/graphs/hugegraph.properties @@ -1,18 +1,18 @@ # # 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 +# 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. +# 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. # gremlin.graph=org.apache.hugegraph.auth.HugeFactoryAuthProxy diff --git a/hugegraph-server/hugegraph-dist/src/assembly/travis/conf-raft2/rest-server.properties b/hugegraph-server/hugegraph-dist/src/assembly/travis/conf-raft2/rest-server.properties index b5ffe9114..710c8b2e4 100644 --- a/hugegraph-server/hugegraph-dist/src/assembly/travis/conf-raft2/rest-server.properties +++ b/hugegraph-server/hugegraph-dist/src/assembly/travis/conf-raft2/rest-server.properties @@ -1,18 +1,18 @@ # # 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 +# 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. +# 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. # restserver.url=http://127.0.0.1:8082 diff --git a/hugegraph-server/hugegraph-dist/src/assembly/travis/conf-raft3/graphs/hugegraph.properties b/hugegraph-server/hugegraph-dist/src/assembly/travis/conf-raft3/graphs/hugegraph.properties index e27d26099..fc805c3c5 100644 --- a/hugegraph-server/hugegraph-dist/src/assembly/travis/conf-raft3/graphs/hugegraph.properties +++ b/hugegraph-server/hugegraph-dist/src/assembly/travis/conf-raft3/graphs/hugegraph.properties @@ -1,18 +1,18 @@ # # 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 +# 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. +# 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. # gremlin.graph=org.apache.hugegraph.auth.HugeFactoryAuthProxy diff --git a/hugegraph-server/hugegraph-dist/src/assembly/travis/conf-raft3/rest-server.properties b/hugegraph-server/hugegraph-dist/src/assembly/travis/conf-raft3/rest-server.properties index 89a10f6bf..17e3f3571 100644 --- a/hugegraph-server/hugegraph-dist/src/assembly/travis/conf-raft3/rest-server.properties +++ b/hugegraph-server/hugegraph-dist/src/assembly/travis/conf-raft3/rest-server.properties @@ -1,18 +1,18 @@ # # 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 +# 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. +# 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. # restserver.url=http://127.0.0.1:8083 diff --git a/hugegraph-server/hugegraph-dist/src/assembly/travis/hbase-site.xml b/hugegraph-server/hugegraph-dist/src/assembly/travis/hbase-site.xml index 1a364c99e..d8a097818 100644 --- a/hugegraph-server/hugegraph-dist/src/assembly/travis/hbase-site.xml +++ b/hugegraph-server/hugegraph-dist/src/assembly/travis/hbase-site.xml @@ -1,19 +1,19 @@ diff --git a/hugegraph-server/hugegraph-dist/src/assembly/travis/install-backend.sh b/hugegraph-server/hugegraph-dist/src/assembly/travis/install-backend.sh index 21e2f11e6..d73d0b5be 100755 --- a/hugegraph-server/hugegraph-dist/src/assembly/travis/install-backend.sh +++ b/hugegraph-server/hugegraph-dist/src/assembly/travis/install-backend.sh @@ -1,19 +1,19 @@ #!/bin/bash # # 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 +# 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. +# 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. # set -ev diff --git a/hugegraph-server/hugegraph-dist/src/assembly/travis/install-cassandra.sh b/hugegraph-server/hugegraph-dist/src/assembly/travis/install-cassandra.sh index d83d890de..629a4779e 100755 --- a/hugegraph-server/hugegraph-dist/src/assembly/travis/install-cassandra.sh +++ b/hugegraph-server/hugegraph-dist/src/assembly/travis/install-cassandra.sh @@ -1,19 +1,19 @@ #!/bin/bash # # 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 +# 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. +# 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. # set -ev diff --git a/hugegraph-server/hugegraph-dist/src/assembly/travis/install-hbase.sh b/hugegraph-server/hugegraph-dist/src/assembly/travis/install-hbase.sh index bdee3e75a..ae40b284e 100755 --- a/hugegraph-server/hugegraph-dist/src/assembly/travis/install-hbase.sh +++ b/hugegraph-server/hugegraph-dist/src/assembly/travis/install-hbase.sh @@ -1,19 +1,19 @@ #!/bin/bash # # 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 +# 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. +# 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. # set -ev diff --git a/hugegraph-server/hugegraph-dist/src/assembly/travis/install-mysql-via-docker.sh b/hugegraph-server/hugegraph-dist/src/assembly/travis/install-mysql-via-docker.sh index 7239098cd..12431e69c 100755 --- a/hugegraph-server/hugegraph-dist/src/assembly/travis/install-mysql-via-docker.sh +++ b/hugegraph-server/hugegraph-dist/src/assembly/travis/install-mysql-via-docker.sh @@ -1,19 +1,19 @@ #!/bin/bash # # 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 +# 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. +# 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. # set -ev diff --git a/hugegraph-server/hugegraph-dist/src/assembly/travis/install-mysql.sh b/hugegraph-server/hugegraph-dist/src/assembly/travis/install-mysql.sh index 7065da88a..c732896df 100755 --- a/hugegraph-server/hugegraph-dist/src/assembly/travis/install-mysql.sh +++ b/hugegraph-server/hugegraph-dist/src/assembly/travis/install-mysql.sh @@ -1,19 +1,19 @@ #!/bin/bash # # 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 +# 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. +# 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. # set -ev diff --git a/hugegraph-server/hugegraph-dist/src/assembly/travis/install-postgresql-via-docker.sh b/hugegraph-server/hugegraph-dist/src/assembly/travis/install-postgresql-via-docker.sh index 62d35d283..3b3cd4ec2 100755 --- a/hugegraph-server/hugegraph-dist/src/assembly/travis/install-postgresql-via-docker.sh +++ b/hugegraph-server/hugegraph-dist/src/assembly/travis/install-postgresql-via-docker.sh @@ -1,19 +1,19 @@ #!/bin/bash # # 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 +# 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. +# 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. # set -ev diff --git a/hugegraph-server/hugegraph-dist/src/assembly/travis/install-postgresql.sh b/hugegraph-server/hugegraph-dist/src/assembly/travis/install-postgresql.sh index 04562c18a..95ec03ca5 100755 --- a/hugegraph-server/hugegraph-dist/src/assembly/travis/install-postgresql.sh +++ b/hugegraph-server/hugegraph-dist/src/assembly/travis/install-postgresql.sh @@ -1,19 +1,19 @@ #!/bin/bash # # 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 +# 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. +# 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. # set -ev diff --git a/hugegraph-server/hugegraph-dist/src/assembly/travis/install-scylladb.sh b/hugegraph-server/hugegraph-dist/src/assembly/travis/install-scylladb.sh index f93e4cf96..9b281b59f 100755 --- a/hugegraph-server/hugegraph-dist/src/assembly/travis/install-scylladb.sh +++ b/hugegraph-server/hugegraph-dist/src/assembly/travis/install-scylladb.sh @@ -1,19 +1,19 @@ #!/bin/bash # # 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 +# 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. +# 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. # set -ev diff --git a/hugegraph-server/hugegraph-dist/src/assembly/travis/maven.xml b/hugegraph-server/hugegraph-dist/src/assembly/travis/maven.xml index 92f15cf31..550716769 100644 --- a/hugegraph-server/hugegraph-dist/src/assembly/travis/maven.xml +++ b/hugegraph-server/hugegraph-dist/src/assembly/travis/maven.xml @@ -1,18 +1,18 @@ diff --git a/hugegraph-server/hugegraph-dist/src/assembly/travis/run-api-test-for-raft.sh b/hugegraph-server/hugegraph-dist/src/assembly/travis/run-api-test-for-raft.sh index c8647d997..6925441ea 100755 --- a/hugegraph-server/hugegraph-dist/src/assembly/travis/run-api-test-for-raft.sh +++ b/hugegraph-server/hugegraph-dist/src/assembly/travis/run-api-test-for-raft.sh @@ -1,19 +1,19 @@ #!/bin/bash # # 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 +# 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. +# 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. # set -ev diff --git a/hugegraph-server/hugegraph-dist/src/assembly/travis/run-api-test.sh b/hugegraph-server/hugegraph-dist/src/assembly/travis/run-api-test.sh index 755bb4b99..b08ecda5a 100755 --- a/hugegraph-server/hugegraph-dist/src/assembly/travis/run-api-test.sh +++ b/hugegraph-server/hugegraph-dist/src/assembly/travis/run-api-test.sh @@ -1,19 +1,19 @@ #!/bin/bash # # 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 +# 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. +# 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. # set -ev diff --git a/hugegraph-server/hugegraph-dist/src/assembly/travis/run-core-test.sh b/hugegraph-server/hugegraph-dist/src/assembly/travis/run-core-test.sh index 9ead2910c..a95d2f080 100755 --- a/hugegraph-server/hugegraph-dist/src/assembly/travis/run-core-test.sh +++ b/hugegraph-server/hugegraph-dist/src/assembly/travis/run-core-test.sh @@ -1,19 +1,19 @@ #!/bin/bash # # 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 +# 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. +# 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. # set -ev diff --git a/hugegraph-server/hugegraph-dist/src/assembly/travis/run-tinkerpop-test.sh b/hugegraph-server/hugegraph-dist/src/assembly/travis/run-tinkerpop-test.sh index e706e8b5f..87d60c888 100755 --- a/hugegraph-server/hugegraph-dist/src/assembly/travis/run-tinkerpop-test.sh +++ b/hugegraph-server/hugegraph-dist/src/assembly/travis/run-tinkerpop-test.sh @@ -1,19 +1,19 @@ #!/bin/bash # # 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 +# 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. +# 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. # set -ev diff --git a/hugegraph-server/hugegraph-dist/src/assembly/travis/run-unit-test.sh b/hugegraph-server/hugegraph-dist/src/assembly/travis/run-unit-test.sh index f9d9a639b..5fe9b476b 100755 --- a/hugegraph-server/hugegraph-dist/src/assembly/travis/run-unit-test.sh +++ b/hugegraph-server/hugegraph-dist/src/assembly/travis/run-unit-test.sh @@ -1,19 +1,19 @@ #!/bin/bash # # 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 +# 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. +# 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. # set -ev diff --git a/hugegraph-server/hugegraph-dist/src/assembly/travis/start-server.sh b/hugegraph-server/hugegraph-dist/src/assembly/travis/start-server.sh index f95170021..40b4e63f1 100755 --- a/hugegraph-server/hugegraph-dist/src/assembly/travis/start-server.sh +++ b/hugegraph-server/hugegraph-dist/src/assembly/travis/start-server.sh @@ -1,19 +1,19 @@ #!/bin/bash # # 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 +# 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. +# 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. # set -ev diff --git a/hugegraph-server/hugegraph-dist/src/assembly/travis/stop-server.sh b/hugegraph-server/hugegraph-dist/src/assembly/travis/stop-server.sh index dc5abf5b8..275175788 100755 --- a/hugegraph-server/hugegraph-dist/src/assembly/travis/stop-server.sh +++ b/hugegraph-server/hugegraph-dist/src/assembly/travis/stop-server.sh @@ -1,19 +1,19 @@ #!/bin/bash # # 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 +# 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. +# 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. # set -ev diff --git a/hugegraph-server/hugegraph-dist/src/main/java/org/apache/hugegraph/cmd/ConfDumper.java b/hugegraph-server/hugegraph-dist/src/main/java/org/apache/hugegraph/cmd/ConfDumper.java index 02a463533..cdeb32140 100644 --- a/hugegraph-server/hugegraph-dist/src/main/java/org/apache/hugegraph/cmd/ConfDumper.java +++ b/hugegraph-server/hugegraph-dist/src/main/java/org/apache/hugegraph/cmd/ConfDumper.java @@ -1,18 +1,18 @@ /* * 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 + * 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. + * 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. */ package org.apache.hugegraph.cmd; diff --git a/hugegraph-server/hugegraph-dist/src/main/java/org/apache/hugegraph/cmd/InitStore.java b/hugegraph-server/hugegraph-dist/src/main/java/org/apache/hugegraph/cmd/InitStore.java index eabca7fd6..75199d1e7 100644 --- a/hugegraph-server/hugegraph-dist/src/main/java/org/apache/hugegraph/cmd/InitStore.java +++ b/hugegraph-server/hugegraph-dist/src/main/java/org/apache/hugegraph/cmd/InitStore.java @@ -1,18 +1,18 @@ /* * 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 + * 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. + * 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. */ package org.apache.hugegraph.cmd; diff --git a/hugegraph-server/hugegraph-dist/src/main/java/org/apache/hugegraph/cmd/StoreDumper.java b/hugegraph-server/hugegraph-dist/src/main/java/org/apache/hugegraph/cmd/StoreDumper.java index 4afdee142..352ea0b02 100644 --- a/hugegraph-server/hugegraph-dist/src/main/java/org/apache/hugegraph/cmd/StoreDumper.java +++ b/hugegraph-server/hugegraph-dist/src/main/java/org/apache/hugegraph/cmd/StoreDumper.java @@ -1,18 +1,18 @@ /* * 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 + * 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. + * 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. */ package org.apache.hugegraph.cmd; diff --git a/hugegraph-server/hugegraph-dist/src/main/java/org/apache/hugegraph/dist/DistOptions.java b/hugegraph-server/hugegraph-dist/src/main/java/org/apache/hugegraph/dist/DistOptions.java index 5abf6a64e..6766d5f9d 100644 --- a/hugegraph-server/hugegraph-dist/src/main/java/org/apache/hugegraph/dist/DistOptions.java +++ b/hugegraph-server/hugegraph-dist/src/main/java/org/apache/hugegraph/dist/DistOptions.java @@ -1,18 +1,18 @@ /* * 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 + * 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. + * 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. */ package org.apache.hugegraph.dist; diff --git a/hugegraph-server/hugegraph-dist/src/main/java/org/apache/hugegraph/dist/HugeGraphServer.java b/hugegraph-server/hugegraph-dist/src/main/java/org/apache/hugegraph/dist/HugeGraphServer.java index 0fc1b50e7..7af1ff8b0 100644 --- a/hugegraph-server/hugegraph-dist/src/main/java/org/apache/hugegraph/dist/HugeGraphServer.java +++ b/hugegraph-server/hugegraph-dist/src/main/java/org/apache/hugegraph/dist/HugeGraphServer.java @@ -1,18 +1,18 @@ /* * 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 + * 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. + * 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. */ package org.apache.hugegraph.dist; diff --git a/hugegraph-server/hugegraph-dist/src/main/java/org/apache/hugegraph/dist/HugeGremlinServer.java b/hugegraph-server/hugegraph-dist/src/main/java/org/apache/hugegraph/dist/HugeGremlinServer.java index 3e7e17976..7d7a992a5 100644 --- a/hugegraph-server/hugegraph-dist/src/main/java/org/apache/hugegraph/dist/HugeGremlinServer.java +++ b/hugegraph-server/hugegraph-dist/src/main/java/org/apache/hugegraph/dist/HugeGremlinServer.java @@ -1,18 +1,18 @@ /* * 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 + * 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. + * 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. */ package org.apache.hugegraph.dist; diff --git a/hugegraph-server/hugegraph-dist/src/main/java/org/apache/hugegraph/dist/HugeRestServer.java b/hugegraph-server/hugegraph-dist/src/main/java/org/apache/hugegraph/dist/HugeRestServer.java index d742e9bb5..395ae886d 100644 --- a/hugegraph-server/hugegraph-dist/src/main/java/org/apache/hugegraph/dist/HugeRestServer.java +++ b/hugegraph-server/hugegraph-dist/src/main/java/org/apache/hugegraph/dist/HugeRestServer.java @@ -1,18 +1,18 @@ /* * 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 + * 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. + * 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. */ package org.apache.hugegraph.dist; diff --git a/hugegraph-server/hugegraph-dist/src/main/java/org/apache/hugegraph/dist/RegisterUtil.java b/hugegraph-server/hugegraph-dist/src/main/java/org/apache/hugegraph/dist/RegisterUtil.java index 34e5ea3cf..a760c7c0b 100644 --- a/hugegraph-server/hugegraph-dist/src/main/java/org/apache/hugegraph/dist/RegisterUtil.java +++ b/hugegraph-server/hugegraph-dist/src/main/java/org/apache/hugegraph/dist/RegisterUtil.java @@ -1,18 +1,18 @@ /* * 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 + * 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. + * 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. */ package org.apache.hugegraph.dist; diff --git a/hugegraph-server/hugegraph-dist/src/main/resources/backend.properties b/hugegraph-server/hugegraph-dist/src/main/resources/backend.properties index aa49ed14b..af68e8082 100644 --- a/hugegraph-server/hugegraph-dist/src/main/resources/backend.properties +++ b/hugegraph-server/hugegraph-dist/src/main/resources/backend.properties @@ -1,18 +1,18 @@ # # 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 +# 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. +# 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. # backends=[cassandra, scylladb, rocksdb, mysql, palo, hbase, postgresql] diff --git a/hugegraph-server/hugegraph-dist/src/main/resources/log4j2.xml b/hugegraph-server/hugegraph-dist/src/main/resources/log4j2.xml index 5d8081629..72bee2a80 100644 --- a/hugegraph-server/hugegraph-dist/src/main/resources/log4j2.xml +++ b/hugegraph-server/hugegraph-dist/src/main/resources/log4j2.xml @@ -1,19 +1,19 @@ diff --git a/hugegraph-server/hugegraph-example/pom.xml b/hugegraph-server/hugegraph-example/pom.xml index 3e75e2af6..cfc28735a 100644 --- a/hugegraph-server/hugegraph-example/pom.xml +++ b/hugegraph-server/hugegraph-example/pom.xml @@ -1,19 +1,19 @@ diff --git a/hugegraph-server/hugegraph-hbase/pom.xml b/hugegraph-server/hugegraph-hbase/pom.xml index d408459a2..2ce0dd0d3 100644 --- a/hugegraph-server/hugegraph-hbase/pom.xml +++ b/hugegraph-server/hugegraph-hbase/pom.xml @@ -1,19 +1,19 @@ diff --git a/hugegraph-server/hugegraph-test/src/test/java/org/apache/hugegraph/benchmark/BenchmarkConstants.java b/hugegraph-server/hugegraph-test/src/test/java/org/apache/hugegraph/benchmark/BenchmarkConstants.java index 1641bc95c..01856ef93 100644 --- a/hugegraph-server/hugegraph-test/src/test/java/org/apache/hugegraph/benchmark/BenchmarkConstants.java +++ b/hugegraph-server/hugegraph-test/src/test/java/org/apache/hugegraph/benchmark/BenchmarkConstants.java @@ -1,18 +1,18 @@ /* * 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 + * 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. + * 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. */ package org.apache.hugegraph.benchmark; diff --git a/hugegraph-server/hugegraph-test/src/test/java/org/apache/hugegraph/benchmark/SimpleRandom.java b/hugegraph-server/hugegraph-test/src/test/java/org/apache/hugegraph/benchmark/SimpleRandom.java index 3338f10af..8acfd5b94 100644 --- a/hugegraph-server/hugegraph-test/src/test/java/org/apache/hugegraph/benchmark/SimpleRandom.java +++ b/hugegraph-server/hugegraph-test/src/test/java/org/apache/hugegraph/benchmark/SimpleRandom.java @@ -1,18 +1,18 @@ /* * 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 + * 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. + * 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. */ package org.apache.hugegraph.benchmark; diff --git a/hugegraph-server/hugegraph-test/src/test/java/org/apache/hugegraph/benchmark/map/MapRandomGetPutThroughputTest.java b/hugegraph-server/hugegraph-test/src/test/java/org/apache/hugegraph/benchmark/map/MapRandomGetPutThroughputTest.java index 4423351b5..c7d0653ef 100644 --- a/hugegraph-server/hugegraph-test/src/test/java/org/apache/hugegraph/benchmark/map/MapRandomGetPutThroughputTest.java +++ b/hugegraph-server/hugegraph-test/src/test/java/org/apache/hugegraph/benchmark/map/MapRandomGetPutThroughputTest.java @@ -1,18 +1,18 @@ /* * 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 + * 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. + * 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. */ package org.apache.hugegraph.benchmark.map; diff --git a/hugegraph-server/pom.xml b/hugegraph-server/pom.xml index e5f09d22e..64dedc178 100644 --- a/hugegraph-server/pom.xml +++ b/hugegraph-server/pom.xml @@ -1,19 +1,19 @@ diff --git a/hugegraph-style.xml b/hugegraph-style.xml index 8b05bdc31..8536d5154 100644 --- a/hugegraph-style.xml +++ b/hugegraph-style.xml @@ -1,18 +1,18 @@ diff --git a/pom.xml b/pom.xml index 6917da79f..efa702ad8 100644 --- a/pom.xml +++ b/pom.xml @@ -1,19 +1,19 @@ diff --git a/style/checkstyle.xml b/style/checkstyle.xml index ca92b5974..eec890ec2 100644 --- a/style/checkstyle.xml +++ b/style/checkstyle.xml @@ -1,19 +1,19 @@