From b385c45c3503fc9ef3fc6ecaff7946df10989916 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=9D=92=E5=B9=B4?= <1043706593@qq.com> Date: Fri, 13 Jan 2023 23:26:52 +0800 Subject: [PATCH] =?UTF-8?q?chore=EF=BC=9Aremove=20copyright=20in=20license?= =?UTF-8?q?=20header=20=20(#2090)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: imbajin --- hugegraph-api/pom.xml | 18 ++++++++-------- .../java/org/apache/hugegraph/api/API.java | 2 -- .../apache/hugegraph/api/auth/AccessAPI.java | 2 -- .../apache/hugegraph/api/auth/BelongAPI.java | 2 -- .../apache/hugegraph/api/auth/GroupAPI.java | 2 -- .../apache/hugegraph/api/auth/LoginAPI.java | 2 -- .../apache/hugegraph/api/auth/ProjectAPI.java | 2 -- .../apache/hugegraph/api/auth/TargetAPI.java | 2 -- .../apache/hugegraph/api/auth/UserAPI.java | 2 -- .../api/filter/AuthenticationFilter.java | 2 -- .../api/filter/CompressInterceptor.java | 2 -- .../api/filter/DecompressInterceptor.java | 2 -- .../hugegraph/api/filter/ExceptionFilter.java | 2 -- .../api/filter/LoadDetectFilter.java | 2 -- .../api/filter/LoadReleaseFilter.java | 2 -- .../hugegraph/api/filter/StatusFilter.java | 2 -- .../apache/hugegraph/api/graph/BatchAPI.java | 2 -- .../apache/hugegraph/api/graph/EdgeAPI.java | 2 -- .../apache/hugegraph/api/graph/VertexAPI.java | 2 -- .../hugegraph/api/gremlin/CypherAPI.java | 2 -- .../hugegraph/api/gremlin/GremlinAPI.java | 2 -- .../hugegraph/api/gremlin/GremlinClient.java | 2 -- .../api/gremlin/GremlinQueryAPI.java | 2 -- .../hugegraph/api/job/AlgorithmAPI.java | 2 -- .../apache/hugegraph/api/job/ComputerAPI.java | 2 -- .../apache/hugegraph/api/job/GremlinAPI.java | 2 -- .../apache/hugegraph/api/job/RebuildAPI.java | 2 -- .../org/apache/hugegraph/api/job/TaskAPI.java | 2 -- .../hugegraph/api/metrics/MetricsAPI.java | 2 -- .../hugegraph/api/profile/GraphsAPI.java | 2 -- .../hugegraph/api/profile/ProfileAPI.java | 2 -- .../hugegraph/api/profile/VersionAPI.java | 2 -- .../apache/hugegraph/api/raft/RaftAPI.java | 2 -- .../hugegraph/api/schema/EdgeLabelAPI.java | 2 -- .../hugegraph/api/schema/IndexLabelAPI.java | 2 -- .../hugegraph/api/schema/PropertyKeyAPI.java | 2 -- .../hugegraph/api/schema/SchemaAPI.java | 2 -- .../hugegraph/api/schema/VertexLabelAPI.java | 2 -- .../api/traversers/AdamicAdarAPI.java | 2 -- .../api/traversers/AllShortestPathsAPI.java | 2 -- .../hugegraph/api/traversers/CountAPI.java | 2 -- .../api/traversers/CrosspointsAPI.java | 2 -- .../traversers/CustomizedCrosspointsAPI.java | 2 -- .../api/traversers/CustomizedPathsAPI.java | 2 -- .../hugegraph/api/traversers/EdgesAPI.java | 2 -- .../api/traversers/FusiformSimilarityAPI.java | 2 -- .../api/traversers/JaccardSimilarityAPI.java | 2 -- .../api/traversers/KneighborAPI.java | 2 -- .../hugegraph/api/traversers/KoutAPI.java | 2 -- .../traversers/MultiNodeShortestPathAPI.java | 2 -- .../api/traversers/NeighborRankAPI.java | 2 -- .../hugegraph/api/traversers/PathsAPI.java | 2 -- .../api/traversers/PersonalRankAPI.java | 2 -- .../hugegraph/api/traversers/RaysAPI.java | 2 -- .../api/traversers/ResourceAllocationAPI.java | 2 -- .../hugegraph/api/traversers/RingsAPI.java | 2 -- .../api/traversers/SameNeighborsAPI.java | 2 -- .../api/traversers/ShortestPathAPI.java | 2 -- .../SingleSourceShortestPathAPI.java | 2 -- .../api/traversers/TemplatePathsAPI.java | 2 -- .../api/traversers/TraverserAPI.java | 2 -- .../hugegraph/api/traversers/Vertices.java | 2 -- .../hugegraph/api/traversers/VerticesAPI.java | 2 -- .../traversers/WeightedShortestPathAPI.java | 2 -- .../hugegraph/api/variables/VariablesAPI.java | 2 -- .../hugegraph/auth/ConfigAuthenticator.java | 2 -- .../hugegraph/auth/ContextGremlinServer.java | 2 -- .../hugegraph/auth/HugeAuthenticator.java | 2 -- .../hugegraph/auth/HugeFactoryAuthProxy.java | 2 -- .../hugegraph/auth/HugeGraphAuthProxy.java | 2 -- .../hugegraph/auth/StandardAuthenticator.java | 2 -- .../auth/WsAndHttpBasicAuthHandler.java | 2 -- .../hugegraph/config/ServerOptions.java | 2 -- .../apache/hugegraph/core/GraphManager.java | 2 -- .../apache/hugegraph/define/Checkable.java | 2 -- .../hugegraph/define/UpdateStrategy.java | 2 -- .../org/apache/hugegraph/define/WorkLoad.java | 2 -- .../hugegraph/license/LicenseVerifier.java | 2 -- .../license/LicenseVerifyManager.java | 2 -- .../hugegraph/metrics/MetricsModule.java | 2 -- .../apache/hugegraph/metrics/MetricsUtil.java | 2 -- .../hugegraph/metrics/ServerReporter.java | 2 -- .../hugegraph/metrics/SystemMetrics.java | 2 -- .../rpc/RpcClientProviderWithAuth.java | 2 -- .../hugegraph/serializer/JsonSerializer.java | 2 -- .../hugegraph/serializer/Serializer.java | 2 -- .../hugegraph/server/ApplicationConfig.java | 2 -- .../apache/hugegraph/server/RestServer.java | 2 -- .../apache/hugegraph/version/ApiVersion.java | 2 -- hugegraph-cassandra/pom.xml | 18 ++++++++-------- .../driver/core/querybuilder/Clauses.java | 2 -- .../cassandra/CassandraBackendEntry.java | 2 -- .../cassandra/CassandraEntryIterator.java | 2 -- .../store/cassandra/CassandraFeatures.java | 2 -- .../store/cassandra/CassandraMetrics.java | 2 -- .../store/cassandra/CassandraOptions.java | 2 -- .../store/cassandra/CassandraSerializer.java | 2 -- .../store/cassandra/CassandraSessionPool.java | 2 -- .../store/cassandra/CassandraShard.java | 2 -- .../store/cassandra/CassandraStore.java | 2 -- .../cassandra/CassandraStoreProvider.java | 2 -- .../store/cassandra/CassandraTable.java | 2 -- .../store/cassandra/CassandraTables.java | 2 -- hugegraph-core/pom.xml | 18 ++++++++-------- .../org/apache/hugegraph/HugeException.java | 2 -- .../org/apache/hugegraph/HugeFactory.java | 2 -- .../java/org/apache/hugegraph/HugeGraph.java | 2 -- .../org/apache/hugegraph/HugeGraphParams.java | 2 -- .../apache/hugegraph/StandardHugeGraph.java | 2 -- .../apache/hugegraph/analyzer/Analyzer.java | 2 -- .../hugegraph/analyzer/AnalyzerFactory.java | 2 -- .../hugegraph/analyzer/AnsjAnalyzer.java | 2 -- .../hugegraph/analyzer/HanLPAnalyzer.java | 2 -- .../apache/hugegraph/analyzer/IKAnalyzer.java | 2 -- .../hugegraph/analyzer/JcsegAnalyzer.java | 2 -- .../hugegraph/analyzer/JiebaAnalyzer.java | 2 -- .../hugegraph/analyzer/MMSeg4JAnalyzer.java | 2 -- .../hugegraph/analyzer/SmartCNAnalyzer.java | 2 -- .../apache/hugegraph/auth/AuthConstant.java | 2 -- .../apache/hugegraph/auth/AuthManager.java | 2 -- .../apache/hugegraph/auth/EntityManager.java | 2 -- .../org/apache/hugegraph/auth/HugeAccess.java | 2 -- .../org/apache/hugegraph/auth/HugeBelong.java | 2 -- .../org/apache/hugegraph/auth/HugeGroup.java | 2 -- .../apache/hugegraph/auth/HugePermission.java | 2 -- .../apache/hugegraph/auth/HugeProject.java | 2 -- .../apache/hugegraph/auth/HugeResource.java | 2 -- .../org/apache/hugegraph/auth/HugeTarget.java | 2 -- .../org/apache/hugegraph/auth/HugeUser.java | 2 -- .../hugegraph/auth/RelationshipManager.java | 2 -- .../apache/hugegraph/auth/ResourceObject.java | 2 -- .../apache/hugegraph/auth/ResourceType.java | 2 -- .../apache/hugegraph/auth/RolePermission.java | 2 -- .../apache/hugegraph/auth/SchemaDefine.java | 2 -- .../hugegraph/auth/StandardAuthManager.java | 2 -- .../apache/hugegraph/auth/TokenGenerator.java | 2 -- .../apache/hugegraph/auth/UserWithRole.java | 2 -- .../hugegraph/backend/BackendException.java | 2 -- .../hugegraph/backend/LocalCounter.java | 2 -- .../apache/hugegraph/backend/Transaction.java | 2 -- .../backend/cache/AbstractCache.java | 2 -- .../apache/hugegraph/backend/cache/Cache.java | 2 -- .../hugegraph/backend/cache/CacheManager.java | 2 -- .../backend/cache/CacheNotifier.java | 2 -- .../backend/cache/CachedBackendStore.java | 2 -- .../backend/cache/CachedGraphTransaction.java | 2 -- .../cache/CachedSchemaTransaction.java | 2 -- .../hugegraph/backend/cache/LevelCache.java | 2 -- .../hugegraph/backend/cache/OffheapCache.java | 2 -- .../hugegraph/backend/cache/RamCache.java | 2 -- .../apache/hugegraph/backend/id/EdgeId.java | 2 -- .../org/apache/hugegraph/backend/id/Id.java | 2 -- .../hugegraph/backend/id/IdGenerator.java | 2 -- .../apache/hugegraph/backend/id/IdUtil.java | 2 -- .../backend/id/SnowflakeIdGenerator.java | 2 -- .../backend/id/SplicingIdGenerator.java | 2 -- .../hugegraph/backend/page/IdHolder.java | 2 -- .../hugegraph/backend/page/IdHolderList.java | 2 -- .../backend/page/PageEntryIterator.java | 2 -- .../hugegraph/backend/page/PageIds.java | 2 -- .../hugegraph/backend/page/PageInfo.java | 2 -- .../hugegraph/backend/page/PageState.java | 2 -- .../hugegraph/backend/page/QueryList.java | 2 -- .../backend/page/SortByCountIdHolderList.java | 2 -- .../hugegraph/backend/query/Aggregate.java | 2 -- .../backend/query/BatchConditionQuery.java | 2 -- .../hugegraph/backend/query/Condition.java | 2 -- .../backend/query/ConditionQuery.java | 2 -- .../backend/query/ConditionQueryFlatten.java | 2 -- .../backend/query/IdPrefixQuery.java | 2 -- .../hugegraph/backend/query/IdQuery.java | 2 -- .../hugegraph/backend/query/IdRangeQuery.java | 2 -- .../apache/hugegraph/backend/query/Query.java | 2 -- .../hugegraph/backend/query/QueryResults.java | 2 -- .../serializer/AbstractSerializer.java | 2 -- .../serializer/BinaryBackendEntry.java | 2 -- .../serializer/BinaryEntryIterator.java | 2 -- .../serializer/BinaryScatterSerializer.java | 2 -- .../backend/serializer/BinarySerializer.java | 2 -- .../backend/serializer/BytesBuffer.java | 2 -- .../backend/serializer/GraphSerializer.java | 2 -- .../backend/serializer/MergeIterator.java | 2 -- .../backend/serializer/SchemaSerializer.java | 2 -- .../backend/serializer/SerializerFactory.java | 2 -- .../backend/serializer/TableBackendEntry.java | 2 -- .../backend/serializer/TableSerializer.java | 2 -- .../backend/serializer/TextBackendEntry.java | 2 -- .../backend/serializer/TextSerializer.java | 2 -- .../backend/store/AbstractBackendStore.java | 2 -- .../store/AbstractBackendStoreProvider.java | 2 -- .../backend/store/BackendAction.java | 2 -- .../hugegraph/backend/store/BackendEntry.java | 2 -- .../backend/store/BackendEntryIterator.java | 2 -- .../backend/store/BackendFeatures.java | 2 -- .../backend/store/BackendMetrics.java | 2 -- .../backend/store/BackendMutation.java | 2 -- .../backend/store/BackendProviderFactory.java | 2 -- .../backend/store/BackendSession.java | 2 -- .../backend/store/BackendSessionPool.java | 2 -- .../hugegraph/backend/store/BackendStore.java | 2 -- .../backend/store/BackendStoreInfo.java | 2 -- .../backend/store/BackendStoreProvider.java | 2 -- .../hugegraph/backend/store/BackendTable.java | 2 -- .../backend/store/MetaDispatcher.java | 2 -- .../hugegraph/backend/store/MetaHandler.java | 2 -- .../apache/hugegraph/backend/store/Shard.java | 2 -- .../backend/store/SystemSchemaStore.java | 2 -- .../hugegraph/backend/store/TableDefine.java | 2 -- .../backend/store/memory/InMemoryDBStore.java | 2 -- .../store/memory/InMemoryDBStoreProvider.java | 2 -- .../backend/store/memory/InMemoryDBTable.java | 2 -- .../store/memory/InMemoryDBTables.java | 2 -- .../backend/store/memory/InMemoryMetrics.java | 2 -- .../backend/store/raft/RaftAddPeerJob.java | 2 -- .../backend/store/raft/RaftBackendStore.java | 2 -- .../store/raft/RaftBackendStoreProvider.java | 2 -- .../backend/store/raft/RaftClosure.java | 2 -- .../backend/store/raft/RaftContext.java | 2 -- .../backend/store/raft/RaftException.java | 2 -- .../backend/store/raft/RaftGroupManager.java | 2 -- .../store/raft/RaftGroupManagerImpl.java | 2 -- .../backend/store/raft/RaftNode.java | 2 -- .../backend/store/raft/RaftRemovePeerJob.java | 2 -- .../backend/store/raft/RaftResult.java | 2 -- .../backend/store/raft/RaftStoreClosure.java | 2 -- .../backend/store/raft/StoreCommand.java | 2 -- .../backend/store/raft/StoreSerializer.java | 2 -- .../backend/store/raft/StoreSnapshotFile.java | 2 -- .../backend/store/raft/StoreStateMachine.java | 2 -- .../store/raft/rpc/ListPeersProcessor.java | 2 -- .../backend/store/raft/rpc/RpcForwarder.java | 2 -- .../store/raft/rpc/SetLeaderProcessor.java | 2 -- .../store/raft/rpc/StoreCommandProcessor.java | 2 -- .../backend/store/ram/IntIntMap.java | 2 -- .../backend/store/ram/IntLongMap.java | 2 -- .../backend/store/ram/IntObjectMap.java | 2 -- .../hugegraph/backend/store/ram/RamMap.java | 2 -- .../hugegraph/backend/store/ram/RamTable.java | 2 -- .../backend/tx/AbstractTransaction.java | 2 -- .../backend/tx/GraphIndexTransaction.java | 2 -- .../backend/tx/GraphTransaction.java | 2 -- .../backend/tx/IndexableTransaction.java | 2 -- .../backend/tx/SchemaIndexTransaction.java | 2 -- .../backend/tx/SchemaTransaction.java | 2 -- .../apache/hugegraph/config/AuthOptions.java | 2 -- .../apache/hugegraph/config/CoreOptions.java | 2 -- .../org/apache/hugegraph/election/Config.java | 2 -- .../election/RoleElectionStateMachine.java | 2 -- .../RoleElectionStateMachineImpl.java | 2 -- .../hugegraph/election/RoleTypeData.java | 2 -- .../election/RoleTypeDataAdapter.java | 2 -- .../election/StateMachineCallback.java | 2 -- .../election/StateMachineContext.java | 2 -- .../exception/ConnectionException.java | 2 -- .../hugegraph/exception/ExistedException.java | 2 -- .../exception/HugeGremlinException.java | 2 -- .../exception/LimitExceedException.java | 2 -- .../hugegraph/exception/NoIndexException.java | 2 -- .../exception/NotAllowException.java | 2 -- .../exception/NotFoundException.java | 2 -- .../exception/NotSupportException.java | 2 -- .../io/GraphSONSchemaSerializer.java | 2 -- .../hugegraph/io/HugeGraphIoRegistry.java | 2 -- .../hugegraph/io/HugeGraphSONModule.java | 2 -- .../apache/hugegraph/io/HugeGryoModule.java | 2 -- .../apache/hugegraph/job/AlgorithmJob.java | 2 -- .../org/apache/hugegraph/job/ComputerJob.java | 2 -- .../apache/hugegraph/job/EphemeralJob.java | 2 -- .../hugegraph/job/EphemeralJobBuilder.java | 2 -- .../org/apache/hugegraph/job/GremlinJob.java | 2 -- .../java/org/apache/hugegraph/job/Job.java | 2 -- .../org/apache/hugegraph/job/JobBuilder.java | 2 -- .../java/org/apache/hugegraph/job/SysJob.java | 2 -- .../org/apache/hugegraph/job/UserJob.java | 2 -- .../job/algorithm/AbstractAlgorithm.java | 2 -- .../hugegraph/job/algorithm/Algorithm.java | 2 -- .../job/algorithm/AlgorithmPool.java | 2 -- .../hugegraph/job/algorithm/BfsTraverser.java | 2 -- .../hugegraph/job/algorithm/Consumers.java | 2 -- .../job/algorithm/CountEdgeAlgorithm.java | 2 -- .../job/algorithm/CountVertexAlgorithm.java | 2 -- .../job/algorithm/SubgraphStatAlgorithm.java | 2 -- .../algorithm/cent/AbstractCentAlgorithm.java | 2 -- .../cent/BetweennessCentralityAlgorithm.java | 2 -- .../BetweennessCentralityAlgorithmV2.java | 2 -- .../cent/ClosenessCentralityAlgorithm.java | 2 -- .../cent/ClosenessCentralityAlgorithmV2.java | 2 -- .../cent/DegreeCentralityAlgorithm.java | 2 -- .../cent/EigenvectorCentralityAlgorithm.java | 2 -- .../cent/StressCentralityAlgorithm.java | 2 -- .../cent/StressCentralityAlgorithmV2.java | 2 -- .../algorithm/comm/AbstractCommAlgorithm.java | 2 -- .../comm/ClusterCoefficientAlgorithm.java | 2 -- .../job/algorithm/comm/KCoreAlgorithm.java | 2 -- .../job/algorithm/comm/LouvainAlgorithm.java | 2 -- .../job/algorithm/comm/LouvainTraverser.java | 2 -- .../job/algorithm/comm/LpaAlgorithm.java | 2 -- .../comm/TriangleCountAlgorithm.java | 2 -- .../comm/WeakConnectedComponent.java | 2 -- .../algorithm/path/RingsDetectAlgorithm.java | 2 -- .../job/algorithm/rank/PageRankAlgorithm.java | 2 -- .../FusiformSimilarityAlgorithm.java | 2 -- .../job/computer/AbstractComputer.java | 2 -- .../hugegraph/job/computer/Computer.java | 2 -- .../hugegraph/job/computer/ComputerPool.java | 2 -- .../job/computer/LouvainComputer.java | 2 -- .../hugegraph/job/computer/LpaComputer.java | 2 -- .../job/computer/PageRankComputer.java | 2 -- .../job/computer/TriangleCountComputer.java | 2 -- .../WeakConnectedComponentComputer.java | 2 -- .../job/schema/EdgeLabelRemoveJob.java | 2 -- .../job/schema/IndexLabelRebuildJob.java | 2 -- .../job/schema/IndexLabelRemoveJob.java | 2 -- .../job/schema/OlapPropertyKeyClearJob.java | 2 -- .../job/schema/OlapPropertyKeyCreateJob.java | 2 -- .../job/schema/OlapPropertyKeyRemoveJob.java | 2 -- .../hugegraph/job/schema/SchemaJob.java | 2 -- .../job/schema/VertexLabelRemoveJob.java | 2 -- .../job/system/DeleteExpiredElementJob.java | 2 -- .../job/system/DeleteExpiredIndexJob.java | 2 -- .../job/system/DeleteExpiredJob.java | 2 -- .../hugegraph/job/system/JobCounters.java | 2 -- .../plugin/HugeGraphGremlinPlugin.java | 2 -- .../hugegraph/plugin/HugeGraphPlugin.java | 2 -- .../rpc/RpcServiceConfig4Client.java | 2 -- .../rpc/RpcServiceConfig4Server.java | 2 -- .../apache/hugegraph/schema/EdgeLabel.java | 2 -- .../apache/hugegraph/schema/IndexLabel.java | 2 -- .../apache/hugegraph/schema/PropertyKey.java | 2 -- .../hugegraph/schema/SchemaElement.java | 2 -- .../apache/hugegraph/schema/SchemaLabel.java | 2 -- .../hugegraph/schema/SchemaManager.java | 2 -- .../org/apache/hugegraph/schema/Userdata.java | 2 -- .../apache/hugegraph/schema/VertexLabel.java | 2 -- .../schema/builder/AbstractBuilder.java | 2 -- .../schema/builder/EdgeLabelBuilder.java | 2 -- .../schema/builder/IndexLabelBuilder.java | 2 -- .../schema/builder/PropertyKeyBuilder.java | 2 -- .../schema/builder/SchemaBuilder.java | 2 -- .../schema/builder/VertexLabelBuilder.java | 2 -- .../security/HugeSecurityManager.java | 2 -- .../apache/hugegraph/structure/GraphType.java | 2 -- .../apache/hugegraph/structure/HugeEdge.java | 2 -- .../hugegraph/structure/HugeEdgeProperty.java | 2 -- .../hugegraph/structure/HugeElement.java | 2 -- .../hugegraph/structure/HugeFeatures.java | 2 -- .../apache/hugegraph/structure/HugeIndex.java | 2 -- .../hugegraph/structure/HugeProperty.java | 2 -- .../hugegraph/structure/HugeVertex.java | 2 -- .../structure/HugeVertexProperty.java | 2 -- .../apache/hugegraph/task/HugeServerInfo.java | 2 -- .../org/apache/hugegraph/task/HugeTask.java | 2 -- .../hugegraph/task/ServerInfoManager.java | 2 -- .../hugegraph/task/StandardTaskScheduler.java | 2 -- .../apache/hugegraph/task/TaskCallable.java | 2 -- .../apache/hugegraph/task/TaskManager.java | 2 -- .../apache/hugegraph/task/TaskScheduler.java | 2 -- .../org/apache/hugegraph/task/TaskStatus.java | 2 -- .../algorithm/CollectionPathsTraverser.java | 2 -- .../traversal/algorithm/CountTraverser.java | 2 -- .../algorithm/CustomizePathsTraverser.java | 2 -- .../CustomizedCrosspointsTraverser.java | 2 -- .../FusiformSimilarityTraverser.java | 2 -- .../traversal/algorithm/HugeTraverser.java | 2 -- .../algorithm/JaccardSimilarTraverser.java | 2 -- .../algorithm/KneighborTraverser.java | 2 -- .../traversal/algorithm/KoutTraverser.java | 2 -- .../MultiNodeShortestPathTraverser.java | 2 -- .../algorithm/NeighborRankTraverser.java | 2 -- .../traversal/algorithm/OltpTraverser.java | 2 -- .../traversal/algorithm/PathTraverser.java | 2 -- .../traversal/algorithm/PathsTraverser.java | 2 -- .../algorithm/PersonalRankTraverser.java | 2 -- .../algorithm/PredictionTraverser.java | 2 -- .../algorithm/SameNeighborTraverser.java | 2 -- .../algorithm/ShortestPathTraverser.java | 2 -- .../SingleSourceShortestPathTraverser.java | 2 -- .../algorithm/SubGraphTraverser.java | 2 -- .../algorithm/TemplatePathsTraverser.java | 2 -- .../algorithm/records/AbstractRecords.java | 2 -- .../records/DoubleWayMultiPathsRecords.java | 2 -- .../algorithm/records/KneighborRecords.java | 2 -- .../algorithm/records/KoutRecords.java | 2 -- .../algorithm/records/PathsRecords.java | 2 -- .../traversal/algorithm/records/Records.java | 2 -- .../records/ShortestPathRecords.java | 2 -- .../records/SingleWayMultiPathsRecords.java | 2 -- .../records/record/Int2ArrayRecord.java | 2 -- .../records/record/Int2IntRecord.java | 2 -- .../records/record/Int2SetRecord.java | 2 -- .../algorithm/records/record/Record.java | 2 -- .../records/record/RecordFactory.java | 2 -- .../algorithm/records/record/RecordType.java | 2 -- .../algorithm/records/record/SyncRecord.java | 2 -- .../traversal/algorithm/steps/EdgeStep.java | 2 -- .../algorithm/steps/RepeatEdgeStep.java | 2 -- .../algorithm/steps/WeightedEdgeStep.java | 2 -- .../strategy/ConcurrentTraverseStrategy.java | 2 -- .../strategy/SingleTraverseStrategy.java | 2 -- .../algorithm/strategy/TraverseStrategy.java | 2 -- .../traversal/optimize/ConditionP.java | 2 -- .../traversal/optimize/HugeCountStep.java | 2 -- .../optimize/HugeCountStepStrategy.java | 2 -- .../traversal/optimize/HugeGraphStep.java | 2 -- .../optimize/HugeGraphStepStrategy.java | 2 -- .../optimize/HugeScriptTraversal.java | 2 -- .../traversal/optimize/HugeVertexStep.java | 2 -- .../optimize/HugeVertexStepByBatch.java | 2 -- .../optimize/HugeVertexStepStrategy.java | 2 -- .../traversal/optimize/QueryHolder.java | 2 -- .../hugegraph/traversal/optimize/Text.java | 2 -- .../traversal/optimize/TraversalUtil.java | 2 -- .../org/apache/hugegraph/type/HugeType.java | 2 -- .../org/apache/hugegraph/type/Idfiable.java | 2 -- .../org/apache/hugegraph/type/Indexable.java | 2 -- .../org/apache/hugegraph/type/Nameable.java | 2 -- .../apache/hugegraph/type/Propertiable.java | 2 -- .../org/apache/hugegraph/type/Typeable.java | 2 -- .../apache/hugegraph/type/define/Action.java | 2 -- .../hugegraph/type/define/AggregateType.java | 2 -- .../hugegraph/type/define/Cardinality.java | 2 -- .../hugegraph/type/define/CollectionType.java | 2 -- .../hugegraph/type/define/DataType.java | 2 -- .../hugegraph/type/define/Directions.java | 2 -- .../hugegraph/type/define/Frequency.java | 2 -- .../hugegraph/type/define/GraphMode.java | 2 -- .../hugegraph/type/define/GraphReadMode.java | 2 -- .../hugegraph/type/define/HugeKeys.java | 2 -- .../hugegraph/type/define/IdStrategy.java | 2 -- .../hugegraph/type/define/IndexType.java | 2 -- .../hugegraph/type/define/NodeRole.java | 2 -- .../hugegraph/type/define/SchemaStatus.java | 2 -- .../hugegraph/type/define/SerialEnum.java | 2 -- .../hugegraph/type/define/WriteType.java | 2 -- .../java/org/apache/hugegraph/util/Blob.java | 2 -- .../apache/hugegraph/util/CompressUtil.java | 2 -- .../org/apache/hugegraph/util/ConfigUtil.java | 14 +++++-------- .../org/apache/hugegraph/util/Consumers.java | 2 -- .../org/apache/hugegraph/util/CopyUtil.java | 2 -- .../org/apache/hugegraph/util/Events.java | 2 -- .../util/FixedTimerWindowRateLimiter.java | 2 -- .../util/FixedWatchWindowRateLimiter.java | 2 -- .../org/apache/hugegraph/util/GZipUtil.java | 2 -- .../org/apache/hugegraph/util/JsonUtil.java | 2 -- .../org/apache/hugegraph/util/KryoUtil.java | 2 -- .../org/apache/hugegraph/util/LZ4Util.java | 2 -- .../org/apache/hugegraph/util/LockUtil.java | 2 -- .../apache/hugegraph/util/ParameterUtil.java | 2 -- .../apache/hugegraph/util/RateLimiter.java | 2 -- .../org/apache/hugegraph/util/Reflection.java | 2 -- .../apache/hugegraph/util/StringEncoding.java | 2 -- .../util/collection/CollectionFactory.java | 2 -- .../hugegraph/util/collection/IdSet.java | 2 -- .../util/collection/Int2IntsMap.java | 2 -- .../util/collection/IntIterator.java | 2 -- .../hugegraph/util/collection/IntMap.java | 2 -- .../hugegraph/util/collection/IntSet.java | 2 -- .../util/collection/ObjectIntMapping.java | 2 -- .../collection/ObjectIntMappingFactory.java | 2 -- .../hugegraph/variables/HugeVariables.java | 2 -- .../apache/hugegraph/version/CoreVersion.java | 2 -- ...che.tinkerpop.gremlin.jsr223.GremlinPlugin | 17 +++++++++++++++ .../src/main/resources/hugegraph.properties | 17 +++++++++++++++ .../src/main/resources/proto/raft.proto | 2 -- hugegraph-dist/pom.xml | 18 ++++++++-------- hugegraph-dist/scripts/apache-release.sh | 20 +++++++++--------- .../scripts/dependency/check_dependencies.sh | 20 +++++++++--------- .../regenerate_known_dependencies.sh | 20 +++++++++--------- .../src/assembly/descriptor/assembly.xml | 18 ++++++++-------- hugegraph-dist/src/assembly/jenkins/build.sh | 21 +++++++++---------- hugegraph-dist/src/assembly/jenkins/config.sh | 20 +++++++++--------- hugegraph-dist/src/assembly/jenkins/deploy.sh | 20 +++++++++--------- .../src/assembly/jenkins/jenkins.sh | 20 +++++++++--------- .../src/assembly/jenkins/publish.sh | 20 +++++++++--------- hugegraph-dist/src/assembly/jenkins/test.sh | 20 +++++++++--------- .../src/assembly/static/bin/checksocket.sh | 20 +++++++++--------- .../src/assembly/static/bin/dump-conf.sh | 20 +++++++++--------- .../src/assembly/static/bin/dump-store.sh | 20 +++++++++--------- .../assembly/static/bin/gremlin-console.sh | 20 +++++++++--------- .../src/assembly/static/bin/hugegraph | 20 +++++++++--------- .../assembly/static/bin/hugegraph-server.sh | 20 +++++++++--------- .../src/assembly/static/bin/init-store.sh | 20 +++++++++--------- .../src/assembly/static/bin/install.sh | 20 +++++++++--------- .../assembly/static/bin/monitor-hugegraph.sh | 20 +++++++++--------- .../src/assembly/static/bin/raft-tools.sh | 20 +++++++++--------- .../assembly/static/bin/start-hugegraph.sh | 20 +++++++++--------- .../src/assembly/static/bin/start-monitor.sh | 20 +++++++++--------- .../src/assembly/static/bin/stop-hugegraph.sh | 20 +++++++++--------- .../src/assembly/static/bin/stop-monitor.sh | 20 +++++++++--------- .../src/assembly/static/bin/util.sh | 20 +++++++++--------- .../src/assembly/static/conf/log4j2.xml | 18 ++++++++-------- .../static/scripts/empty-sample.groovy | 2 -- .../assembly/static/scripts/example.groovy | 2 -- .../static/swagger-ui/swagger-ui-bundle.js | 2 -- .../swagger-ui/swagger-ui-es-bundle-core.js | 2 -- .../static/swagger-ui/swagger-ui-es-bundle.js | 2 -- .../swagger-ui-standalone-preset.js | 2 -- .../assembly/static/swagger-ui/swagger-ui.css | 2 -- .../assembly/static/swagger-ui/swagger-ui.js | 2 -- .../src/assembly/travis/build-report.sh | 20 +++++++++--------- .../conf-raft1/graphs/hugegraph.properties | 17 +++++++++++++++ .../travis/conf-raft1/rest-server.properties | 17 +++++++++++++++ .../conf-raft2/graphs/hugegraph.properties | 17 +++++++++++++++ .../travis/conf-raft2/rest-server.properties | 17 +++++++++++++++ .../conf-raft3/graphs/hugegraph.properties | 17 +++++++++++++++ .../travis/conf-raft3/rest-server.properties | 17 +++++++++++++++ .../src/assembly/travis/hbase-site.xml | 18 ++++++++-------- .../src/assembly/travis/install-backend.sh | 20 +++++++++--------- .../src/assembly/travis/install-cassandra.sh | 20 +++++++++--------- .../src/assembly/travis/install-hbase.sh | 20 +++++++++--------- .../travis/install-mysql-via-docker.sh | 20 +++++++++--------- .../src/assembly/travis/install-mysql.sh | 20 +++++++++--------- .../travis/install-postgresql-via-docker.sh | 20 +++++++++--------- .../src/assembly/travis/install-postgresql.sh | 20 +++++++++--------- .../src/assembly/travis/install-scylladb.sh | 20 +++++++++--------- hugegraph-dist/src/assembly/travis/maven.xml | 18 ++++++++-------- .../assembly/travis/run-api-test-for-raft.sh | 20 +++++++++--------- .../src/assembly/travis/run-api-test.sh | 20 +++++++++--------- .../src/assembly/travis/run-core-test.sh | 20 +++++++++--------- .../src/assembly/travis/run-tinkerpop-test.sh | 20 +++++++++--------- .../src/assembly/travis/run-unit-test.sh | 20 +++++++++--------- .../src/assembly/travis/start-server.sh | 20 +++++++++--------- .../src/assembly/travis/stop-server.sh | 20 +++++++++--------- .../org/apache/hugegraph/cmd/ConfDumper.java | 2 -- .../org/apache/hugegraph/cmd/InitStore.java | 2 -- .../org/apache/hugegraph/cmd/StoreDumper.java | 2 -- .../apache/hugegraph/dist/DistOptions.java | 2 -- .../hugegraph/dist/HugeGraphServer.java | 2 -- .../hugegraph/dist/HugeGremlinServer.java | 2 -- .../apache/hugegraph/dist/HugeRestServer.java | 2 -- .../apache/hugegraph/dist/RegisterUtil.java | 2 -- .../src/main/resources/backend.properties | 17 +++++++++++++++ hugegraph-dist/src/main/resources/log4j2.xml | 18 ++++++++-------- hugegraph-example/pom.xml | 18 ++++++++-------- .../apache/hugegraph/example/Example1.java | 2 -- .../apache/hugegraph/example/Example2.java | 2 -- .../apache/hugegraph/example/Example3.java | 2 -- .../apache/hugegraph/example/ExampleUtil.java | 2 -- .../example/GraphOfTheMoviesExample.java | 2 -- .../hugegraph/example/PerfExample1.java | 2 -- .../hugegraph/example/PerfExample2.java | 2 -- .../hugegraph/example/PerfExample3.java | 2 -- .../hugegraph/example/PerfExample4.java | 2 -- .../hugegraph/example/PerfExampleBase.java | 2 -- .../apache/hugegraph/example/TaskExample.java | 2 -- .../example/ThreadRangePerfTest.java | 2 -- .../src/main/resources/hugegraph.properties | 17 +++++++++++++++ .../src/main/resources/log4j2.xml | 18 ++++++++-------- hugegraph-hbase/pom.xml | 18 ++++++++-------- .../backend/store/hbase/HbaseFeatures.java | 2 -- .../backend/store/hbase/HbaseMetrics.java | 2 -- .../backend/store/hbase/HbaseOptions.java | 2 -- .../backend/store/hbase/HbaseSerializer.java | 2 -- .../backend/store/hbase/HbaseSessions.java | 2 -- .../backend/store/hbase/HbaseStore.java | 2 -- .../store/hbase/HbaseStoreProvider.java | 2 -- .../backend/store/hbase/HbaseTable.java | 2 -- .../backend/store/hbase/HbaseTables.java | 2 -- hugegraph-mysql/pom.xml | 18 ++++++++-------- .../store/mysql/MysqlBackendEntry.java | 2 -- .../store/mysql/MysqlEntryIterator.java | 2 -- .../backend/store/mysql/MysqlFeatures.java | 2 -- .../backend/store/mysql/MysqlMetrics.java | 2 -- .../backend/store/mysql/MysqlOptions.java | 2 -- .../backend/store/mysql/MysqlSerializer.java | 2 -- .../backend/store/mysql/MysqlSessions.java | 2 -- .../backend/store/mysql/MysqlStore.java | 2 -- .../store/mysql/MysqlStoreProvider.java | 2 -- .../backend/store/mysql/MysqlTable.java | 2 -- .../backend/store/mysql/MysqlTables.java | 2 -- .../backend/store/mysql/MysqlUtil.java | 2 -- .../backend/store/mysql/ResultSetWrapper.java | 2 -- .../backend/store/mysql/WhereBuilder.java | 2 -- hugegraph-palo/pom.xml | 18 ++++++++-------- .../backend/store/palo/PaloFeatures.java | 2 -- .../backend/store/palo/PaloFile.java | 2 -- .../backend/store/palo/PaloHttpClient.java | 2 -- .../backend/store/palo/PaloLoadInfo.java | 2 -- .../backend/store/palo/PaloOptions.java | 2 -- .../backend/store/palo/PaloSerializer.java | 2 -- .../backend/store/palo/PaloSessions.java | 2 -- .../backend/store/palo/PaloStore.java | 2 -- .../backend/store/palo/PaloStoreProvider.java | 2 -- .../backend/store/palo/PaloTable.java | 2 -- .../backend/store/palo/PaloTables.java | 2 -- hugegraph-postgresql/pom.xml | 18 ++++++++-------- .../store/postgresql/PostgresqlOptions.java | 2 -- .../postgresql/PostgresqlSerializer.java | 2 -- .../store/postgresql/PostgresqlSessions.java | 2 -- .../store/postgresql/PostgresqlStore.java | 2 -- .../postgresql/PostgresqlStoreProvider.java | 2 -- .../store/postgresql/PostgresqlTable.java | 2 -- .../store/postgresql/PostgresqlTables.java | 2 -- hugegraph-rocksdb/pom.xml | 18 ++++++++-------- .../backend/store/rocksdb/OpenedRocksDB.java | 2 -- .../store/rocksdb/RocksDBFeatures.java | 2 -- .../store/rocksdb/RocksDBIngester.java | 2 -- .../store/rocksdb/RocksDBIteratorPool.java | 2 -- .../backend/store/rocksdb/RocksDBMetrics.java | 2 -- .../backend/store/rocksdb/RocksDBOptions.java | 2 -- .../store/rocksdb/RocksDBSessions.java | 2 -- .../store/rocksdb/RocksDBStdSessions.java | 2 -- .../backend/store/rocksdb/RocksDBStore.java | 2 -- .../store/rocksdb/RocksDBStoreProvider.java | 2 -- .../backend/store/rocksdb/RocksDBTable.java | 2 -- .../backend/store/rocksdb/RocksDBTables.java | 2 -- .../store/rocksdbsst/RocksDBSstSessions.java | 2 -- .../store/rocksdbsst/RocksDBSstStore.java | 2 -- .../rocksdbsst/RocksDBSstStoreProvider.java | 2 -- hugegraph-scylladb/pom.xml | 18 ++++++++-------- .../store/scylladb/ScyllaDBFeatures.java | 2 -- .../store/scylladb/ScyllaDBMetrics.java | 2 -- .../store/scylladb/ScyllaDBStoreProvider.java | 2 -- .../store/scylladb/ScyllaDBTablesWithMV.java | 2 -- hugegraph-style.xml | 18 ++++++++-------- hugegraph-test/pom.xml | 18 ++++++++-------- .../apache/hugegraph/api/ApiTestSuite.java | 2 -- .../org/apache/hugegraph/api/BaseApiTest.java | 2 -- .../apache/hugegraph/api/CypherApiTest.java | 2 -- .../org/apache/hugegraph/api/EdgeApiTest.java | 2 -- .../hugegraph/api/EdgeLabelApiTest.java | 2 -- .../apache/hugegraph/api/GremlinApiTest.java | 2 -- .../hugegraph/api/IndexLabelApiTest.java | 2 -- .../apache/hugegraph/api/LoginApiTest.java | 2 -- .../apache/hugegraph/api/MetricsApiTest.java | 2 -- .../apache/hugegraph/api/ProjectApiTest.java | 2 -- .../hugegraph/api/PropertyKeyApiTest.java | 2 -- .../apache/hugegraph/api/SchemaApiTest.java | 2 -- .../org/apache/hugegraph/api/TaskApiTest.java | 2 -- .../org/apache/hugegraph/api/UserApiTest.java | 2 -- .../apache/hugegraph/api/VertexApiTest.java | 2 -- .../hugegraph/api/VertexLabelApiTest.java | 2 -- .../api/traversers/AdamicAdarAPITest.java | 2 -- .../traversers/AllShortestPathsApiTest.java | 2 -- .../api/traversers/CountApiTest.java | 2 -- .../api/traversers/CrosspointsApiTest.java | 2 -- .../CustomizedCrosspointsApiTest.java | 2 -- .../api/traversers/EdgesApiTest.java | 2 -- .../traversers/FusiformSimilarityApiTest.java | 2 -- .../traversers/JaccardSimilarityApiTest.java | 2 -- .../api/traversers/KneighborApiTest.java | 2 -- .../hugegraph/api/traversers/KoutApiTest.java | 2 -- .../MultiNodeShortestPathApiTest.java | 2 -- .../api/traversers/NeighborRankApiTest.java | 2 -- .../api/traversers/PathsApiTest.java | 2 -- .../api/traversers/PersonalRankApiTest.java | 2 -- .../hugegraph/api/traversers/RaysApiTest.java | 2 -- .../traversers/ResourceAllocationAPITest.java | 2 -- .../api/traversers/RingsApiTest.java | 2 -- .../api/traversers/SameNeighborsApiTest.java | 2 -- .../api/traversers/ShortestPathApiTest.java | 2 -- .../SingleSourceShortestPathApiTest.java | 2 -- .../api/traversers/TemplatePathsApiTest.java | 2 -- .../traversers/TraversersApiTestSuite.java | 2 -- .../WeightedShortestPathApiTest.java | 2 -- .../org/apache/hugegraph/core/AuthTest.java | 2 -- .../apache/hugegraph/core/BaseCoreTest.java | 2 -- .../apache/hugegraph/core/CoreTestSuite.java | 2 -- .../apache/hugegraph/core/EdgeCoreTest.java | 2 -- .../hugegraph/core/EdgeLabelCoreTest.java | 2 -- .../hugegraph/core/IndexLabelCoreTest.java | 2 -- .../hugegraph/core/MultiGraphsTest.java | 2 -- .../hugegraph/core/PropertyCoreTest.java | 2 -- .../hugegraph/core/PropertyKeyCoreTest.java | 2 -- .../apache/hugegraph/core/RamTableTest.java | 2 -- .../hugegraph/core/RestoreCoreTest.java | 2 -- .../core/RoleElectionStateMachineTest.java | 2 -- .../apache/hugegraph/core/SchemaCoreTest.java | 2 -- .../apache/hugegraph/core/TaskCoreTest.java | 2 -- .../apache/hugegraph/core/VertexCoreTest.java | 2 -- .../hugegraph/core/VertexLabelCoreTest.java | 2 -- .../hugegraph/testutil/FakeObjects.java | 2 -- .../org/apache/hugegraph/testutil/Utils.java | 2 -- .../tinkerpop/ProcessBasicSuite.java | 2 -- .../tinkerpop/ProcessStandardTest.java | 2 -- .../tinkerpop/ProcessTestGraphProvider.java | 2 -- .../tinkerpop/StructureBasicSuite.java | 2 -- .../tinkerpop/StructureStandardTest.java | 2 -- .../tinkerpop/StructureTestGraphProvider.java | 2 -- .../apache/hugegraph/tinkerpop/TestGraph.java | 2 -- .../hugegraph/tinkerpop/TestGraphFactory.java | 2 -- .../tinkerpop/TestGraphProvider.java | 2 -- .../tinkerpop/tests/HugeGraphWriteTest.java | 2 -- .../apache/hugegraph/unit/BaseUnitTest.java | 2 -- .../apache/hugegraph/unit/FakeObjects.java | 2 -- .../apache/hugegraph/unit/UnitTestSuite.java | 2 -- .../unit/cache/CacheManagerTest.java | 2 -- .../hugegraph/unit/cache/CacheTest.java | 2 -- .../cache/CachedGraphTransactionTest.java | 2 -- .../cache/CachedSchemaTransactionTest.java | 2 -- .../hugegraph/unit/cache/RamTableTest.java | 2 -- .../unit/cassandra/CassandraTest.java | 2 -- .../hugegraph/unit/core/AnalyzerTest.java | 2 -- .../unit/core/BackendMutationTest.java | 2 -- .../unit/core/BackendStoreInfoTest.java | 2 -- .../unit/core/ConditionQueryFlattenTest.java | 2 -- .../hugegraph/unit/core/ConditionTest.java | 2 -- .../hugegraph/unit/core/DataTypeTest.java | 2 -- .../hugegraph/unit/core/DirectionsTest.java | 2 -- .../hugegraph/unit/core/ExceptionTest.java | 2 -- .../hugegraph/unit/core/LocksTableTest.java | 2 -- .../hugegraph/unit/core/PageStateTest.java | 2 -- .../apache/hugegraph/unit/core/QueryTest.java | 2 -- .../apache/hugegraph/unit/core/RangeTest.java | 2 -- .../unit/core/RolePermissionTest.java | 2 -- .../hugegraph/unit/core/RowLockTest.java | 2 -- .../unit/core/SecurityManagerTest.java | 2 -- .../hugegraph/unit/core/SerialEnumTest.java | 2 -- .../unit/core/SystemSchemaStoreTest.java | 2 -- .../unit/core/TraversalUtilTest.java | 2 -- .../apache/hugegraph/unit/id/EdgeIdTest.java | 2 -- .../org/apache/hugegraph/unit/id/IdTest.java | 2 -- .../apache/hugegraph/unit/id/IdUtilTest.java | 2 -- .../unit/id/SplicingIdGeneratorTest.java | 2 -- .../hugegraph/unit/mysql/MysqlUtilTest.java | 2 -- .../unit/mysql/WhereBuilderTest.java | 2 -- .../unit/rocksdb/BaseRocksDBUnitTest.java | 2 -- .../unit/rocksdb/RocksDBCountersTest.java | 2 -- .../unit/rocksdb/RocksDBPerfTest.java | 2 -- .../unit/rocksdb/RocksDBSessionTest.java | 2 -- .../unit/rocksdb/RocksDBSessionsTest.java | 2 -- .../serializer/BinaryBackendEntryTest.java | 2 -- .../BinaryScatterSerializerTest.java | 2 -- .../unit/serializer/BinarySerializerTest.java | 2 -- .../unit/serializer/BytesBufferTest.java | 2 -- .../serializer/SerializerFactoryTest.java | 2 -- .../unit/serializer/StoreSerializerTest.java | 2 -- .../serializer/TableBackendEntryTest.java | 2 -- .../unit/serializer/TextBackendEntryTest.java | 2 -- .../hugegraph/unit/util/CompressUtilTest.java | 2 -- .../hugegraph/unit/util/JsonUtilTest.java | 2 -- .../hugegraph/unit/util/RateLimiterTest.java | 2 -- .../unit/util/StringEncodingTest.java | 2 -- .../hugegraph/unit/util/VersionTest.java | 2 -- .../collection/CollectionFactoryTest.java | 2 -- .../unit/util/collection/IdSetTest.java | 2 -- .../unit/util/collection/Int2IntsMapTest.java | 2 -- .../unit/util/collection/IntMapTest.java | 2 -- .../unit/util/collection/IntSetTest.java | 2 -- .../util/collection/ObjectIntMappingTest.java | 2 -- .../src/main/resources/hugegraph.properties | 17 +++++++++++++++ hugegraph-test/src/main/resources/log4j2.xml | 18 ++++++++-------- pom.xml | 18 ++++++++-------- style/checkstyle.xml | 18 ++++++++-------- 744 files changed, 790 insertions(+), 1948 deletions(-) diff --git a/hugegraph-api/pom.xml b/hugegraph-api/pom.xml index 81077464bb..50f9f3ea07 100644 --- a/hugegraph-api/pom.xml +++ b/hugegraph-api/pom.xml @@ -1,19 +1,19 @@ distribution diff --git a/hugegraph-dist/src/assembly/jenkins/build.sh b/hugegraph-dist/src/assembly/jenkins/build.sh index c6cfb46411..e2fcb7be6f 100644 --- a/hugegraph-dist/src/assembly/jenkins/build.sh +++ b/hugegraph-dist/src/assembly/jenkins/build.sh @@ -1,21 +1,20 @@ #!/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 +# 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. # -# Test if [ $ACTION = "test" ]; then . $SCRIPT_DIR/config.sh CONF=`config_${BACKEND}` diff --git a/hugegraph-dist/src/assembly/jenkins/config.sh b/hugegraph-dist/src/assembly/jenkins/config.sh index 22c17b593e..b584830425 100644 --- a/hugegraph-dist/src/assembly/jenkins/config.sh +++ b/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 +# 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-dist/src/assembly/jenkins/deploy.sh b/hugegraph-dist/src/assembly/jenkins/deploy.sh index c1702a1b59..d95871d748 100644 --- a/hugegraph-dist/src/assembly/jenkins/deploy.sh +++ b/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 +# 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-dist/src/assembly/jenkins/jenkins.sh b/hugegraph-dist/src/assembly/jenkins/jenkins.sh index f926b6ef59..c177c03b73 100644 --- a/hugegraph-dist/src/assembly/jenkins/jenkins.sh +++ b/hugegraph-dist/src/assembly/jenkins/jenkins.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 +# 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 diff --git a/hugegraph-dist/src/assembly/jenkins/publish.sh b/hugegraph-dist/src/assembly/jenkins/publish.sh index 36319d5873..0154973f59 100644 --- a/hugegraph-dist/src/assembly/jenkins/publish.sh +++ b/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 +# 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-dist/src/assembly/jenkins/test.sh b/hugegraph-dist/src/assembly/jenkins/test.sh index 5c6a36d0f7..6ae6fc9b2d 100644 --- a/hugegraph-dist/src/assembly/jenkins/test.sh +++ b/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 +# 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-dist/src/assembly/static/bin/checksocket.sh b/hugegraph-dist/src/assembly/static/bin/checksocket.sh index f92e73f1d5..b25a0ff686 100755 --- a/hugegraph-dist/src/assembly/static/bin/checksocket.sh +++ b/hugegraph-dist/src/assembly/static/bin/checksocket.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 +# 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() { diff --git a/hugegraph-dist/src/assembly/static/bin/dump-conf.sh b/hugegraph-dist/src/assembly/static/bin/dump-conf.sh index 9f39a16f2c..ec8c050a5d 100755 --- a/hugegraph-dist/src/assembly/static/bin/dump-conf.sh +++ b/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 +# 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-dist/src/assembly/static/bin/dump-store.sh b/hugegraph-dist/src/assembly/static/bin/dump-store.sh index 428b02025f..798abfd635 100755 --- a/hugegraph-dist/src/assembly/static/bin/dump-store.sh +++ b/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 +# 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-dist/src/assembly/static/bin/gremlin-console.sh b/hugegraph-dist/src/assembly/static/bin/gremlin-console.sh index dfdd42b4ca..4930b3161c 100755 --- a/hugegraph-dist/src/assembly/static/bin/gremlin-console.sh +++ b/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 +# 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-dist/src/assembly/static/bin/hugegraph b/hugegraph-dist/src/assembly/static/bin/hugegraph index 452d9336a9..64c1cf87e6 100644 --- a/hugegraph-dist/src/assembly/static/bin/hugegraph +++ b/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 +# 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-dist/src/assembly/static/bin/hugegraph-server.sh b/hugegraph-dist/src/assembly/static/bin/hugegraph-server.sh index e0ef7bf13b..95df66cec3 100644 --- a/hugegraph-dist/src/assembly/static/bin/hugegraph-server.sh +++ b/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 +# 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-dist/src/assembly/static/bin/init-store.sh b/hugegraph-dist/src/assembly/static/bin/init-store.sh index ccdcb80a4d..14b5ea9ebb 100755 --- a/hugegraph-dist/src/assembly/static/bin/init-store.sh +++ b/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 +# 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-dist/src/assembly/static/bin/install.sh b/hugegraph-dist/src/assembly/static/bin/install.sh index 5d4c064594..514a09c65b 100755 --- a/hugegraph-dist/src/assembly/static/bin/install.sh +++ b/hugegraph-dist/src/assembly/static/bin/install.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 +# 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 diff --git a/hugegraph-dist/src/assembly/static/bin/monitor-hugegraph.sh b/hugegraph-dist/src/assembly/static/bin/monitor-hugegraph.sh index f2a191c89e..f10a811f2f 100755 --- a/hugegraph-dist/src/assembly/static/bin/monitor-hugegraph.sh +++ b/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 +# 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-dist/src/assembly/static/bin/raft-tools.sh b/hugegraph-dist/src/assembly/static/bin/raft-tools.sh index bed0149c67..a5df8fb08b 100755 --- a/hugegraph-dist/src/assembly/static/bin/raft-tools.sh +++ b/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 +# 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-dist/src/assembly/static/bin/start-hugegraph.sh b/hugegraph-dist/src/assembly/static/bin/start-hugegraph.sh index a0f2990f66..7a5585281e 100644 --- a/hugegraph-dist/src/assembly/static/bin/start-hugegraph.sh +++ b/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 +# 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-dist/src/assembly/static/bin/start-monitor.sh b/hugegraph-dist/src/assembly/static/bin/start-monitor.sh index 4925dfd11e..8418697515 100755 --- a/hugegraph-dist/src/assembly/static/bin/start-monitor.sh +++ b/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 +# 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-dist/src/assembly/static/bin/stop-hugegraph.sh b/hugegraph-dist/src/assembly/static/bin/stop-hugegraph.sh index b7c19f72f2..455c64ea73 100755 --- a/hugegraph-dist/src/assembly/static/bin/stop-hugegraph.sh +++ b/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 +# 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-dist/src/assembly/static/bin/stop-monitor.sh b/hugegraph-dist/src/assembly/static/bin/stop-monitor.sh index 19166b3290..f8b2c1c0bb 100755 --- a/hugegraph-dist/src/assembly/static/bin/stop-monitor.sh +++ b/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 +# 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-dist/src/assembly/static/bin/util.sh b/hugegraph-dist/src/assembly/static/bin/util.sh index bc47bf37ba..de8911e66b 100755 --- a/hugegraph-dist/src/assembly/static/bin/util.sh +++ b/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 +# 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-dist/src/assembly/static/conf/log4j2.xml b/hugegraph-dist/src/assembly/static/conf/log4j2.xml index d4227536dc..985ab78b2f 100644 --- a/hugegraph-dist/src/assembly/static/conf/log4j2.xml +++ b/hugegraph-dist/src/assembly/static/conf/log4j2.xml @@ -1,19 +1,19 @@ diff --git a/hugegraph-dist/src/assembly/static/scripts/empty-sample.groovy b/hugegraph-dist/src/assembly/static/scripts/empty-sample.groovy index 7a247fee80..5b2fb6e376 100644 --- a/hugegraph-dist/src/assembly/static/scripts/empty-sample.groovy +++ b/hugegraph-dist/src/assembly/static/scripts/empty-sample.groovy @@ -1,6 +1,4 @@ /* - * Copyright 2017 HugeGraph Authors - * * 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 diff --git a/hugegraph-dist/src/assembly/static/scripts/example.groovy b/hugegraph-dist/src/assembly/static/scripts/example.groovy index 9af8a67caf..0bc00ae5c9 100644 --- a/hugegraph-dist/src/assembly/static/scripts/example.groovy +++ b/hugegraph-dist/src/assembly/static/scripts/example.groovy @@ -1,6 +1,4 @@ /* - * Copyright 2017 HugeGraph Authors - * * 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 diff --git a/hugegraph-dist/src/assembly/static/swagger-ui/swagger-ui-bundle.js b/hugegraph-dist/src/assembly/static/swagger-ui/swagger-ui-bundle.js index 0b975b8dd8..06b1857b7b 100644 --- a/hugegraph-dist/src/assembly/static/swagger-ui/swagger-ui-bundle.js +++ b/hugegraph-dist/src/assembly/static/swagger-ui/swagger-ui-bundle.js @@ -1,7 +1,5 @@ /*! For license information please see swagger-ui-bundle.js.LICENSE.txt */ /* - * Copyright 2017 HugeGraph Authors - * * 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 diff --git a/hugegraph-dist/src/assembly/static/swagger-ui/swagger-ui-es-bundle-core.js b/hugegraph-dist/src/assembly/static/swagger-ui/swagger-ui-es-bundle-core.js index 1ccfc3b925..e0bed3a8a6 100644 --- a/hugegraph-dist/src/assembly/static/swagger-ui/swagger-ui-es-bundle-core.js +++ b/hugegraph-dist/src/assembly/static/swagger-ui/swagger-ui-es-bundle-core.js @@ -1,7 +1,5 @@ /*! For license information please see swagger-ui-es-bundle-core.js.LICENSE.txt */ /* - * Copyright 2017 HugeGraph Authors - * * 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 diff --git a/hugegraph-dist/src/assembly/static/swagger-ui/swagger-ui-es-bundle.js b/hugegraph-dist/src/assembly/static/swagger-ui/swagger-ui-es-bundle.js index 5e23266bb9..e0a215b442 100644 --- a/hugegraph-dist/src/assembly/static/swagger-ui/swagger-ui-es-bundle.js +++ b/hugegraph-dist/src/assembly/static/swagger-ui/swagger-ui-es-bundle.js @@ -1,7 +1,5 @@ /*! For license information please see swagger-ui-es-bundle.js.LICENSE.txt */ /* - * Copyright 2017 HugeGraph Authors - * * 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 diff --git a/hugegraph-dist/src/assembly/static/swagger-ui/swagger-ui-standalone-preset.js b/hugegraph-dist/src/assembly/static/swagger-ui/swagger-ui-standalone-preset.js index 1cccf9da55..a12a7640f3 100644 --- a/hugegraph-dist/src/assembly/static/swagger-ui/swagger-ui-standalone-preset.js +++ b/hugegraph-dist/src/assembly/static/swagger-ui/swagger-ui-standalone-preset.js @@ -1,7 +1,5 @@ /*! For license information please see swagger-ui-standalone-preset.js.LICENSE.txt */ /* - * Copyright 2017 HugeGraph Authors - * * 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 diff --git a/hugegraph-dist/src/assembly/static/swagger-ui/swagger-ui.css b/hugegraph-dist/src/assembly/static/swagger-ui/swagger-ui.css index daa0ecf592..629aba552a 100644 --- a/hugegraph-dist/src/assembly/static/swagger-ui/swagger-ui.css +++ b/hugegraph-dist/src/assembly/static/swagger-ui/swagger-ui.css @@ -1,7 +1,5 @@ .swagger-ui{color:#3b4151; /* - * Copyright 2017 HugeGraph Authors - * * 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 diff --git a/hugegraph-dist/src/assembly/static/swagger-ui/swagger-ui.js b/hugegraph-dist/src/assembly/static/swagger-ui/swagger-ui.js index 13496ca6a0..cf9ab81efb 100644 --- a/hugegraph-dist/src/assembly/static/swagger-ui/swagger-ui.js +++ b/hugegraph-dist/src/assembly/static/swagger-ui/swagger-ui.js @@ -1,7 +1,5 @@ /*! For license information please see swagger-ui.js.LICENSE.txt */ /* - * Copyright 2017 HugeGraph Authors - * * 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 diff --git a/hugegraph-dist/src/assembly/travis/build-report.sh b/hugegraph-dist/src/assembly/travis/build-report.sh index d849a96623..7ad668487f 100755 --- a/hugegraph-dist/src/assembly/travis/build-report.sh +++ b/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 +# 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-dist/src/assembly/travis/conf-raft1/graphs/hugegraph.properties b/hugegraph-dist/src/assembly/travis/conf-raft1/graphs/hugegraph.properties index 8fcd03206d..7d42225d00 100644 --- a/hugegraph-dist/src/assembly/travis/conf-raft1/graphs/hugegraph.properties +++ b/hugegraph-dist/src/assembly/travis/conf-raft1/graphs/hugegraph.properties @@ -1,3 +1,20 @@ +# +# Licensed to the Apache Software Foundation (ASF) under one or more +# contributor license agreements. See the NOTICE file distributed with this +# work for additional information regarding copyright ownership. The ASF +# licenses this file to You under the Apache License, Version 2.0 (the +# "License"); you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, WITHOUT +# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the +# License for the specific language governing permissions and limitations +# under the License. +# + gremlin.graph=org.apache.hugegraph.auth.HugeFactoryAuthProxy #gremlin.graph=org.apache.hugegraph.HugeFactory diff --git a/hugegraph-dist/src/assembly/travis/conf-raft1/rest-server.properties b/hugegraph-dist/src/assembly/travis/conf-raft1/rest-server.properties index c085fcc8a4..ac9806192b 100644 --- a/hugegraph-dist/src/assembly/travis/conf-raft1/rest-server.properties +++ b/hugegraph-dist/src/assembly/travis/conf-raft1/rest-server.properties @@ -1,3 +1,20 @@ +# +# Licensed to the Apache Software Foundation (ASF) under one or more +# contributor license agreements. See the NOTICE file distributed with this +# work for additional information regarding copyright ownership. The ASF +# licenses this file to You under the Apache License, Version 2.0 (the +# "License"); you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, WITHOUT +# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the +# License for the specific language governing permissions and limitations +# under the License. +# + restserver.url=http://127.0.0.1:8080 gremlinserver.url=http://127.0.0.1:8181 graphs=conf/graphs diff --git a/hugegraph-dist/src/assembly/travis/conf-raft2/graphs/hugegraph.properties b/hugegraph-dist/src/assembly/travis/conf-raft2/graphs/hugegraph.properties index 4663a0c2f6..484c7e095f 100644 --- a/hugegraph-dist/src/assembly/travis/conf-raft2/graphs/hugegraph.properties +++ b/hugegraph-dist/src/assembly/travis/conf-raft2/graphs/hugegraph.properties @@ -1,3 +1,20 @@ +# +# Licensed to the Apache Software Foundation (ASF) under one or more +# contributor license agreements. See the NOTICE file distributed with this +# work for additional information regarding copyright ownership. The ASF +# licenses this file to You under the Apache License, Version 2.0 (the +# "License"); you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, WITHOUT +# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the +# License for the specific language governing permissions and limitations +# under the License. +# + gremlin.graph=org.apache.hugegraph.auth.HugeFactoryAuthProxy #gremlin.graph=org.apache.hugegraph.HugeFactory diff --git a/hugegraph-dist/src/assembly/travis/conf-raft2/rest-server.properties b/hugegraph-dist/src/assembly/travis/conf-raft2/rest-server.properties index 7ce0a5f19e..b5ffe91148 100644 --- a/hugegraph-dist/src/assembly/travis/conf-raft2/rest-server.properties +++ b/hugegraph-dist/src/assembly/travis/conf-raft2/rest-server.properties @@ -1,3 +1,20 @@ +# +# Licensed to the Apache Software Foundation (ASF) under one or more +# contributor license agreements. See the NOTICE file distributed with this +# work for additional information regarding copyright ownership. The ASF +# licenses this file to You under the Apache License, Version 2.0 (the +# "License"); you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, WITHOUT +# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the +# License for the specific language governing permissions and limitations +# under the License. +# + restserver.url=http://127.0.0.1:8082 gremlinserver.url=http://127.0.0.1:8182 graphs=conf/graphs diff --git a/hugegraph-dist/src/assembly/travis/conf-raft3/graphs/hugegraph.properties b/hugegraph-dist/src/assembly/travis/conf-raft3/graphs/hugegraph.properties index 719d9c9814..e27d26099c 100644 --- a/hugegraph-dist/src/assembly/travis/conf-raft3/graphs/hugegraph.properties +++ b/hugegraph-dist/src/assembly/travis/conf-raft3/graphs/hugegraph.properties @@ -1,3 +1,20 @@ +# +# Licensed to the Apache Software Foundation (ASF) under one or more +# contributor license agreements. See the NOTICE file distributed with this +# work for additional information regarding copyright ownership. The ASF +# licenses this file to You under the Apache License, Version 2.0 (the +# "License"); you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, WITHOUT +# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the +# License for the specific language governing permissions and limitations +# under the License. +# + gremlin.graph=org.apache.hugegraph.auth.HugeFactoryAuthProxy #gremlin.graph=org.apache.hugegraph.HugeFactory diff --git a/hugegraph-dist/src/assembly/travis/conf-raft3/rest-server.properties b/hugegraph-dist/src/assembly/travis/conf-raft3/rest-server.properties index 4f4ee16fc5..89a10f6bf0 100644 --- a/hugegraph-dist/src/assembly/travis/conf-raft3/rest-server.properties +++ b/hugegraph-dist/src/assembly/travis/conf-raft3/rest-server.properties @@ -1,3 +1,20 @@ +# +# Licensed to the Apache Software Foundation (ASF) under one or more +# contributor license agreements. See the NOTICE file distributed with this +# work for additional information regarding copyright ownership. The ASF +# licenses this file to You under the Apache License, Version 2.0 (the +# "License"); you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, WITHOUT +# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the +# License for the specific language governing permissions and limitations +# under the License. +# + restserver.url=http://127.0.0.1:8083 gremlinserver.url=http://127.0.0.1:8183 graphs=conf/graphs diff --git a/hugegraph-dist/src/assembly/travis/hbase-site.xml b/hugegraph-dist/src/assembly/travis/hbase-site.xml index d8a0978185..1a364c99e0 100644 --- a/hugegraph-dist/src/assembly/travis/hbase-site.xml +++ b/hugegraph-dist/src/assembly/travis/hbase-site.xml @@ -1,19 +1,19 @@ diff --git a/hugegraph-dist/src/assembly/travis/install-backend.sh b/hugegraph-dist/src/assembly/travis/install-backend.sh index 05a4a3f9a5..64c53a875b 100755 --- a/hugegraph-dist/src/assembly/travis/install-backend.sh +++ b/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 +# 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-dist/src/assembly/travis/install-cassandra.sh b/hugegraph-dist/src/assembly/travis/install-cassandra.sh index 3fa0887447..367259d141 100755 --- a/hugegraph-dist/src/assembly/travis/install-cassandra.sh +++ b/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 +# 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-dist/src/assembly/travis/install-hbase.sh b/hugegraph-dist/src/assembly/travis/install-hbase.sh index b8e7ad47ab..9de48f277e 100755 --- a/hugegraph-dist/src/assembly/travis/install-hbase.sh +++ b/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 +# 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-dist/src/assembly/travis/install-mysql-via-docker.sh b/hugegraph-dist/src/assembly/travis/install-mysql-via-docker.sh index 06898ad970..ade8170d66 100755 --- a/hugegraph-dist/src/assembly/travis/install-mysql-via-docker.sh +++ b/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 +# 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-dist/src/assembly/travis/install-mysql.sh b/hugegraph-dist/src/assembly/travis/install-mysql.sh index 8001182ef4..7065da88a3 100755 --- a/hugegraph-dist/src/assembly/travis/install-mysql.sh +++ b/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 +# 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-dist/src/assembly/travis/install-postgresql-via-docker.sh b/hugegraph-dist/src/assembly/travis/install-postgresql-via-docker.sh index da44a8a7b5..d9354e470e 100755 --- a/hugegraph-dist/src/assembly/travis/install-postgresql-via-docker.sh +++ b/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 +# 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-dist/src/assembly/travis/install-postgresql.sh b/hugegraph-dist/src/assembly/travis/install-postgresql.sh index c769f00568..12185e8306 100755 --- a/hugegraph-dist/src/assembly/travis/install-postgresql.sh +++ b/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 +# 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-dist/src/assembly/travis/install-scylladb.sh b/hugegraph-dist/src/assembly/travis/install-scylladb.sh index 2f2c745fad..f93e4cf96c 100755 --- a/hugegraph-dist/src/assembly/travis/install-scylladb.sh +++ b/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 +# 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-dist/src/assembly/travis/maven.xml b/hugegraph-dist/src/assembly/travis/maven.xml index 550716769a..92f15cf312 100644 --- a/hugegraph-dist/src/assembly/travis/maven.xml +++ b/hugegraph-dist/src/assembly/travis/maven.xml @@ -1,18 +1,18 @@ diff --git a/hugegraph-dist/src/assembly/travis/run-api-test-for-raft.sh b/hugegraph-dist/src/assembly/travis/run-api-test-for-raft.sh index 9dc7bf7980..1c0eaaf165 100755 --- a/hugegraph-dist/src/assembly/travis/run-api-test-for-raft.sh +++ b/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 +# 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-dist/src/assembly/travis/run-api-test.sh b/hugegraph-dist/src/assembly/travis/run-api-test.sh index d776ece9c2..965f832f0a 100755 --- a/hugegraph-dist/src/assembly/travis/run-api-test.sh +++ b/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 +# 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-dist/src/assembly/travis/run-core-test.sh b/hugegraph-dist/src/assembly/travis/run-core-test.sh index 8accb19537..6227692466 100755 --- a/hugegraph-dist/src/assembly/travis/run-core-test.sh +++ b/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 +# 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-dist/src/assembly/travis/run-tinkerpop-test.sh b/hugegraph-dist/src/assembly/travis/run-tinkerpop-test.sh index 07b238c5af..b7855d5ab3 100755 --- a/hugegraph-dist/src/assembly/travis/run-tinkerpop-test.sh +++ b/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 +# 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-dist/src/assembly/travis/run-unit-test.sh b/hugegraph-dist/src/assembly/travis/run-unit-test.sh index a3b2a17ff9..340bc6b8fe 100755 --- a/hugegraph-dist/src/assembly/travis/run-unit-test.sh +++ b/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 +# 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-dist/src/assembly/travis/start-server.sh b/hugegraph-dist/src/assembly/travis/start-server.sh index 0efcea8a55..f10eb0f2e5 100755 --- a/hugegraph-dist/src/assembly/travis/start-server.sh +++ b/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 +# 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-dist/src/assembly/travis/stop-server.sh b/hugegraph-dist/src/assembly/travis/stop-server.sh index 8850f7e594..dc5abf5b83 100755 --- a/hugegraph-dist/src/assembly/travis/stop-server.sh +++ b/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 +# 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-dist/src/main/java/org/apache/hugegraph/cmd/ConfDumper.java b/hugegraph-dist/src/main/java/org/apache/hugegraph/cmd/ConfDumper.java index 56cc97ad29..02a4635330 100644 --- a/hugegraph-dist/src/main/java/org/apache/hugegraph/cmd/ConfDumper.java +++ b/hugegraph-dist/src/main/java/org/apache/hugegraph/cmd/ConfDumper.java @@ -1,6 +1,4 @@ /* - * Copyright 2017 HugeGraph Authors - * * 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 diff --git a/hugegraph-dist/src/main/java/org/apache/hugegraph/cmd/InitStore.java b/hugegraph-dist/src/main/java/org/apache/hugegraph/cmd/InitStore.java index e78f2da510..a18ae63330 100644 --- a/hugegraph-dist/src/main/java/org/apache/hugegraph/cmd/InitStore.java +++ b/hugegraph-dist/src/main/java/org/apache/hugegraph/cmd/InitStore.java @@ -1,6 +1,4 @@ /* - * Copyright 2017 HugeGraph Authors - * * 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 diff --git a/hugegraph-dist/src/main/java/org/apache/hugegraph/cmd/StoreDumper.java b/hugegraph-dist/src/main/java/org/apache/hugegraph/cmd/StoreDumper.java index 35209b7122..4afdee1427 100644 --- a/hugegraph-dist/src/main/java/org/apache/hugegraph/cmd/StoreDumper.java +++ b/hugegraph-dist/src/main/java/org/apache/hugegraph/cmd/StoreDumper.java @@ -1,6 +1,4 @@ /* - * Copyright 2017 HugeGraph Authors - * * 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 diff --git a/hugegraph-dist/src/main/java/org/apache/hugegraph/dist/DistOptions.java b/hugegraph-dist/src/main/java/org/apache/hugegraph/dist/DistOptions.java index 5e714d07cb..5abf6a64e3 100644 --- a/hugegraph-dist/src/main/java/org/apache/hugegraph/dist/DistOptions.java +++ b/hugegraph-dist/src/main/java/org/apache/hugegraph/dist/DistOptions.java @@ -1,6 +1,4 @@ /* - * Copyright 2017 HugeGraph Authors - * * 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 diff --git a/hugegraph-dist/src/main/java/org/apache/hugegraph/dist/HugeGraphServer.java b/hugegraph-dist/src/main/java/org/apache/hugegraph/dist/HugeGraphServer.java index 44643f171f..0fc1b50e7e 100644 --- a/hugegraph-dist/src/main/java/org/apache/hugegraph/dist/HugeGraphServer.java +++ b/hugegraph-dist/src/main/java/org/apache/hugegraph/dist/HugeGraphServer.java @@ -1,6 +1,4 @@ /* - * Copyright 2017 HugeGraph Authors - * * 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 diff --git a/hugegraph-dist/src/main/java/org/apache/hugegraph/dist/HugeGremlinServer.java b/hugegraph-dist/src/main/java/org/apache/hugegraph/dist/HugeGremlinServer.java index 186bf3be55..3e7e179761 100644 --- a/hugegraph-dist/src/main/java/org/apache/hugegraph/dist/HugeGremlinServer.java +++ b/hugegraph-dist/src/main/java/org/apache/hugegraph/dist/HugeGremlinServer.java @@ -1,6 +1,4 @@ /* - * Copyright 2017 HugeGraph Authors - * * 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 diff --git a/hugegraph-dist/src/main/java/org/apache/hugegraph/dist/HugeRestServer.java b/hugegraph-dist/src/main/java/org/apache/hugegraph/dist/HugeRestServer.java index 32549a8d4e..d742e9bb5f 100644 --- a/hugegraph-dist/src/main/java/org/apache/hugegraph/dist/HugeRestServer.java +++ b/hugegraph-dist/src/main/java/org/apache/hugegraph/dist/HugeRestServer.java @@ -1,6 +1,4 @@ /* - * Copyright 2017 HugeGraph Authors - * * 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 diff --git a/hugegraph-dist/src/main/java/org/apache/hugegraph/dist/RegisterUtil.java b/hugegraph-dist/src/main/java/org/apache/hugegraph/dist/RegisterUtil.java index abe4dfcfe7..5627d55b63 100644 --- a/hugegraph-dist/src/main/java/org/apache/hugegraph/dist/RegisterUtil.java +++ b/hugegraph-dist/src/main/java/org/apache/hugegraph/dist/RegisterUtil.java @@ -1,6 +1,4 @@ /* - * Copyright 2017 HugeGraph Authors - * * 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 diff --git a/hugegraph-dist/src/main/resources/backend.properties b/hugegraph-dist/src/main/resources/backend.properties index 45f95d2f1c..aa49ed14b2 100644 --- a/hugegraph-dist/src/main/resources/backend.properties +++ b/hugegraph-dist/src/main/resources/backend.properties @@ -1 +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 +# +# 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. +# + backends=[cassandra, scylladb, rocksdb, mysql, palo, hbase, postgresql] diff --git a/hugegraph-dist/src/main/resources/log4j2.xml b/hugegraph-dist/src/main/resources/log4j2.xml index 1dcc44d390..bdd391e58b 100644 --- a/hugegraph-dist/src/main/resources/log4j2.xml +++ b/hugegraph-dist/src/main/resources/log4j2.xml @@ -1,19 +1,19 @@ diff --git a/hugegraph-example/pom.xml b/hugegraph-example/pom.xml index fa4a0bf9a4..1a96b2aa1f 100644 --- a/hugegraph-example/pom.xml +++ b/hugegraph-example/pom.xml @@ -1,19 +1,19 @@ diff --git a/hugegraph-hbase/pom.xml b/hugegraph-hbase/pom.xml index d6d627da6a..9c9edd3e58 100644 --- a/hugegraph-hbase/pom.xml +++ b/hugegraph-hbase/pom.xml @@ -1,19 +1,19 @@ diff --git a/hugegraph-test/pom.xml b/hugegraph-test/pom.xml index 8306da9f02..714a0defea 100644 --- a/hugegraph-test/pom.xml +++ b/hugegraph-test/pom.xml @@ -1,19 +1,19 @@ diff --git a/pom.xml b/pom.xml index 98fa74a775..890c3a0fda 100644 --- a/pom.xml +++ b/pom.xml @@ -1,19 +1,19 @@ diff --git a/style/checkstyle.xml b/style/checkstyle.xml index eec890ec25..ca92b59747 100644 --- a/style/checkstyle.xml +++ b/style/checkstyle.xml @@ -1,19 +1,19 @@