From 129477565b49e39ba5a0a560c949cb5929adfd05 Mon Sep 17 00:00:00 2001 From: Hemanth Umashankar Date: Mon, 3 Aug 2026 12:52:10 +0530 Subject: [PATCH 1/9] Standardize asf licence header across all java files --- .../TestAccumuloDefaultIndexScanner.java | 6 ++-- .../beeline/ClientCommandHookFactory.java | 6 ++-- .../org/apache/hive/beeline/ClientHook.java | 6 ++-- .../BeelineConfFileParseException.java | 6 ++-- ...eelineHS2ConnectionFileParseException.java | 6 ++-- .../BeelineSiteParseException.java | 6 ++-- .../beeline/TestBeeLineExceptionHandling.java | 6 ++-- .../apache/hive/beeline/TestBeeLineOpts.java | 6 ++-- .../beeline/TestClientCommandHookFactory.java | 6 ++-- .../org/apache/hive/beeline/TestCommands.java | 6 ++-- .../apache/hive/beeline/cli/TestHiveCli.java | 6 ++-- .../hadoop/hive/common/StringInternUtils.java | 10 +++++-- .../hive/common/cli/EscapeCRLFHelper.java | 6 ++-- .../apache/hadoop/hive/common/type/Date.java | 6 ++-- .../hadoop/hive/common/type/Timestamp.java | 6 ++-- .../hadoop/hive/common/type/TimestampTZ.java | 6 ++-- .../hive/common/type/TimestampTZUtil.java | 6 ++-- .../hadoop/hive/conf/HiveVariableSource.java | 6 ++-- .../hive/conf/VariableSubstitution.java | 6 ++-- .../common/util/ACLConfigurationParser.java | 6 ++-- .../hive/conf/TestVariableSubstitution.java | 6 ++-- .../util/TestACLConfigurationParser.java | 6 ++-- .../hive/hbase/TestLazyHBaseCellMap.java | 6 ++-- .../java/org/apache/hive/hplsql/Console.java | 28 +++++++++---------- .../java/org/apache/hive/hplsql/Cursor.java | 28 +++++++++---------- .../hive/hplsql/HplSqlSessionState.java | 28 +++++++++---------- .../apache/hive/hplsql/ResultListener.java | 28 +++++++++---------- .../hive/hplsql/executor/ColumnMeta.java | 28 +++++++++---------- .../hplsql/executor/JdbcQueryExecutor.java | 28 +++++++++---------- .../apache/hive/hplsql/executor/Metadata.java | 28 +++++++++---------- .../hive/hplsql/executor/QueryException.java | 28 +++++++++---------- .../hive/hplsql/executor/QueryExecutor.java | 28 +++++++++---------- .../hive/hplsql/executor/QueryResult.java | 28 +++++++++---------- .../hive/hplsql/executor/RowResult.java | 28 +++++++++---------- .../hplsql/functions/BuiltinFunctions.java | 28 +++++++++---------- .../hplsql/functions/HmsFunctionRegistry.java | 28 +++++++++---------- .../task/IcebergHouseKeeperService.java | 6 ++-- .../task/TestIcebergHouseKeeperService.java | 6 ++-- .../ql/udf/ptf/ValueBoundaryScannerBench.java | 12 +++++--- .../hive/benchmark/serde/HiveCharBench.java | 12 +++++--- .../benchmark/serde/HyperLogLogBench.java | 12 +++++--- .../benchmark/serde/LazySimpleSerDeBench.java | 12 +++++--- .../storage/ColumnarStorageBench.java | 12 +++++--- .../vectorization/AbstractExpression.java | 12 +++++--- .../vectorization/BlackholeOperator.java | 12 +++++--- .../VectorizedArithmeticBench.java | 12 +++++--- .../VectorizedComparisonBench.java | 12 +++++--- .../vectorization/VectorizedLogicBench.java | 12 +++++--- .../mapjoin/AbstractMapJoin.java | 12 +++++--- .../mapjoin/load/AbstractHTLoadBench.java | 12 +++++--- .../mapjoin/load/BytesKeyBase.java | 12 +++++--- ...egacyVectorMapJoinFastHashTableLoader.java | 12 +++++--- .../mapjoin/load/LongKeyBase.java | 12 +++++--- .../mapjoin/load/MultiKeyBase.java | 12 +++++--- .../schematool/TestSchemaToolCatalogOps.java | 6 ++-- .../repository/TestIcebergRepository.java | 8 +++--- .../ql/queryhistory/schema/DummyRecord.java | 8 +++--- .../ql/queryhistory/schema/IcebergRecord.java | 8 +++--- .../schema/QueryHistorySchemaTestUtils.java | 8 +++--- .../schema/TestQueryHistoryRecord.java | 8 +++--- .../hive/beeline/TestHplSqlViaBeeLine.java | 28 +++++++++---------- .../org/apache/hive/jdbc/ReadableHook.java | 6 ++-- .../hive/storage/jdbc/JdbcInputFormat.java | 13 +++++---- .../hive/storage/jdbc/JdbcInputSplit.java | 13 +++++---- .../hive/storage/jdbc/JdbcOutputFormat.java | 13 +++++---- .../hive/storage/jdbc/JdbcRecordReader.java | 13 +++++---- .../apache/hive/storage/jdbc/JdbcSerDe.java | 13 +++++---- .../hive/storage/jdbc/JdbcStorageHandler.java | 13 +++++---- .../jdbc/conf/CustomConfigManager.java | 13 +++++---- .../jdbc/conf/CustomConfigManagerFactory.java | 13 +++++---- .../hive/storage/jdbc/conf/DatabaseType.java | 13 +++++---- .../storage/jdbc/conf/JdbcStorageConfig.java | 13 +++++---- .../jdbc/conf/JdbcStorageConfigManager.java | 13 +++++---- .../storage/jdbc/dao/DatabaseAccessor.java | 13 +++++---- .../jdbc/dao/DatabaseAccessorFactory.java | 13 +++++---- .../jdbc/dao/GenericJdbcDatabaseAccessor.java | 13 +++++---- .../storage/jdbc/dao/JdbcRecordIterator.java | 13 +++++---- .../jdbc/dao/MySqlDatabaseAccessor.java | 13 +++++---- .../HiveJdbcDatabaseAccessException.java | 13 +++++---- .../exception/HiveJdbcStorageException.java | 13 +++++---- .../jdbc/spitter/DateIntervalSplitter.java | 13 +++++---- .../jdbc/spitter/DecimalIntervalSplitter.java | 13 +++++---- .../jdbc/spitter/DoubleIntervalSplitter.java | 13 +++++---- .../jdbc/spitter/IntervalSplitter.java | 13 +++++---- .../jdbc/spitter/IntervalSplitterFactory.java | 13 +++++---- .../jdbc/spitter/LongIntervalSpitter.java | 13 +++++---- .../spitter/TimestampIntervalSplitter.java | 13 +++++---- .../storage/jdbc/TestJdbcInputFormat.java | 13 +++++---- .../conf/TestJdbcStorageConfigManager.java | 13 +++++---- .../dao/TestGenericJdbcDatabaseAccessor.java | 13 +++++---- .../ClosedOrCancelledStatementException.java | 14 ++++++---- .../hive/jdbc/JdbcUriParseException.java | 14 ++++++---- .../jdbc/ZooKeeperHiveClientException.java | 14 ++++++---- .../llap/registry/LlapServiceInstance.java | 22 +++++++++------ .../llap/registry/LlapServiceInstanceSet.java | 22 +++++++++------ .../hive/llap/registry/ServiceRegistry.java | 22 +++++++++------ .../impl/InactiveServiceInstance.java | 22 +++++++++------ .../registry/impl/LlapFixedRegistryImpl.java | 22 +++++++++------ .../llap/tez/LlapProtocolClientProxy.java | 22 +++++++++------ .../hive/registry/RegistryUtilities.java | 22 +++++++++------ .../hadoop/hive/registry/ServiceInstance.java | 22 +++++++++------ .../hive/registry/ServiceInstanceSet.java | 22 +++++++++------ .../registry/impl/ServiceInstanceBase.java | 22 +++++++++------ .../hive/registry/impl/TezAmInstance.java | 22 +++++++++------ .../hive/registry/impl/TezAmRegistryImpl.java | 22 +++++++++------ .../hive/registry/impl/ZkRegistryBase.java | 22 +++++++++------ .../hadoop/hive/llap/TestAsyncPbRpcProxy.java | 10 +++++-- .../hadoop/hive/llap/AsyncPbRpcProxy.java | 10 +++++-- .../hive/llap/AsyncResponseHandler.java | 10 +++++-- .../org/apache/hadoop/hive/llap/DaemonId.java | 10 +++++-- .../hadoop/hive/llap/LlapDaemonInfo.java | 22 +++++++++------ .../apache/hadoop/hive/llap/LlapNodeId.java | 22 +++++++++------ .../hive/llap/LlapThreadLocalStatistics.java | 6 ++-- .../org/apache/hadoop/hive/llap/LlapUtil.java | 22 +++++++++------ .../LlapManagementProtocolClientImpl.java | 10 +++++-- .../impl/LlapPluginProtocolClientImpl.java | 10 +++++-- .../llap/impl/LlapProtocolClientImpl.java | 10 +++++-- .../hadoop/hive/llap/impl/ProtobufProxy.java | 10 +++++-- .../protocol/LlapManagementProtocolPB.java | 10 +++++-- .../llap/protocol/LlapPluginProtocolPB.java | 10 +++++-- .../llap/protocol/LlapProtocolBlockingPB.java | 10 +++++-- .../protocol/LlapTaskUmbilicalProtocol.java | 22 +++++++++------ .../llap/security/LlapServerSecurityInfo.java | 10 +++++-- .../hadoop/hive/llap/tez/Converters.java | 10 +++++-- .../hive/llap/AsyncResponseHandlerTest.java | 10 +++++-- .../llap/TestLlapThreadLocalStatistics.java | 6 ++-- .../hadoop/hive/llap/tez/TestConverters.java | 10 +++++-- .../hadoop/hive/llap/LlapUgiFactory.java | 10 +++++-- .../hadoop/hive/llap/LlapUgiManager.java | 10 +++++-- .../llap/cache/MemoryLimitedPathCache.java | 10 +++++-- .../hadoop/hive/llap/cache/PathCache.java | 10 +++++-- .../LlapDaemonConfiguration.java | 10 +++++-- .../hive/llap/daemon/ContainerRunner.java | 10 +++++-- .../daemon/FinishableStateUpdateHandler.java | 10 +++++-- .../daemon/FragmentCompletionHandler.java | 10 +++++-- .../hive/llap/daemon/HistoryLogger.java | 22 +++++++++------ .../hive/llap/daemon/KilledTaskHandler.java | 10 +++++-- .../hive/llap/daemon/QueryFailedHandler.java | 10 +++++-- .../SchedulerFragmentCompletingListener.java | 10 +++++-- .../hive/llap/daemon/impl/AMReporter.java | 22 +++++++++------ .../llap/daemon/impl/ContainerRunnerImpl.java | 10 +++++-- .../daemon/impl/DefaultLlapTokenManager.java | 22 +++++++++------ .../llap/daemon/impl/DummyTokenManager.java | 10 +++++-- .../daemon/impl/DumpingMetricsCollector.java | 10 +++++-- .../impl/EvictingPriorityBlockingQueue.java | 6 ++-- .../llap/daemon/impl/FunctionLocalizer.java | 10 +++++-- .../hive/llap/daemon/impl/LlapConstants.java | 10 +++++-- .../hive/llap/daemon/impl/LlapDaemon.java | 10 +++++-- .../daemon/impl/LlapProtocolServerImpl.java | 10 +++++-- .../llap/daemon/impl/LlapTokenChecker.java | 10 +++++-- .../llap/daemon/impl/LlapTokenManager.java | 10 +++++-- .../llap/daemon/impl/LocalDirCleaner.java | 10 +++++-- .../llap/daemon/impl/QueryFragmentInfo.java | 10 +++++-- .../llap/daemon/impl/QueryIdentifier.java | 22 +++++++++------ .../hive/llap/daemon/impl/QueryInfo.java | 10 +++++-- .../hive/llap/daemon/impl/QueryTracker.java | 10 +++++-- .../impl/StaticPermanentFunctionChecker.java | 10 +++++-- .../daemon/impl/StatsRecordingThreadPool.java | 6 ++-- .../llap/daemon/impl/TaskExecutorService.java | 6 ++-- .../llap/daemon/impl/TaskRunnerCallable.java | 6 ++-- .../comparator/FirstInFirstOutComparator.java | 10 +++++-- .../comparator/LlapQueueComparatorBase.java | 10 +++++-- .../ShortestJobFirstComparator.java | 10 +++++-- .../llap/io/metadata/CompressionBuffer.java | 10 +++++-- .../hive/llap/security/LlapUgiHelper.java | 10 +++++-- .../AttemptRegistrationListener.java | 22 +++++++++------ .../hive/llap/shufflehandler/DirWatcher.java | 22 +++++++++------ .../shufflehandler/FadvisedChunkedFile.java | 10 +++++-- .../shufflehandler/FadvisedFileRegion.java | 10 +++++-- .../llap/shufflehandler/ShuffleHandler.java | 10 +++++-- .../cache/TestMemoryLimitedPathCache.java | 10 +++++-- .../hive/llap/daemon/LlapDaemonTestUtils.java | 10 +++++-- .../hive/llap/daemon/MiniLlapCluster.java | 22 +++++++++------ .../daemon/impl/TaskExecutorTestHelpers.java | 10 +++++-- .../daemon/impl/TestContainerRunnerImpl.java | 10 +++++-- .../TestEvictingPriorityBlockingQueue.java | 6 ++-- .../TestLlapDaemonProtocolServerImpl.java | 10 +++++-- .../daemon/impl/TestTaskExecutorService.java | 6 ++-- .../TestFirstInFirstOutComparator.java | 6 ++-- .../TestShortestJobFirstComparator.java | 10 +++++-- .../services/impl/TestLlapWebServices.java | 22 +++++++++------ .../llap/tezplugins/ContainerFactory.java | 22 +++++++++------ .../tezplugins/LlapContainerLauncher.java | 10 +++++-- .../llap/tezplugins/LlapTaskCommunicator.java | 22 +++++++++------ .../tezplugins/LlapTaskSchedulerService.java | 10 +++++-- .../hive/llap/tezplugins/LlapTezUtils.java | 22 +++++++++------ .../LlapUmbilicalPolicyProvider.java | 22 +++++++++------ .../endpoint/LlapPluginSecurityInfo.java | 10 +++++-- .../endpoint/LlapPluginServerImpl.java | 10 +++++-- .../tezplugins/helpers/MonotonicClock.java | 22 +++++++++------ .../helpers/SourceStateTracker.java | 22 +++++++++------ .../metrics/LlapMetricsListener.java | 10 +++++-- .../scheduler/LoggingFutureCallback.java | 10 +++++-- .../tezplugins/scheduler/StatsPerDag.java | 10 +++++-- .../tezplugins/TestLlapTaskCommunicator.java | 22 +++++++++------ .../TestLlapTaskSchedulerService.java | 22 +++++++++------ .../metrics/TestLlapMetricsCollector.java | 10 +++++-- .../metastore/SerDeStorageSchemaReader.java | 6 ++-- .../hadoop/hive/llap/LlapCacheAwareFs.java | 12 +++++--- .../hive/ql/exec/OrcFileMergeOperator.java | 6 ++-- .../hive/ql/exec/SerializationUtilities.java | 6 ++-- .../exec/tez/ColumnarSplitSizeEstimator.java | 6 ++-- .../hive/ql/exec/tez/HashableInputSplit.java | 10 +++++-- .../HostAffinitySplitLocationProvider.java | 10 +++++-- .../ql/exec/tez/TezConfigurationFactory.java | 28 +++++++++---------- .../apache/hadoop/hive/ql/exec/tez/Utils.java | 6 ++-- .../ql/exec/tez/monitoring/TezJobMonitor.java | 6 ++-- .../HiveHookEventProtoPartialBuilder.java | 28 +++++++++---------- .../hive/ql/hooks/HiveProtoLoggingHook.java | 6 ++-- .../ql/hooks/MetricsQueryLifeTimeHook.java | 6 ++-- .../hive/ql/hooks/PostExecOrcFileDump.java | 6 ++-- .../PostExecOrcRowGroupCountPrinter.java | 6 ++-- .../ql/hooks/PostExecTezSummaryPrinter.java | 6 ++-- .../hooks/PostExecWMEventsSummaryPrinter.java | 6 ++-- .../hive/ql/hooks/QueryLifeTimeHook.java | 6 ++-- .../ql/hooks/QueryLifeTimeHookContext.java | 6 ++-- .../hooks/QueryLifeTimeHookContextImpl.java | 6 ++-- .../hadoop/hive/ql/io/ColumnarSplit.java | 6 ++-- .../parquet/FilterPredicateLeafBuilder.java | 12 +++++--- .../hive/ql/io/parquet/LeafFilterFactory.java | 12 +++++--- .../io/parquet/MapredParquetInputFormat.java | 12 +++++--- .../io/parquet/MapredParquetOutputFormat.java | 12 +++++--- .../io/parquet/ParquetRecordReaderBase.java | 12 +++++--- .../hive/ql/io/parquet/ProjectionPusher.java | 12 +++++--- .../parquet/VectorizedParquetInputFormat.java | 12 +++++--- .../io/parquet/convert/ConverterParent.java | 12 +++++--- .../convert/DataWritableRecordConverter.java | 12 +++++--- .../ql/io/parquet/convert/ETypeConverter.java | 12 +++++--- .../parquet/convert/HiveGroupConverter.java | 12 +++++--- .../parquet/convert/HiveSchemaConverter.java | 12 +++++--- .../parquet/convert/HiveStructConverter.java | 12 +++++--- .../parquet/read/DataWritableReadSupport.java | 12 +++++--- .../read/ParquetRecordReaderWrapper.java | 12 +++++--- .../serde/AbstractParquetMapInspector.java | 12 +++++--- .../serde/ArrayWritableObjectInspector.java | 12 +++++--- .../serde/DeepParquetHiveMapInspector.java | 12 +++++--- .../serde/ParquetHiveArrayInspector.java | 12 +++++--- .../ql/io/parquet/serde/ParquetHiveSerDe.java | 12 +++++--- .../io/parquet/serde/ParquetTableUtils.java | 12 +++++--- .../StandardParquetHiveMapInspector.java | 12 +++++--- .../serde/primitive/ParquetByteInspector.java | 12 +++++--- .../ParquetPrimitiveInspectorFactory.java | 12 +++++--- .../primitive/ParquetShortInspector.java | 12 +++++--- .../primitive/ParquetStringInspector.java | 12 +++++--- .../ql/io/parquet/timestamp/NanoTime.java | 12 +++++--- .../io/parquet/timestamp/NanoTimeUtils.java | 12 +++++--- .../timestamp/ParquetTimestampUtils.java | 12 +++++--- .../vector/ParquetFooterInputFromCache.java | 12 +++++--- .../vector/VectorizedListColumnReader.java | 12 +++++--- .../VectorizedPrimitiveColumnReader.java | 12 +++++--- .../write/DataWritableWriteSupport.java | 12 +++++--- .../io/parquet/write/DataWritableWriter.java | 12 +++++--- .../write/ParquetRecordWriterWrapper.java | 12 +++++--- .../hadoop/hive/ql/log/HiveEventCounter.java | 6 ++-- .../hadoop/hive/ql/log/LogDivertAppender.java | 6 ++-- .../hadoop/hive/ql/log/NullAppender.java | 6 ++-- .../hive/ql/log/PidFilePatternConverter.java | 6 ++-- .../log/SlidingFilenameRolloverStrategy.java | 6 ++-- .../OrderlessLimitPushDownOptimizer.java | 28 +++++++++---------- .../hive/ql/queryhistory/RecordEnricher.java | 8 +++--- .../repository/IcebergRepository.java | 6 ++-- .../repository/QueryHistoryRepository.java | 6 ++-- .../hive/ql/queryhistory/schema/Record.java | 6 ++-- .../hive/ql/queryhistory/schema/Schema.java | 6 ++-- .../ql/session/ClearDanglingScratchDir.java | 6 ++-- .../generic/GenericUDFToTimestampLocalTZ.java | 6 ++-- .../txn/TestTxnHandlerNoConnectionPool.java | 6 ++-- .../ql/exec/TestSerializationUtilities.java | 6 ++-- .../exec/tez/TestDynamicPartitionPruner.java | 22 +++++++++------ ...TestHostAffinitySplitLocationProvider.java | 10 +++++-- .../hive/ql/hooks/QueryLifeTimeHookTest.java | 6 ++-- .../TestHiveHookEventProtoPartialBuilder.java | 28 +++++++++---------- .../hadoop/hive/ql/hooks/TestHiveHooks.java | 6 ++-- .../ql/hooks/TestHiveProtoLoggingHook.java | 6 ++-- .../hooks/TestMetricsQueryLifeTimeHook.java | 6 ++-- .../hadoop/hive/ql/hooks/TestQueryHooks.java | 6 ++-- .../parquet/HiveParquetSchemaTestUtils.java | 12 +++++--- .../ql/io/parquet/TestDataWritableWriter.java | 12 +++++--- .../io/parquet/TestHiveSchemaConverter.java | 12 +++++--- .../parquet/TestMapredParquetInputFormat.java | 12 +++++--- .../TestMapredParquetOutputFormat.java | 12 +++++--- .../hive/ql/io/parquet/TestParquetSerDe.java | 12 +++++--- .../read/TestDataWritableReadSupport.java | 12 +++++--- .../TestAbstractParquetMapInspector.java | 12 +++++--- .../TestDeepParquetHiveMapInspector.java | 12 +++++--- .../serde/TestParquetHiveArrayInspector.java | 12 +++++--- .../serde/TestParquetTimestampUtils.java | 12 +++++--- .../TestStandardParquetHiveMapInspector.java | 12 +++++--- .../hive/ql/log/TestLog4j2Appenders.java | 6 ++-- .../TestSlidingFilenameRolloverStrategy.java | 6 ++-- .../hive/ql/log/TestSyslogInputFormat.java | 6 ++-- .../hive/ql/metadata/StringAppender.java | 6 ++-- .../txn/compactor/TestCompactionMetrics.java | 6 ++-- .../compactor/TestDeltaFilesMetricFlags.java | 6 ++-- .../txn/compactor/TestDeltaFilesMetrics.java | 6 ++-- .../ql/txn/compactor/TestStringableList.java | 6 ++-- .../hive/testutils/MiniZooKeeperCluster.java | 1 - .../hive/serde2/io/ParquetHiveRecord.java | 12 +++++--- .../serde2/io/TimestampLocalTZWritable.java | 6 ++-- .../serde2/lazy/LazyTimestampLocalTZ.java | 6 ++-- .../LazyTimestampLocalTZObjectInspector.java | 6 ++-- .../LazyBinaryTimestampLocalTZ.java | 6 ++-- .../JavaTimestampLocalTZObjectInspector.java | 6 ++-- ...ttableTimestampLocalTZObjectInspector.java | 6 ++-- .../TimestampLocalTZObjectInspector.java | 6 ++-- ...nstantTimestampLocalTZObjectInspector.java | 6 ++-- ...itableTimestampLocalTZObjectInspector.java | 6 ++-- .../serde2/io/TestTimestampTZWritable.java | 6 ++-- .../serde2/lazy/fast/TestStringToDouble.java | 12 +++++--- .../hive/serde2/thrift/TestColumnBuffer.java | 6 ++-- .../auth/HttpAuthenticationException.java | 14 ++++++---- .../HttpEmptyAuthenticationException.java | 14 ++++++---- .../cli/operation/hplsql/HplSqlOperation.java | 28 +++++++++---------- .../operation/hplsql/HplSqlQueryExecutor.java | 28 +++++++++---------- .../HS2ActivePassiveHARegistryClient.java | 16 +++++++---- .../cli/operation/TestCommandWithSpace.java | 6 ++-- .../operation/TestOperationLogManager.java | 6 ++-- ...estQueryLifeTimeHooksWithSQLOperation.java | 6 ++-- .../metastore/utils/TestTableFetcher.java | 6 ++-- .../hadoop/hive/metastore/ColumnType.java | 6 ++-- .../hive/metastore/MetastoreTaskThread.java | 6 ++-- .../hive/metastore/StorageSchemaReader.java | 6 ++-- .../hive/metastore/conf/EnumValidator.java | 6 ++-- .../hive/metastore/conf/MetastoreConf.java | 6 ++-- .../hive/metastore/conf/RangeValidator.java | 6 ++-- .../hive/metastore/conf/SizeValidator.java | 6 ++-- .../metastore/conf/StringSetValidator.java | 6 ++-- .../hive/metastore/conf/TimeValidator.java | 6 ++-- .../hadoop/hive/metastore/conf/Validator.java | 6 ++-- .../metasummary/MetaSummaryHandler.java | 6 ++-- .../metasummary/MetaSummarySchema.java | 6 ++-- .../hive/metastore/txn/TxnCommonUtils.java | 6 ++-- .../metastore/utils/EncryptionZoneUtils.java | 6 ++-- .../hive/metastore/utils/FileUtils.java | 6 ++-- .../hive/metastore/utils/FilterUtils.java | 6 ++-- .../hive/metastore/utils/HdfsUtils.java | 6 ++-- .../hive/metastore/utils/JavaUtils.java | 6 ++-- .../hive/metastore/utils/SecurityUtils.java | 6 ++-- .../hive/metastore/utils/StringUtils.java | 6 ++-- ...DefaultIncompatibleTableChangeHandler.java | 6 ++-- .../DefaultPartitionExpressionProxy.java | 6 ++-- .../metastore/DefaultStorageSchemaReader.java | 6 ++-- .../IMetaStoreIncompatibleChangeHandler.java | 6 ++-- .../apache/hadoop/hive/metastore/Msck.java | 6 ++-- .../hadoop/hive/metastore/MsckInfo.java | 6 ++-- .../MsckPartitionExpressionProxy.java | 6 ++-- .../PartitionProjectionEvaluator.java | 27 +++++++++--------- .../metastore/PersistenceManagerProvider.java | 27 +++++++++--------- .../auth/HttpAuthenticationException.java | 14 ++++++---- .../client/builder/CatalogBuilder.java | 6 ++-- .../client/builder/ConstraintBuilder.java | 6 ++-- .../client/builder/DatabaseBuilder.java | 6 ++-- .../GrantRevokePrivilegeRequestBuilder.java | 6 ++-- .../builder/HiveObjectPrivilegeBuilder.java | 6 ++-- .../client/builder/HiveObjectRefBuilder.java | 6 ++-- .../client/builder/ISchemaBuilder.java | 6 ++-- .../client/builder/PartitionBuilder.java | 6 ++-- .../builder/PrivilegeGrantInfoBuilder.java | 6 ++-- .../metastore/client/builder/RoleBuilder.java | 6 ++-- .../builder/SQLCheckConstraintBuilder.java | 6 ++-- .../builder/SQLDefaultConstraintBuilder.java | 6 ++-- .../client/builder/SQLForeignKeyBuilder.java | 6 ++-- .../builder/SQLNotNullConstraintBuilder.java | 6 ++-- .../client/builder/SQLPrimaryKeyBuilder.java | 6 ++-- .../builder/SQLUniqueConstraintBuilder.java | 6 ++-- .../client/builder/SchemaVersionBuilder.java | 6 ++-- .../client/builder/SerdeAndColsBuilder.java | 6 ++-- .../builder/StorageDescriptorBuilder.java | 6 ++-- .../client/builder/TableBuilder.java | 6 ++-- .../metastore/conf/ConfTemplatePrinter.java | 6 ++-- .../directsql/MetastoreDirectSqlUtils.java | 27 +++++++++--------- .../events/AddSchemaVersionEvent.java | 6 ++-- .../metastore/events/AlterCatalogEvent.java | 6 ++-- .../metastore/events/AlterISchemaEvent.java | 6 ++-- .../events/AlterSchemaVersionEvent.java | 6 ++-- .../metastore/events/CreateCatalogEvent.java | 6 ++-- .../metastore/events/CreateISchemaEvent.java | 6 ++-- .../metastore/events/DropCatalogEvent.java | 6 ++-- .../metastore/events/DropISchemaEvent.java | 6 ++-- .../events/DropSchemaVersionEvent.java | 6 ++-- .../events/PreAddSchemaVersionEvent.java | 6 ++-- .../events/PreAlterCatalogEvent.java | 6 ++-- .../events/PreAlterISchemaEvent.java | 6 ++-- .../events/PreAlterSchemaVersionEvent.java | 6 ++-- .../events/PreCreateCatalogEvent.java | 6 ++-- .../events/PreCreateISchemaEvent.java | 6 ++-- .../metastore/events/PreDropCatalogEvent.java | 6 ++-- .../metastore/events/PreDropISchemaEvent.java | 6 ++-- .../events/PreDropSchemaVersionEvent.java | 6 ++-- .../metastore/events/PreReadCatalogEvent.java | 6 ++-- .../metastore/events/PreReadISchemaEvent.java | 6 ++-- .../events/PreReadhSchemaVersionEvent.java | 6 ++-- .../messaging/AlterCatalogMessage.java | 6 ++-- .../messaging/CreateCatalogMessage.java | 6 ++-- .../messaging/DropCatalogMessage.java | 6 ++-- .../json/JSONAlterCatalogMessage.java | 6 ++-- .../json/JSONCreateCatalogMessage.java | 6 ++-- .../json/JSONDropCatalogMessage.java | 6 ++-- .../metastore/metrics/AcidMetricLogger.java | 6 ++-- .../metastore/metrics/AcidMetricService.java | 6 ++-- .../metrics/CompactionMetricData.java | 6 ++-- .../hive/metastore/metrics/JsonReporter.java | 6 ++-- .../hive/metastore/metrics/Metrics.java | 6 ++-- .../metastore/metrics/MetricsConstants.java | 6 ++-- .../hadoop/hive/metastore/model/MCatalog.java | 6 ++-- .../hadoop/hive/metastore/model/MISchema.java | 6 ++-- .../hive/metastore/model/MSchemaVersion.java | 6 ++-- .../hive/metastore/model/MStoredProc.java | 28 +++++++++---------- .../metastore/tools/MetaToolObjectStore.java | 6 ++-- .../hive/metastore/tools/SmokeTest.java | 6 ++-- .../schematool/SchemaToolTaskCreateUser.java | 6 ++-- .../txn/CompactionMetricsDataConverter.java | 6 ++-- .../hadoop/hive/metastore/txn/TxnUtils.java | 6 ++-- .../txn/entities/CompactionMetricsData.java | 6 ++-- .../metastore/txn/entities/MetricsInfo.java | 6 ++-- .../txn/service/AcidHouseKeeperService.java | 6 ++-- .../txn/service/AcidTxnCleanerService.java | 6 ++-- .../service/CompactionHouseKeeperService.java | 6 ++-- .../metastore/utils/MetaStoreServerUtils.java | 6 ++-- .../metastore/NonCatCallsWithCatalog.java | 6 ++-- .../TestCatalogNonDefaultClient.java | 6 ++-- .../metastore/TestCatalogNonDefaultSvr.java | 6 ++-- .../hive/metastore/TestCatalogOldClient.java | 6 ++-- ...rtitionsUsingProjectionAndFilterSpecs.java | 27 +++++++++--------- .../TestHiveMetaStoreSchemaMethods.java | 6 ++-- .../metastore/TestMsckCheckPartitions.java | 27 +++++++++--------- .../TestObjectStoreSchemaMethods.java | 6 ++-- .../metastore/TestPartitionManagement.java | 6 ++-- .../TestPartitionProjectionEvaluator.java | 27 +++++++++--------- .../metastore/TestStatisticsManagement.java | 6 ++-- .../hadoop/hive/metastore/TestStats.java | 6 ++-- .../annotation/MetastoreCheckinTest.java | 6 ++-- .../metastore/annotation/MetastoreTest.java | 6 ++-- .../annotation/MetastoreUnitTest.java | 6 ++-- .../metastore/cache/TestCatalogCaching.java | 6 ++-- .../hive/metastore/client/TestCatalogs.java | 6 ++-- .../metastore/client/TestCheckConstraint.java | 6 ++-- .../client/TestDefaultConstraint.java | 6 ++-- .../hive/metastore/client/TestForeignKey.java | 6 ++-- .../client/TestGetAllTableConstraints.java | 6 ++-- .../client/TestNotNullConstraint.java | 6 ++-- .../hive/metastore/client/TestPrimaryKey.java | 6 ++-- .../metastore/client/TestRuntimeStats.java | 6 ++-- .../client/TestUniqueConstraint.java | 6 ++-- .../metastore/conf/TestMetastoreConf.java | 6 ++-- .../metastore/dbinstall/DbInstallBase.java | 6 ++-- .../hive/metastore/dbinstall/rules/Mssql.java | 6 ++-- .../hive/metastore/dbinstall/rules/Mysql.java | 6 ++-- .../metastore/dbinstall/rules/Oracle.java | 6 ++-- .../metastore/dbinstall/rules/Postgres.java | 6 ++-- .../dbinstall/rules/PostgresTPCDS.java | 6 ++-- .../events/TestAbortTxnEventDbsUpdated.java | 6 ++-- .../TestCommitTxnEventWithDbAndWriteId.java | 6 ++-- .../metrics/TestCompactionMetricData.java | 6 ++-- .../metastore/metrics/TestMetricRegistry.java | 6 ++-- .../hive/metastore/metrics/TestMetrics.java | 6 ++-- .../testutils/CapturingLogAppender.java | 6 ++-- .../utils/DirectSqlConfigurator.java | 6 ++-- .../hive/metastore/utils/TestHdfsUtils.java | 6 ++-- .../metastore/utils/TestMetaStoreUtils.java | 6 ++-- .../metastore/utils/TestStringableMap.java | 6 ++-- .../hadoop/hive/common/DatabaseName.java | 6 ++-- .../apache/hadoop/hive/common/TableName.java | 6 ++-- .../hadoop/hive/common/TestDatabaseName.java | 6 ++-- .../hadoop/hive/common/TestTableName.java | 6 ++-- 465 files changed, 2786 insertions(+), 2057 deletions(-) diff --git a/accumulo-handler/src/test/org/apache/hadoop/hive/accumulo/TestAccumuloDefaultIndexScanner.java b/accumulo-handler/src/test/org/apache/hadoop/hive/accumulo/TestAccumuloDefaultIndexScanner.java index 533700c5d499..3e03aa23f887 100644 --- a/accumulo-handler/src/test/org/apache/hadoop/hive/accumulo/TestAccumuloDefaultIndexScanner.java +++ b/accumulo-handler/src/test/org/apache/hadoop/hive/accumulo/TestAccumuloDefaultIndexScanner.java @@ -6,9 +6,9 @@ * 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. diff --git a/beeline/src/java/org/apache/hive/beeline/ClientCommandHookFactory.java b/beeline/src/java/org/apache/hive/beeline/ClientCommandHookFactory.java index a96d1b2d57af..8fed05a21bea 100644 --- a/beeline/src/java/org/apache/hive/beeline/ClientCommandHookFactory.java +++ b/beeline/src/java/org/apache/hive/beeline/ClientCommandHookFactory.java @@ -6,9 +6,9 @@ * 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. diff --git a/beeline/src/java/org/apache/hive/beeline/ClientHook.java b/beeline/src/java/org/apache/hive/beeline/ClientHook.java index f3557997dc3a..9e83872d901b 100644 --- a/beeline/src/java/org/apache/hive/beeline/ClientHook.java +++ b/beeline/src/java/org/apache/hive/beeline/ClientHook.java @@ -6,9 +6,9 @@ * 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. diff --git a/beeline/src/java/org/apache/hive/beeline/hs2connection/BeelineConfFileParseException.java b/beeline/src/java/org/apache/hive/beeline/hs2connection/BeelineConfFileParseException.java index 4b42ee447827..8d05881b0995 100644 --- a/beeline/src/java/org/apache/hive/beeline/hs2connection/BeelineConfFileParseException.java +++ b/beeline/src/java/org/apache/hive/beeline/hs2connection/BeelineConfFileParseException.java @@ -6,9 +6,9 @@ * 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. diff --git a/beeline/src/java/org/apache/hive/beeline/hs2connection/BeelineHS2ConnectionFileParseException.java b/beeline/src/java/org/apache/hive/beeline/hs2connection/BeelineHS2ConnectionFileParseException.java index 2efa5f33670f..3bf8bb03fc9f 100644 --- a/beeline/src/java/org/apache/hive/beeline/hs2connection/BeelineHS2ConnectionFileParseException.java +++ b/beeline/src/java/org/apache/hive/beeline/hs2connection/BeelineHS2ConnectionFileParseException.java @@ -6,9 +6,9 @@ * 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. diff --git a/beeline/src/java/org/apache/hive/beeline/hs2connection/BeelineSiteParseException.java b/beeline/src/java/org/apache/hive/beeline/hs2connection/BeelineSiteParseException.java index f415e84bd8d9..416aaf509fb1 100644 --- a/beeline/src/java/org/apache/hive/beeline/hs2connection/BeelineSiteParseException.java +++ b/beeline/src/java/org/apache/hive/beeline/hs2connection/BeelineSiteParseException.java @@ -6,9 +6,9 @@ * 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. diff --git a/beeline/src/test/org/apache/hive/beeline/TestBeeLineExceptionHandling.java b/beeline/src/test/org/apache/hive/beeline/TestBeeLineExceptionHandling.java index e8e56f0abf60..d80615af7a7b 100644 --- a/beeline/src/test/org/apache/hive/beeline/TestBeeLineExceptionHandling.java +++ b/beeline/src/test/org/apache/hive/beeline/TestBeeLineExceptionHandling.java @@ -6,9 +6,9 @@ * 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. diff --git a/beeline/src/test/org/apache/hive/beeline/TestBeeLineOpts.java b/beeline/src/test/org/apache/hive/beeline/TestBeeLineOpts.java index 593c217ab7e6..0c0c15c4c7cc 100644 --- a/beeline/src/test/org/apache/hive/beeline/TestBeeLineOpts.java +++ b/beeline/src/test/org/apache/hive/beeline/TestBeeLineOpts.java @@ -6,9 +6,9 @@ * 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. diff --git a/beeline/src/test/org/apache/hive/beeline/TestClientCommandHookFactory.java b/beeline/src/test/org/apache/hive/beeline/TestClientCommandHookFactory.java index 7b542a23261d..18d2e61c9518 100644 --- a/beeline/src/test/org/apache/hive/beeline/TestClientCommandHookFactory.java +++ b/beeline/src/test/org/apache/hive/beeline/TestClientCommandHookFactory.java @@ -6,9 +6,9 @@ * 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. diff --git a/beeline/src/test/org/apache/hive/beeline/TestCommands.java b/beeline/src/test/org/apache/hive/beeline/TestCommands.java index e926fd4b2842..b21a98202601 100644 --- a/beeline/src/test/org/apache/hive/beeline/TestCommands.java +++ b/beeline/src/test/org/apache/hive/beeline/TestCommands.java @@ -6,9 +6,9 @@ * 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. diff --git a/beeline/src/test/org/apache/hive/beeline/cli/TestHiveCli.java b/beeline/src/test/org/apache/hive/beeline/cli/TestHiveCli.java index 89bf93672ed2..7c3fa5ccfa62 100644 --- a/beeline/src/test/org/apache/hive/beeline/cli/TestHiveCli.java +++ b/beeline/src/test/org/apache/hive/beeline/cli/TestHiveCli.java @@ -6,9 +6,9 @@ * 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. diff --git a/common/src/java/org/apache/hadoop/hive/common/StringInternUtils.java b/common/src/java/org/apache/hadoop/hive/common/StringInternUtils.java index 19a4f93b9663..5555293d2be3 100644 --- a/common/src/java/org/apache/hadoop/hive/common/StringInternUtils.java +++ b/common/src/java/org/apache/hadoop/hive/common/StringInternUtils.java @@ -1,7 +1,11 @@ /* - * Licensed 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 + * 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 * diff --git a/common/src/java/org/apache/hadoop/hive/common/cli/EscapeCRLFHelper.java b/common/src/java/org/apache/hadoop/hive/common/cli/EscapeCRLFHelper.java index 11afd0d2edde..e22c246dc0e5 100644 --- a/common/src/java/org/apache/hadoop/hive/common/cli/EscapeCRLFHelper.java +++ b/common/src/java/org/apache/hadoop/hive/common/cli/EscapeCRLFHelper.java @@ -6,9 +6,9 @@ * 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. diff --git a/common/src/java/org/apache/hadoop/hive/common/type/Date.java b/common/src/java/org/apache/hadoop/hive/common/type/Date.java index cbf27ae28fa7..8e693165db2d 100644 --- a/common/src/java/org/apache/hadoop/hive/common/type/Date.java +++ b/common/src/java/org/apache/hadoop/hive/common/type/Date.java @@ -6,9 +6,9 @@ * 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. diff --git a/common/src/java/org/apache/hadoop/hive/common/type/Timestamp.java b/common/src/java/org/apache/hadoop/hive/common/type/Timestamp.java index 35d0e2a86550..ca7ea57f0057 100644 --- a/common/src/java/org/apache/hadoop/hive/common/type/Timestamp.java +++ b/common/src/java/org/apache/hadoop/hive/common/type/Timestamp.java @@ -6,9 +6,9 @@ * 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. diff --git a/common/src/java/org/apache/hadoop/hive/common/type/TimestampTZ.java b/common/src/java/org/apache/hadoop/hive/common/type/TimestampTZ.java index 59a1c082dd3c..0d52ab89ebff 100644 --- a/common/src/java/org/apache/hadoop/hive/common/type/TimestampTZ.java +++ b/common/src/java/org/apache/hadoop/hive/common/type/TimestampTZ.java @@ -6,9 +6,9 @@ * 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. diff --git a/common/src/java/org/apache/hadoop/hive/common/type/TimestampTZUtil.java b/common/src/java/org/apache/hadoop/hive/common/type/TimestampTZUtil.java index eaefd36ed930..f7c48d59e3ee 100644 --- a/common/src/java/org/apache/hadoop/hive/common/type/TimestampTZUtil.java +++ b/common/src/java/org/apache/hadoop/hive/common/type/TimestampTZUtil.java @@ -6,9 +6,9 @@ * 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. diff --git a/common/src/java/org/apache/hadoop/hive/conf/HiveVariableSource.java b/common/src/java/org/apache/hadoop/hive/conf/HiveVariableSource.java index b6108601b111..157b296b4f5a 100644 --- a/common/src/java/org/apache/hadoop/hive/conf/HiveVariableSource.java +++ b/common/src/java/org/apache/hadoop/hive/conf/HiveVariableSource.java @@ -6,9 +6,9 @@ * 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. diff --git a/common/src/java/org/apache/hadoop/hive/conf/VariableSubstitution.java b/common/src/java/org/apache/hadoop/hive/conf/VariableSubstitution.java index 4ea28227628a..fe9d01f9ea29 100644 --- a/common/src/java/org/apache/hadoop/hive/conf/VariableSubstitution.java +++ b/common/src/java/org/apache/hadoop/hive/conf/VariableSubstitution.java @@ -6,9 +6,9 @@ * 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. diff --git a/common/src/java/org/apache/hive/common/util/ACLConfigurationParser.java b/common/src/java/org/apache/hive/common/util/ACLConfigurationParser.java index d42c45bf4a13..3f8c5a357e33 100644 --- a/common/src/java/org/apache/hive/common/util/ACLConfigurationParser.java +++ b/common/src/java/org/apache/hive/common/util/ACLConfigurationParser.java @@ -6,9 +6,9 @@ * 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. diff --git a/common/src/test/org/apache/hadoop/hive/conf/TestVariableSubstitution.java b/common/src/test/org/apache/hadoop/hive/conf/TestVariableSubstitution.java index e13e5d4efdb3..c361b89a503e 100644 --- a/common/src/test/org/apache/hadoop/hive/conf/TestVariableSubstitution.java +++ b/common/src/test/org/apache/hadoop/hive/conf/TestVariableSubstitution.java @@ -6,9 +6,9 @@ * 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. diff --git a/common/src/test/org/apache/hive/common/util/TestACLConfigurationParser.java b/common/src/test/org/apache/hive/common/util/TestACLConfigurationParser.java index 166f18d1115b..632a579e6368 100644 --- a/common/src/test/org/apache/hive/common/util/TestACLConfigurationParser.java +++ b/common/src/test/org/apache/hive/common/util/TestACLConfigurationParser.java @@ -6,9 +6,9 @@ * 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. diff --git a/hbase-handler/src/test/org/apache/hadoop/hive/hbase/TestLazyHBaseCellMap.java b/hbase-handler/src/test/org/apache/hadoop/hive/hbase/TestLazyHBaseCellMap.java index 6a90952ce612..a60b3a78f10c 100644 --- a/hbase-handler/src/test/org/apache/hadoop/hive/hbase/TestLazyHBaseCellMap.java +++ b/hbase-handler/src/test/org/apache/hadoop/hive/hbase/TestLazyHBaseCellMap.java @@ -6,9 +6,9 @@ * 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. diff --git a/hplsql/src/main/java/org/apache/hive/hplsql/Console.java b/hplsql/src/main/java/org/apache/hive/hplsql/Console.java index d4d557f2dfa2..fa1c5799df14 100644 --- a/hplsql/src/main/java/org/apache/hive/hplsql/Console.java +++ b/hplsql/src/main/java/org/apache/hive/hplsql/Console.java @@ -1,21 +1,19 @@ /* + * 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 * - * 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. + * 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. */ package org.apache.hive.hplsql; diff --git a/hplsql/src/main/java/org/apache/hive/hplsql/Cursor.java b/hplsql/src/main/java/org/apache/hive/hplsql/Cursor.java index c8870761771d..e27d3210d9f6 100644 --- a/hplsql/src/main/java/org/apache/hive/hplsql/Cursor.java +++ b/hplsql/src/main/java/org/apache/hive/hplsql/Cursor.java @@ -1,21 +1,19 @@ /* + * 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 * - * 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. + * 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. */ package org.apache.hive.hplsql; diff --git a/hplsql/src/main/java/org/apache/hive/hplsql/HplSqlSessionState.java b/hplsql/src/main/java/org/apache/hive/hplsql/HplSqlSessionState.java index 68a55700fdb6..6d9db4fae7c2 100644 --- a/hplsql/src/main/java/org/apache/hive/hplsql/HplSqlSessionState.java +++ b/hplsql/src/main/java/org/apache/hive/hplsql/HplSqlSessionState.java @@ -1,21 +1,19 @@ /* + * 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 * - * 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. + * 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. */ package org.apache.hive.hplsql; diff --git a/hplsql/src/main/java/org/apache/hive/hplsql/ResultListener.java b/hplsql/src/main/java/org/apache/hive/hplsql/ResultListener.java index 065fe87f692a..6168b3f838ba 100644 --- a/hplsql/src/main/java/org/apache/hive/hplsql/ResultListener.java +++ b/hplsql/src/main/java/org/apache/hive/hplsql/ResultListener.java @@ -1,21 +1,19 @@ /* + * 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 * - * 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. + * 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. */ package org.apache.hive.hplsql; diff --git a/hplsql/src/main/java/org/apache/hive/hplsql/executor/ColumnMeta.java b/hplsql/src/main/java/org/apache/hive/hplsql/executor/ColumnMeta.java index d01cc696a5ba..b492ed008e84 100644 --- a/hplsql/src/main/java/org/apache/hive/hplsql/executor/ColumnMeta.java +++ b/hplsql/src/main/java/org/apache/hive/hplsql/executor/ColumnMeta.java @@ -1,21 +1,19 @@ /* + * 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 * - * 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. + * 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. */ package org.apache.hive.hplsql.executor; diff --git a/hplsql/src/main/java/org/apache/hive/hplsql/executor/JdbcQueryExecutor.java b/hplsql/src/main/java/org/apache/hive/hplsql/executor/JdbcQueryExecutor.java index f56a9dd3501d..1d4b1ec0b145 100644 --- a/hplsql/src/main/java/org/apache/hive/hplsql/executor/JdbcQueryExecutor.java +++ b/hplsql/src/main/java/org/apache/hive/hplsql/executor/JdbcQueryExecutor.java @@ -1,21 +1,19 @@ /* + * 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 * - * 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. + * 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. */ package org.apache.hive.hplsql.executor; diff --git a/hplsql/src/main/java/org/apache/hive/hplsql/executor/Metadata.java b/hplsql/src/main/java/org/apache/hive/hplsql/executor/Metadata.java index d96db42484e9..137b89b29fcc 100644 --- a/hplsql/src/main/java/org/apache/hive/hplsql/executor/Metadata.java +++ b/hplsql/src/main/java/org/apache/hive/hplsql/executor/Metadata.java @@ -1,21 +1,19 @@ /* + * 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 * - * 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. + * 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. */ package org.apache.hive.hplsql.executor; diff --git a/hplsql/src/main/java/org/apache/hive/hplsql/executor/QueryException.java b/hplsql/src/main/java/org/apache/hive/hplsql/executor/QueryException.java index d907552a3373..40a4770b3131 100644 --- a/hplsql/src/main/java/org/apache/hive/hplsql/executor/QueryException.java +++ b/hplsql/src/main/java/org/apache/hive/hplsql/executor/QueryException.java @@ -1,21 +1,19 @@ /* + * 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 * - * 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. + * 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. */ package org.apache.hive.hplsql.executor; diff --git a/hplsql/src/main/java/org/apache/hive/hplsql/executor/QueryExecutor.java b/hplsql/src/main/java/org/apache/hive/hplsql/executor/QueryExecutor.java index 7ab1fb8cfaa7..bd682bcc5e7c 100644 --- a/hplsql/src/main/java/org/apache/hive/hplsql/executor/QueryExecutor.java +++ b/hplsql/src/main/java/org/apache/hive/hplsql/executor/QueryExecutor.java @@ -1,21 +1,19 @@ /* + * 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 * - * 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. + * 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. */ package org.apache.hive.hplsql.executor; diff --git a/hplsql/src/main/java/org/apache/hive/hplsql/executor/QueryResult.java b/hplsql/src/main/java/org/apache/hive/hplsql/executor/QueryResult.java index ba3ec2015be7..37358d06cb1c 100644 --- a/hplsql/src/main/java/org/apache/hive/hplsql/executor/QueryResult.java +++ b/hplsql/src/main/java/org/apache/hive/hplsql/executor/QueryResult.java @@ -1,21 +1,19 @@ /* + * 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 * - * 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. + * 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. */ package org.apache.hive.hplsql.executor; diff --git a/hplsql/src/main/java/org/apache/hive/hplsql/executor/RowResult.java b/hplsql/src/main/java/org/apache/hive/hplsql/executor/RowResult.java index bd2a90b0768b..5868ab309423 100644 --- a/hplsql/src/main/java/org/apache/hive/hplsql/executor/RowResult.java +++ b/hplsql/src/main/java/org/apache/hive/hplsql/executor/RowResult.java @@ -1,21 +1,19 @@ /* + * 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 * - * 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. + * 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. */ package org.apache.hive.hplsql.executor; diff --git a/hplsql/src/main/java/org/apache/hive/hplsql/functions/BuiltinFunctions.java b/hplsql/src/main/java/org/apache/hive/hplsql/functions/BuiltinFunctions.java index d6c4b90c8140..c5c1c88f9537 100644 --- a/hplsql/src/main/java/org/apache/hive/hplsql/functions/BuiltinFunctions.java +++ b/hplsql/src/main/java/org/apache/hive/hplsql/functions/BuiltinFunctions.java @@ -1,21 +1,19 @@ /* + * 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 * - * * 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. + * 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. */ package org.apache.hive.hplsql.functions; diff --git a/hplsql/src/main/java/org/apache/hive/hplsql/functions/HmsFunctionRegistry.java b/hplsql/src/main/java/org/apache/hive/hplsql/functions/HmsFunctionRegistry.java index 384c4d87fdcd..96194ebdb3b4 100644 --- a/hplsql/src/main/java/org/apache/hive/hplsql/functions/HmsFunctionRegistry.java +++ b/hplsql/src/main/java/org/apache/hive/hplsql/functions/HmsFunctionRegistry.java @@ -1,21 +1,19 @@ /* + * 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 * - * 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. + * 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. */ package org.apache.hive.hplsql.functions; diff --git a/iceberg/iceberg-handler/src/main/java/org/apache/iceberg/mr/hive/metastore/task/IcebergHouseKeeperService.java b/iceberg/iceberg-handler/src/main/java/org/apache/iceberg/mr/hive/metastore/task/IcebergHouseKeeperService.java index 13ab0ca1ab2b..5ef625154783 100644 --- a/iceberg/iceberg-handler/src/main/java/org/apache/iceberg/mr/hive/metastore/task/IcebergHouseKeeperService.java +++ b/iceberg/iceberg-handler/src/main/java/org/apache/iceberg/mr/hive/metastore/task/IcebergHouseKeeperService.java @@ -6,9 +6,9 @@ * 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. diff --git a/iceberg/iceberg-handler/src/test/java/org/apache/iceberg/mr/hive/metastore/task/TestIcebergHouseKeeperService.java b/iceberg/iceberg-handler/src/test/java/org/apache/iceberg/mr/hive/metastore/task/TestIcebergHouseKeeperService.java index 4b56edbd07aa..73085bbef323 100644 --- a/iceberg/iceberg-handler/src/test/java/org/apache/iceberg/mr/hive/metastore/task/TestIcebergHouseKeeperService.java +++ b/iceberg/iceberg-handler/src/test/java/org/apache/iceberg/mr/hive/metastore/task/TestIcebergHouseKeeperService.java @@ -6,9 +6,9 @@ * 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. diff --git a/itests/hive-jmh/src/main/java/org/apache/hadoop/hive/ql/udf/ptf/ValueBoundaryScannerBench.java b/itests/hive-jmh/src/main/java/org/apache/hadoop/hive/ql/udf/ptf/ValueBoundaryScannerBench.java index e30c9194d9ab..8208f5abdfd2 100644 --- a/itests/hive-jmh/src/main/java/org/apache/hadoop/hive/ql/udf/ptf/ValueBoundaryScannerBench.java +++ b/itests/hive-jmh/src/main/java/org/apache/hadoop/hive/ql/udf/ptf/ValueBoundaryScannerBench.java @@ -1,9 +1,13 @@ /* - * Licensed 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 + * 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 + * 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, diff --git a/itests/hive-jmh/src/main/java/org/apache/hive/benchmark/serde/HiveCharBench.java b/itests/hive-jmh/src/main/java/org/apache/hive/benchmark/serde/HiveCharBench.java index 760df5f64b1a..17eb80a4433c 100644 --- a/itests/hive-jmh/src/main/java/org/apache/hive/benchmark/serde/HiveCharBench.java +++ b/itests/hive-jmh/src/main/java/org/apache/hive/benchmark/serde/HiveCharBench.java @@ -1,9 +1,13 @@ /* - * Licensed 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 + * 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 + * 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, diff --git a/itests/hive-jmh/src/main/java/org/apache/hive/benchmark/serde/HyperLogLogBench.java b/itests/hive-jmh/src/main/java/org/apache/hive/benchmark/serde/HyperLogLogBench.java index 1a9ebb1ed844..bd714ac0d2b9 100644 --- a/itests/hive-jmh/src/main/java/org/apache/hive/benchmark/serde/HyperLogLogBench.java +++ b/itests/hive-jmh/src/main/java/org/apache/hive/benchmark/serde/HyperLogLogBench.java @@ -1,9 +1,13 @@ /* - * Licensed 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 + * 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 + * 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, diff --git a/itests/hive-jmh/src/main/java/org/apache/hive/benchmark/serde/LazySimpleSerDeBench.java b/itests/hive-jmh/src/main/java/org/apache/hive/benchmark/serde/LazySimpleSerDeBench.java index 43c148fe0dac..c5c2787a2dcd 100644 --- a/itests/hive-jmh/src/main/java/org/apache/hive/benchmark/serde/LazySimpleSerDeBench.java +++ b/itests/hive-jmh/src/main/java/org/apache/hive/benchmark/serde/LazySimpleSerDeBench.java @@ -1,9 +1,13 @@ /* - * Licensed 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 + * 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 + * 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, diff --git a/itests/hive-jmh/src/main/java/org/apache/hive/benchmark/storage/ColumnarStorageBench.java b/itests/hive-jmh/src/main/java/org/apache/hive/benchmark/storage/ColumnarStorageBench.java index 177ab5563268..933fe5ce1cda 100644 --- a/itests/hive-jmh/src/main/java/org/apache/hive/benchmark/storage/ColumnarStorageBench.java +++ b/itests/hive-jmh/src/main/java/org/apache/hive/benchmark/storage/ColumnarStorageBench.java @@ -1,9 +1,13 @@ /* - * Licensed 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 + * 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 + * 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, diff --git a/itests/hive-jmh/src/main/java/org/apache/hive/benchmark/vectorization/AbstractExpression.java b/itests/hive-jmh/src/main/java/org/apache/hive/benchmark/vectorization/AbstractExpression.java index b23d0718a401..3ac5f7f3ac17 100644 --- a/itests/hive-jmh/src/main/java/org/apache/hive/benchmark/vectorization/AbstractExpression.java +++ b/itests/hive-jmh/src/main/java/org/apache/hive/benchmark/vectorization/AbstractExpression.java @@ -1,9 +1,13 @@ /* - * Licensed 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 + * 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 + * 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, diff --git a/itests/hive-jmh/src/main/java/org/apache/hive/benchmark/vectorization/BlackholeOperator.java b/itests/hive-jmh/src/main/java/org/apache/hive/benchmark/vectorization/BlackholeOperator.java index 6f8e13aa10a7..b754bd2fac8f 100644 --- a/itests/hive-jmh/src/main/java/org/apache/hive/benchmark/vectorization/BlackholeOperator.java +++ b/itests/hive-jmh/src/main/java/org/apache/hive/benchmark/vectorization/BlackholeOperator.java @@ -1,9 +1,13 @@ /* - * Licensed 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 + * 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 + * 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, diff --git a/itests/hive-jmh/src/main/java/org/apache/hive/benchmark/vectorization/VectorizedArithmeticBench.java b/itests/hive-jmh/src/main/java/org/apache/hive/benchmark/vectorization/VectorizedArithmeticBench.java index 6e07d0f36061..07421eb44db8 100644 --- a/itests/hive-jmh/src/main/java/org/apache/hive/benchmark/vectorization/VectorizedArithmeticBench.java +++ b/itests/hive-jmh/src/main/java/org/apache/hive/benchmark/vectorization/VectorizedArithmeticBench.java @@ -1,9 +1,13 @@ /* - * Licensed 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 + * 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 + * 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, diff --git a/itests/hive-jmh/src/main/java/org/apache/hive/benchmark/vectorization/VectorizedComparisonBench.java b/itests/hive-jmh/src/main/java/org/apache/hive/benchmark/vectorization/VectorizedComparisonBench.java index cfec3c8d4f33..affde07f2f40 100644 --- a/itests/hive-jmh/src/main/java/org/apache/hive/benchmark/vectorization/VectorizedComparisonBench.java +++ b/itests/hive-jmh/src/main/java/org/apache/hive/benchmark/vectorization/VectorizedComparisonBench.java @@ -1,9 +1,13 @@ /* - * Licensed 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 + * 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 + * 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, diff --git a/itests/hive-jmh/src/main/java/org/apache/hive/benchmark/vectorization/VectorizedLogicBench.java b/itests/hive-jmh/src/main/java/org/apache/hive/benchmark/vectorization/VectorizedLogicBench.java index 0dede7e19af9..a6297cb48881 100644 --- a/itests/hive-jmh/src/main/java/org/apache/hive/benchmark/vectorization/VectorizedLogicBench.java +++ b/itests/hive-jmh/src/main/java/org/apache/hive/benchmark/vectorization/VectorizedLogicBench.java @@ -1,9 +1,13 @@ /* - * Licensed 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 + * 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 + * 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, diff --git a/itests/hive-jmh/src/main/java/org/apache/hive/benchmark/vectorization/mapjoin/AbstractMapJoin.java b/itests/hive-jmh/src/main/java/org/apache/hive/benchmark/vectorization/mapjoin/AbstractMapJoin.java index 48f85f461028..f656ab56fcb1 100644 --- a/itests/hive-jmh/src/main/java/org/apache/hive/benchmark/vectorization/mapjoin/AbstractMapJoin.java +++ b/itests/hive-jmh/src/main/java/org/apache/hive/benchmark/vectorization/mapjoin/AbstractMapJoin.java @@ -1,9 +1,13 @@ /* - * Licensed 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 + * 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 + * 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, diff --git a/itests/hive-jmh/src/main/java/org/apache/hive/benchmark/vectorization/mapjoin/load/AbstractHTLoadBench.java b/itests/hive-jmh/src/main/java/org/apache/hive/benchmark/vectorization/mapjoin/load/AbstractHTLoadBench.java index b597bed53849..a3a33267bfb3 100644 --- a/itests/hive-jmh/src/main/java/org/apache/hive/benchmark/vectorization/mapjoin/load/AbstractHTLoadBench.java +++ b/itests/hive-jmh/src/main/java/org/apache/hive/benchmark/vectorization/mapjoin/load/AbstractHTLoadBench.java @@ -1,9 +1,13 @@ /* - * Licensed 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 + * 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 + * 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, diff --git a/itests/hive-jmh/src/main/java/org/apache/hive/benchmark/vectorization/mapjoin/load/BytesKeyBase.java b/itests/hive-jmh/src/main/java/org/apache/hive/benchmark/vectorization/mapjoin/load/BytesKeyBase.java index a4ddd9dfea6d..6b239ecef71f 100644 --- a/itests/hive-jmh/src/main/java/org/apache/hive/benchmark/vectorization/mapjoin/load/BytesKeyBase.java +++ b/itests/hive-jmh/src/main/java/org/apache/hive/benchmark/vectorization/mapjoin/load/BytesKeyBase.java @@ -1,9 +1,13 @@ /* - * Licensed 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 + * 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 + * 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, diff --git a/itests/hive-jmh/src/main/java/org/apache/hive/benchmark/vectorization/mapjoin/load/LegacyVectorMapJoinFastHashTableLoader.java b/itests/hive-jmh/src/main/java/org/apache/hive/benchmark/vectorization/mapjoin/load/LegacyVectorMapJoinFastHashTableLoader.java index f292cf09481e..8e681d81f1e9 100644 --- a/itests/hive-jmh/src/main/java/org/apache/hive/benchmark/vectorization/mapjoin/load/LegacyVectorMapJoinFastHashTableLoader.java +++ b/itests/hive-jmh/src/main/java/org/apache/hive/benchmark/vectorization/mapjoin/load/LegacyVectorMapJoinFastHashTableLoader.java @@ -1,9 +1,13 @@ /* - * Licensed 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 + * 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 + * 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, diff --git a/itests/hive-jmh/src/main/java/org/apache/hive/benchmark/vectorization/mapjoin/load/LongKeyBase.java b/itests/hive-jmh/src/main/java/org/apache/hive/benchmark/vectorization/mapjoin/load/LongKeyBase.java index 7bbaa9c5549c..1b4ab0ead45c 100644 --- a/itests/hive-jmh/src/main/java/org/apache/hive/benchmark/vectorization/mapjoin/load/LongKeyBase.java +++ b/itests/hive-jmh/src/main/java/org/apache/hive/benchmark/vectorization/mapjoin/load/LongKeyBase.java @@ -1,9 +1,13 @@ /* - * Licensed 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 + * 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 + * 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, diff --git a/itests/hive-jmh/src/main/java/org/apache/hive/benchmark/vectorization/mapjoin/load/MultiKeyBase.java b/itests/hive-jmh/src/main/java/org/apache/hive/benchmark/vectorization/mapjoin/load/MultiKeyBase.java index be6eae7f36e8..b015abba6e5c 100644 --- a/itests/hive-jmh/src/main/java/org/apache/hive/benchmark/vectorization/mapjoin/load/MultiKeyBase.java +++ b/itests/hive-jmh/src/main/java/org/apache/hive/benchmark/vectorization/mapjoin/load/MultiKeyBase.java @@ -1,9 +1,13 @@ /* - * Licensed 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 + * 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 + * 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, diff --git a/itests/hive-unit/src/test/java/org/apache/hadoop/hive/metastore/tools/schematool/TestSchemaToolCatalogOps.java b/itests/hive-unit/src/test/java/org/apache/hadoop/hive/metastore/tools/schematool/TestSchemaToolCatalogOps.java index c8c914652ee5..1516c5a508a1 100644 --- a/itests/hive-unit/src/test/java/org/apache/hadoop/hive/metastore/tools/schematool/TestSchemaToolCatalogOps.java +++ b/itests/hive-unit/src/test/java/org/apache/hadoop/hive/metastore/tools/schematool/TestSchemaToolCatalogOps.java @@ -6,9 +6,9 @@ * 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. diff --git a/itests/hive-unit/src/test/java/org/apache/hadoop/hive/ql/queryhistory/repository/TestIcebergRepository.java b/itests/hive-unit/src/test/java/org/apache/hadoop/hive/ql/queryhistory/repository/TestIcebergRepository.java index e982b25988b2..038ed27f068d 100644 --- a/itests/hive-unit/src/test/java/org/apache/hadoop/hive/ql/queryhistory/repository/TestIcebergRepository.java +++ b/itests/hive-unit/src/test/java/org/apache/hadoop/hive/ql/queryhistory/repository/TestIcebergRepository.java @@ -1,14 +1,14 @@ /* - * Licensed to the Apache Software Foundation (ASF) under one§ + * 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 - *

+ * + * 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. diff --git a/itests/hive-unit/src/test/java/org/apache/hadoop/hive/ql/queryhistory/schema/DummyRecord.java b/itests/hive-unit/src/test/java/org/apache/hadoop/hive/ql/queryhistory/schema/DummyRecord.java index 0fc665df1697..ec922496931a 100644 --- a/itests/hive-unit/src/test/java/org/apache/hadoop/hive/ql/queryhistory/schema/DummyRecord.java +++ b/itests/hive-unit/src/test/java/org/apache/hadoop/hive/ql/queryhistory/schema/DummyRecord.java @@ -6,15 +6,15 @@ * 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. - **/ + */ package org.apache.hadoop.hive.ql.queryhistory.schema; import com.google.common.collect.Sets; diff --git a/itests/hive-unit/src/test/java/org/apache/hadoop/hive/ql/queryhistory/schema/IcebergRecord.java b/itests/hive-unit/src/test/java/org/apache/hadoop/hive/ql/queryhistory/schema/IcebergRecord.java index 3f0b8c42a799..416f68579ff3 100644 --- a/itests/hive-unit/src/test/java/org/apache/hadoop/hive/ql/queryhistory/schema/IcebergRecord.java +++ b/itests/hive-unit/src/test/java/org/apache/hadoop/hive/ql/queryhistory/schema/IcebergRecord.java @@ -6,15 +6,15 @@ * 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. - **/ + */ package org.apache.hadoop.hive.ql.queryhistory.schema; import org.apache.hadoop.hive.ql.queryhistory.schema.Schema; diff --git a/itests/hive-unit/src/test/java/org/apache/hadoop/hive/ql/queryhistory/schema/QueryHistorySchemaTestUtils.java b/itests/hive-unit/src/test/java/org/apache/hadoop/hive/ql/queryhistory/schema/QueryHistorySchemaTestUtils.java index e5a968567fc6..59102df64a6b 100644 --- a/itests/hive-unit/src/test/java/org/apache/hadoop/hive/ql/queryhistory/schema/QueryHistorySchemaTestUtils.java +++ b/itests/hive-unit/src/test/java/org/apache/hadoop/hive/ql/queryhistory/schema/QueryHistorySchemaTestUtils.java @@ -1,14 +1,14 @@ /* - * Licensed to the Apache Software Foundation (ASF) under one§ + * 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 - *

+ * + * 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. diff --git a/itests/hive-unit/src/test/java/org/apache/hadoop/hive/ql/queryhistory/schema/TestQueryHistoryRecord.java b/itests/hive-unit/src/test/java/org/apache/hadoop/hive/ql/queryhistory/schema/TestQueryHistoryRecord.java index ed9635dea1a5..adb656f89330 100644 --- a/itests/hive-unit/src/test/java/org/apache/hadoop/hive/ql/queryhistory/schema/TestQueryHistoryRecord.java +++ b/itests/hive-unit/src/test/java/org/apache/hadoop/hive/ql/queryhistory/schema/TestQueryHistoryRecord.java @@ -6,15 +6,15 @@ * 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. - **/ + */ package org.apache.hadoop.hive.ql.queryhistory.schema; import org.apache.hive.common.util.HiveVersionInfo; diff --git a/itests/hive-unit/src/test/java/org/apache/hive/beeline/TestHplSqlViaBeeLine.java b/itests/hive-unit/src/test/java/org/apache/hive/beeline/TestHplSqlViaBeeLine.java index d4313a9efe7e..74d2439f8ca7 100644 --- a/itests/hive-unit/src/test/java/org/apache/hive/beeline/TestHplSqlViaBeeLine.java +++ b/itests/hive-unit/src/test/java/org/apache/hive/beeline/TestHplSqlViaBeeLine.java @@ -1,21 +1,19 @@ /* + * 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 * - * 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. + * 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. */ package org.apache.hive.beeline; diff --git a/itests/hive-unit/src/test/java/org/apache/hive/jdbc/ReadableHook.java b/itests/hive-unit/src/test/java/org/apache/hive/jdbc/ReadableHook.java index 2dd283fd3295..cd53024a2c71 100644 --- a/itests/hive-unit/src/test/java/org/apache/hive/jdbc/ReadableHook.java +++ b/itests/hive-unit/src/test/java/org/apache/hive/jdbc/ReadableHook.java @@ -6,9 +6,9 @@ * 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. diff --git a/jdbc-handler/src/main/java/org/apache/hive/storage/jdbc/JdbcInputFormat.java b/jdbc-handler/src/main/java/org/apache/hive/storage/jdbc/JdbcInputFormat.java index ecb7b2ec0cc6..a73563b7615f 100644 --- a/jdbc-handler/src/main/java/org/apache/hive/storage/jdbc/JdbcInputFormat.java +++ b/jdbc-handler/src/main/java/org/apache/hive/storage/jdbc/JdbcInputFormat.java @@ -1,10 +1,13 @@ /* + * 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 * - * Licensed 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, diff --git a/jdbc-handler/src/main/java/org/apache/hive/storage/jdbc/JdbcInputSplit.java b/jdbc-handler/src/main/java/org/apache/hive/storage/jdbc/JdbcInputSplit.java index e591413aec6c..7129ed56b20c 100644 --- a/jdbc-handler/src/main/java/org/apache/hive/storage/jdbc/JdbcInputSplit.java +++ b/jdbc-handler/src/main/java/org/apache/hive/storage/jdbc/JdbcInputSplit.java @@ -1,10 +1,13 @@ /* + * 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 * - * Licensed 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, diff --git a/jdbc-handler/src/main/java/org/apache/hive/storage/jdbc/JdbcOutputFormat.java b/jdbc-handler/src/main/java/org/apache/hive/storage/jdbc/JdbcOutputFormat.java index e7b3f76ad3e7..5fec89cc0319 100644 --- a/jdbc-handler/src/main/java/org/apache/hive/storage/jdbc/JdbcOutputFormat.java +++ b/jdbc-handler/src/main/java/org/apache/hive/storage/jdbc/JdbcOutputFormat.java @@ -1,10 +1,13 @@ /* + * 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 * - * Licensed 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, diff --git a/jdbc-handler/src/main/java/org/apache/hive/storage/jdbc/JdbcRecordReader.java b/jdbc-handler/src/main/java/org/apache/hive/storage/jdbc/JdbcRecordReader.java index 9a94612f13e9..fb9bea9e5641 100644 --- a/jdbc-handler/src/main/java/org/apache/hive/storage/jdbc/JdbcRecordReader.java +++ b/jdbc-handler/src/main/java/org/apache/hive/storage/jdbc/JdbcRecordReader.java @@ -1,10 +1,13 @@ /* + * 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 * - * Licensed 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, diff --git a/jdbc-handler/src/main/java/org/apache/hive/storage/jdbc/JdbcSerDe.java b/jdbc-handler/src/main/java/org/apache/hive/storage/jdbc/JdbcSerDe.java index 4c75bffcffaa..3088c97ed5df 100644 --- a/jdbc-handler/src/main/java/org/apache/hive/storage/jdbc/JdbcSerDe.java +++ b/jdbc-handler/src/main/java/org/apache/hive/storage/jdbc/JdbcSerDe.java @@ -1,10 +1,13 @@ /* + * 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 * - * Licensed 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, diff --git a/jdbc-handler/src/main/java/org/apache/hive/storage/jdbc/JdbcStorageHandler.java b/jdbc-handler/src/main/java/org/apache/hive/storage/jdbc/JdbcStorageHandler.java index bcb051b62995..c525d2e8390e 100644 --- a/jdbc-handler/src/main/java/org/apache/hive/storage/jdbc/JdbcStorageHandler.java +++ b/jdbc-handler/src/main/java/org/apache/hive/storage/jdbc/JdbcStorageHandler.java @@ -1,10 +1,13 @@ /* + * 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 * - * Licensed 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, diff --git a/jdbc-handler/src/main/java/org/apache/hive/storage/jdbc/conf/CustomConfigManager.java b/jdbc-handler/src/main/java/org/apache/hive/storage/jdbc/conf/CustomConfigManager.java index 7a787d43976d..2b1e47c813d3 100644 --- a/jdbc-handler/src/main/java/org/apache/hive/storage/jdbc/conf/CustomConfigManager.java +++ b/jdbc-handler/src/main/java/org/apache/hive/storage/jdbc/conf/CustomConfigManager.java @@ -1,10 +1,13 @@ /* + * 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 * - * Licensed 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, diff --git a/jdbc-handler/src/main/java/org/apache/hive/storage/jdbc/conf/CustomConfigManagerFactory.java b/jdbc-handler/src/main/java/org/apache/hive/storage/jdbc/conf/CustomConfigManagerFactory.java index eed0dff9d0d7..6da9d9dc855f 100644 --- a/jdbc-handler/src/main/java/org/apache/hive/storage/jdbc/conf/CustomConfigManagerFactory.java +++ b/jdbc-handler/src/main/java/org/apache/hive/storage/jdbc/conf/CustomConfigManagerFactory.java @@ -1,10 +1,13 @@ /* + * 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 * - * Licensed 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, diff --git a/jdbc-handler/src/main/java/org/apache/hive/storage/jdbc/conf/DatabaseType.java b/jdbc-handler/src/main/java/org/apache/hive/storage/jdbc/conf/DatabaseType.java index 4a6deed1d3aa..01d008f6d495 100644 --- a/jdbc-handler/src/main/java/org/apache/hive/storage/jdbc/conf/DatabaseType.java +++ b/jdbc-handler/src/main/java/org/apache/hive/storage/jdbc/conf/DatabaseType.java @@ -1,10 +1,13 @@ /* + * 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 * - * Licensed 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, diff --git a/jdbc-handler/src/main/java/org/apache/hive/storage/jdbc/conf/JdbcStorageConfig.java b/jdbc-handler/src/main/java/org/apache/hive/storage/jdbc/conf/JdbcStorageConfig.java index adc3022eadb2..9b67341cb4c7 100644 --- a/jdbc-handler/src/main/java/org/apache/hive/storage/jdbc/conf/JdbcStorageConfig.java +++ b/jdbc-handler/src/main/java/org/apache/hive/storage/jdbc/conf/JdbcStorageConfig.java @@ -1,10 +1,13 @@ /* + * 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 * - * Licensed 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, diff --git a/jdbc-handler/src/main/java/org/apache/hive/storage/jdbc/conf/JdbcStorageConfigManager.java b/jdbc-handler/src/main/java/org/apache/hive/storage/jdbc/conf/JdbcStorageConfigManager.java index c85f49c28852..8a26f36b2d33 100644 --- a/jdbc-handler/src/main/java/org/apache/hive/storage/jdbc/conf/JdbcStorageConfigManager.java +++ b/jdbc-handler/src/main/java/org/apache/hive/storage/jdbc/conf/JdbcStorageConfigManager.java @@ -1,10 +1,13 @@ /* + * 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 * - * Licensed 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, diff --git a/jdbc-handler/src/main/java/org/apache/hive/storage/jdbc/dao/DatabaseAccessor.java b/jdbc-handler/src/main/java/org/apache/hive/storage/jdbc/dao/DatabaseAccessor.java index 454a787d962a..1dda85e4c837 100644 --- a/jdbc-handler/src/main/java/org/apache/hive/storage/jdbc/dao/DatabaseAccessor.java +++ b/jdbc-handler/src/main/java/org/apache/hive/storage/jdbc/dao/DatabaseAccessor.java @@ -1,10 +1,13 @@ /* + * 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 * - * Licensed 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, diff --git a/jdbc-handler/src/main/java/org/apache/hive/storage/jdbc/dao/DatabaseAccessorFactory.java b/jdbc-handler/src/main/java/org/apache/hive/storage/jdbc/dao/DatabaseAccessorFactory.java index 58a5a094e116..1eb6496eb4aa 100644 --- a/jdbc-handler/src/main/java/org/apache/hive/storage/jdbc/dao/DatabaseAccessorFactory.java +++ b/jdbc-handler/src/main/java/org/apache/hive/storage/jdbc/dao/DatabaseAccessorFactory.java @@ -1,10 +1,13 @@ /* + * 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 * - * Licensed 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, diff --git a/jdbc-handler/src/main/java/org/apache/hive/storage/jdbc/dao/GenericJdbcDatabaseAccessor.java b/jdbc-handler/src/main/java/org/apache/hive/storage/jdbc/dao/GenericJdbcDatabaseAccessor.java index 1b98075e859f..c7ac29e3a772 100644 --- a/jdbc-handler/src/main/java/org/apache/hive/storage/jdbc/dao/GenericJdbcDatabaseAccessor.java +++ b/jdbc-handler/src/main/java/org/apache/hive/storage/jdbc/dao/GenericJdbcDatabaseAccessor.java @@ -1,10 +1,13 @@ /* + * 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 * - * Licensed 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, diff --git a/jdbc-handler/src/main/java/org/apache/hive/storage/jdbc/dao/JdbcRecordIterator.java b/jdbc-handler/src/main/java/org/apache/hive/storage/jdbc/dao/JdbcRecordIterator.java index 32596922adc3..6e985d6bf324 100644 --- a/jdbc-handler/src/main/java/org/apache/hive/storage/jdbc/dao/JdbcRecordIterator.java +++ b/jdbc-handler/src/main/java/org/apache/hive/storage/jdbc/dao/JdbcRecordIterator.java @@ -1,10 +1,13 @@ /* + * 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 * - * Licensed 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, diff --git a/jdbc-handler/src/main/java/org/apache/hive/storage/jdbc/dao/MySqlDatabaseAccessor.java b/jdbc-handler/src/main/java/org/apache/hive/storage/jdbc/dao/MySqlDatabaseAccessor.java index 405ca4c88541..8aab60725bf2 100644 --- a/jdbc-handler/src/main/java/org/apache/hive/storage/jdbc/dao/MySqlDatabaseAccessor.java +++ b/jdbc-handler/src/main/java/org/apache/hive/storage/jdbc/dao/MySqlDatabaseAccessor.java @@ -1,10 +1,13 @@ /* + * 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 * - * Licensed 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, diff --git a/jdbc-handler/src/main/java/org/apache/hive/storage/jdbc/exception/HiveJdbcDatabaseAccessException.java b/jdbc-handler/src/main/java/org/apache/hive/storage/jdbc/exception/HiveJdbcDatabaseAccessException.java index cde859f67716..04384519a4b0 100644 --- a/jdbc-handler/src/main/java/org/apache/hive/storage/jdbc/exception/HiveJdbcDatabaseAccessException.java +++ b/jdbc-handler/src/main/java/org/apache/hive/storage/jdbc/exception/HiveJdbcDatabaseAccessException.java @@ -1,10 +1,13 @@ /* + * 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 * - * Licensed 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, diff --git a/jdbc-handler/src/main/java/org/apache/hive/storage/jdbc/exception/HiveJdbcStorageException.java b/jdbc-handler/src/main/java/org/apache/hive/storage/jdbc/exception/HiveJdbcStorageException.java index 131783836cba..633e2b9a4c16 100644 --- a/jdbc-handler/src/main/java/org/apache/hive/storage/jdbc/exception/HiveJdbcStorageException.java +++ b/jdbc-handler/src/main/java/org/apache/hive/storage/jdbc/exception/HiveJdbcStorageException.java @@ -1,10 +1,13 @@ /* + * 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 * - * Licensed 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, diff --git a/jdbc-handler/src/main/java/org/apache/hive/storage/jdbc/spitter/DateIntervalSplitter.java b/jdbc-handler/src/main/java/org/apache/hive/storage/jdbc/spitter/DateIntervalSplitter.java index 664e61bac09e..2b41e9db08e3 100644 --- a/jdbc-handler/src/main/java/org/apache/hive/storage/jdbc/spitter/DateIntervalSplitter.java +++ b/jdbc-handler/src/main/java/org/apache/hive/storage/jdbc/spitter/DateIntervalSplitter.java @@ -1,10 +1,13 @@ /* + * 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 * - * Licensed 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, diff --git a/jdbc-handler/src/main/java/org/apache/hive/storage/jdbc/spitter/DecimalIntervalSplitter.java b/jdbc-handler/src/main/java/org/apache/hive/storage/jdbc/spitter/DecimalIntervalSplitter.java index 5636c7d050c7..8cf02362bd1f 100644 --- a/jdbc-handler/src/main/java/org/apache/hive/storage/jdbc/spitter/DecimalIntervalSplitter.java +++ b/jdbc-handler/src/main/java/org/apache/hive/storage/jdbc/spitter/DecimalIntervalSplitter.java @@ -1,10 +1,13 @@ /* + * 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 * - * Licensed 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, diff --git a/jdbc-handler/src/main/java/org/apache/hive/storage/jdbc/spitter/DoubleIntervalSplitter.java b/jdbc-handler/src/main/java/org/apache/hive/storage/jdbc/spitter/DoubleIntervalSplitter.java index aa955c2c9030..9c9298d1f722 100644 --- a/jdbc-handler/src/main/java/org/apache/hive/storage/jdbc/spitter/DoubleIntervalSplitter.java +++ b/jdbc-handler/src/main/java/org/apache/hive/storage/jdbc/spitter/DoubleIntervalSplitter.java @@ -1,10 +1,13 @@ /* + * 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 * - * Licensed 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, diff --git a/jdbc-handler/src/main/java/org/apache/hive/storage/jdbc/spitter/IntervalSplitter.java b/jdbc-handler/src/main/java/org/apache/hive/storage/jdbc/spitter/IntervalSplitter.java index 4f3455ccb614..25cd2fd2473e 100644 --- a/jdbc-handler/src/main/java/org/apache/hive/storage/jdbc/spitter/IntervalSplitter.java +++ b/jdbc-handler/src/main/java/org/apache/hive/storage/jdbc/spitter/IntervalSplitter.java @@ -1,10 +1,13 @@ /* + * 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 * - * Licensed 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, diff --git a/jdbc-handler/src/main/java/org/apache/hive/storage/jdbc/spitter/IntervalSplitterFactory.java b/jdbc-handler/src/main/java/org/apache/hive/storage/jdbc/spitter/IntervalSplitterFactory.java index efa8c0c0d475..ee591128c3d7 100644 --- a/jdbc-handler/src/main/java/org/apache/hive/storage/jdbc/spitter/IntervalSplitterFactory.java +++ b/jdbc-handler/src/main/java/org/apache/hive/storage/jdbc/spitter/IntervalSplitterFactory.java @@ -1,10 +1,13 @@ /* + * 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 * - * Licensed 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, diff --git a/jdbc-handler/src/main/java/org/apache/hive/storage/jdbc/spitter/LongIntervalSpitter.java b/jdbc-handler/src/main/java/org/apache/hive/storage/jdbc/spitter/LongIntervalSpitter.java index e540fb8fccd0..f281dd3eac50 100644 --- a/jdbc-handler/src/main/java/org/apache/hive/storage/jdbc/spitter/LongIntervalSpitter.java +++ b/jdbc-handler/src/main/java/org/apache/hive/storage/jdbc/spitter/LongIntervalSpitter.java @@ -1,10 +1,13 @@ /* + * 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 * - * Licensed 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, diff --git a/jdbc-handler/src/main/java/org/apache/hive/storage/jdbc/spitter/TimestampIntervalSplitter.java b/jdbc-handler/src/main/java/org/apache/hive/storage/jdbc/spitter/TimestampIntervalSplitter.java index e948a5f2bb37..e493839ae0ff 100644 --- a/jdbc-handler/src/main/java/org/apache/hive/storage/jdbc/spitter/TimestampIntervalSplitter.java +++ b/jdbc-handler/src/main/java/org/apache/hive/storage/jdbc/spitter/TimestampIntervalSplitter.java @@ -1,10 +1,13 @@ /* + * 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 * - * Licensed 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, diff --git a/jdbc-handler/src/test/java/org/apache/hive/storage/jdbc/TestJdbcInputFormat.java b/jdbc-handler/src/test/java/org/apache/hive/storage/jdbc/TestJdbcInputFormat.java index a8b4ec6e940e..47bbaaee7f55 100644 --- a/jdbc-handler/src/test/java/org/apache/hive/storage/jdbc/TestJdbcInputFormat.java +++ b/jdbc-handler/src/test/java/org/apache/hive/storage/jdbc/TestJdbcInputFormat.java @@ -1,10 +1,13 @@ /* + * 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 * - * Licensed 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, diff --git a/jdbc-handler/src/test/java/org/apache/hive/storage/jdbc/conf/TestJdbcStorageConfigManager.java b/jdbc-handler/src/test/java/org/apache/hive/storage/jdbc/conf/TestJdbcStorageConfigManager.java index 7534fb623eb3..b975130dc49d 100644 --- a/jdbc-handler/src/test/java/org/apache/hive/storage/jdbc/conf/TestJdbcStorageConfigManager.java +++ b/jdbc-handler/src/test/java/org/apache/hive/storage/jdbc/conf/TestJdbcStorageConfigManager.java @@ -1,10 +1,13 @@ /* + * 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 * - * Licensed 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, diff --git a/jdbc-handler/src/test/java/org/apache/hive/storage/jdbc/dao/TestGenericJdbcDatabaseAccessor.java b/jdbc-handler/src/test/java/org/apache/hive/storage/jdbc/dao/TestGenericJdbcDatabaseAccessor.java index 93e471bc7f85..6180ba92fc06 100644 --- a/jdbc-handler/src/test/java/org/apache/hive/storage/jdbc/dao/TestGenericJdbcDatabaseAccessor.java +++ b/jdbc-handler/src/test/java/org/apache/hive/storage/jdbc/dao/TestGenericJdbcDatabaseAccessor.java @@ -1,10 +1,13 @@ /* + * 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 * - * Licensed 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, diff --git a/jdbc/src/java/org/apache/hive/jdbc/ClosedOrCancelledStatementException.java b/jdbc/src/java/org/apache/hive/jdbc/ClosedOrCancelledStatementException.java index 2757248a7590..7143ff480bb5 100644 --- a/jdbc/src/java/org/apache/hive/jdbc/ClosedOrCancelledStatementException.java +++ b/jdbc/src/java/org/apache/hive/jdbc/ClosedOrCancelledStatementException.java @@ -1,15 +1,19 @@ /* - * Licensed 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 + * 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 + * 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. See accompanying LICENSE file. + * limitations under the License. */ package org.apache.hive.jdbc; diff --git a/jdbc/src/java/org/apache/hive/jdbc/JdbcUriParseException.java b/jdbc/src/java/org/apache/hive/jdbc/JdbcUriParseException.java index 5460b4b7d70e..b6d4eea960e6 100644 --- a/jdbc/src/java/org/apache/hive/jdbc/JdbcUriParseException.java +++ b/jdbc/src/java/org/apache/hive/jdbc/JdbcUriParseException.java @@ -1,15 +1,19 @@ /* - * Licensed 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 + * 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 + * 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. See accompanying LICENSE file. + * limitations under the License. */ package org.apache.hive.jdbc; diff --git a/jdbc/src/java/org/apache/hive/jdbc/ZooKeeperHiveClientException.java b/jdbc/src/java/org/apache/hive/jdbc/ZooKeeperHiveClientException.java index c4afbd87bf74..eb6c8d9e69b4 100644 --- a/jdbc/src/java/org/apache/hive/jdbc/ZooKeeperHiveClientException.java +++ b/jdbc/src/java/org/apache/hive/jdbc/ZooKeeperHiveClientException.java @@ -1,15 +1,19 @@ /* - * Licensed 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 + * 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 + * 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. See accompanying LICENSE file. + * limitations under the License. */ package org.apache.hive.jdbc; diff --git a/llap-client/src/java/org/apache/hadoop/hive/llap/registry/LlapServiceInstance.java b/llap-client/src/java/org/apache/hadoop/hive/llap/registry/LlapServiceInstance.java index 71e0a7f6a30f..3080f1032023 100644 --- a/llap-client/src/java/org/apache/hadoop/hive/llap/registry/LlapServiceInstance.java +++ b/llap-client/src/java/org/apache/hadoop/hive/llap/registry/LlapServiceInstance.java @@ -1,15 +1,19 @@ /* - * Licensed 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 + * 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 + * 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. + * 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. */ package org.apache.hadoop.hive.llap.registry; diff --git a/llap-client/src/java/org/apache/hadoop/hive/llap/registry/LlapServiceInstanceSet.java b/llap-client/src/java/org/apache/hadoop/hive/llap/registry/LlapServiceInstanceSet.java index a728f4aaaa01..ac3d1f095cc2 100644 --- a/llap-client/src/java/org/apache/hadoop/hive/llap/registry/LlapServiceInstanceSet.java +++ b/llap-client/src/java/org/apache/hadoop/hive/llap/registry/LlapServiceInstanceSet.java @@ -1,15 +1,19 @@ /* - * Licensed 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 + * 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 + * 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. + * 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. */ package org.apache.hadoop.hive.llap.registry; diff --git a/llap-client/src/java/org/apache/hadoop/hive/llap/registry/ServiceRegistry.java b/llap-client/src/java/org/apache/hadoop/hive/llap/registry/ServiceRegistry.java index 4f9e0da530d1..71fe758ff469 100644 --- a/llap-client/src/java/org/apache/hadoop/hive/llap/registry/ServiceRegistry.java +++ b/llap-client/src/java/org/apache/hadoop/hive/llap/registry/ServiceRegistry.java @@ -1,15 +1,19 @@ /* - * Licensed 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 + * 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 + * 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. + * 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. */ package org.apache.hadoop.hive.llap.registry; diff --git a/llap-client/src/java/org/apache/hadoop/hive/llap/registry/impl/InactiveServiceInstance.java b/llap-client/src/java/org/apache/hadoop/hive/llap/registry/impl/InactiveServiceInstance.java index 0febcb2b31af..ac4fef125baa 100644 --- a/llap-client/src/java/org/apache/hadoop/hive/llap/registry/impl/InactiveServiceInstance.java +++ b/llap-client/src/java/org/apache/hadoop/hive/llap/registry/impl/InactiveServiceInstance.java @@ -1,15 +1,19 @@ /* - * Licensed 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 + * 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 + * 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. + * 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. */ package org.apache.hadoop.hive.llap.registry.impl; diff --git a/llap-client/src/java/org/apache/hadoop/hive/llap/registry/impl/LlapFixedRegistryImpl.java b/llap-client/src/java/org/apache/hadoop/hive/llap/registry/impl/LlapFixedRegistryImpl.java index cfd3f39c95df..936e786bb87e 100644 --- a/llap-client/src/java/org/apache/hadoop/hive/llap/registry/impl/LlapFixedRegistryImpl.java +++ b/llap-client/src/java/org/apache/hadoop/hive/llap/registry/impl/LlapFixedRegistryImpl.java @@ -1,15 +1,19 @@ /* - * Licensed 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 + * 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 + * 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. + * 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. */ package org.apache.hadoop.hive.llap.registry.impl; diff --git a/llap-client/src/java/org/apache/hadoop/hive/llap/tez/LlapProtocolClientProxy.java b/llap-client/src/java/org/apache/hadoop/hive/llap/tez/LlapProtocolClientProxy.java index 142b63d3493b..a3af8f9aeb58 100644 --- a/llap-client/src/java/org/apache/hadoop/hive/llap/tez/LlapProtocolClientProxy.java +++ b/llap-client/src/java/org/apache/hadoop/hive/llap/tez/LlapProtocolClientProxy.java @@ -1,15 +1,19 @@ /* - * Licensed 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 + * 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 + * 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. + * 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. */ package org.apache.hadoop.hive.llap.tez; diff --git a/llap-client/src/java/org/apache/hadoop/hive/registry/RegistryUtilities.java b/llap-client/src/java/org/apache/hadoop/hive/registry/RegistryUtilities.java index e069e4349097..92869979a4b7 100644 --- a/llap-client/src/java/org/apache/hadoop/hive/registry/RegistryUtilities.java +++ b/llap-client/src/java/org/apache/hadoop/hive/registry/RegistryUtilities.java @@ -1,15 +1,19 @@ /* - * Licensed 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 + * 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 + * 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. + * 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. */ package org.apache.hadoop.hive.registry; diff --git a/llap-client/src/java/org/apache/hadoop/hive/registry/ServiceInstance.java b/llap-client/src/java/org/apache/hadoop/hive/registry/ServiceInstance.java index 4493e997c2e2..2b947cea8153 100644 --- a/llap-client/src/java/org/apache/hadoop/hive/registry/ServiceInstance.java +++ b/llap-client/src/java/org/apache/hadoop/hive/registry/ServiceInstance.java @@ -1,15 +1,19 @@ /* - * Licensed 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 + * 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 + * 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. + * 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. */ package org.apache.hadoop.hive.registry; diff --git a/llap-client/src/java/org/apache/hadoop/hive/registry/ServiceInstanceSet.java b/llap-client/src/java/org/apache/hadoop/hive/registry/ServiceInstanceSet.java index 63178cc06c4f..5c248f3fea84 100644 --- a/llap-client/src/java/org/apache/hadoop/hive/registry/ServiceInstanceSet.java +++ b/llap-client/src/java/org/apache/hadoop/hive/registry/ServiceInstanceSet.java @@ -1,15 +1,19 @@ /* - * Licensed 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 + * 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 + * 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. + * 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. */ package org.apache.hadoop.hive.registry; diff --git a/llap-client/src/java/org/apache/hadoop/hive/registry/impl/ServiceInstanceBase.java b/llap-client/src/java/org/apache/hadoop/hive/registry/impl/ServiceInstanceBase.java index 19c37691c67b..3d601a42ecbd 100644 --- a/llap-client/src/java/org/apache/hadoop/hive/registry/impl/ServiceInstanceBase.java +++ b/llap-client/src/java/org/apache/hadoop/hive/registry/impl/ServiceInstanceBase.java @@ -1,15 +1,19 @@ /* - * Licensed 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 + * 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 + * 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. + * 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. */ package org.apache.hadoop.hive.registry.impl; diff --git a/llap-client/src/java/org/apache/hadoop/hive/registry/impl/TezAmInstance.java b/llap-client/src/java/org/apache/hadoop/hive/registry/impl/TezAmInstance.java index b31175e0f1f6..ff9cab0af81a 100644 --- a/llap-client/src/java/org/apache/hadoop/hive/registry/impl/TezAmInstance.java +++ b/llap-client/src/java/org/apache/hadoop/hive/registry/impl/TezAmInstance.java @@ -1,15 +1,19 @@ /* - * Licensed 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 + * 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 + * 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. + * 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. */ package org.apache.hadoop.hive.registry.impl; diff --git a/llap-client/src/java/org/apache/hadoop/hive/registry/impl/TezAmRegistryImpl.java b/llap-client/src/java/org/apache/hadoop/hive/registry/impl/TezAmRegistryImpl.java index 754e8038515e..23aa6f7df0a8 100644 --- a/llap-client/src/java/org/apache/hadoop/hive/registry/impl/TezAmRegistryImpl.java +++ b/llap-client/src/java/org/apache/hadoop/hive/registry/impl/TezAmRegistryImpl.java @@ -1,15 +1,19 @@ /* - * Licensed 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 + * 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 + * 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. + * 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. */ package org.apache.hadoop.hive.registry.impl; diff --git a/llap-client/src/java/org/apache/hadoop/hive/registry/impl/ZkRegistryBase.java b/llap-client/src/java/org/apache/hadoop/hive/registry/impl/ZkRegistryBase.java index 6e6ce31d6ff8..48ee200aac82 100644 --- a/llap-client/src/java/org/apache/hadoop/hive/registry/impl/ZkRegistryBase.java +++ b/llap-client/src/java/org/apache/hadoop/hive/registry/impl/ZkRegistryBase.java @@ -1,15 +1,19 @@ /* - * Licensed 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 + * 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 + * 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. + * 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. */ package org.apache.hadoop.hive.registry.impl; diff --git a/llap-client/src/test/org/apache/hadoop/hive/llap/TestAsyncPbRpcProxy.java b/llap-client/src/test/org/apache/hadoop/hive/llap/TestAsyncPbRpcProxy.java index f71e5d36b844..d44e1188c80a 100644 --- a/llap-client/src/test/org/apache/hadoop/hive/llap/TestAsyncPbRpcProxy.java +++ b/llap-client/src/test/org/apache/hadoop/hive/llap/TestAsyncPbRpcProxy.java @@ -1,7 +1,11 @@ /* - * Licensed 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 + * 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 * diff --git a/llap-common/src/java/org/apache/hadoop/hive/llap/AsyncPbRpcProxy.java b/llap-common/src/java/org/apache/hadoop/hive/llap/AsyncPbRpcProxy.java index f4dba123eac2..15b70c04daf0 100644 --- a/llap-common/src/java/org/apache/hadoop/hive/llap/AsyncPbRpcProxy.java +++ b/llap-common/src/java/org/apache/hadoop/hive/llap/AsyncPbRpcProxy.java @@ -1,7 +1,11 @@ /* - * Licensed 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 + * 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 * diff --git a/llap-common/src/java/org/apache/hadoop/hive/llap/AsyncResponseHandler.java b/llap-common/src/java/org/apache/hadoop/hive/llap/AsyncResponseHandler.java index 1399b658896f..c2b92b79d585 100644 --- a/llap-common/src/java/org/apache/hadoop/hive/llap/AsyncResponseHandler.java +++ b/llap-common/src/java/org/apache/hadoop/hive/llap/AsyncResponseHandler.java @@ -1,7 +1,11 @@ /* - * Licensed 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 + * 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 * diff --git a/llap-common/src/java/org/apache/hadoop/hive/llap/DaemonId.java b/llap-common/src/java/org/apache/hadoop/hive/llap/DaemonId.java index 89b015206ca4..e83d32c156ab 100644 --- a/llap-common/src/java/org/apache/hadoop/hive/llap/DaemonId.java +++ b/llap-common/src/java/org/apache/hadoop/hive/llap/DaemonId.java @@ -1,7 +1,11 @@ /* - * Licensed 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 + * 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 * diff --git a/llap-common/src/java/org/apache/hadoop/hive/llap/LlapDaemonInfo.java b/llap-common/src/java/org/apache/hadoop/hive/llap/LlapDaemonInfo.java index dae10c8e98c4..29e6c06648d2 100644 --- a/llap-common/src/java/org/apache/hadoop/hive/llap/LlapDaemonInfo.java +++ b/llap-common/src/java/org/apache/hadoop/hive/llap/LlapDaemonInfo.java @@ -1,15 +1,19 @@ /* - * Licensed 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 + * 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 + * 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. + * 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. */ package org.apache.hadoop.hive.llap; diff --git a/llap-common/src/java/org/apache/hadoop/hive/llap/LlapNodeId.java b/llap-common/src/java/org/apache/hadoop/hive/llap/LlapNodeId.java index 515bf3ce7090..112c78ffd1c0 100644 --- a/llap-common/src/java/org/apache/hadoop/hive/llap/LlapNodeId.java +++ b/llap-common/src/java/org/apache/hadoop/hive/llap/LlapNodeId.java @@ -1,15 +1,19 @@ /* - * Licensed 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 + * 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 + * 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. + * 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. */ package org.apache.hadoop.hive.llap; diff --git a/llap-common/src/java/org/apache/hadoop/hive/llap/LlapThreadLocalStatistics.java b/llap-common/src/java/org/apache/hadoop/hive/llap/LlapThreadLocalStatistics.java index 425a5101a42a..ceea55472eba 100644 --- a/llap-common/src/java/org/apache/hadoop/hive/llap/LlapThreadLocalStatistics.java +++ b/llap-common/src/java/org/apache/hadoop/hive/llap/LlapThreadLocalStatistics.java @@ -6,9 +6,9 @@ * 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. diff --git a/llap-common/src/java/org/apache/hadoop/hive/llap/LlapUtil.java b/llap-common/src/java/org/apache/hadoop/hive/llap/LlapUtil.java index f7cfbd77619d..c787b591ffea 100644 --- a/llap-common/src/java/org/apache/hadoop/hive/llap/LlapUtil.java +++ b/llap-common/src/java/org/apache/hadoop/hive/llap/LlapUtil.java @@ -1,15 +1,19 @@ /* - * Licensed 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 + * 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 + * 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. + * 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. */ package org.apache.hadoop.hive.llap; diff --git a/llap-common/src/java/org/apache/hadoop/hive/llap/impl/LlapManagementProtocolClientImpl.java b/llap-common/src/java/org/apache/hadoop/hive/llap/impl/LlapManagementProtocolClientImpl.java index 67fbde8e1ec3..9be7b4679f8d 100644 --- a/llap-common/src/java/org/apache/hadoop/hive/llap/impl/LlapManagementProtocolClientImpl.java +++ b/llap-common/src/java/org/apache/hadoop/hive/llap/impl/LlapManagementProtocolClientImpl.java @@ -1,7 +1,11 @@ /* - * Licensed 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 + * 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 * diff --git a/llap-common/src/java/org/apache/hadoop/hive/llap/impl/LlapPluginProtocolClientImpl.java b/llap-common/src/java/org/apache/hadoop/hive/llap/impl/LlapPluginProtocolClientImpl.java index 3883052aa452..d3010dfa8be3 100644 --- a/llap-common/src/java/org/apache/hadoop/hive/llap/impl/LlapPluginProtocolClientImpl.java +++ b/llap-common/src/java/org/apache/hadoop/hive/llap/impl/LlapPluginProtocolClientImpl.java @@ -1,7 +1,11 @@ /* - * Licensed 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 + * 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 * diff --git a/llap-common/src/java/org/apache/hadoop/hive/llap/impl/LlapProtocolClientImpl.java b/llap-common/src/java/org/apache/hadoop/hive/llap/impl/LlapProtocolClientImpl.java index f7f7d72b3d9f..7b39430d5958 100644 --- a/llap-common/src/java/org/apache/hadoop/hive/llap/impl/LlapProtocolClientImpl.java +++ b/llap-common/src/java/org/apache/hadoop/hive/llap/impl/LlapProtocolClientImpl.java @@ -1,7 +1,11 @@ /* - * Licensed 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 + * 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 * diff --git a/llap-common/src/java/org/apache/hadoop/hive/llap/impl/ProtobufProxy.java b/llap-common/src/java/org/apache/hadoop/hive/llap/impl/ProtobufProxy.java index c2711db6ecd6..21e933cd06a6 100644 --- a/llap-common/src/java/org/apache/hadoop/hive/llap/impl/ProtobufProxy.java +++ b/llap-common/src/java/org/apache/hadoop/hive/llap/impl/ProtobufProxy.java @@ -1,7 +1,11 @@ /* - * Licensed 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 + * 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 * diff --git a/llap-common/src/java/org/apache/hadoop/hive/llap/protocol/LlapManagementProtocolPB.java b/llap-common/src/java/org/apache/hadoop/hive/llap/protocol/LlapManagementProtocolPB.java index 717f45d1ccdf..600a6e0be3b7 100644 --- a/llap-common/src/java/org/apache/hadoop/hive/llap/protocol/LlapManagementProtocolPB.java +++ b/llap-common/src/java/org/apache/hadoop/hive/llap/protocol/LlapManagementProtocolPB.java @@ -1,7 +1,11 @@ /* - * Licensed 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 + * 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 * diff --git a/llap-common/src/java/org/apache/hadoop/hive/llap/protocol/LlapPluginProtocolPB.java b/llap-common/src/java/org/apache/hadoop/hive/llap/protocol/LlapPluginProtocolPB.java index 5fcffc1ea7e4..b403762b4081 100644 --- a/llap-common/src/java/org/apache/hadoop/hive/llap/protocol/LlapPluginProtocolPB.java +++ b/llap-common/src/java/org/apache/hadoop/hive/llap/protocol/LlapPluginProtocolPB.java @@ -1,7 +1,11 @@ /* - * Licensed 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 + * 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 * diff --git a/llap-common/src/java/org/apache/hadoop/hive/llap/protocol/LlapProtocolBlockingPB.java b/llap-common/src/java/org/apache/hadoop/hive/llap/protocol/LlapProtocolBlockingPB.java index 2bd56ca6ca9a..c7ff14be79f5 100644 --- a/llap-common/src/java/org/apache/hadoop/hive/llap/protocol/LlapProtocolBlockingPB.java +++ b/llap-common/src/java/org/apache/hadoop/hive/llap/protocol/LlapProtocolBlockingPB.java @@ -1,7 +1,11 @@ /* - * Licensed 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 + * 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 * diff --git a/llap-common/src/java/org/apache/hadoop/hive/llap/protocol/LlapTaskUmbilicalProtocol.java b/llap-common/src/java/org/apache/hadoop/hive/llap/protocol/LlapTaskUmbilicalProtocol.java index 14c8b50c6be6..f6979cad0aa7 100644 --- a/llap-common/src/java/org/apache/hadoop/hive/llap/protocol/LlapTaskUmbilicalProtocol.java +++ b/llap-common/src/java/org/apache/hadoop/hive/llap/protocol/LlapTaskUmbilicalProtocol.java @@ -1,15 +1,19 @@ /* - * Licensed 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 + * 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 + * 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. + * 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. */ package org.apache.hadoop.hive.llap.protocol; diff --git a/llap-common/src/java/org/apache/hadoop/hive/llap/security/LlapServerSecurityInfo.java b/llap-common/src/java/org/apache/hadoop/hive/llap/security/LlapServerSecurityInfo.java index 73deeb76aedd..92721e9d1cfe 100644 --- a/llap-common/src/java/org/apache/hadoop/hive/llap/security/LlapServerSecurityInfo.java +++ b/llap-common/src/java/org/apache/hadoop/hive/llap/security/LlapServerSecurityInfo.java @@ -1,7 +1,11 @@ /* - * Licensed 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 + * 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 * diff --git a/llap-common/src/java/org/apache/hadoop/hive/llap/tez/Converters.java b/llap-common/src/java/org/apache/hadoop/hive/llap/tez/Converters.java index ba7664e7bf59..02d7db9bd77e 100644 --- a/llap-common/src/java/org/apache/hadoop/hive/llap/tez/Converters.java +++ b/llap-common/src/java/org/apache/hadoop/hive/llap/tez/Converters.java @@ -1,7 +1,11 @@ /* - * Licensed 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 + * 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 * diff --git a/llap-common/src/test/org/apache/hadoop/hive/llap/AsyncResponseHandlerTest.java b/llap-common/src/test/org/apache/hadoop/hive/llap/AsyncResponseHandlerTest.java index e639f31efbe9..d22db8012b21 100644 --- a/llap-common/src/test/org/apache/hadoop/hive/llap/AsyncResponseHandlerTest.java +++ b/llap-common/src/test/org/apache/hadoop/hive/llap/AsyncResponseHandlerTest.java @@ -1,7 +1,11 @@ /* - * Licensed 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 + * 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 * diff --git a/llap-common/src/test/org/apache/hadoop/hive/llap/TestLlapThreadLocalStatistics.java b/llap-common/src/test/org/apache/hadoop/hive/llap/TestLlapThreadLocalStatistics.java index 8955ccdec4fa..6d995c442e20 100644 --- a/llap-common/src/test/org/apache/hadoop/hive/llap/TestLlapThreadLocalStatistics.java +++ b/llap-common/src/test/org/apache/hadoop/hive/llap/TestLlapThreadLocalStatistics.java @@ -6,9 +6,9 @@ * 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. diff --git a/llap-common/src/test/org/apache/hadoop/hive/llap/tez/TestConverters.java b/llap-common/src/test/org/apache/hadoop/hive/llap/tez/TestConverters.java index e599711695fe..f6352f4be667 100644 --- a/llap-common/src/test/org/apache/hadoop/hive/llap/tez/TestConverters.java +++ b/llap-common/src/test/org/apache/hadoop/hive/llap/tez/TestConverters.java @@ -1,7 +1,11 @@ /* - * Licensed 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 + * 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 * diff --git a/llap-server/src/java/org/apache/hadoop/hive/llap/LlapUgiFactory.java b/llap-server/src/java/org/apache/hadoop/hive/llap/LlapUgiFactory.java index 5d3570d33a38..fad2b18d40a1 100644 --- a/llap-server/src/java/org/apache/hadoop/hive/llap/LlapUgiFactory.java +++ b/llap-server/src/java/org/apache/hadoop/hive/llap/LlapUgiFactory.java @@ -1,7 +1,11 @@ /* - * Licensed 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 + * 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 * diff --git a/llap-server/src/java/org/apache/hadoop/hive/llap/LlapUgiManager.java b/llap-server/src/java/org/apache/hadoop/hive/llap/LlapUgiManager.java index 34901729dbef..67275400b7fe 100644 --- a/llap-server/src/java/org/apache/hadoop/hive/llap/LlapUgiManager.java +++ b/llap-server/src/java/org/apache/hadoop/hive/llap/LlapUgiManager.java @@ -1,7 +1,11 @@ /* - * Licensed 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 + * 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 * diff --git a/llap-server/src/java/org/apache/hadoop/hive/llap/cache/MemoryLimitedPathCache.java b/llap-server/src/java/org/apache/hadoop/hive/llap/cache/MemoryLimitedPathCache.java index dbfde1b227e4..ce294a74127a 100644 --- a/llap-server/src/java/org/apache/hadoop/hive/llap/cache/MemoryLimitedPathCache.java +++ b/llap-server/src/java/org/apache/hadoop/hive/llap/cache/MemoryLimitedPathCache.java @@ -1,7 +1,11 @@ /* - * Licensed 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 + * 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 * diff --git a/llap-server/src/java/org/apache/hadoop/hive/llap/cache/PathCache.java b/llap-server/src/java/org/apache/hadoop/hive/llap/cache/PathCache.java index 96321484feaa..01ea2d0c8f03 100644 --- a/llap-server/src/java/org/apache/hadoop/hive/llap/cache/PathCache.java +++ b/llap-server/src/java/org/apache/hadoop/hive/llap/cache/PathCache.java @@ -1,7 +1,11 @@ /* - * Licensed 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 + * 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 * diff --git a/llap-server/src/java/org/apache/hadoop/hive/llap/configuration/LlapDaemonConfiguration.java b/llap-server/src/java/org/apache/hadoop/hive/llap/configuration/LlapDaemonConfiguration.java index 4fc7bd6b1a55..05f2ab892944 100644 --- a/llap-server/src/java/org/apache/hadoop/hive/llap/configuration/LlapDaemonConfiguration.java +++ b/llap-server/src/java/org/apache/hadoop/hive/llap/configuration/LlapDaemonConfiguration.java @@ -1,7 +1,11 @@ /* - * Licensed 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 + * 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 * diff --git a/llap-server/src/java/org/apache/hadoop/hive/llap/daemon/ContainerRunner.java b/llap-server/src/java/org/apache/hadoop/hive/llap/daemon/ContainerRunner.java index bb7972068105..174aa1c5ca11 100644 --- a/llap-server/src/java/org/apache/hadoop/hive/llap/daemon/ContainerRunner.java +++ b/llap-server/src/java/org/apache/hadoop/hive/llap/daemon/ContainerRunner.java @@ -1,7 +1,11 @@ /* - * Licensed 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 + * 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 * diff --git a/llap-server/src/java/org/apache/hadoop/hive/llap/daemon/FinishableStateUpdateHandler.java b/llap-server/src/java/org/apache/hadoop/hive/llap/daemon/FinishableStateUpdateHandler.java index 8d40ce98114d..423010215ef0 100644 --- a/llap-server/src/java/org/apache/hadoop/hive/llap/daemon/FinishableStateUpdateHandler.java +++ b/llap-server/src/java/org/apache/hadoop/hive/llap/daemon/FinishableStateUpdateHandler.java @@ -1,7 +1,11 @@ /* - * Licensed 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 + * 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 * diff --git a/llap-server/src/java/org/apache/hadoop/hive/llap/daemon/FragmentCompletionHandler.java b/llap-server/src/java/org/apache/hadoop/hive/llap/daemon/FragmentCompletionHandler.java index 511347addd2f..22bb71af18e9 100644 --- a/llap-server/src/java/org/apache/hadoop/hive/llap/daemon/FragmentCompletionHandler.java +++ b/llap-server/src/java/org/apache/hadoop/hive/llap/daemon/FragmentCompletionHandler.java @@ -1,7 +1,11 @@ /* - * Licensed 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 + * 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 * diff --git a/llap-server/src/java/org/apache/hadoop/hive/llap/daemon/HistoryLogger.java b/llap-server/src/java/org/apache/hadoop/hive/llap/daemon/HistoryLogger.java index 3da8faa33de9..ae1a89109333 100644 --- a/llap-server/src/java/org/apache/hadoop/hive/llap/daemon/HistoryLogger.java +++ b/llap-server/src/java/org/apache/hadoop/hive/llap/daemon/HistoryLogger.java @@ -1,15 +1,19 @@ /* - * Licensed 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 + * 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 + * 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. + * 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. */ package org.apache.hadoop.hive.llap.daemon; diff --git a/llap-server/src/java/org/apache/hadoop/hive/llap/daemon/KilledTaskHandler.java b/llap-server/src/java/org/apache/hadoop/hive/llap/daemon/KilledTaskHandler.java index e2caec27ea22..93e0e7d4def4 100644 --- a/llap-server/src/java/org/apache/hadoop/hive/llap/daemon/KilledTaskHandler.java +++ b/llap-server/src/java/org/apache/hadoop/hive/llap/daemon/KilledTaskHandler.java @@ -1,7 +1,11 @@ /* - * Licensed 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 + * 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 * diff --git a/llap-server/src/java/org/apache/hadoop/hive/llap/daemon/QueryFailedHandler.java b/llap-server/src/java/org/apache/hadoop/hive/llap/daemon/QueryFailedHandler.java index 7f9553d9fe70..cdbaef1da7ef 100644 --- a/llap-server/src/java/org/apache/hadoop/hive/llap/daemon/QueryFailedHandler.java +++ b/llap-server/src/java/org/apache/hadoop/hive/llap/daemon/QueryFailedHandler.java @@ -1,7 +1,11 @@ /* - * Licensed 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 + * 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 * diff --git a/llap-server/src/java/org/apache/hadoop/hive/llap/daemon/SchedulerFragmentCompletingListener.java b/llap-server/src/java/org/apache/hadoop/hive/llap/daemon/SchedulerFragmentCompletingListener.java index 9f580f6f525b..d6acc2854b20 100644 --- a/llap-server/src/java/org/apache/hadoop/hive/llap/daemon/SchedulerFragmentCompletingListener.java +++ b/llap-server/src/java/org/apache/hadoop/hive/llap/daemon/SchedulerFragmentCompletingListener.java @@ -1,7 +1,11 @@ /* - * Licensed 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 + * 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 * diff --git a/llap-server/src/java/org/apache/hadoop/hive/llap/daemon/impl/AMReporter.java b/llap-server/src/java/org/apache/hadoop/hive/llap/daemon/impl/AMReporter.java index ef20338bf50f..737c414c7138 100644 --- a/llap-server/src/java/org/apache/hadoop/hive/llap/daemon/impl/AMReporter.java +++ b/llap-server/src/java/org/apache/hadoop/hive/llap/daemon/impl/AMReporter.java @@ -1,15 +1,19 @@ /* - * Licensed 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 + * 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 + * 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. + * 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. */ package org.apache.hadoop.hive.llap.daemon.impl; diff --git a/llap-server/src/java/org/apache/hadoop/hive/llap/daemon/impl/ContainerRunnerImpl.java b/llap-server/src/java/org/apache/hadoop/hive/llap/daemon/impl/ContainerRunnerImpl.java index 783cea9e8c5a..17deec2c46c9 100644 --- a/llap-server/src/java/org/apache/hadoop/hive/llap/daemon/impl/ContainerRunnerImpl.java +++ b/llap-server/src/java/org/apache/hadoop/hive/llap/daemon/impl/ContainerRunnerImpl.java @@ -1,7 +1,11 @@ /* - * Licensed 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 + * 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 * diff --git a/llap-server/src/java/org/apache/hadoop/hive/llap/daemon/impl/DefaultLlapTokenManager.java b/llap-server/src/java/org/apache/hadoop/hive/llap/daemon/impl/DefaultLlapTokenManager.java index a81cbd6ba0d1..987f31164964 100644 --- a/llap-server/src/java/org/apache/hadoop/hive/llap/daemon/impl/DefaultLlapTokenManager.java +++ b/llap-server/src/java/org/apache/hadoop/hive/llap/daemon/impl/DefaultLlapTokenManager.java @@ -1,15 +1,19 @@ /* - * Licensed 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 + * 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 + * 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. + * 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. */ package org.apache.hadoop.hive.llap.daemon.impl; diff --git a/llap-server/src/java/org/apache/hadoop/hive/llap/daemon/impl/DummyTokenManager.java b/llap-server/src/java/org/apache/hadoop/hive/llap/daemon/impl/DummyTokenManager.java index 3a24c876581b..f4b063fa6f3a 100644 --- a/llap-server/src/java/org/apache/hadoop/hive/llap/daemon/impl/DummyTokenManager.java +++ b/llap-server/src/java/org/apache/hadoop/hive/llap/daemon/impl/DummyTokenManager.java @@ -1,7 +1,11 @@ /* - * Licensed 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 + * 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 * diff --git a/llap-server/src/java/org/apache/hadoop/hive/llap/daemon/impl/DumpingMetricsCollector.java b/llap-server/src/java/org/apache/hadoop/hive/llap/daemon/impl/DumpingMetricsCollector.java index efa72da1551e..b5c3e8933c3a 100644 --- a/llap-server/src/java/org/apache/hadoop/hive/llap/daemon/impl/DumpingMetricsCollector.java +++ b/llap-server/src/java/org/apache/hadoop/hive/llap/daemon/impl/DumpingMetricsCollector.java @@ -1,7 +1,11 @@ /* - * Licensed 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 + * 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 * diff --git a/llap-server/src/java/org/apache/hadoop/hive/llap/daemon/impl/EvictingPriorityBlockingQueue.java b/llap-server/src/java/org/apache/hadoop/hive/llap/daemon/impl/EvictingPriorityBlockingQueue.java index 7c634b67ce41..8b17d96d5eb0 100644 --- a/llap-server/src/java/org/apache/hadoop/hive/llap/daemon/impl/EvictingPriorityBlockingQueue.java +++ b/llap-server/src/java/org/apache/hadoop/hive/llap/daemon/impl/EvictingPriorityBlockingQueue.java @@ -6,9 +6,9 @@ * 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. diff --git a/llap-server/src/java/org/apache/hadoop/hive/llap/daemon/impl/FunctionLocalizer.java b/llap-server/src/java/org/apache/hadoop/hive/llap/daemon/impl/FunctionLocalizer.java index 785b19716007..41e5e7b7231e 100644 --- a/llap-server/src/java/org/apache/hadoop/hive/llap/daemon/impl/FunctionLocalizer.java +++ b/llap-server/src/java/org/apache/hadoop/hive/llap/daemon/impl/FunctionLocalizer.java @@ -1,7 +1,11 @@ /* - * Licensed 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 + * 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 * diff --git a/llap-server/src/java/org/apache/hadoop/hive/llap/daemon/impl/LlapConstants.java b/llap-server/src/java/org/apache/hadoop/hive/llap/daemon/impl/LlapConstants.java index a960c4c88706..37296f2622c4 100644 --- a/llap-server/src/java/org/apache/hadoop/hive/llap/daemon/impl/LlapConstants.java +++ b/llap-server/src/java/org/apache/hadoop/hive/llap/daemon/impl/LlapConstants.java @@ -1,7 +1,11 @@ /* - * Licensed 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 + * 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 * diff --git a/llap-server/src/java/org/apache/hadoop/hive/llap/daemon/impl/LlapDaemon.java b/llap-server/src/java/org/apache/hadoop/hive/llap/daemon/impl/LlapDaemon.java index 8b6cb92ab502..69394edc6d03 100644 --- a/llap-server/src/java/org/apache/hadoop/hive/llap/daemon/impl/LlapDaemon.java +++ b/llap-server/src/java/org/apache/hadoop/hive/llap/daemon/impl/LlapDaemon.java @@ -1,7 +1,11 @@ /* - * Licensed 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 + * 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 * diff --git a/llap-server/src/java/org/apache/hadoop/hive/llap/daemon/impl/LlapProtocolServerImpl.java b/llap-server/src/java/org/apache/hadoop/hive/llap/daemon/impl/LlapProtocolServerImpl.java index 7203a37b9ac9..873e5ba79aa8 100644 --- a/llap-server/src/java/org/apache/hadoop/hive/llap/daemon/impl/LlapProtocolServerImpl.java +++ b/llap-server/src/java/org/apache/hadoop/hive/llap/daemon/impl/LlapProtocolServerImpl.java @@ -1,7 +1,11 @@ /* - * Licensed 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 + * 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 * diff --git a/llap-server/src/java/org/apache/hadoop/hive/llap/daemon/impl/LlapTokenChecker.java b/llap-server/src/java/org/apache/hadoop/hive/llap/daemon/impl/LlapTokenChecker.java index fd3e6cc9cdd3..33a55e519f2c 100644 --- a/llap-server/src/java/org/apache/hadoop/hive/llap/daemon/impl/LlapTokenChecker.java +++ b/llap-server/src/java/org/apache/hadoop/hive/llap/daemon/impl/LlapTokenChecker.java @@ -1,7 +1,11 @@ /* - * Licensed 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 + * 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 * diff --git a/llap-server/src/java/org/apache/hadoop/hive/llap/daemon/impl/LlapTokenManager.java b/llap-server/src/java/org/apache/hadoop/hive/llap/daemon/impl/LlapTokenManager.java index 06b197b8dd56..9af0ee32d4bb 100644 --- a/llap-server/src/java/org/apache/hadoop/hive/llap/daemon/impl/LlapTokenManager.java +++ b/llap-server/src/java/org/apache/hadoop/hive/llap/daemon/impl/LlapTokenManager.java @@ -1,7 +1,11 @@ /* - * Licensed 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 + * 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 * diff --git a/llap-server/src/java/org/apache/hadoop/hive/llap/daemon/impl/LocalDirCleaner.java b/llap-server/src/java/org/apache/hadoop/hive/llap/daemon/impl/LocalDirCleaner.java index e6ae192f2609..658af1d279c9 100644 --- a/llap-server/src/java/org/apache/hadoop/hive/llap/daemon/impl/LocalDirCleaner.java +++ b/llap-server/src/java/org/apache/hadoop/hive/llap/daemon/impl/LocalDirCleaner.java @@ -1,7 +1,11 @@ /* - * Licensed 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 + * 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 * diff --git a/llap-server/src/java/org/apache/hadoop/hive/llap/daemon/impl/QueryFragmentInfo.java b/llap-server/src/java/org/apache/hadoop/hive/llap/daemon/impl/QueryFragmentInfo.java index 6f0630c3dc2e..6e75eed5db4f 100644 --- a/llap-server/src/java/org/apache/hadoop/hive/llap/daemon/impl/QueryFragmentInfo.java +++ b/llap-server/src/java/org/apache/hadoop/hive/llap/daemon/impl/QueryFragmentInfo.java @@ -1,7 +1,11 @@ /* - * Licensed 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 + * 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 * diff --git a/llap-server/src/java/org/apache/hadoop/hive/llap/daemon/impl/QueryIdentifier.java b/llap-server/src/java/org/apache/hadoop/hive/llap/daemon/impl/QueryIdentifier.java index 00492ac770a3..36a456858171 100644 --- a/llap-server/src/java/org/apache/hadoop/hive/llap/daemon/impl/QueryIdentifier.java +++ b/llap-server/src/java/org/apache/hadoop/hive/llap/daemon/impl/QueryIdentifier.java @@ -1,15 +1,19 @@ /* - * Licensed 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 + * 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 + * 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. + * 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. */ package org.apache.hadoop.hive.llap.daemon.impl; diff --git a/llap-server/src/java/org/apache/hadoop/hive/llap/daemon/impl/QueryInfo.java b/llap-server/src/java/org/apache/hadoop/hive/llap/daemon/impl/QueryInfo.java index fc3ae97bb2f4..b77d966e7575 100644 --- a/llap-server/src/java/org/apache/hadoop/hive/llap/daemon/impl/QueryInfo.java +++ b/llap-server/src/java/org/apache/hadoop/hive/llap/daemon/impl/QueryInfo.java @@ -1,7 +1,11 @@ /* - * Licensed 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 + * 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 * diff --git a/llap-server/src/java/org/apache/hadoop/hive/llap/daemon/impl/QueryTracker.java b/llap-server/src/java/org/apache/hadoop/hive/llap/daemon/impl/QueryTracker.java index 39eda657d5a8..7fc00651c6b0 100644 --- a/llap-server/src/java/org/apache/hadoop/hive/llap/daemon/impl/QueryTracker.java +++ b/llap-server/src/java/org/apache/hadoop/hive/llap/daemon/impl/QueryTracker.java @@ -1,7 +1,11 @@ /* - * Licensed 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 + * 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 * diff --git a/llap-server/src/java/org/apache/hadoop/hive/llap/daemon/impl/StaticPermanentFunctionChecker.java b/llap-server/src/java/org/apache/hadoop/hive/llap/daemon/impl/StaticPermanentFunctionChecker.java index b62ee29cf567..40ff52279104 100644 --- a/llap-server/src/java/org/apache/hadoop/hive/llap/daemon/impl/StaticPermanentFunctionChecker.java +++ b/llap-server/src/java/org/apache/hadoop/hive/llap/daemon/impl/StaticPermanentFunctionChecker.java @@ -1,7 +1,11 @@ /* - * Licensed 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 + * 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 * diff --git a/llap-server/src/java/org/apache/hadoop/hive/llap/daemon/impl/StatsRecordingThreadPool.java b/llap-server/src/java/org/apache/hadoop/hive/llap/daemon/impl/StatsRecordingThreadPool.java index 62db05888124..e2933910e0d4 100644 --- a/llap-server/src/java/org/apache/hadoop/hive/llap/daemon/impl/StatsRecordingThreadPool.java +++ b/llap-server/src/java/org/apache/hadoop/hive/llap/daemon/impl/StatsRecordingThreadPool.java @@ -6,9 +6,9 @@ * 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. diff --git a/llap-server/src/java/org/apache/hadoop/hive/llap/daemon/impl/TaskExecutorService.java b/llap-server/src/java/org/apache/hadoop/hive/llap/daemon/impl/TaskExecutorService.java index 644c297ed3b2..29877c189fb2 100644 --- a/llap-server/src/java/org/apache/hadoop/hive/llap/daemon/impl/TaskExecutorService.java +++ b/llap-server/src/java/org/apache/hadoop/hive/llap/daemon/impl/TaskExecutorService.java @@ -6,9 +6,9 @@ * 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. diff --git a/llap-server/src/java/org/apache/hadoop/hive/llap/daemon/impl/TaskRunnerCallable.java b/llap-server/src/java/org/apache/hadoop/hive/llap/daemon/impl/TaskRunnerCallable.java index b0fe7ea5ded4..73c8c18aa10b 100644 --- a/llap-server/src/java/org/apache/hadoop/hive/llap/daemon/impl/TaskRunnerCallable.java +++ b/llap-server/src/java/org/apache/hadoop/hive/llap/daemon/impl/TaskRunnerCallable.java @@ -6,9 +6,9 @@ * 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. diff --git a/llap-server/src/java/org/apache/hadoop/hive/llap/daemon/impl/comparator/FirstInFirstOutComparator.java b/llap-server/src/java/org/apache/hadoop/hive/llap/daemon/impl/comparator/FirstInFirstOutComparator.java index 8569c4afb92a..23b5dc2e382d 100644 --- a/llap-server/src/java/org/apache/hadoop/hive/llap/daemon/impl/comparator/FirstInFirstOutComparator.java +++ b/llap-server/src/java/org/apache/hadoop/hive/llap/daemon/impl/comparator/FirstInFirstOutComparator.java @@ -1,7 +1,11 @@ /* - * Licensed 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 + * 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 * diff --git a/llap-server/src/java/org/apache/hadoop/hive/llap/daemon/impl/comparator/LlapQueueComparatorBase.java b/llap-server/src/java/org/apache/hadoop/hive/llap/daemon/impl/comparator/LlapQueueComparatorBase.java index b65d476923bb..8d8187592e6d 100644 --- a/llap-server/src/java/org/apache/hadoop/hive/llap/daemon/impl/comparator/LlapQueueComparatorBase.java +++ b/llap-server/src/java/org/apache/hadoop/hive/llap/daemon/impl/comparator/LlapQueueComparatorBase.java @@ -1,7 +1,11 @@ /* - * Licensed 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 + * 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 * diff --git a/llap-server/src/java/org/apache/hadoop/hive/llap/daemon/impl/comparator/ShortestJobFirstComparator.java b/llap-server/src/java/org/apache/hadoop/hive/llap/daemon/impl/comparator/ShortestJobFirstComparator.java index c9004d760298..fd891c712863 100644 --- a/llap-server/src/java/org/apache/hadoop/hive/llap/daemon/impl/comparator/ShortestJobFirstComparator.java +++ b/llap-server/src/java/org/apache/hadoop/hive/llap/daemon/impl/comparator/ShortestJobFirstComparator.java @@ -1,7 +1,11 @@ /* - * Licensed 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 + * 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 * diff --git a/llap-server/src/java/org/apache/hadoop/hive/llap/io/metadata/CompressionBuffer.java b/llap-server/src/java/org/apache/hadoop/hive/llap/io/metadata/CompressionBuffer.java index aa0d007eee45..0380d565689f 100644 --- a/llap-server/src/java/org/apache/hadoop/hive/llap/io/metadata/CompressionBuffer.java +++ b/llap-server/src/java/org/apache/hadoop/hive/llap/io/metadata/CompressionBuffer.java @@ -1,7 +1,11 @@ /* - * Licensed 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 + * 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 * diff --git a/llap-server/src/java/org/apache/hadoop/hive/llap/security/LlapUgiHelper.java b/llap-server/src/java/org/apache/hadoop/hive/llap/security/LlapUgiHelper.java index b946454627ed..e3f64a099f82 100644 --- a/llap-server/src/java/org/apache/hadoop/hive/llap/security/LlapUgiHelper.java +++ b/llap-server/src/java/org/apache/hadoop/hive/llap/security/LlapUgiHelper.java @@ -1,7 +1,11 @@ /* - * Licensed 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 + * 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 * diff --git a/llap-server/src/java/org/apache/hadoop/hive/llap/shufflehandler/AttemptRegistrationListener.java b/llap-server/src/java/org/apache/hadoop/hive/llap/shufflehandler/AttemptRegistrationListener.java index 276a7f1ef3ff..f6f3c98e7767 100644 --- a/llap-server/src/java/org/apache/hadoop/hive/llap/shufflehandler/AttemptRegistrationListener.java +++ b/llap-server/src/java/org/apache/hadoop/hive/llap/shufflehandler/AttemptRegistrationListener.java @@ -1,15 +1,19 @@ /* - * Licensed 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 + * 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 + * 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. + * 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. */ package org.apache.hadoop.hive.llap.shufflehandler; diff --git a/llap-server/src/java/org/apache/hadoop/hive/llap/shufflehandler/DirWatcher.java b/llap-server/src/java/org/apache/hadoop/hive/llap/shufflehandler/DirWatcher.java index 31722ff3c16f..f0d855f7a1eb 100644 --- a/llap-server/src/java/org/apache/hadoop/hive/llap/shufflehandler/DirWatcher.java +++ b/llap-server/src/java/org/apache/hadoop/hive/llap/shufflehandler/DirWatcher.java @@ -1,15 +1,19 @@ /* - * Licensed 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 + * 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 + * 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. + * 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. */ package org.apache.hadoop.hive.llap.shufflehandler; diff --git a/llap-server/src/java/org/apache/hadoop/hive/llap/shufflehandler/FadvisedChunkedFile.java b/llap-server/src/java/org/apache/hadoop/hive/llap/shufflehandler/FadvisedChunkedFile.java index 751432b711c4..8a9bda99d1d4 100644 --- a/llap-server/src/java/org/apache/hadoop/hive/llap/shufflehandler/FadvisedChunkedFile.java +++ b/llap-server/src/java/org/apache/hadoop/hive/llap/shufflehandler/FadvisedChunkedFile.java @@ -1,7 +1,11 @@ /* - * Licensed 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 + * 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 * diff --git a/llap-server/src/java/org/apache/hadoop/hive/llap/shufflehandler/FadvisedFileRegion.java b/llap-server/src/java/org/apache/hadoop/hive/llap/shufflehandler/FadvisedFileRegion.java index 249b21f6b157..2d982c7ac0f4 100644 --- a/llap-server/src/java/org/apache/hadoop/hive/llap/shufflehandler/FadvisedFileRegion.java +++ b/llap-server/src/java/org/apache/hadoop/hive/llap/shufflehandler/FadvisedFileRegion.java @@ -1,7 +1,11 @@ /* - * Licensed 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 + * 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 * diff --git a/llap-server/src/java/org/apache/hadoop/hive/llap/shufflehandler/ShuffleHandler.java b/llap-server/src/java/org/apache/hadoop/hive/llap/shufflehandler/ShuffleHandler.java index 34445c628dda..606ed3555dd7 100644 --- a/llap-server/src/java/org/apache/hadoop/hive/llap/shufflehandler/ShuffleHandler.java +++ b/llap-server/src/java/org/apache/hadoop/hive/llap/shufflehandler/ShuffleHandler.java @@ -1,7 +1,11 @@ /* - * Licensed 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 + * 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 * diff --git a/llap-server/src/test/org/apache/hadoop/hive/llap/cache/TestMemoryLimitedPathCache.java b/llap-server/src/test/org/apache/hadoop/hive/llap/cache/TestMemoryLimitedPathCache.java index 52d8cd67b8e7..c41d638d33f5 100644 --- a/llap-server/src/test/org/apache/hadoop/hive/llap/cache/TestMemoryLimitedPathCache.java +++ b/llap-server/src/test/org/apache/hadoop/hive/llap/cache/TestMemoryLimitedPathCache.java @@ -1,7 +1,11 @@ /* - * Licensed 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 + * 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 * diff --git a/llap-server/src/test/org/apache/hadoop/hive/llap/daemon/LlapDaemonTestUtils.java b/llap-server/src/test/org/apache/hadoop/hive/llap/daemon/LlapDaemonTestUtils.java index 12429c6280b9..cb235c43225f 100644 --- a/llap-server/src/test/org/apache/hadoop/hive/llap/daemon/LlapDaemonTestUtils.java +++ b/llap-server/src/test/org/apache/hadoop/hive/llap/daemon/LlapDaemonTestUtils.java @@ -1,7 +1,11 @@ /* - * Licensed 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 + * 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 * diff --git a/llap-server/src/test/org/apache/hadoop/hive/llap/daemon/MiniLlapCluster.java b/llap-server/src/test/org/apache/hadoop/hive/llap/daemon/MiniLlapCluster.java index fb92806d8215..6dc7e1057a2a 100644 --- a/llap-server/src/test/org/apache/hadoop/hive/llap/daemon/MiniLlapCluster.java +++ b/llap-server/src/test/org/apache/hadoop/hive/llap/daemon/MiniLlapCluster.java @@ -1,15 +1,19 @@ /* - * Licensed 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 + * 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 + * 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. + * 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. */ package org.apache.hadoop.hive.llap.daemon; diff --git a/llap-server/src/test/org/apache/hadoop/hive/llap/daemon/impl/TaskExecutorTestHelpers.java b/llap-server/src/test/org/apache/hadoop/hive/llap/daemon/impl/TaskExecutorTestHelpers.java index d8b5849a1697..3296e7cd66cc 100644 --- a/llap-server/src/test/org/apache/hadoop/hive/llap/daemon/impl/TaskExecutorTestHelpers.java +++ b/llap-server/src/test/org/apache/hadoop/hive/llap/daemon/impl/TaskExecutorTestHelpers.java @@ -1,7 +1,11 @@ /* - * Licensed 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 + * 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 * diff --git a/llap-server/src/test/org/apache/hadoop/hive/llap/daemon/impl/TestContainerRunnerImpl.java b/llap-server/src/test/org/apache/hadoop/hive/llap/daemon/impl/TestContainerRunnerImpl.java index cdc660407af0..af0ab4bbbf03 100644 --- a/llap-server/src/test/org/apache/hadoop/hive/llap/daemon/impl/TestContainerRunnerImpl.java +++ b/llap-server/src/test/org/apache/hadoop/hive/llap/daemon/impl/TestContainerRunnerImpl.java @@ -1,7 +1,11 @@ /* - * Licensed 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 + * 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 * diff --git a/llap-server/src/test/org/apache/hadoop/hive/llap/daemon/impl/TestEvictingPriorityBlockingQueue.java b/llap-server/src/test/org/apache/hadoop/hive/llap/daemon/impl/TestEvictingPriorityBlockingQueue.java index 6759e62f488d..01ce73bc44cc 100644 --- a/llap-server/src/test/org/apache/hadoop/hive/llap/daemon/impl/TestEvictingPriorityBlockingQueue.java +++ b/llap-server/src/test/org/apache/hadoop/hive/llap/daemon/impl/TestEvictingPriorityBlockingQueue.java @@ -6,9 +6,9 @@ * 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. diff --git a/llap-server/src/test/org/apache/hadoop/hive/llap/daemon/impl/TestLlapDaemonProtocolServerImpl.java b/llap-server/src/test/org/apache/hadoop/hive/llap/daemon/impl/TestLlapDaemonProtocolServerImpl.java index 3233fc67e36e..b9b89f083ed9 100644 --- a/llap-server/src/test/org/apache/hadoop/hive/llap/daemon/impl/TestLlapDaemonProtocolServerImpl.java +++ b/llap-server/src/test/org/apache/hadoop/hive/llap/daemon/impl/TestLlapDaemonProtocolServerImpl.java @@ -1,7 +1,11 @@ /* - * Licensed 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 + * 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 * diff --git a/llap-server/src/test/org/apache/hadoop/hive/llap/daemon/impl/TestTaskExecutorService.java b/llap-server/src/test/org/apache/hadoop/hive/llap/daemon/impl/TestTaskExecutorService.java index 098fb41f9e45..34b6325052a2 100644 --- a/llap-server/src/test/org/apache/hadoop/hive/llap/daemon/impl/TestTaskExecutorService.java +++ b/llap-server/src/test/org/apache/hadoop/hive/llap/daemon/impl/TestTaskExecutorService.java @@ -6,9 +6,9 @@ * 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. diff --git a/llap-server/src/test/org/apache/hadoop/hive/llap/daemon/impl/comparator/TestFirstInFirstOutComparator.java b/llap-server/src/test/org/apache/hadoop/hive/llap/daemon/impl/comparator/TestFirstInFirstOutComparator.java index 724a9633f4d1..fd35e99f9bdb 100644 --- a/llap-server/src/test/org/apache/hadoop/hive/llap/daemon/impl/comparator/TestFirstInFirstOutComparator.java +++ b/llap-server/src/test/org/apache/hadoop/hive/llap/daemon/impl/comparator/TestFirstInFirstOutComparator.java @@ -6,9 +6,9 @@ * 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. diff --git a/llap-server/src/test/org/apache/hadoop/hive/llap/daemon/impl/comparator/TestShortestJobFirstComparator.java b/llap-server/src/test/org/apache/hadoop/hive/llap/daemon/impl/comparator/TestShortestJobFirstComparator.java index c2544926c5e9..3e6ac134bbd0 100644 --- a/llap-server/src/test/org/apache/hadoop/hive/llap/daemon/impl/comparator/TestShortestJobFirstComparator.java +++ b/llap-server/src/test/org/apache/hadoop/hive/llap/daemon/impl/comparator/TestShortestJobFirstComparator.java @@ -1,7 +1,11 @@ /* - * Licensed 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 + * 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 * diff --git a/llap-server/src/test/org/apache/hadoop/hive/llap/daemon/services/impl/TestLlapWebServices.java b/llap-server/src/test/org/apache/hadoop/hive/llap/daemon/services/impl/TestLlapWebServices.java index f000dadb3dfd..bf7b4e803b68 100644 --- a/llap-server/src/test/org/apache/hadoop/hive/llap/daemon/services/impl/TestLlapWebServices.java +++ b/llap-server/src/test/org/apache/hadoop/hive/llap/daemon/services/impl/TestLlapWebServices.java @@ -1,15 +1,19 @@ /* - * Licensed 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 + * 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 + * 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. + * 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. */ package org.apache.hadoop.hive.llap.daemon.services.impl; diff --git a/llap-tez/src/java/org/apache/hadoop/hive/llap/tezplugins/ContainerFactory.java b/llap-tez/src/java/org/apache/hadoop/hive/llap/tezplugins/ContainerFactory.java index d340c22da2c2..2aff3085311c 100644 --- a/llap-tez/src/java/org/apache/hadoop/hive/llap/tezplugins/ContainerFactory.java +++ b/llap-tez/src/java/org/apache/hadoop/hive/llap/tezplugins/ContainerFactory.java @@ -1,15 +1,19 @@ /* - * Licensed 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 + * 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 + * 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. + * 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. */ package org.apache.hadoop.hive.llap.tezplugins; diff --git a/llap-tez/src/java/org/apache/hadoop/hive/llap/tezplugins/LlapContainerLauncher.java b/llap-tez/src/java/org/apache/hadoop/hive/llap/tezplugins/LlapContainerLauncher.java index 9e928e6ba497..cc407820e162 100644 --- a/llap-tez/src/java/org/apache/hadoop/hive/llap/tezplugins/LlapContainerLauncher.java +++ b/llap-tez/src/java/org/apache/hadoop/hive/llap/tezplugins/LlapContainerLauncher.java @@ -1,7 +1,11 @@ /* - * Licensed 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 + * 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 * diff --git a/llap-tez/src/java/org/apache/hadoop/hive/llap/tezplugins/LlapTaskCommunicator.java b/llap-tez/src/java/org/apache/hadoop/hive/llap/tezplugins/LlapTaskCommunicator.java index 0451848f606c..e6a05bad284a 100644 --- a/llap-tez/src/java/org/apache/hadoop/hive/llap/tezplugins/LlapTaskCommunicator.java +++ b/llap-tez/src/java/org/apache/hadoop/hive/llap/tezplugins/LlapTaskCommunicator.java @@ -1,15 +1,19 @@ /* - * Licensed 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 + * 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 + * 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. + * 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. */ package org.apache.hadoop.hive.llap.tezplugins; diff --git a/llap-tez/src/java/org/apache/hadoop/hive/llap/tezplugins/LlapTaskSchedulerService.java b/llap-tez/src/java/org/apache/hadoop/hive/llap/tezplugins/LlapTaskSchedulerService.java index c75800c5546a..6cb247a14a0a 100644 --- a/llap-tez/src/java/org/apache/hadoop/hive/llap/tezplugins/LlapTaskSchedulerService.java +++ b/llap-tez/src/java/org/apache/hadoop/hive/llap/tezplugins/LlapTaskSchedulerService.java @@ -1,7 +1,11 @@ /* - * Licensed 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 + * 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 * diff --git a/llap-tez/src/java/org/apache/hadoop/hive/llap/tezplugins/LlapTezUtils.java b/llap-tez/src/java/org/apache/hadoop/hive/llap/tezplugins/LlapTezUtils.java index f1bc28d5d14d..1f73d452064b 100644 --- a/llap-tez/src/java/org/apache/hadoop/hive/llap/tezplugins/LlapTezUtils.java +++ b/llap-tez/src/java/org/apache/hadoop/hive/llap/tezplugins/LlapTezUtils.java @@ -1,15 +1,19 @@ /* - * Licensed 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 + * 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 + * 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. + * 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. */ package org.apache.hadoop.hive.llap.tezplugins; diff --git a/llap-tez/src/java/org/apache/hadoop/hive/llap/tezplugins/LlapUmbilicalPolicyProvider.java b/llap-tez/src/java/org/apache/hadoop/hive/llap/tezplugins/LlapUmbilicalPolicyProvider.java index 4102f5b80249..c77444292944 100644 --- a/llap-tez/src/java/org/apache/hadoop/hive/llap/tezplugins/LlapUmbilicalPolicyProvider.java +++ b/llap-tez/src/java/org/apache/hadoop/hive/llap/tezplugins/LlapUmbilicalPolicyProvider.java @@ -1,15 +1,19 @@ /* - * Licensed 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 + * 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 + * 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. + * 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. */ package org.apache.hadoop.hive.llap.tezplugins; diff --git a/llap-tez/src/java/org/apache/hadoop/hive/llap/tezplugins/endpoint/LlapPluginSecurityInfo.java b/llap-tez/src/java/org/apache/hadoop/hive/llap/tezplugins/endpoint/LlapPluginSecurityInfo.java index 90a50faa4177..f3f73f15f558 100644 --- a/llap-tez/src/java/org/apache/hadoop/hive/llap/tezplugins/endpoint/LlapPluginSecurityInfo.java +++ b/llap-tez/src/java/org/apache/hadoop/hive/llap/tezplugins/endpoint/LlapPluginSecurityInfo.java @@ -1,7 +1,11 @@ /* - * Licensed 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 + * 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 * diff --git a/llap-tez/src/java/org/apache/hadoop/hive/llap/tezplugins/endpoint/LlapPluginServerImpl.java b/llap-tez/src/java/org/apache/hadoop/hive/llap/tezplugins/endpoint/LlapPluginServerImpl.java index 6e6785e3ab83..923dda4adc09 100644 --- a/llap-tez/src/java/org/apache/hadoop/hive/llap/tezplugins/endpoint/LlapPluginServerImpl.java +++ b/llap-tez/src/java/org/apache/hadoop/hive/llap/tezplugins/endpoint/LlapPluginServerImpl.java @@ -1,7 +1,11 @@ /* - * Licensed 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 + * 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 * diff --git a/llap-tez/src/java/org/apache/hadoop/hive/llap/tezplugins/helpers/MonotonicClock.java b/llap-tez/src/java/org/apache/hadoop/hive/llap/tezplugins/helpers/MonotonicClock.java index aaa6f91aa70c..b9a48beda136 100644 --- a/llap-tez/src/java/org/apache/hadoop/hive/llap/tezplugins/helpers/MonotonicClock.java +++ b/llap-tez/src/java/org/apache/hadoop/hive/llap/tezplugins/helpers/MonotonicClock.java @@ -1,15 +1,19 @@ /* - * Licensed 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 + * 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 + * 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. + * 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. */ package org.apache.hadoop.hive.llap.tezplugins.helpers; diff --git a/llap-tez/src/java/org/apache/hadoop/hive/llap/tezplugins/helpers/SourceStateTracker.java b/llap-tez/src/java/org/apache/hadoop/hive/llap/tezplugins/helpers/SourceStateTracker.java index 9589a3a52873..aa35896e90f6 100644 --- a/llap-tez/src/java/org/apache/hadoop/hive/llap/tezplugins/helpers/SourceStateTracker.java +++ b/llap-tez/src/java/org/apache/hadoop/hive/llap/tezplugins/helpers/SourceStateTracker.java @@ -1,15 +1,19 @@ /* - * Licensed 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 + * 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 + * 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. + * 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. */ package org.apache.hadoop.hive.llap.tezplugins.helpers; diff --git a/llap-tez/src/java/org/apache/hadoop/hive/llap/tezplugins/metrics/LlapMetricsListener.java b/llap-tez/src/java/org/apache/hadoop/hive/llap/tezplugins/metrics/LlapMetricsListener.java index b42434eb52f2..0e674a3d601d 100644 --- a/llap-tez/src/java/org/apache/hadoop/hive/llap/tezplugins/metrics/LlapMetricsListener.java +++ b/llap-tez/src/java/org/apache/hadoop/hive/llap/tezplugins/metrics/LlapMetricsListener.java @@ -1,7 +1,11 @@ /* - * Licensed 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 + * 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 * diff --git a/llap-tez/src/java/org/apache/hadoop/hive/llap/tezplugins/scheduler/LoggingFutureCallback.java b/llap-tez/src/java/org/apache/hadoop/hive/llap/tezplugins/scheduler/LoggingFutureCallback.java index ea700daf20ef..7fbedba056db 100644 --- a/llap-tez/src/java/org/apache/hadoop/hive/llap/tezplugins/scheduler/LoggingFutureCallback.java +++ b/llap-tez/src/java/org/apache/hadoop/hive/llap/tezplugins/scheduler/LoggingFutureCallback.java @@ -1,7 +1,11 @@ /* - * Licensed 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 + * 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 * diff --git a/llap-tez/src/java/org/apache/hadoop/hive/llap/tezplugins/scheduler/StatsPerDag.java b/llap-tez/src/java/org/apache/hadoop/hive/llap/tezplugins/scheduler/StatsPerDag.java index f482269445c0..dbfcdf7ea88b 100644 --- a/llap-tez/src/java/org/apache/hadoop/hive/llap/tezplugins/scheduler/StatsPerDag.java +++ b/llap-tez/src/java/org/apache/hadoop/hive/llap/tezplugins/scheduler/StatsPerDag.java @@ -1,7 +1,11 @@ /* - * Licensed 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 + * 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 * diff --git a/llap-tez/src/test/org/apache/hadoop/hive/llap/tezplugins/TestLlapTaskCommunicator.java b/llap-tez/src/test/org/apache/hadoop/hive/llap/tezplugins/TestLlapTaskCommunicator.java index 5a3a33b5452b..0bfa4bb3c403 100644 --- a/llap-tez/src/test/org/apache/hadoop/hive/llap/tezplugins/TestLlapTaskCommunicator.java +++ b/llap-tez/src/test/org/apache/hadoop/hive/llap/tezplugins/TestLlapTaskCommunicator.java @@ -1,15 +1,19 @@ /* - * Licensed 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 + * 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 + * 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. + * 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. */ package org.apache.hadoop.hive.llap.tezplugins; diff --git a/llap-tez/src/test/org/apache/hadoop/hive/llap/tezplugins/TestLlapTaskSchedulerService.java b/llap-tez/src/test/org/apache/hadoop/hive/llap/tezplugins/TestLlapTaskSchedulerService.java index 3a7e6d0aeac6..c41e8278aa03 100644 --- a/llap-tez/src/test/org/apache/hadoop/hive/llap/tezplugins/TestLlapTaskSchedulerService.java +++ b/llap-tez/src/test/org/apache/hadoop/hive/llap/tezplugins/TestLlapTaskSchedulerService.java @@ -1,15 +1,19 @@ /* - * Licensed 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 + * 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 + * 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. + * 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. */ package org.apache.hadoop.hive.llap.tezplugins; diff --git a/llap-tez/src/test/org/apache/hadoop/hive/llap/tezplugins/metrics/TestLlapMetricsCollector.java b/llap-tez/src/test/org/apache/hadoop/hive/llap/tezplugins/metrics/TestLlapMetricsCollector.java index 00e72b52ba20..c6a87604b081 100644 --- a/llap-tez/src/test/org/apache/hadoop/hive/llap/tezplugins/metrics/TestLlapMetricsCollector.java +++ b/llap-tez/src/test/org/apache/hadoop/hive/llap/tezplugins/metrics/TestLlapMetricsCollector.java @@ -1,7 +1,11 @@ /* - * Licensed 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 + * 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 * diff --git a/metastore/src/java/org/apache/hadoop/hive/metastore/SerDeStorageSchemaReader.java b/metastore/src/java/org/apache/hadoop/hive/metastore/SerDeStorageSchemaReader.java index 7f2b08c13a9c..d063781aab71 100644 --- a/metastore/src/java/org/apache/hadoop/hive/metastore/SerDeStorageSchemaReader.java +++ b/metastore/src/java/org/apache/hadoop/hive/metastore/SerDeStorageSchemaReader.java @@ -6,9 +6,9 @@ * 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. diff --git a/ql/src/java/org/apache/hadoop/hive/llap/LlapCacheAwareFs.java b/ql/src/java/org/apache/hadoop/hive/llap/LlapCacheAwareFs.java index 0b94c775dc2a..9e4b9841ad07 100644 --- a/ql/src/java/org/apache/hadoop/hive/llap/LlapCacheAwareFs.java +++ b/ql/src/java/org/apache/hadoop/hive/llap/LlapCacheAwareFs.java @@ -1,9 +1,13 @@ /* - * Licensed 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 + * 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 + * 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, diff --git a/ql/src/java/org/apache/hadoop/hive/ql/exec/OrcFileMergeOperator.java b/ql/src/java/org/apache/hadoop/hive/ql/exec/OrcFileMergeOperator.java index cb538c4a7084..ba7a7d89cafe 100644 --- a/ql/src/java/org/apache/hadoop/hive/ql/exec/OrcFileMergeOperator.java +++ b/ql/src/java/org/apache/hadoop/hive/ql/exec/OrcFileMergeOperator.java @@ -6,9 +6,9 @@ * 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. diff --git a/ql/src/java/org/apache/hadoop/hive/ql/exec/SerializationUtilities.java b/ql/src/java/org/apache/hadoop/hive/ql/exec/SerializationUtilities.java index d83a94fd27f4..51545fa1d362 100644 --- a/ql/src/java/org/apache/hadoop/hive/ql/exec/SerializationUtilities.java +++ b/ql/src/java/org/apache/hadoop/hive/ql/exec/SerializationUtilities.java @@ -6,9 +6,9 @@ * 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. diff --git a/ql/src/java/org/apache/hadoop/hive/ql/exec/tez/ColumnarSplitSizeEstimator.java b/ql/src/java/org/apache/hadoop/hive/ql/exec/tez/ColumnarSplitSizeEstimator.java index 90a3d3cc7e0d..93e98926a66e 100644 --- a/ql/src/java/org/apache/hadoop/hive/ql/exec/tez/ColumnarSplitSizeEstimator.java +++ b/ql/src/java/org/apache/hadoop/hive/ql/exec/tez/ColumnarSplitSizeEstimator.java @@ -6,9 +6,9 @@ * 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. diff --git a/ql/src/java/org/apache/hadoop/hive/ql/exec/tez/HashableInputSplit.java b/ql/src/java/org/apache/hadoop/hive/ql/exec/tez/HashableInputSplit.java index 8b2754c91211..84db385b6e18 100644 --- a/ql/src/java/org/apache/hadoop/hive/ql/exec/tez/HashableInputSplit.java +++ b/ql/src/java/org/apache/hadoop/hive/ql/exec/tez/HashableInputSplit.java @@ -1,7 +1,11 @@ /* - * Licensed 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 + * 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 * diff --git a/ql/src/java/org/apache/hadoop/hive/ql/exec/tez/HostAffinitySplitLocationProvider.java b/ql/src/java/org/apache/hadoop/hive/ql/exec/tez/HostAffinitySplitLocationProvider.java index b75c4dab3a1b..e60b94b315bb 100644 --- a/ql/src/java/org/apache/hadoop/hive/ql/exec/tez/HostAffinitySplitLocationProvider.java +++ b/ql/src/java/org/apache/hadoop/hive/ql/exec/tez/HostAffinitySplitLocationProvider.java @@ -1,7 +1,11 @@ /* - * Licensed 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 + * 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 * diff --git a/ql/src/java/org/apache/hadoop/hive/ql/exec/tez/TezConfigurationFactory.java b/ql/src/java/org/apache/hadoop/hive/ql/exec/tez/TezConfigurationFactory.java index 170c1a70dd64..609dc8c8c50f 100644 --- a/ql/src/java/org/apache/hadoop/hive/ql/exec/tez/TezConfigurationFactory.java +++ b/ql/src/java/org/apache/hadoop/hive/ql/exec/tez/TezConfigurationFactory.java @@ -1,21 +1,19 @@ /* + * 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 * - * * 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. + * 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. */ package org.apache.hadoop.hive.ql.exec.tez; diff --git a/ql/src/java/org/apache/hadoop/hive/ql/exec/tez/Utils.java b/ql/src/java/org/apache/hadoop/hive/ql/exec/tez/Utils.java index 92d64dfbb4d9..12131f4af9ef 100644 --- a/ql/src/java/org/apache/hadoop/hive/ql/exec/tez/Utils.java +++ b/ql/src/java/org/apache/hadoop/hive/ql/exec/tez/Utils.java @@ -6,9 +6,9 @@ * 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. diff --git a/ql/src/java/org/apache/hadoop/hive/ql/exec/tez/monitoring/TezJobMonitor.java b/ql/src/java/org/apache/hadoop/hive/ql/exec/tez/monitoring/TezJobMonitor.java index 871258837af6..f075762586b4 100644 --- a/ql/src/java/org/apache/hadoop/hive/ql/exec/tez/monitoring/TezJobMonitor.java +++ b/ql/src/java/org/apache/hadoop/hive/ql/exec/tez/monitoring/TezJobMonitor.java @@ -6,9 +6,9 @@ * 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. diff --git a/ql/src/java/org/apache/hadoop/hive/ql/hooks/HiveHookEventProtoPartialBuilder.java b/ql/src/java/org/apache/hadoop/hive/ql/hooks/HiveHookEventProtoPartialBuilder.java index d55d71c4fa7a..fe8af9b09866 100644 --- a/ql/src/java/org/apache/hadoop/hive/ql/hooks/HiveHookEventProtoPartialBuilder.java +++ b/ql/src/java/org/apache/hadoop/hive/ql/hooks/HiveHookEventProtoPartialBuilder.java @@ -1,21 +1,19 @@ /* + * 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 * - * * 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. + * 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. */ package org.apache.hadoop.hive.ql.hooks; diff --git a/ql/src/java/org/apache/hadoop/hive/ql/hooks/HiveProtoLoggingHook.java b/ql/src/java/org/apache/hadoop/hive/ql/hooks/HiveProtoLoggingHook.java index 20972235cb2c..52a834d17a7a 100644 --- a/ql/src/java/org/apache/hadoop/hive/ql/hooks/HiveProtoLoggingHook.java +++ b/ql/src/java/org/apache/hadoop/hive/ql/hooks/HiveProtoLoggingHook.java @@ -6,9 +6,9 @@ * 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. diff --git a/ql/src/java/org/apache/hadoop/hive/ql/hooks/MetricsQueryLifeTimeHook.java b/ql/src/java/org/apache/hadoop/hive/ql/hooks/MetricsQueryLifeTimeHook.java index c864d5e60cb2..d65a3d04d97b 100644 --- a/ql/src/java/org/apache/hadoop/hive/ql/hooks/MetricsQueryLifeTimeHook.java +++ b/ql/src/java/org/apache/hadoop/hive/ql/hooks/MetricsQueryLifeTimeHook.java @@ -6,9 +6,9 @@ * 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. diff --git a/ql/src/java/org/apache/hadoop/hive/ql/hooks/PostExecOrcFileDump.java b/ql/src/java/org/apache/hadoop/hive/ql/hooks/PostExecOrcFileDump.java index b8b5e12ea741..dc7aee2b97ee 100644 --- a/ql/src/java/org/apache/hadoop/hive/ql/hooks/PostExecOrcFileDump.java +++ b/ql/src/java/org/apache/hadoop/hive/ql/hooks/PostExecOrcFileDump.java @@ -6,9 +6,9 @@ * 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. diff --git a/ql/src/java/org/apache/hadoop/hive/ql/hooks/PostExecOrcRowGroupCountPrinter.java b/ql/src/java/org/apache/hadoop/hive/ql/hooks/PostExecOrcRowGroupCountPrinter.java index d4b88b06dfc6..fca2d6687eec 100644 --- a/ql/src/java/org/apache/hadoop/hive/ql/hooks/PostExecOrcRowGroupCountPrinter.java +++ b/ql/src/java/org/apache/hadoop/hive/ql/hooks/PostExecOrcRowGroupCountPrinter.java @@ -6,9 +6,9 @@ * 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. diff --git a/ql/src/java/org/apache/hadoop/hive/ql/hooks/PostExecTezSummaryPrinter.java b/ql/src/java/org/apache/hadoop/hive/ql/hooks/PostExecTezSummaryPrinter.java index 7633ac85612f..421c1403b7f6 100644 --- a/ql/src/java/org/apache/hadoop/hive/ql/hooks/PostExecTezSummaryPrinter.java +++ b/ql/src/java/org/apache/hadoop/hive/ql/hooks/PostExecTezSummaryPrinter.java @@ -6,9 +6,9 @@ * 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. diff --git a/ql/src/java/org/apache/hadoop/hive/ql/hooks/PostExecWMEventsSummaryPrinter.java b/ql/src/java/org/apache/hadoop/hive/ql/hooks/PostExecWMEventsSummaryPrinter.java index c5905f529e72..938841913ced 100644 --- a/ql/src/java/org/apache/hadoop/hive/ql/hooks/PostExecWMEventsSummaryPrinter.java +++ b/ql/src/java/org/apache/hadoop/hive/ql/hooks/PostExecWMEventsSummaryPrinter.java @@ -6,9 +6,9 @@ * 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. diff --git a/ql/src/java/org/apache/hadoop/hive/ql/hooks/QueryLifeTimeHook.java b/ql/src/java/org/apache/hadoop/hive/ql/hooks/QueryLifeTimeHook.java index bcb3b7329549..d3731f8ee1b8 100644 --- a/ql/src/java/org/apache/hadoop/hive/ql/hooks/QueryLifeTimeHook.java +++ b/ql/src/java/org/apache/hadoop/hive/ql/hooks/QueryLifeTimeHook.java @@ -6,9 +6,9 @@ * 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. diff --git a/ql/src/java/org/apache/hadoop/hive/ql/hooks/QueryLifeTimeHookContext.java b/ql/src/java/org/apache/hadoop/hive/ql/hooks/QueryLifeTimeHookContext.java index 811e7a1f9583..712fe650eea2 100644 --- a/ql/src/java/org/apache/hadoop/hive/ql/hooks/QueryLifeTimeHookContext.java +++ b/ql/src/java/org/apache/hadoop/hive/ql/hooks/QueryLifeTimeHookContext.java @@ -6,9 +6,9 @@ * 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. diff --git a/ql/src/java/org/apache/hadoop/hive/ql/hooks/QueryLifeTimeHookContextImpl.java b/ql/src/java/org/apache/hadoop/hive/ql/hooks/QueryLifeTimeHookContextImpl.java index 2483b3890703..df9eb514ef36 100644 --- a/ql/src/java/org/apache/hadoop/hive/ql/hooks/QueryLifeTimeHookContextImpl.java +++ b/ql/src/java/org/apache/hadoop/hive/ql/hooks/QueryLifeTimeHookContextImpl.java @@ -6,9 +6,9 @@ * 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. diff --git a/ql/src/java/org/apache/hadoop/hive/ql/io/ColumnarSplit.java b/ql/src/java/org/apache/hadoop/hive/ql/io/ColumnarSplit.java index 7cc2e9e76d01..52fedf4158e5 100644 --- a/ql/src/java/org/apache/hadoop/hive/ql/io/ColumnarSplit.java +++ b/ql/src/java/org/apache/hadoop/hive/ql/io/ColumnarSplit.java @@ -6,9 +6,9 @@ * 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. diff --git a/ql/src/java/org/apache/hadoop/hive/ql/io/parquet/FilterPredicateLeafBuilder.java b/ql/src/java/org/apache/hadoop/hive/ql/io/parquet/FilterPredicateLeafBuilder.java index 46e45b2ec772..a012aad581fd 100644 --- a/ql/src/java/org/apache/hadoop/hive/ql/io/parquet/FilterPredicateLeafBuilder.java +++ b/ql/src/java/org/apache/hadoop/hive/ql/io/parquet/FilterPredicateLeafBuilder.java @@ -1,9 +1,13 @@ /* - * Licensed 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 + * 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 + * 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, diff --git a/ql/src/java/org/apache/hadoop/hive/ql/io/parquet/LeafFilterFactory.java b/ql/src/java/org/apache/hadoop/hive/ql/io/parquet/LeafFilterFactory.java index 5ae87288727d..921a6bca8743 100644 --- a/ql/src/java/org/apache/hadoop/hive/ql/io/parquet/LeafFilterFactory.java +++ b/ql/src/java/org/apache/hadoop/hive/ql/io/parquet/LeafFilterFactory.java @@ -1,9 +1,13 @@ /* - * Licensed 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 + * 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 + * 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, diff --git a/ql/src/java/org/apache/hadoop/hive/ql/io/parquet/MapredParquetInputFormat.java b/ql/src/java/org/apache/hadoop/hive/ql/io/parquet/MapredParquetInputFormat.java index c6bd5fc87815..29570b003ef8 100644 --- a/ql/src/java/org/apache/hadoop/hive/ql/io/parquet/MapredParquetInputFormat.java +++ b/ql/src/java/org/apache/hadoop/hive/ql/io/parquet/MapredParquetInputFormat.java @@ -1,9 +1,13 @@ /* - * Licensed 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 + * 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 + * 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, diff --git a/ql/src/java/org/apache/hadoop/hive/ql/io/parquet/MapredParquetOutputFormat.java b/ql/src/java/org/apache/hadoop/hive/ql/io/parquet/MapredParquetOutputFormat.java index 4786305a4145..cfb7beafa929 100644 --- a/ql/src/java/org/apache/hadoop/hive/ql/io/parquet/MapredParquetOutputFormat.java +++ b/ql/src/java/org/apache/hadoop/hive/ql/io/parquet/MapredParquetOutputFormat.java @@ -1,9 +1,13 @@ /* - * Licensed 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 + * 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 + * 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, diff --git a/ql/src/java/org/apache/hadoop/hive/ql/io/parquet/ParquetRecordReaderBase.java b/ql/src/java/org/apache/hadoop/hive/ql/io/parquet/ParquetRecordReaderBase.java index 9b817eb3642a..00af5776f554 100644 --- a/ql/src/java/org/apache/hadoop/hive/ql/io/parquet/ParquetRecordReaderBase.java +++ b/ql/src/java/org/apache/hadoop/hive/ql/io/parquet/ParquetRecordReaderBase.java @@ -1,9 +1,13 @@ /* - * Licensed 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 + * 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 + * 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, diff --git a/ql/src/java/org/apache/hadoop/hive/ql/io/parquet/ProjectionPusher.java b/ql/src/java/org/apache/hadoop/hive/ql/io/parquet/ProjectionPusher.java index 10a54769de20..3a0e605adcf7 100644 --- a/ql/src/java/org/apache/hadoop/hive/ql/io/parquet/ProjectionPusher.java +++ b/ql/src/java/org/apache/hadoop/hive/ql/io/parquet/ProjectionPusher.java @@ -1,9 +1,13 @@ /* - * Licensed 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 + * 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 + * 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, diff --git a/ql/src/java/org/apache/hadoop/hive/ql/io/parquet/VectorizedParquetInputFormat.java b/ql/src/java/org/apache/hadoop/hive/ql/io/parquet/VectorizedParquetInputFormat.java index 6035a68bb1b0..20d3abed0d33 100644 --- a/ql/src/java/org/apache/hadoop/hive/ql/io/parquet/VectorizedParquetInputFormat.java +++ b/ql/src/java/org/apache/hadoop/hive/ql/io/parquet/VectorizedParquetInputFormat.java @@ -1,9 +1,13 @@ /* - * Licensed 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 + * 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 + * 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, diff --git a/ql/src/java/org/apache/hadoop/hive/ql/io/parquet/convert/ConverterParent.java b/ql/src/java/org/apache/hadoop/hive/ql/io/parquet/convert/ConverterParent.java index a992ebfa961c..5a5a9358eff0 100644 --- a/ql/src/java/org/apache/hadoop/hive/ql/io/parquet/convert/ConverterParent.java +++ b/ql/src/java/org/apache/hadoop/hive/ql/io/parquet/convert/ConverterParent.java @@ -1,9 +1,13 @@ /* - * Licensed 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 + * 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 + * 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, diff --git a/ql/src/java/org/apache/hadoop/hive/ql/io/parquet/convert/DataWritableRecordConverter.java b/ql/src/java/org/apache/hadoop/hive/ql/io/parquet/convert/DataWritableRecordConverter.java index 0cd52fda1e59..98307bee7505 100644 --- a/ql/src/java/org/apache/hadoop/hive/ql/io/parquet/convert/DataWritableRecordConverter.java +++ b/ql/src/java/org/apache/hadoop/hive/ql/io/parquet/convert/DataWritableRecordConverter.java @@ -1,9 +1,13 @@ /* - * Licensed 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 + * 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 + * 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, diff --git a/ql/src/java/org/apache/hadoop/hive/ql/io/parquet/convert/ETypeConverter.java b/ql/src/java/org/apache/hadoop/hive/ql/io/parquet/convert/ETypeConverter.java index c1bbd35ddeaa..0ae7c9f300e2 100644 --- a/ql/src/java/org/apache/hadoop/hive/ql/io/parquet/convert/ETypeConverter.java +++ b/ql/src/java/org/apache/hadoop/hive/ql/io/parquet/convert/ETypeConverter.java @@ -1,9 +1,13 @@ /* - * Licensed 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 + * 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 + * 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, diff --git a/ql/src/java/org/apache/hadoop/hive/ql/io/parquet/convert/HiveGroupConverter.java b/ql/src/java/org/apache/hadoop/hive/ql/io/parquet/convert/HiveGroupConverter.java index a13a549e121c..4af6e3d87aa6 100644 --- a/ql/src/java/org/apache/hadoop/hive/ql/io/parquet/convert/HiveGroupConverter.java +++ b/ql/src/java/org/apache/hadoop/hive/ql/io/parquet/convert/HiveGroupConverter.java @@ -1,9 +1,13 @@ /* - * Licensed 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 + * 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 + * 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, diff --git a/ql/src/java/org/apache/hadoop/hive/ql/io/parquet/convert/HiveSchemaConverter.java b/ql/src/java/org/apache/hadoop/hive/ql/io/parquet/convert/HiveSchemaConverter.java index e1ca092a20a6..afb8c687b141 100644 --- a/ql/src/java/org/apache/hadoop/hive/ql/io/parquet/convert/HiveSchemaConverter.java +++ b/ql/src/java/org/apache/hadoop/hive/ql/io/parquet/convert/HiveSchemaConverter.java @@ -1,9 +1,13 @@ /* - * Licensed 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 + * 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 + * 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, diff --git a/ql/src/java/org/apache/hadoop/hive/ql/io/parquet/convert/HiveStructConverter.java b/ql/src/java/org/apache/hadoop/hive/ql/io/parquet/convert/HiveStructConverter.java index bdffdf4543f3..e242fb916b00 100644 --- a/ql/src/java/org/apache/hadoop/hive/ql/io/parquet/convert/HiveStructConverter.java +++ b/ql/src/java/org/apache/hadoop/hive/ql/io/parquet/convert/HiveStructConverter.java @@ -1,9 +1,13 @@ /* - * Licensed 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 + * 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 + * 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, diff --git a/ql/src/java/org/apache/hadoop/hive/ql/io/parquet/read/DataWritableReadSupport.java b/ql/src/java/org/apache/hadoop/hive/ql/io/parquet/read/DataWritableReadSupport.java index cd093dd6a53a..dad0ff3b8366 100644 --- a/ql/src/java/org/apache/hadoop/hive/ql/io/parquet/read/DataWritableReadSupport.java +++ b/ql/src/java/org/apache/hadoop/hive/ql/io/parquet/read/DataWritableReadSupport.java @@ -1,9 +1,13 @@ /* - * Licensed 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 + * 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 + * 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, diff --git a/ql/src/java/org/apache/hadoop/hive/ql/io/parquet/read/ParquetRecordReaderWrapper.java b/ql/src/java/org/apache/hadoop/hive/ql/io/parquet/read/ParquetRecordReaderWrapper.java index 2d19f5d4c0be..6469cb38ebe2 100644 --- a/ql/src/java/org/apache/hadoop/hive/ql/io/parquet/read/ParquetRecordReaderWrapper.java +++ b/ql/src/java/org/apache/hadoop/hive/ql/io/parquet/read/ParquetRecordReaderWrapper.java @@ -1,9 +1,13 @@ /* - * Licensed 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 + * 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 + * 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, diff --git a/ql/src/java/org/apache/hadoop/hive/ql/io/parquet/serde/AbstractParquetMapInspector.java b/ql/src/java/org/apache/hadoop/hive/ql/io/parquet/serde/AbstractParquetMapInspector.java index dfcb33f7718a..8035cccf02a1 100644 --- a/ql/src/java/org/apache/hadoop/hive/ql/io/parquet/serde/AbstractParquetMapInspector.java +++ b/ql/src/java/org/apache/hadoop/hive/ql/io/parquet/serde/AbstractParquetMapInspector.java @@ -1,9 +1,13 @@ /* - * Licensed 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 + * 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 + * 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, diff --git a/ql/src/java/org/apache/hadoop/hive/ql/io/parquet/serde/ArrayWritableObjectInspector.java b/ql/src/java/org/apache/hadoop/hive/ql/io/parquet/serde/ArrayWritableObjectInspector.java index 742721dc6780..acda9480bfdf 100644 --- a/ql/src/java/org/apache/hadoop/hive/ql/io/parquet/serde/ArrayWritableObjectInspector.java +++ b/ql/src/java/org/apache/hadoop/hive/ql/io/parquet/serde/ArrayWritableObjectInspector.java @@ -1,9 +1,13 @@ /* - * Licensed 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 + * 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 + * 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, diff --git a/ql/src/java/org/apache/hadoop/hive/ql/io/parquet/serde/DeepParquetHiveMapInspector.java b/ql/src/java/org/apache/hadoop/hive/ql/io/parquet/serde/DeepParquetHiveMapInspector.java index 3d4900686bce..224731c92bf6 100644 --- a/ql/src/java/org/apache/hadoop/hive/ql/io/parquet/serde/DeepParquetHiveMapInspector.java +++ b/ql/src/java/org/apache/hadoop/hive/ql/io/parquet/serde/DeepParquetHiveMapInspector.java @@ -1,9 +1,13 @@ /* - * Licensed 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 + * 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 + * 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, diff --git a/ql/src/java/org/apache/hadoop/hive/ql/io/parquet/serde/ParquetHiveArrayInspector.java b/ql/src/java/org/apache/hadoop/hive/ql/io/parquet/serde/ParquetHiveArrayInspector.java index 8da396ea7040..64a52e72bf20 100644 --- a/ql/src/java/org/apache/hadoop/hive/ql/io/parquet/serde/ParquetHiveArrayInspector.java +++ b/ql/src/java/org/apache/hadoop/hive/ql/io/parquet/serde/ParquetHiveArrayInspector.java @@ -1,9 +1,13 @@ /* - * Licensed 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 + * 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 + * 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, diff --git a/ql/src/java/org/apache/hadoop/hive/ql/io/parquet/serde/ParquetHiveSerDe.java b/ql/src/java/org/apache/hadoop/hive/ql/io/parquet/serde/ParquetHiveSerDe.java index db882d8ba82c..62d0b72dd174 100644 --- a/ql/src/java/org/apache/hadoop/hive/ql/io/parquet/serde/ParquetHiveSerDe.java +++ b/ql/src/java/org/apache/hadoop/hive/ql/io/parquet/serde/ParquetHiveSerDe.java @@ -1,9 +1,13 @@ /* - * Licensed 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 + * 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 + * 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, diff --git a/ql/src/java/org/apache/hadoop/hive/ql/io/parquet/serde/ParquetTableUtils.java b/ql/src/java/org/apache/hadoop/hive/ql/io/parquet/serde/ParquetTableUtils.java index 1e3d7842cc8c..ae331f9aa371 100644 --- a/ql/src/java/org/apache/hadoop/hive/ql/io/parquet/serde/ParquetTableUtils.java +++ b/ql/src/java/org/apache/hadoop/hive/ql/io/parquet/serde/ParquetTableUtils.java @@ -1,9 +1,13 @@ /* - * Licensed 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 + * 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 + * 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, diff --git a/ql/src/java/org/apache/hadoop/hive/ql/io/parquet/serde/StandardParquetHiveMapInspector.java b/ql/src/java/org/apache/hadoop/hive/ql/io/parquet/serde/StandardParquetHiveMapInspector.java index 1f28bb6ca849..74eeab38c571 100644 --- a/ql/src/java/org/apache/hadoop/hive/ql/io/parquet/serde/StandardParquetHiveMapInspector.java +++ b/ql/src/java/org/apache/hadoop/hive/ql/io/parquet/serde/StandardParquetHiveMapInspector.java @@ -1,9 +1,13 @@ /* - * Licensed 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 + * 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 + * 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, diff --git a/ql/src/java/org/apache/hadoop/hive/ql/io/parquet/serde/primitive/ParquetByteInspector.java b/ql/src/java/org/apache/hadoop/hive/ql/io/parquet/serde/primitive/ParquetByteInspector.java index b470aedf25e0..e878f6035cbe 100644 --- a/ql/src/java/org/apache/hadoop/hive/ql/io/parquet/serde/primitive/ParquetByteInspector.java +++ b/ql/src/java/org/apache/hadoop/hive/ql/io/parquet/serde/primitive/ParquetByteInspector.java @@ -1,9 +1,13 @@ /* - * Licensed 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 + * 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 + * 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, diff --git a/ql/src/java/org/apache/hadoop/hive/ql/io/parquet/serde/primitive/ParquetPrimitiveInspectorFactory.java b/ql/src/java/org/apache/hadoop/hive/ql/io/parquet/serde/primitive/ParquetPrimitiveInspectorFactory.java index e05901e36f92..fe51a2096c19 100644 --- a/ql/src/java/org/apache/hadoop/hive/ql/io/parquet/serde/primitive/ParquetPrimitiveInspectorFactory.java +++ b/ql/src/java/org/apache/hadoop/hive/ql/io/parquet/serde/primitive/ParquetPrimitiveInspectorFactory.java @@ -1,9 +1,13 @@ /* - * Licensed 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 + * 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 + * 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, diff --git a/ql/src/java/org/apache/hadoop/hive/ql/io/parquet/serde/primitive/ParquetShortInspector.java b/ql/src/java/org/apache/hadoop/hive/ql/io/parquet/serde/primitive/ParquetShortInspector.java index 6981742a7335..aa3141135bb8 100644 --- a/ql/src/java/org/apache/hadoop/hive/ql/io/parquet/serde/primitive/ParquetShortInspector.java +++ b/ql/src/java/org/apache/hadoop/hive/ql/io/parquet/serde/primitive/ParquetShortInspector.java @@ -1,9 +1,13 @@ /* - * Licensed 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 + * 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 + * 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, diff --git a/ql/src/java/org/apache/hadoop/hive/ql/io/parquet/serde/primitive/ParquetStringInspector.java b/ql/src/java/org/apache/hadoop/hive/ql/io/parquet/serde/primitive/ParquetStringInspector.java index a0eb43d399ec..715de7adf631 100644 --- a/ql/src/java/org/apache/hadoop/hive/ql/io/parquet/serde/primitive/ParquetStringInspector.java +++ b/ql/src/java/org/apache/hadoop/hive/ql/io/parquet/serde/primitive/ParquetStringInspector.java @@ -1,9 +1,13 @@ /* - * Licensed 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 + * 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 + * 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, diff --git a/ql/src/java/org/apache/hadoop/hive/ql/io/parquet/timestamp/NanoTime.java b/ql/src/java/org/apache/hadoop/hive/ql/io/parquet/timestamp/NanoTime.java index a356ab415c8a..87afd02f3b9f 100644 --- a/ql/src/java/org/apache/hadoop/hive/ql/io/parquet/timestamp/NanoTime.java +++ b/ql/src/java/org/apache/hadoop/hive/ql/io/parquet/timestamp/NanoTime.java @@ -1,9 +1,13 @@ /* - * Licensed 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 + * 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 + * 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, diff --git a/ql/src/java/org/apache/hadoop/hive/ql/io/parquet/timestamp/NanoTimeUtils.java b/ql/src/java/org/apache/hadoop/hive/ql/io/parquet/timestamp/NanoTimeUtils.java index 05635ff9768e..0dcc993ebdc1 100644 --- a/ql/src/java/org/apache/hadoop/hive/ql/io/parquet/timestamp/NanoTimeUtils.java +++ b/ql/src/java/org/apache/hadoop/hive/ql/io/parquet/timestamp/NanoTimeUtils.java @@ -1,9 +1,13 @@ /* - * Licensed 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 + * 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 + * 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, diff --git a/ql/src/java/org/apache/hadoop/hive/ql/io/parquet/timestamp/ParquetTimestampUtils.java b/ql/src/java/org/apache/hadoop/hive/ql/io/parquet/timestamp/ParquetTimestampUtils.java index 53684767b157..70a28a7a668f 100644 --- a/ql/src/java/org/apache/hadoop/hive/ql/io/parquet/timestamp/ParquetTimestampUtils.java +++ b/ql/src/java/org/apache/hadoop/hive/ql/io/parquet/timestamp/ParquetTimestampUtils.java @@ -1,9 +1,13 @@ /* - * Licensed 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 + * 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 + * 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, diff --git a/ql/src/java/org/apache/hadoop/hive/ql/io/parquet/vector/ParquetFooterInputFromCache.java b/ql/src/java/org/apache/hadoop/hive/ql/io/parquet/vector/ParquetFooterInputFromCache.java index 49960caf7aaf..370d50bbda98 100644 --- a/ql/src/java/org/apache/hadoop/hive/ql/io/parquet/vector/ParquetFooterInputFromCache.java +++ b/ql/src/java/org/apache/hadoop/hive/ql/io/parquet/vector/ParquetFooterInputFromCache.java @@ -1,9 +1,13 @@ /* - * Licensed 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 + * 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 + * 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, diff --git a/ql/src/java/org/apache/hadoop/hive/ql/io/parquet/vector/VectorizedListColumnReader.java b/ql/src/java/org/apache/hadoop/hive/ql/io/parquet/vector/VectorizedListColumnReader.java index 182aa8613739..2c6135d8a3f2 100644 --- a/ql/src/java/org/apache/hadoop/hive/ql/io/parquet/vector/VectorizedListColumnReader.java +++ b/ql/src/java/org/apache/hadoop/hive/ql/io/parquet/vector/VectorizedListColumnReader.java @@ -1,9 +1,13 @@ /* - * Licensed 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 + * 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 + * 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, diff --git a/ql/src/java/org/apache/hadoop/hive/ql/io/parquet/vector/VectorizedPrimitiveColumnReader.java b/ql/src/java/org/apache/hadoop/hive/ql/io/parquet/vector/VectorizedPrimitiveColumnReader.java index be2622153bbe..0ab8e5021e9e 100644 --- a/ql/src/java/org/apache/hadoop/hive/ql/io/parquet/vector/VectorizedPrimitiveColumnReader.java +++ b/ql/src/java/org/apache/hadoop/hive/ql/io/parquet/vector/VectorizedPrimitiveColumnReader.java @@ -1,9 +1,13 @@ /* - * Licensed 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 + * 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 + * 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, diff --git a/ql/src/java/org/apache/hadoop/hive/ql/io/parquet/write/DataWritableWriteSupport.java b/ql/src/java/org/apache/hadoop/hive/ql/io/parquet/write/DataWritableWriteSupport.java index 8d143ef518c1..cf4549e33e5a 100644 --- a/ql/src/java/org/apache/hadoop/hive/ql/io/parquet/write/DataWritableWriteSupport.java +++ b/ql/src/java/org/apache/hadoop/hive/ql/io/parquet/write/DataWritableWriteSupport.java @@ -1,9 +1,13 @@ /* - * Licensed 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 + * 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 + * 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, diff --git a/ql/src/java/org/apache/hadoop/hive/ql/io/parquet/write/DataWritableWriter.java b/ql/src/java/org/apache/hadoop/hive/ql/io/parquet/write/DataWritableWriter.java index 7d3e3fcb2451..f4cb233d1883 100644 --- a/ql/src/java/org/apache/hadoop/hive/ql/io/parquet/write/DataWritableWriter.java +++ b/ql/src/java/org/apache/hadoop/hive/ql/io/parquet/write/DataWritableWriter.java @@ -1,9 +1,13 @@ /* - * Licensed 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 + * 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 + * 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, diff --git a/ql/src/java/org/apache/hadoop/hive/ql/io/parquet/write/ParquetRecordWriterWrapper.java b/ql/src/java/org/apache/hadoop/hive/ql/io/parquet/write/ParquetRecordWriterWrapper.java index d64766d62c36..4f866a50331e 100644 --- a/ql/src/java/org/apache/hadoop/hive/ql/io/parquet/write/ParquetRecordWriterWrapper.java +++ b/ql/src/java/org/apache/hadoop/hive/ql/io/parquet/write/ParquetRecordWriterWrapper.java @@ -1,9 +1,13 @@ /* - * Licensed 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 + * 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 + * 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, diff --git a/ql/src/java/org/apache/hadoop/hive/ql/log/HiveEventCounter.java b/ql/src/java/org/apache/hadoop/hive/ql/log/HiveEventCounter.java index 56a08cceadfb..9e51300c4477 100644 --- a/ql/src/java/org/apache/hadoop/hive/ql/log/HiveEventCounter.java +++ b/ql/src/java/org/apache/hadoop/hive/ql/log/HiveEventCounter.java @@ -6,9 +6,9 @@ * 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. diff --git a/ql/src/java/org/apache/hadoop/hive/ql/log/LogDivertAppender.java b/ql/src/java/org/apache/hadoop/hive/ql/log/LogDivertAppender.java index 67eb0e5e5a69..3d655e7c43d1 100644 --- a/ql/src/java/org/apache/hadoop/hive/ql/log/LogDivertAppender.java +++ b/ql/src/java/org/apache/hadoop/hive/ql/log/LogDivertAppender.java @@ -6,9 +6,9 @@ * 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. diff --git a/ql/src/java/org/apache/hadoop/hive/ql/log/NullAppender.java b/ql/src/java/org/apache/hadoop/hive/ql/log/NullAppender.java index b4d3a798ddc5..3173e9ea5051 100644 --- a/ql/src/java/org/apache/hadoop/hive/ql/log/NullAppender.java +++ b/ql/src/java/org/apache/hadoop/hive/ql/log/NullAppender.java @@ -6,9 +6,9 @@ * 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. diff --git a/ql/src/java/org/apache/hadoop/hive/ql/log/PidFilePatternConverter.java b/ql/src/java/org/apache/hadoop/hive/ql/log/PidFilePatternConverter.java index 8dc5eb030dae..028a2481cd85 100644 --- a/ql/src/java/org/apache/hadoop/hive/ql/log/PidFilePatternConverter.java +++ b/ql/src/java/org/apache/hadoop/hive/ql/log/PidFilePatternConverter.java @@ -6,9 +6,9 @@ * 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. diff --git a/ql/src/java/org/apache/hadoop/hive/ql/log/SlidingFilenameRolloverStrategy.java b/ql/src/java/org/apache/hadoop/hive/ql/log/SlidingFilenameRolloverStrategy.java index 67bbd8eb0777..dd81359f9273 100644 --- a/ql/src/java/org/apache/hadoop/hive/ql/log/SlidingFilenameRolloverStrategy.java +++ b/ql/src/java/org/apache/hadoop/hive/ql/log/SlidingFilenameRolloverStrategy.java @@ -6,9 +6,9 @@ * 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. diff --git a/ql/src/java/org/apache/hadoop/hive/ql/optimizer/OrderlessLimitPushDownOptimizer.java b/ql/src/java/org/apache/hadoop/hive/ql/optimizer/OrderlessLimitPushDownOptimizer.java index 0448d24eb19a..2702bcbeff76 100644 --- a/ql/src/java/org/apache/hadoop/hive/ql/optimizer/OrderlessLimitPushDownOptimizer.java +++ b/ql/src/java/org/apache/hadoop/hive/ql/optimizer/OrderlessLimitPushDownOptimizer.java @@ -1,21 +1,19 @@ /* + * 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 * - * * 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. + * 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. */ package org.apache.hadoop.hive.ql.optimizer; diff --git a/ql/src/java/org/apache/hadoop/hive/ql/queryhistory/RecordEnricher.java b/ql/src/java/org/apache/hadoop/hive/ql/queryhistory/RecordEnricher.java index 0735112afb72..3eddc0d0d3b6 100644 --- a/ql/src/java/org/apache/hadoop/hive/ql/queryhistory/RecordEnricher.java +++ b/ql/src/java/org/apache/hadoop/hive/ql/queryhistory/RecordEnricher.java @@ -1,14 +1,14 @@ /* - * Licensed to the Apache Software Foundation (ASF) under one§ + * 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 - *

+ * + * 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. diff --git a/ql/src/java/org/apache/hadoop/hive/ql/queryhistory/repository/IcebergRepository.java b/ql/src/java/org/apache/hadoop/hive/ql/queryhistory/repository/IcebergRepository.java index 40ee8c171c2f..2d40da3aa1ae 100644 --- a/ql/src/java/org/apache/hadoop/hive/ql/queryhistory/repository/IcebergRepository.java +++ b/ql/src/java/org/apache/hadoop/hive/ql/queryhistory/repository/IcebergRepository.java @@ -6,9 +6,9 @@ * 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. diff --git a/ql/src/java/org/apache/hadoop/hive/ql/queryhistory/repository/QueryHistoryRepository.java b/ql/src/java/org/apache/hadoop/hive/ql/queryhistory/repository/QueryHistoryRepository.java index 00aa92074824..ccff8c2e17c1 100644 --- a/ql/src/java/org/apache/hadoop/hive/ql/queryhistory/repository/QueryHistoryRepository.java +++ b/ql/src/java/org/apache/hadoop/hive/ql/queryhistory/repository/QueryHistoryRepository.java @@ -6,9 +6,9 @@ * 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. diff --git a/ql/src/java/org/apache/hadoop/hive/ql/queryhistory/schema/Record.java b/ql/src/java/org/apache/hadoop/hive/ql/queryhistory/schema/Record.java index e4a05cb4f84a..892addb0efff 100644 --- a/ql/src/java/org/apache/hadoop/hive/ql/queryhistory/schema/Record.java +++ b/ql/src/java/org/apache/hadoop/hive/ql/queryhistory/schema/Record.java @@ -6,9 +6,9 @@ * 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. diff --git a/ql/src/java/org/apache/hadoop/hive/ql/queryhistory/schema/Schema.java b/ql/src/java/org/apache/hadoop/hive/ql/queryhistory/schema/Schema.java index 10789be19fa6..2785be7800e0 100644 --- a/ql/src/java/org/apache/hadoop/hive/ql/queryhistory/schema/Schema.java +++ b/ql/src/java/org/apache/hadoop/hive/ql/queryhistory/schema/Schema.java @@ -6,9 +6,9 @@ * 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. diff --git a/ql/src/java/org/apache/hadoop/hive/ql/session/ClearDanglingScratchDir.java b/ql/src/java/org/apache/hadoop/hive/ql/session/ClearDanglingScratchDir.java index 305923023800..7fae1454bdf2 100644 --- a/ql/src/java/org/apache/hadoop/hive/ql/session/ClearDanglingScratchDir.java +++ b/ql/src/java/org/apache/hadoop/hive/ql/session/ClearDanglingScratchDir.java @@ -6,9 +6,9 @@ * 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. diff --git a/ql/src/java/org/apache/hadoop/hive/ql/udf/generic/GenericUDFToTimestampLocalTZ.java b/ql/src/java/org/apache/hadoop/hive/ql/udf/generic/GenericUDFToTimestampLocalTZ.java index eaced5af5a18..0e3ba54877e9 100644 --- a/ql/src/java/org/apache/hadoop/hive/ql/udf/generic/GenericUDFToTimestampLocalTZ.java +++ b/ql/src/java/org/apache/hadoop/hive/ql/udf/generic/GenericUDFToTimestampLocalTZ.java @@ -6,9 +6,9 @@ * 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. diff --git a/ql/src/test/org/apache/hadoop/hive/metastore/txn/TestTxnHandlerNoConnectionPool.java b/ql/src/test/org/apache/hadoop/hive/metastore/txn/TestTxnHandlerNoConnectionPool.java index b47f4f1e65f8..00b323322349 100644 --- a/ql/src/test/org/apache/hadoop/hive/metastore/txn/TestTxnHandlerNoConnectionPool.java +++ b/ql/src/test/org/apache/hadoop/hive/metastore/txn/TestTxnHandlerNoConnectionPool.java @@ -6,9 +6,9 @@ * 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. diff --git a/ql/src/test/org/apache/hadoop/hive/ql/exec/TestSerializationUtilities.java b/ql/src/test/org/apache/hadoop/hive/ql/exec/TestSerializationUtilities.java index a50a6bdd3d08..75e123f93b28 100644 --- a/ql/src/test/org/apache/hadoop/hive/ql/exec/TestSerializationUtilities.java +++ b/ql/src/test/org/apache/hadoop/hive/ql/exec/TestSerializationUtilities.java @@ -6,9 +6,9 @@ * 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. diff --git a/ql/src/test/org/apache/hadoop/hive/ql/exec/tez/TestDynamicPartitionPruner.java b/ql/src/test/org/apache/hadoop/hive/ql/exec/tez/TestDynamicPartitionPruner.java index 03b7c13350ff..c9e51e528b11 100644 --- a/ql/src/test/org/apache/hadoop/hive/ql/exec/tez/TestDynamicPartitionPruner.java +++ b/ql/src/test/org/apache/hadoop/hive/ql/exec/tez/TestDynamicPartitionPruner.java @@ -1,15 +1,19 @@ /* - * Licensed 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 + * 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 + * 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. + * 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. */ package org.apache.hadoop.hive.ql.exec.tez; diff --git a/ql/src/test/org/apache/hadoop/hive/ql/exec/tez/TestHostAffinitySplitLocationProvider.java b/ql/src/test/org/apache/hadoop/hive/ql/exec/tez/TestHostAffinitySplitLocationProvider.java index 727ff3e1a39d..20c0afa11eb8 100644 --- a/ql/src/test/org/apache/hadoop/hive/ql/exec/tez/TestHostAffinitySplitLocationProvider.java +++ b/ql/src/test/org/apache/hadoop/hive/ql/exec/tez/TestHostAffinitySplitLocationProvider.java @@ -1,7 +1,11 @@ /* - * Licensed 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 + * 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 * diff --git a/ql/src/test/org/apache/hadoop/hive/ql/hooks/QueryLifeTimeHookTest.java b/ql/src/test/org/apache/hadoop/hive/ql/hooks/QueryLifeTimeHookTest.java index 5ae2705e6685..0c39f495fa22 100644 --- a/ql/src/test/org/apache/hadoop/hive/ql/hooks/QueryLifeTimeHookTest.java +++ b/ql/src/test/org/apache/hadoop/hive/ql/hooks/QueryLifeTimeHookTest.java @@ -6,9 +6,9 @@ * 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. diff --git a/ql/src/test/org/apache/hadoop/hive/ql/hooks/TestHiveHookEventProtoPartialBuilder.java b/ql/src/test/org/apache/hadoop/hive/ql/hooks/TestHiveHookEventProtoPartialBuilder.java index 5ada5bb45161..91bd00e7a4a1 100644 --- a/ql/src/test/org/apache/hadoop/hive/ql/hooks/TestHiveHookEventProtoPartialBuilder.java +++ b/ql/src/test/org/apache/hadoop/hive/ql/hooks/TestHiveHookEventProtoPartialBuilder.java @@ -1,21 +1,19 @@ /* + * 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 * - * * 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. + * 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. */ package org.apache.hadoop.hive.ql.hooks; diff --git a/ql/src/test/org/apache/hadoop/hive/ql/hooks/TestHiveHooks.java b/ql/src/test/org/apache/hadoop/hive/ql/hooks/TestHiveHooks.java index b6284aff329f..c59d4968fa00 100644 --- a/ql/src/test/org/apache/hadoop/hive/ql/hooks/TestHiveHooks.java +++ b/ql/src/test/org/apache/hadoop/hive/ql/hooks/TestHiveHooks.java @@ -6,9 +6,9 @@ * 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. diff --git a/ql/src/test/org/apache/hadoop/hive/ql/hooks/TestHiveProtoLoggingHook.java b/ql/src/test/org/apache/hadoop/hive/ql/hooks/TestHiveProtoLoggingHook.java index 5c6c4503dbd3..86c291bb9169 100644 --- a/ql/src/test/org/apache/hadoop/hive/ql/hooks/TestHiveProtoLoggingHook.java +++ b/ql/src/test/org/apache/hadoop/hive/ql/hooks/TestHiveProtoLoggingHook.java @@ -6,9 +6,9 @@ * 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. diff --git a/ql/src/test/org/apache/hadoop/hive/ql/hooks/TestMetricsQueryLifeTimeHook.java b/ql/src/test/org/apache/hadoop/hive/ql/hooks/TestMetricsQueryLifeTimeHook.java index beabd9430612..04bc03f23a2b 100644 --- a/ql/src/test/org/apache/hadoop/hive/ql/hooks/TestMetricsQueryLifeTimeHook.java +++ b/ql/src/test/org/apache/hadoop/hive/ql/hooks/TestMetricsQueryLifeTimeHook.java @@ -6,9 +6,9 @@ * 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. diff --git a/ql/src/test/org/apache/hadoop/hive/ql/hooks/TestQueryHooks.java b/ql/src/test/org/apache/hadoop/hive/ql/hooks/TestQueryHooks.java index 12c8e0e619d8..785da3ed7705 100644 --- a/ql/src/test/org/apache/hadoop/hive/ql/hooks/TestQueryHooks.java +++ b/ql/src/test/org/apache/hadoop/hive/ql/hooks/TestQueryHooks.java @@ -6,9 +6,9 @@ * 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. diff --git a/ql/src/test/org/apache/hadoop/hive/ql/io/parquet/HiveParquetSchemaTestUtils.java b/ql/src/test/org/apache/hadoop/hive/ql/io/parquet/HiveParquetSchemaTestUtils.java index 0d23d82f33cb..0b0a1973e359 100644 --- a/ql/src/test/org/apache/hadoop/hive/ql/io/parquet/HiveParquetSchemaTestUtils.java +++ b/ql/src/test/org/apache/hadoop/hive/ql/io/parquet/HiveParquetSchemaTestUtils.java @@ -1,9 +1,13 @@ /* - * Licensed 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 + * 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 + * 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, diff --git a/ql/src/test/org/apache/hadoop/hive/ql/io/parquet/TestDataWritableWriter.java b/ql/src/test/org/apache/hadoop/hive/ql/io/parquet/TestDataWritableWriter.java index 306755a558ac..413169c83e29 100644 --- a/ql/src/test/org/apache/hadoop/hive/ql/io/parquet/TestDataWritableWriter.java +++ b/ql/src/test/org/apache/hadoop/hive/ql/io/parquet/TestDataWritableWriter.java @@ -1,9 +1,13 @@ /* - * Licensed 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 + * 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 + * 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, diff --git a/ql/src/test/org/apache/hadoop/hive/ql/io/parquet/TestHiveSchemaConverter.java b/ql/src/test/org/apache/hadoop/hive/ql/io/parquet/TestHiveSchemaConverter.java index 87005d17cf34..1d530801bd49 100644 --- a/ql/src/test/org/apache/hadoop/hive/ql/io/parquet/TestHiveSchemaConverter.java +++ b/ql/src/test/org/apache/hadoop/hive/ql/io/parquet/TestHiveSchemaConverter.java @@ -1,9 +1,13 @@ /* - * Licensed 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 + * 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 + * 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, diff --git a/ql/src/test/org/apache/hadoop/hive/ql/io/parquet/TestMapredParquetInputFormat.java b/ql/src/test/org/apache/hadoop/hive/ql/io/parquet/TestMapredParquetInputFormat.java index 5954b0394f35..36c52db227da 100644 --- a/ql/src/test/org/apache/hadoop/hive/ql/io/parquet/TestMapredParquetInputFormat.java +++ b/ql/src/test/org/apache/hadoop/hive/ql/io/parquet/TestMapredParquetInputFormat.java @@ -1,9 +1,13 @@ /* - * Licensed 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 + * 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 + * 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, diff --git a/ql/src/test/org/apache/hadoop/hive/ql/io/parquet/TestMapredParquetOutputFormat.java b/ql/src/test/org/apache/hadoop/hive/ql/io/parquet/TestMapredParquetOutputFormat.java index f3ff0b0ae7eb..b98640a6bbd1 100644 --- a/ql/src/test/org/apache/hadoop/hive/ql/io/parquet/TestMapredParquetOutputFormat.java +++ b/ql/src/test/org/apache/hadoop/hive/ql/io/parquet/TestMapredParquetOutputFormat.java @@ -1,9 +1,13 @@ /* - * Licensed 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 + * 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 + * 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, diff --git a/ql/src/test/org/apache/hadoop/hive/ql/io/parquet/TestParquetSerDe.java b/ql/src/test/org/apache/hadoop/hive/ql/io/parquet/TestParquetSerDe.java index 6212204cafc0..c1a6a755ab68 100644 --- a/ql/src/test/org/apache/hadoop/hive/ql/io/parquet/TestParquetSerDe.java +++ b/ql/src/test/org/apache/hadoop/hive/ql/io/parquet/TestParquetSerDe.java @@ -1,9 +1,13 @@ /* - * Licensed 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 + * 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 + * 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, diff --git a/ql/src/test/org/apache/hadoop/hive/ql/io/parquet/read/TestDataWritableReadSupport.java b/ql/src/test/org/apache/hadoop/hive/ql/io/parquet/read/TestDataWritableReadSupport.java index 7f5c9d247ad2..061d5d85ab0f 100644 --- a/ql/src/test/org/apache/hadoop/hive/ql/io/parquet/read/TestDataWritableReadSupport.java +++ b/ql/src/test/org/apache/hadoop/hive/ql/io/parquet/read/TestDataWritableReadSupport.java @@ -1,9 +1,13 @@ /* - * Licensed 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 + * 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 + * 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, diff --git a/ql/src/test/org/apache/hadoop/hive/ql/io/parquet/serde/TestAbstractParquetMapInspector.java b/ql/src/test/org/apache/hadoop/hive/ql/io/parquet/serde/TestAbstractParquetMapInspector.java index 1f0657178aef..e73a07805998 100644 --- a/ql/src/test/org/apache/hadoop/hive/ql/io/parquet/serde/TestAbstractParquetMapInspector.java +++ b/ql/src/test/org/apache/hadoop/hive/ql/io/parquet/serde/TestAbstractParquetMapInspector.java @@ -1,9 +1,13 @@ /* - * Licensed 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 + * 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 + * 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, diff --git a/ql/src/test/org/apache/hadoop/hive/ql/io/parquet/serde/TestDeepParquetHiveMapInspector.java b/ql/src/test/org/apache/hadoop/hive/ql/io/parquet/serde/TestDeepParquetHiveMapInspector.java index b788541d1985..649c8635f067 100644 --- a/ql/src/test/org/apache/hadoop/hive/ql/io/parquet/serde/TestDeepParquetHiveMapInspector.java +++ b/ql/src/test/org/apache/hadoop/hive/ql/io/parquet/serde/TestDeepParquetHiveMapInspector.java @@ -1,9 +1,13 @@ /* - * Licensed 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 + * 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 + * 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, diff --git a/ql/src/test/org/apache/hadoop/hive/ql/io/parquet/serde/TestParquetHiveArrayInspector.java b/ql/src/test/org/apache/hadoop/hive/ql/io/parquet/serde/TestParquetHiveArrayInspector.java index 8fd44f64c037..6dfd4d002903 100644 --- a/ql/src/test/org/apache/hadoop/hive/ql/io/parquet/serde/TestParquetHiveArrayInspector.java +++ b/ql/src/test/org/apache/hadoop/hive/ql/io/parquet/serde/TestParquetHiveArrayInspector.java @@ -1,9 +1,13 @@ /* - * Licensed 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 + * 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 + * 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, diff --git a/ql/src/test/org/apache/hadoop/hive/ql/io/parquet/serde/TestParquetTimestampUtils.java b/ql/src/test/org/apache/hadoop/hive/ql/io/parquet/serde/TestParquetTimestampUtils.java index ed3540ad34c7..c56e21c41b9d 100644 --- a/ql/src/test/org/apache/hadoop/hive/ql/io/parquet/serde/TestParquetTimestampUtils.java +++ b/ql/src/test/org/apache/hadoop/hive/ql/io/parquet/serde/TestParquetTimestampUtils.java @@ -1,9 +1,13 @@ /* - * Licensed 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 + * 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 + * 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, diff --git a/ql/src/test/org/apache/hadoop/hive/ql/io/parquet/serde/TestStandardParquetHiveMapInspector.java b/ql/src/test/org/apache/hadoop/hive/ql/io/parquet/serde/TestStandardParquetHiveMapInspector.java index 37383eca06f5..b82613e83005 100644 --- a/ql/src/test/org/apache/hadoop/hive/ql/io/parquet/serde/TestStandardParquetHiveMapInspector.java +++ b/ql/src/test/org/apache/hadoop/hive/ql/io/parquet/serde/TestStandardParquetHiveMapInspector.java @@ -1,9 +1,13 @@ /* - * Licensed 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 + * 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 + * 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, diff --git a/ql/src/test/org/apache/hadoop/hive/ql/log/TestLog4j2Appenders.java b/ql/src/test/org/apache/hadoop/hive/ql/log/TestLog4j2Appenders.java index a07d75935761..4b17ec53cf8b 100644 --- a/ql/src/test/org/apache/hadoop/hive/ql/log/TestLog4j2Appenders.java +++ b/ql/src/test/org/apache/hadoop/hive/ql/log/TestLog4j2Appenders.java @@ -6,9 +6,9 @@ * 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. diff --git a/ql/src/test/org/apache/hadoop/hive/ql/log/TestSlidingFilenameRolloverStrategy.java b/ql/src/test/org/apache/hadoop/hive/ql/log/TestSlidingFilenameRolloverStrategy.java index a63d01a68efc..db71cfa8a048 100644 --- a/ql/src/test/org/apache/hadoop/hive/ql/log/TestSlidingFilenameRolloverStrategy.java +++ b/ql/src/test/org/apache/hadoop/hive/ql/log/TestSlidingFilenameRolloverStrategy.java @@ -6,9 +6,9 @@ * 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. diff --git a/ql/src/test/org/apache/hadoop/hive/ql/log/TestSyslogInputFormat.java b/ql/src/test/org/apache/hadoop/hive/ql/log/TestSyslogInputFormat.java index 01ffba368bc6..dc4a346c3c29 100644 --- a/ql/src/test/org/apache/hadoop/hive/ql/log/TestSyslogInputFormat.java +++ b/ql/src/test/org/apache/hadoop/hive/ql/log/TestSyslogInputFormat.java @@ -6,9 +6,9 @@ * 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. diff --git a/ql/src/test/org/apache/hadoop/hive/ql/metadata/StringAppender.java b/ql/src/test/org/apache/hadoop/hive/ql/metadata/StringAppender.java index 8a119d82c2fd..e76bcfa39664 100644 --- a/ql/src/test/org/apache/hadoop/hive/ql/metadata/StringAppender.java +++ b/ql/src/test/org/apache/hadoop/hive/ql/metadata/StringAppender.java @@ -6,9 +6,9 @@ * 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. diff --git a/ql/src/test/org/apache/hadoop/hive/ql/txn/compactor/TestCompactionMetrics.java b/ql/src/test/org/apache/hadoop/hive/ql/txn/compactor/TestCompactionMetrics.java index 5632ba6bb63e..16397153454d 100644 --- a/ql/src/test/org/apache/hadoop/hive/ql/txn/compactor/TestCompactionMetrics.java +++ b/ql/src/test/org/apache/hadoop/hive/ql/txn/compactor/TestCompactionMetrics.java @@ -6,9 +6,9 @@ * 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. diff --git a/ql/src/test/org/apache/hadoop/hive/ql/txn/compactor/TestDeltaFilesMetricFlags.java b/ql/src/test/org/apache/hadoop/hive/ql/txn/compactor/TestDeltaFilesMetricFlags.java index 1e6b77f25dd2..de14c4b52104 100644 --- a/ql/src/test/org/apache/hadoop/hive/ql/txn/compactor/TestDeltaFilesMetricFlags.java +++ b/ql/src/test/org/apache/hadoop/hive/ql/txn/compactor/TestDeltaFilesMetricFlags.java @@ -6,9 +6,9 @@ * 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. diff --git a/ql/src/test/org/apache/hadoop/hive/ql/txn/compactor/TestDeltaFilesMetrics.java b/ql/src/test/org/apache/hadoop/hive/ql/txn/compactor/TestDeltaFilesMetrics.java index 28ec7750e9cd..080464bdb8f3 100644 --- a/ql/src/test/org/apache/hadoop/hive/ql/txn/compactor/TestDeltaFilesMetrics.java +++ b/ql/src/test/org/apache/hadoop/hive/ql/txn/compactor/TestDeltaFilesMetrics.java @@ -6,9 +6,9 @@ * 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. diff --git a/ql/src/test/org/apache/hadoop/hive/ql/txn/compactor/TestStringableList.java b/ql/src/test/org/apache/hadoop/hive/ql/txn/compactor/TestStringableList.java index 506a02a38345..42feed52da9c 100644 --- a/ql/src/test/org/apache/hadoop/hive/ql/txn/compactor/TestStringableList.java +++ b/ql/src/test/org/apache/hadoop/hive/ql/txn/compactor/TestStringableList.java @@ -6,9 +6,9 @@ * 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. diff --git a/ql/src/test/org/apache/hive/testutils/MiniZooKeeperCluster.java b/ql/src/test/org/apache/hive/testutils/MiniZooKeeperCluster.java index 686fd0268948..757d2f8f6028 100644 --- a/ql/src/test/org/apache/hive/testutils/MiniZooKeeperCluster.java +++ b/ql/src/test/org/apache/hive/testutils/MiniZooKeeperCluster.java @@ -1,5 +1,4 @@ /* - * * 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 diff --git a/serde/src/java/org/apache/hadoop/hive/serde2/io/ParquetHiveRecord.java b/serde/src/java/org/apache/hadoop/hive/serde2/io/ParquetHiveRecord.java index 94ed569942f5..a89e95c36359 100644 --- a/serde/src/java/org/apache/hadoop/hive/serde2/io/ParquetHiveRecord.java +++ b/serde/src/java/org/apache/hadoop/hive/serde2/io/ParquetHiveRecord.java @@ -1,9 +1,13 @@ /* - * Licensed 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 + * 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 + * 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, diff --git a/serde/src/java/org/apache/hadoop/hive/serde2/io/TimestampLocalTZWritable.java b/serde/src/java/org/apache/hadoop/hive/serde2/io/TimestampLocalTZWritable.java index e612d66fd8ed..1b5a862b19a9 100644 --- a/serde/src/java/org/apache/hadoop/hive/serde2/io/TimestampLocalTZWritable.java +++ b/serde/src/java/org/apache/hadoop/hive/serde2/io/TimestampLocalTZWritable.java @@ -6,9 +6,9 @@ * 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. diff --git a/serde/src/java/org/apache/hadoop/hive/serde2/lazy/LazyTimestampLocalTZ.java b/serde/src/java/org/apache/hadoop/hive/serde2/lazy/LazyTimestampLocalTZ.java index 78ac72589632..5d93b70e8dfa 100644 --- a/serde/src/java/org/apache/hadoop/hive/serde2/lazy/LazyTimestampLocalTZ.java +++ b/serde/src/java/org/apache/hadoop/hive/serde2/lazy/LazyTimestampLocalTZ.java @@ -6,9 +6,9 @@ * 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. diff --git a/serde/src/java/org/apache/hadoop/hive/serde2/lazy/objectinspector/primitive/LazyTimestampLocalTZObjectInspector.java b/serde/src/java/org/apache/hadoop/hive/serde2/lazy/objectinspector/primitive/LazyTimestampLocalTZObjectInspector.java index 84e8fb59a3a4..90f5abbea183 100644 --- a/serde/src/java/org/apache/hadoop/hive/serde2/lazy/objectinspector/primitive/LazyTimestampLocalTZObjectInspector.java +++ b/serde/src/java/org/apache/hadoop/hive/serde2/lazy/objectinspector/primitive/LazyTimestampLocalTZObjectInspector.java @@ -6,9 +6,9 @@ * 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. diff --git a/serde/src/java/org/apache/hadoop/hive/serde2/lazybinary/LazyBinaryTimestampLocalTZ.java b/serde/src/java/org/apache/hadoop/hive/serde2/lazybinary/LazyBinaryTimestampLocalTZ.java index 0ccd6d517841..b6d5370c42d9 100644 --- a/serde/src/java/org/apache/hadoop/hive/serde2/lazybinary/LazyBinaryTimestampLocalTZ.java +++ b/serde/src/java/org/apache/hadoop/hive/serde2/lazybinary/LazyBinaryTimestampLocalTZ.java @@ -6,9 +6,9 @@ * 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. diff --git a/serde/src/java/org/apache/hadoop/hive/serde2/objectinspector/primitive/JavaTimestampLocalTZObjectInspector.java b/serde/src/java/org/apache/hadoop/hive/serde2/objectinspector/primitive/JavaTimestampLocalTZObjectInspector.java index 65fe7142ffac..8921689ed1be 100644 --- a/serde/src/java/org/apache/hadoop/hive/serde2/objectinspector/primitive/JavaTimestampLocalTZObjectInspector.java +++ b/serde/src/java/org/apache/hadoop/hive/serde2/objectinspector/primitive/JavaTimestampLocalTZObjectInspector.java @@ -6,9 +6,9 @@ * 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. diff --git a/serde/src/java/org/apache/hadoop/hive/serde2/objectinspector/primitive/SettableTimestampLocalTZObjectInspector.java b/serde/src/java/org/apache/hadoop/hive/serde2/objectinspector/primitive/SettableTimestampLocalTZObjectInspector.java index 745d04a1261e..7fe2c421cc69 100644 --- a/serde/src/java/org/apache/hadoop/hive/serde2/objectinspector/primitive/SettableTimestampLocalTZObjectInspector.java +++ b/serde/src/java/org/apache/hadoop/hive/serde2/objectinspector/primitive/SettableTimestampLocalTZObjectInspector.java @@ -6,9 +6,9 @@ * 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. diff --git a/serde/src/java/org/apache/hadoop/hive/serde2/objectinspector/primitive/TimestampLocalTZObjectInspector.java b/serde/src/java/org/apache/hadoop/hive/serde2/objectinspector/primitive/TimestampLocalTZObjectInspector.java index 82d5b2605e62..3bbcaa50f9bf 100644 --- a/serde/src/java/org/apache/hadoop/hive/serde2/objectinspector/primitive/TimestampLocalTZObjectInspector.java +++ b/serde/src/java/org/apache/hadoop/hive/serde2/objectinspector/primitive/TimestampLocalTZObjectInspector.java @@ -6,9 +6,9 @@ * 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. diff --git a/serde/src/java/org/apache/hadoop/hive/serde2/objectinspector/primitive/WritableConstantTimestampLocalTZObjectInspector.java b/serde/src/java/org/apache/hadoop/hive/serde2/objectinspector/primitive/WritableConstantTimestampLocalTZObjectInspector.java index bf461c0255a8..4e9f49e31550 100644 --- a/serde/src/java/org/apache/hadoop/hive/serde2/objectinspector/primitive/WritableConstantTimestampLocalTZObjectInspector.java +++ b/serde/src/java/org/apache/hadoop/hive/serde2/objectinspector/primitive/WritableConstantTimestampLocalTZObjectInspector.java @@ -6,9 +6,9 @@ * 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. diff --git a/serde/src/java/org/apache/hadoop/hive/serde2/objectinspector/primitive/WritableTimestampLocalTZObjectInspector.java b/serde/src/java/org/apache/hadoop/hive/serde2/objectinspector/primitive/WritableTimestampLocalTZObjectInspector.java index 59460a7e203a..fdaaddac6c83 100644 --- a/serde/src/java/org/apache/hadoop/hive/serde2/objectinspector/primitive/WritableTimestampLocalTZObjectInspector.java +++ b/serde/src/java/org/apache/hadoop/hive/serde2/objectinspector/primitive/WritableTimestampLocalTZObjectInspector.java @@ -6,9 +6,9 @@ * 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. diff --git a/serde/src/test/org/apache/hadoop/hive/serde2/io/TestTimestampTZWritable.java b/serde/src/test/org/apache/hadoop/hive/serde2/io/TestTimestampTZWritable.java index 1c12e64518f4..d3bea8b47e1a 100644 --- a/serde/src/test/org/apache/hadoop/hive/serde2/io/TestTimestampTZWritable.java +++ b/serde/src/test/org/apache/hadoop/hive/serde2/io/TestTimestampTZWritable.java @@ -6,9 +6,9 @@ * 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. diff --git a/serde/src/test/org/apache/hadoop/hive/serde2/lazy/fast/TestStringToDouble.java b/serde/src/test/org/apache/hadoop/hive/serde2/lazy/fast/TestStringToDouble.java index 4de16efd91f5..9314083013d8 100644 --- a/serde/src/test/org/apache/hadoop/hive/serde2/lazy/fast/TestStringToDouble.java +++ b/serde/src/test/org/apache/hadoop/hive/serde2/lazy/fast/TestStringToDouble.java @@ -1,9 +1,13 @@ /* - * Licensed 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 + * 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 + * 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, diff --git a/serde/src/test/org/apache/hadoop/hive/serde2/thrift/TestColumnBuffer.java b/serde/src/test/org/apache/hadoop/hive/serde2/thrift/TestColumnBuffer.java index f91b09c6317d..8b110f075efa 100644 --- a/serde/src/test/org/apache/hadoop/hive/serde2/thrift/TestColumnBuffer.java +++ b/serde/src/test/org/apache/hadoop/hive/serde2/thrift/TestColumnBuffer.java @@ -6,9 +6,9 @@ * 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. diff --git a/service/src/java/org/apache/hive/service/auth/HttpAuthenticationException.java b/service/src/java/org/apache/hive/service/auth/HttpAuthenticationException.java index 060e5584ad78..d1e28ea6db36 100644 --- a/service/src/java/org/apache/hive/service/auth/HttpAuthenticationException.java +++ b/service/src/java/org/apache/hive/service/auth/HttpAuthenticationException.java @@ -1,15 +1,19 @@ /* - * Licensed 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 + * 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 + * 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. See accompanying LICENSE file. + * limitations under the License. */ package org.apache.hive.service.auth; diff --git a/service/src/java/org/apache/hive/service/auth/ldap/HttpEmptyAuthenticationException.java b/service/src/java/org/apache/hive/service/auth/ldap/HttpEmptyAuthenticationException.java index b6b71bcc7ad3..9dd99f5dc1c6 100644 --- a/service/src/java/org/apache/hive/service/auth/ldap/HttpEmptyAuthenticationException.java +++ b/service/src/java/org/apache/hive/service/auth/ldap/HttpEmptyAuthenticationException.java @@ -1,15 +1,19 @@ /* - * Licensed 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 + * 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 + * 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. See accompanying LICENSE file. + * limitations under the License. */ package org.apache.hive.service.auth.ldap; diff --git a/service/src/java/org/apache/hive/service/cli/operation/hplsql/HplSqlOperation.java b/service/src/java/org/apache/hive/service/cli/operation/hplsql/HplSqlOperation.java index 3f3dc44f2aa5..654ced24466d 100644 --- a/service/src/java/org/apache/hive/service/cli/operation/hplsql/HplSqlOperation.java +++ b/service/src/java/org/apache/hive/service/cli/operation/hplsql/HplSqlOperation.java @@ -1,21 +1,19 @@ /* + * 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 * - * 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. + * 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. */ package org.apache.hive.service.cli.operation.hplsql; diff --git a/service/src/java/org/apache/hive/service/cli/operation/hplsql/HplSqlQueryExecutor.java b/service/src/java/org/apache/hive/service/cli/operation/hplsql/HplSqlQueryExecutor.java index 94c0ab08577e..b27eadbbf85f 100644 --- a/service/src/java/org/apache/hive/service/cli/operation/hplsql/HplSqlQueryExecutor.java +++ b/service/src/java/org/apache/hive/service/cli/operation/hplsql/HplSqlQueryExecutor.java @@ -1,21 +1,19 @@ /* + * 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 * - * 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. + * 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. */ package org.apache.hive.service.cli.operation.hplsql; diff --git a/service/src/java/org/apache/hive/service/server/HS2ActivePassiveHARegistryClient.java b/service/src/java/org/apache/hive/service/server/HS2ActivePassiveHARegistryClient.java index 122742e021bc..8ad01aacdb61 100644 --- a/service/src/java/org/apache/hive/service/server/HS2ActivePassiveHARegistryClient.java +++ b/service/src/java/org/apache/hive/service/server/HS2ActivePassiveHARegistryClient.java @@ -1,13 +1,19 @@ /* - * Licensed 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 + * 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. See accompanying LICENSE file. + * limitations under the License. */ package org.apache.hive.service.server; diff --git a/service/src/test/org/apache/hive/service/cli/operation/TestCommandWithSpace.java b/service/src/test/org/apache/hive/service/cli/operation/TestCommandWithSpace.java index 2af46df6e3c0..fdd6a1586c29 100644 --- a/service/src/test/org/apache/hive/service/cli/operation/TestCommandWithSpace.java +++ b/service/src/test/org/apache/hive/service/cli/operation/TestCommandWithSpace.java @@ -6,9 +6,9 @@ * 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. diff --git a/service/src/test/org/apache/hive/service/cli/operation/TestOperationLogManager.java b/service/src/test/org/apache/hive/service/cli/operation/TestOperationLogManager.java index 4f897f5bb4a5..cfbcfa790c5b 100644 --- a/service/src/test/org/apache/hive/service/cli/operation/TestOperationLogManager.java +++ b/service/src/test/org/apache/hive/service/cli/operation/TestOperationLogManager.java @@ -6,9 +6,9 @@ * 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. diff --git a/service/src/test/org/apache/hive/service/cli/operation/TestQueryLifeTimeHooksWithSQLOperation.java b/service/src/test/org/apache/hive/service/cli/operation/TestQueryLifeTimeHooksWithSQLOperation.java index 0ac82e8362bc..aab1dccc8cc5 100644 --- a/service/src/test/org/apache/hive/service/cli/operation/TestQueryLifeTimeHooksWithSQLOperation.java +++ b/service/src/test/org/apache/hive/service/cli/operation/TestQueryLifeTimeHooksWithSQLOperation.java @@ -6,9 +6,9 @@ * 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. diff --git a/standalone-metastore/metastore-client/src/test/java/org/apache/hadoop/hive/metastore/utils/TestTableFetcher.java b/standalone-metastore/metastore-client/src/test/java/org/apache/hadoop/hive/metastore/utils/TestTableFetcher.java index eb07f34a2696..251b0ef4b3d2 100644 --- a/standalone-metastore/metastore-client/src/test/java/org/apache/hadoop/hive/metastore/utils/TestTableFetcher.java +++ b/standalone-metastore/metastore-client/src/test/java/org/apache/hadoop/hive/metastore/utils/TestTableFetcher.java @@ -6,9 +6,9 @@ * 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. diff --git a/standalone-metastore/metastore-common/src/main/java/org/apache/hadoop/hive/metastore/ColumnType.java b/standalone-metastore/metastore-common/src/main/java/org/apache/hadoop/hive/metastore/ColumnType.java index 511cfc050b7f..c5db459e639f 100644 --- a/standalone-metastore/metastore-common/src/main/java/org/apache/hadoop/hive/metastore/ColumnType.java +++ b/standalone-metastore/metastore-common/src/main/java/org/apache/hadoop/hive/metastore/ColumnType.java @@ -6,9 +6,9 @@ * 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. diff --git a/standalone-metastore/metastore-common/src/main/java/org/apache/hadoop/hive/metastore/MetastoreTaskThread.java b/standalone-metastore/metastore-common/src/main/java/org/apache/hadoop/hive/metastore/MetastoreTaskThread.java index 82beb909773c..7845b2752f15 100644 --- a/standalone-metastore/metastore-common/src/main/java/org/apache/hadoop/hive/metastore/MetastoreTaskThread.java +++ b/standalone-metastore/metastore-common/src/main/java/org/apache/hadoop/hive/metastore/MetastoreTaskThread.java @@ -6,9 +6,9 @@ * 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. diff --git a/standalone-metastore/metastore-common/src/main/java/org/apache/hadoop/hive/metastore/StorageSchemaReader.java b/standalone-metastore/metastore-common/src/main/java/org/apache/hadoop/hive/metastore/StorageSchemaReader.java index 6251e23991b8..2518ddb6e2bc 100644 --- a/standalone-metastore/metastore-common/src/main/java/org/apache/hadoop/hive/metastore/StorageSchemaReader.java +++ b/standalone-metastore/metastore-common/src/main/java/org/apache/hadoop/hive/metastore/StorageSchemaReader.java @@ -6,9 +6,9 @@ * 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. diff --git a/standalone-metastore/metastore-common/src/main/java/org/apache/hadoop/hive/metastore/conf/EnumValidator.java b/standalone-metastore/metastore-common/src/main/java/org/apache/hadoop/hive/metastore/conf/EnumValidator.java index 86954710ffa4..6c4146c91567 100644 --- a/standalone-metastore/metastore-common/src/main/java/org/apache/hadoop/hive/metastore/conf/EnumValidator.java +++ b/standalone-metastore/metastore-common/src/main/java/org/apache/hadoop/hive/metastore/conf/EnumValidator.java @@ -6,9 +6,9 @@ * 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. diff --git a/standalone-metastore/metastore-common/src/main/java/org/apache/hadoop/hive/metastore/conf/MetastoreConf.java b/standalone-metastore/metastore-common/src/main/java/org/apache/hadoop/hive/metastore/conf/MetastoreConf.java index 3a4d7a173d49..a152e83324e9 100644 --- a/standalone-metastore/metastore-common/src/main/java/org/apache/hadoop/hive/metastore/conf/MetastoreConf.java +++ b/standalone-metastore/metastore-common/src/main/java/org/apache/hadoop/hive/metastore/conf/MetastoreConf.java @@ -6,9 +6,9 @@ * 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. diff --git a/standalone-metastore/metastore-common/src/main/java/org/apache/hadoop/hive/metastore/conf/RangeValidator.java b/standalone-metastore/metastore-common/src/main/java/org/apache/hadoop/hive/metastore/conf/RangeValidator.java index 5872942ddf5c..d9595cac5fa4 100644 --- a/standalone-metastore/metastore-common/src/main/java/org/apache/hadoop/hive/metastore/conf/RangeValidator.java +++ b/standalone-metastore/metastore-common/src/main/java/org/apache/hadoop/hive/metastore/conf/RangeValidator.java @@ -6,9 +6,9 @@ * 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. diff --git a/standalone-metastore/metastore-common/src/main/java/org/apache/hadoop/hive/metastore/conf/SizeValidator.java b/standalone-metastore/metastore-common/src/main/java/org/apache/hadoop/hive/metastore/conf/SizeValidator.java index 74e19214466f..f1a674390834 100644 --- a/standalone-metastore/metastore-common/src/main/java/org/apache/hadoop/hive/metastore/conf/SizeValidator.java +++ b/standalone-metastore/metastore-common/src/main/java/org/apache/hadoop/hive/metastore/conf/SizeValidator.java @@ -6,9 +6,9 @@ * 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. diff --git a/standalone-metastore/metastore-common/src/main/java/org/apache/hadoop/hive/metastore/conf/StringSetValidator.java b/standalone-metastore/metastore-common/src/main/java/org/apache/hadoop/hive/metastore/conf/StringSetValidator.java index f73b62296c9d..0ec5a5b37b14 100644 --- a/standalone-metastore/metastore-common/src/main/java/org/apache/hadoop/hive/metastore/conf/StringSetValidator.java +++ b/standalone-metastore/metastore-common/src/main/java/org/apache/hadoop/hive/metastore/conf/StringSetValidator.java @@ -6,9 +6,9 @@ * 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. diff --git a/standalone-metastore/metastore-common/src/main/java/org/apache/hadoop/hive/metastore/conf/TimeValidator.java b/standalone-metastore/metastore-common/src/main/java/org/apache/hadoop/hive/metastore/conf/TimeValidator.java index 75f16cb8d61b..4f870b3d8e3d 100644 --- a/standalone-metastore/metastore-common/src/main/java/org/apache/hadoop/hive/metastore/conf/TimeValidator.java +++ b/standalone-metastore/metastore-common/src/main/java/org/apache/hadoop/hive/metastore/conf/TimeValidator.java @@ -6,9 +6,9 @@ * 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. diff --git a/standalone-metastore/metastore-common/src/main/java/org/apache/hadoop/hive/metastore/conf/Validator.java b/standalone-metastore/metastore-common/src/main/java/org/apache/hadoop/hive/metastore/conf/Validator.java index f6b33e772d29..1b58066dd277 100644 --- a/standalone-metastore/metastore-common/src/main/java/org/apache/hadoop/hive/metastore/conf/Validator.java +++ b/standalone-metastore/metastore-common/src/main/java/org/apache/hadoop/hive/metastore/conf/Validator.java @@ -6,9 +6,9 @@ * 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. diff --git a/standalone-metastore/metastore-common/src/main/java/org/apache/hadoop/hive/metastore/metasummary/MetaSummaryHandler.java b/standalone-metastore/metastore-common/src/main/java/org/apache/hadoop/hive/metastore/metasummary/MetaSummaryHandler.java index 6db37c560dc1..03f43df00af9 100644 --- a/standalone-metastore/metastore-common/src/main/java/org/apache/hadoop/hive/metastore/metasummary/MetaSummaryHandler.java +++ b/standalone-metastore/metastore-common/src/main/java/org/apache/hadoop/hive/metastore/metasummary/MetaSummaryHandler.java @@ -6,9 +6,9 @@ * 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. diff --git a/standalone-metastore/metastore-common/src/main/java/org/apache/hadoop/hive/metastore/metasummary/MetaSummarySchema.java b/standalone-metastore/metastore-common/src/main/java/org/apache/hadoop/hive/metastore/metasummary/MetaSummarySchema.java index edb9d3841e74..d9c7188d1ade 100644 --- a/standalone-metastore/metastore-common/src/main/java/org/apache/hadoop/hive/metastore/metasummary/MetaSummarySchema.java +++ b/standalone-metastore/metastore-common/src/main/java/org/apache/hadoop/hive/metastore/metasummary/MetaSummarySchema.java @@ -6,9 +6,9 @@ * 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. diff --git a/standalone-metastore/metastore-common/src/main/java/org/apache/hadoop/hive/metastore/txn/TxnCommonUtils.java b/standalone-metastore/metastore-common/src/main/java/org/apache/hadoop/hive/metastore/txn/TxnCommonUtils.java index 8d875e812007..aa9862910c2b 100644 --- a/standalone-metastore/metastore-common/src/main/java/org/apache/hadoop/hive/metastore/txn/TxnCommonUtils.java +++ b/standalone-metastore/metastore-common/src/main/java/org/apache/hadoop/hive/metastore/txn/TxnCommonUtils.java @@ -6,9 +6,9 @@ * 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. diff --git a/standalone-metastore/metastore-common/src/main/java/org/apache/hadoop/hive/metastore/utils/EncryptionZoneUtils.java b/standalone-metastore/metastore-common/src/main/java/org/apache/hadoop/hive/metastore/utils/EncryptionZoneUtils.java index 22a38925187e..3780cc2aea54 100644 --- a/standalone-metastore/metastore-common/src/main/java/org/apache/hadoop/hive/metastore/utils/EncryptionZoneUtils.java +++ b/standalone-metastore/metastore-common/src/main/java/org/apache/hadoop/hive/metastore/utils/EncryptionZoneUtils.java @@ -6,9 +6,9 @@ * 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. diff --git a/standalone-metastore/metastore-common/src/main/java/org/apache/hadoop/hive/metastore/utils/FileUtils.java b/standalone-metastore/metastore-common/src/main/java/org/apache/hadoop/hive/metastore/utils/FileUtils.java index 7f9dce2b59c3..735db109bc2f 100644 --- a/standalone-metastore/metastore-common/src/main/java/org/apache/hadoop/hive/metastore/utils/FileUtils.java +++ b/standalone-metastore/metastore-common/src/main/java/org/apache/hadoop/hive/metastore/utils/FileUtils.java @@ -6,9 +6,9 @@ * 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. diff --git a/standalone-metastore/metastore-common/src/main/java/org/apache/hadoop/hive/metastore/utils/FilterUtils.java b/standalone-metastore/metastore-common/src/main/java/org/apache/hadoop/hive/metastore/utils/FilterUtils.java index 0b4fb7980950..a87c8d8e1807 100644 --- a/standalone-metastore/metastore-common/src/main/java/org/apache/hadoop/hive/metastore/utils/FilterUtils.java +++ b/standalone-metastore/metastore-common/src/main/java/org/apache/hadoop/hive/metastore/utils/FilterUtils.java @@ -6,9 +6,9 @@ * 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. diff --git a/standalone-metastore/metastore-common/src/main/java/org/apache/hadoop/hive/metastore/utils/HdfsUtils.java b/standalone-metastore/metastore-common/src/main/java/org/apache/hadoop/hive/metastore/utils/HdfsUtils.java index b91f75b7eaca..aa5334b576c3 100644 --- a/standalone-metastore/metastore-common/src/main/java/org/apache/hadoop/hive/metastore/utils/HdfsUtils.java +++ b/standalone-metastore/metastore-common/src/main/java/org/apache/hadoop/hive/metastore/utils/HdfsUtils.java @@ -6,9 +6,9 @@ * 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. diff --git a/standalone-metastore/metastore-common/src/main/java/org/apache/hadoop/hive/metastore/utils/JavaUtils.java b/standalone-metastore/metastore-common/src/main/java/org/apache/hadoop/hive/metastore/utils/JavaUtils.java index d00c8f050191..0d9a2d839fb2 100644 --- a/standalone-metastore/metastore-common/src/main/java/org/apache/hadoop/hive/metastore/utils/JavaUtils.java +++ b/standalone-metastore/metastore-common/src/main/java/org/apache/hadoop/hive/metastore/utils/JavaUtils.java @@ -6,9 +6,9 @@ * 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. diff --git a/standalone-metastore/metastore-common/src/main/java/org/apache/hadoop/hive/metastore/utils/SecurityUtils.java b/standalone-metastore/metastore-common/src/main/java/org/apache/hadoop/hive/metastore/utils/SecurityUtils.java index da5bb5360c22..088fb6effecc 100644 --- a/standalone-metastore/metastore-common/src/main/java/org/apache/hadoop/hive/metastore/utils/SecurityUtils.java +++ b/standalone-metastore/metastore-common/src/main/java/org/apache/hadoop/hive/metastore/utils/SecurityUtils.java @@ -6,9 +6,9 @@ * 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. diff --git a/standalone-metastore/metastore-common/src/main/java/org/apache/hadoop/hive/metastore/utils/StringUtils.java b/standalone-metastore/metastore-common/src/main/java/org/apache/hadoop/hive/metastore/utils/StringUtils.java index f3af724cf26d..f7246fc678dd 100644 --- a/standalone-metastore/metastore-common/src/main/java/org/apache/hadoop/hive/metastore/utils/StringUtils.java +++ b/standalone-metastore/metastore-common/src/main/java/org/apache/hadoop/hive/metastore/utils/StringUtils.java @@ -6,9 +6,9 @@ * 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. diff --git a/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/DefaultIncompatibleTableChangeHandler.java b/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/DefaultIncompatibleTableChangeHandler.java index c9317c933946..879b9b58612a 100644 --- a/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/DefaultIncompatibleTableChangeHandler.java +++ b/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/DefaultIncompatibleTableChangeHandler.java @@ -6,9 +6,9 @@ * 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. diff --git a/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/DefaultPartitionExpressionProxy.java b/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/DefaultPartitionExpressionProxy.java index 10620acd618c..3acf46cd04bf 100644 --- a/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/DefaultPartitionExpressionProxy.java +++ b/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/DefaultPartitionExpressionProxy.java @@ -6,9 +6,9 @@ * 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. diff --git a/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/DefaultStorageSchemaReader.java b/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/DefaultStorageSchemaReader.java index 1dbfa4272cd5..98230263c771 100644 --- a/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/DefaultStorageSchemaReader.java +++ b/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/DefaultStorageSchemaReader.java @@ -6,9 +6,9 @@ * 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. diff --git a/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/IMetaStoreIncompatibleChangeHandler.java b/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/IMetaStoreIncompatibleChangeHandler.java index 228bab2a18e0..dce08da2705a 100644 --- a/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/IMetaStoreIncompatibleChangeHandler.java +++ b/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/IMetaStoreIncompatibleChangeHandler.java @@ -6,9 +6,9 @@ * 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. diff --git a/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/Msck.java b/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/Msck.java index 787246205262..67c3c1fa5cb0 100644 --- a/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/Msck.java +++ b/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/Msck.java @@ -6,9 +6,9 @@ * 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. diff --git a/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/MsckInfo.java b/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/MsckInfo.java index 89092fc64e71..05473aee4e9a 100644 --- a/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/MsckInfo.java +++ b/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/MsckInfo.java @@ -6,9 +6,9 @@ * 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. diff --git a/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/MsckPartitionExpressionProxy.java b/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/MsckPartitionExpressionProxy.java index 999fbaea0aa8..814ed57ab26a 100644 --- a/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/MsckPartitionExpressionProxy.java +++ b/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/MsckPartitionExpressionProxy.java @@ -6,9 +6,9 @@ * 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. diff --git a/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/PartitionProjectionEvaluator.java b/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/PartitionProjectionEvaluator.java index 72f69ce019e5..c3f04cc622bb 100644 --- a/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/PartitionProjectionEvaluator.java +++ b/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/PartitionProjectionEvaluator.java @@ -1,20 +1,19 @@ /* + * 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 * - * 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 * - * 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. + * 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. */ package org.apache.hadoop.hive.metastore; diff --git a/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/PersistenceManagerProvider.java b/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/PersistenceManagerProvider.java index 0ea4f54b297b..95065f7c49de 100644 --- a/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/PersistenceManagerProvider.java +++ b/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/PersistenceManagerProvider.java @@ -1,20 +1,19 @@ /* + * 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 * - * 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 * - * 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. + * 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. */ package org.apache.hadoop.hive.metastore; diff --git a/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/auth/HttpAuthenticationException.java b/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/auth/HttpAuthenticationException.java index 13559fc384db..635e8fdedf09 100644 --- a/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/auth/HttpAuthenticationException.java +++ b/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/auth/HttpAuthenticationException.java @@ -1,15 +1,19 @@ /* - * Licensed 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 + * 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 + * 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. See accompanying LICENSE file. + * limitations under the License. */ package org.apache.hadoop.hive.metastore.auth; diff --git a/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/client/builder/CatalogBuilder.java b/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/client/builder/CatalogBuilder.java index be76d937b7fc..3630bdb2efd1 100644 --- a/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/client/builder/CatalogBuilder.java +++ b/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/client/builder/CatalogBuilder.java @@ -6,9 +6,9 @@ * 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. diff --git a/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/client/builder/ConstraintBuilder.java b/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/client/builder/ConstraintBuilder.java index c896d06e1991..9eedcec19e8f 100644 --- a/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/client/builder/ConstraintBuilder.java +++ b/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/client/builder/ConstraintBuilder.java @@ -6,9 +6,9 @@ * 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. diff --git a/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/client/builder/DatabaseBuilder.java b/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/client/builder/DatabaseBuilder.java index 8cd4b8597c3b..8e0aeb7a74e8 100644 --- a/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/client/builder/DatabaseBuilder.java +++ b/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/client/builder/DatabaseBuilder.java @@ -6,9 +6,9 @@ * 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. diff --git a/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/client/builder/GrantRevokePrivilegeRequestBuilder.java b/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/client/builder/GrantRevokePrivilegeRequestBuilder.java index 26cea191e165..fa1652dd1801 100644 --- a/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/client/builder/GrantRevokePrivilegeRequestBuilder.java +++ b/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/client/builder/GrantRevokePrivilegeRequestBuilder.java @@ -6,9 +6,9 @@ * 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. diff --git a/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/client/builder/HiveObjectPrivilegeBuilder.java b/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/client/builder/HiveObjectPrivilegeBuilder.java index ed32f1cd0279..5396a06042ee 100644 --- a/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/client/builder/HiveObjectPrivilegeBuilder.java +++ b/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/client/builder/HiveObjectPrivilegeBuilder.java @@ -6,9 +6,9 @@ * 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. diff --git a/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/client/builder/HiveObjectRefBuilder.java b/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/client/builder/HiveObjectRefBuilder.java index 666b8abaf235..6c6fa8c0f796 100644 --- a/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/client/builder/HiveObjectRefBuilder.java +++ b/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/client/builder/HiveObjectRefBuilder.java @@ -6,9 +6,9 @@ * 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. diff --git a/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/client/builder/ISchemaBuilder.java b/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/client/builder/ISchemaBuilder.java index f61a62c2e34a..d08e046cd486 100644 --- a/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/client/builder/ISchemaBuilder.java +++ b/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/client/builder/ISchemaBuilder.java @@ -6,9 +6,9 @@ * 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. diff --git a/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/client/builder/PartitionBuilder.java b/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/client/builder/PartitionBuilder.java index d6ee6739f840..7f3317b91b03 100644 --- a/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/client/builder/PartitionBuilder.java +++ b/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/client/builder/PartitionBuilder.java @@ -6,9 +6,9 @@ * 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. diff --git a/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/client/builder/PrivilegeGrantInfoBuilder.java b/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/client/builder/PrivilegeGrantInfoBuilder.java index 2e7fe5ad66cf..92fca867f2ba 100644 --- a/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/client/builder/PrivilegeGrantInfoBuilder.java +++ b/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/client/builder/PrivilegeGrantInfoBuilder.java @@ -6,9 +6,9 @@ * 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. diff --git a/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/client/builder/RoleBuilder.java b/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/client/builder/RoleBuilder.java index 0b8d189f31a8..74be8ceeddfd 100644 --- a/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/client/builder/RoleBuilder.java +++ b/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/client/builder/RoleBuilder.java @@ -6,9 +6,9 @@ * 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. diff --git a/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/client/builder/SQLCheckConstraintBuilder.java b/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/client/builder/SQLCheckConstraintBuilder.java index ec99729a57c0..3c22ac961203 100644 --- a/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/client/builder/SQLCheckConstraintBuilder.java +++ b/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/client/builder/SQLCheckConstraintBuilder.java @@ -6,9 +6,9 @@ * 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. diff --git a/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/client/builder/SQLDefaultConstraintBuilder.java b/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/client/builder/SQLDefaultConstraintBuilder.java index b24663d0e361..a980eb6cea74 100644 --- a/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/client/builder/SQLDefaultConstraintBuilder.java +++ b/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/client/builder/SQLDefaultConstraintBuilder.java @@ -6,9 +6,9 @@ * 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. diff --git a/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/client/builder/SQLForeignKeyBuilder.java b/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/client/builder/SQLForeignKeyBuilder.java index f5adda1ecd5f..22800133397e 100644 --- a/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/client/builder/SQLForeignKeyBuilder.java +++ b/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/client/builder/SQLForeignKeyBuilder.java @@ -6,9 +6,9 @@ * 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. diff --git a/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/client/builder/SQLNotNullConstraintBuilder.java b/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/client/builder/SQLNotNullConstraintBuilder.java index 497032eebc31..e09520c28fa6 100644 --- a/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/client/builder/SQLNotNullConstraintBuilder.java +++ b/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/client/builder/SQLNotNullConstraintBuilder.java @@ -6,9 +6,9 @@ * 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. diff --git a/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/client/builder/SQLPrimaryKeyBuilder.java b/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/client/builder/SQLPrimaryKeyBuilder.java index 40f74bd6d013..2d6dc870d911 100644 --- a/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/client/builder/SQLPrimaryKeyBuilder.java +++ b/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/client/builder/SQLPrimaryKeyBuilder.java @@ -6,9 +6,9 @@ * 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. diff --git a/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/client/builder/SQLUniqueConstraintBuilder.java b/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/client/builder/SQLUniqueConstraintBuilder.java index 138ee158cdc8..6dd7926b9825 100644 --- a/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/client/builder/SQLUniqueConstraintBuilder.java +++ b/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/client/builder/SQLUniqueConstraintBuilder.java @@ -6,9 +6,9 @@ * 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. diff --git a/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/client/builder/SchemaVersionBuilder.java b/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/client/builder/SchemaVersionBuilder.java index 521be3e383e9..26816469bf9f 100644 --- a/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/client/builder/SchemaVersionBuilder.java +++ b/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/client/builder/SchemaVersionBuilder.java @@ -6,9 +6,9 @@ * 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. diff --git a/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/client/builder/SerdeAndColsBuilder.java b/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/client/builder/SerdeAndColsBuilder.java index e1405d3cbfa4..2aca98dabfb1 100644 --- a/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/client/builder/SerdeAndColsBuilder.java +++ b/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/client/builder/SerdeAndColsBuilder.java @@ -6,9 +6,9 @@ * 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. diff --git a/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/client/builder/StorageDescriptorBuilder.java b/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/client/builder/StorageDescriptorBuilder.java index 433e7c7c18d1..39ec7340e3df 100644 --- a/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/client/builder/StorageDescriptorBuilder.java +++ b/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/client/builder/StorageDescriptorBuilder.java @@ -6,9 +6,9 @@ * 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. diff --git a/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/client/builder/TableBuilder.java b/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/client/builder/TableBuilder.java index 441b1ae5f9f7..eedc01fa0a15 100644 --- a/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/client/builder/TableBuilder.java +++ b/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/client/builder/TableBuilder.java @@ -6,9 +6,9 @@ * 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. diff --git a/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/conf/ConfTemplatePrinter.java b/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/conf/ConfTemplatePrinter.java index f57e2ceacbec..7d698ac6209e 100644 --- a/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/conf/ConfTemplatePrinter.java +++ b/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/conf/ConfTemplatePrinter.java @@ -6,9 +6,9 @@ * 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. diff --git a/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/directsql/MetastoreDirectSqlUtils.java b/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/directsql/MetastoreDirectSqlUtils.java index b586f75ee6c7..1e6c89294de7 100644 --- a/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/directsql/MetastoreDirectSqlUtils.java +++ b/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/directsql/MetastoreDirectSqlUtils.java @@ -1,20 +1,19 @@ /* + * 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 * - * 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 * - * 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. + * 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. */ package org.apache.hadoop.hive.metastore.directsql; diff --git a/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/events/AddSchemaVersionEvent.java b/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/events/AddSchemaVersionEvent.java index e6839dee4b80..a63ffdb6c970 100644 --- a/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/events/AddSchemaVersionEvent.java +++ b/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/events/AddSchemaVersionEvent.java @@ -6,9 +6,9 @@ * 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. diff --git a/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/events/AlterCatalogEvent.java b/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/events/AlterCatalogEvent.java index 7a19fd09f142..ff390246d84f 100644 --- a/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/events/AlterCatalogEvent.java +++ b/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/events/AlterCatalogEvent.java @@ -6,9 +6,9 @@ * 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. diff --git a/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/events/AlterISchemaEvent.java b/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/events/AlterISchemaEvent.java index eaf1db5f52fb..471ded76d744 100644 --- a/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/events/AlterISchemaEvent.java +++ b/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/events/AlterISchemaEvent.java @@ -6,9 +6,9 @@ * 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. diff --git a/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/events/AlterSchemaVersionEvent.java b/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/events/AlterSchemaVersionEvent.java index 76b834e79174..0ac5c5490595 100644 --- a/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/events/AlterSchemaVersionEvent.java +++ b/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/events/AlterSchemaVersionEvent.java @@ -6,9 +6,9 @@ * 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. diff --git a/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/events/CreateCatalogEvent.java b/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/events/CreateCatalogEvent.java index e667277870a1..1bc56567ceeb 100644 --- a/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/events/CreateCatalogEvent.java +++ b/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/events/CreateCatalogEvent.java @@ -6,9 +6,9 @@ * 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. diff --git a/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/events/CreateISchemaEvent.java b/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/events/CreateISchemaEvent.java index 348f8d367d1e..3c90396a3719 100644 --- a/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/events/CreateISchemaEvent.java +++ b/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/events/CreateISchemaEvent.java @@ -6,9 +6,9 @@ * 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. diff --git a/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/events/DropCatalogEvent.java b/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/events/DropCatalogEvent.java index 67c6d51b8641..f2196ccaa71e 100644 --- a/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/events/DropCatalogEvent.java +++ b/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/events/DropCatalogEvent.java @@ -6,9 +6,9 @@ * 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. diff --git a/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/events/DropISchemaEvent.java b/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/events/DropISchemaEvent.java index 7c03638ae3a2..17cd30061f54 100644 --- a/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/events/DropISchemaEvent.java +++ b/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/events/DropISchemaEvent.java @@ -6,9 +6,9 @@ * 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. diff --git a/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/events/DropSchemaVersionEvent.java b/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/events/DropSchemaVersionEvent.java index c722c337d76b..9a53713e51a3 100644 --- a/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/events/DropSchemaVersionEvent.java +++ b/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/events/DropSchemaVersionEvent.java @@ -6,9 +6,9 @@ * 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. diff --git a/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/events/PreAddSchemaVersionEvent.java b/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/events/PreAddSchemaVersionEvent.java index fc345f5f7577..7b4443348d9b 100644 --- a/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/events/PreAddSchemaVersionEvent.java +++ b/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/events/PreAddSchemaVersionEvent.java @@ -6,9 +6,9 @@ * 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. diff --git a/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/events/PreAlterCatalogEvent.java b/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/events/PreAlterCatalogEvent.java index e6ffe8cc1be4..ecd517573f25 100644 --- a/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/events/PreAlterCatalogEvent.java +++ b/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/events/PreAlterCatalogEvent.java @@ -6,9 +6,9 @@ * 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. diff --git a/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/events/PreAlterISchemaEvent.java b/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/events/PreAlterISchemaEvent.java index 3df3780db6cf..356cc84355f4 100644 --- a/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/events/PreAlterISchemaEvent.java +++ b/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/events/PreAlterISchemaEvent.java @@ -6,9 +6,9 @@ * 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. diff --git a/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/events/PreAlterSchemaVersionEvent.java b/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/events/PreAlterSchemaVersionEvent.java index 63ddb3b775a6..41b16e6c9061 100644 --- a/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/events/PreAlterSchemaVersionEvent.java +++ b/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/events/PreAlterSchemaVersionEvent.java @@ -6,9 +6,9 @@ * 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. diff --git a/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/events/PreCreateCatalogEvent.java b/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/events/PreCreateCatalogEvent.java index 96aa22c7e430..9f6c32dd073f 100644 --- a/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/events/PreCreateCatalogEvent.java +++ b/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/events/PreCreateCatalogEvent.java @@ -6,9 +6,9 @@ * 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. diff --git a/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/events/PreCreateISchemaEvent.java b/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/events/PreCreateISchemaEvent.java index d8e9f044c53e..45199e081fa0 100644 --- a/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/events/PreCreateISchemaEvent.java +++ b/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/events/PreCreateISchemaEvent.java @@ -6,9 +6,9 @@ * 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. diff --git a/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/events/PreDropCatalogEvent.java b/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/events/PreDropCatalogEvent.java index 0e01ccd7070c..4deed21433c1 100644 --- a/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/events/PreDropCatalogEvent.java +++ b/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/events/PreDropCatalogEvent.java @@ -6,9 +6,9 @@ * 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. diff --git a/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/events/PreDropISchemaEvent.java b/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/events/PreDropISchemaEvent.java index 575537437e41..edec18a1ffc5 100644 --- a/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/events/PreDropISchemaEvent.java +++ b/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/events/PreDropISchemaEvent.java @@ -6,9 +6,9 @@ * 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. diff --git a/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/events/PreDropSchemaVersionEvent.java b/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/events/PreDropSchemaVersionEvent.java index 2958bd908b7b..783ba0c81ee7 100644 --- a/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/events/PreDropSchemaVersionEvent.java +++ b/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/events/PreDropSchemaVersionEvent.java @@ -6,9 +6,9 @@ * 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. diff --git a/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/events/PreReadCatalogEvent.java b/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/events/PreReadCatalogEvent.java index 3f1afdfe54be..a305f5684b28 100644 --- a/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/events/PreReadCatalogEvent.java +++ b/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/events/PreReadCatalogEvent.java @@ -6,9 +6,9 @@ * 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. diff --git a/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/events/PreReadISchemaEvent.java b/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/events/PreReadISchemaEvent.java index de8ce0451f6a..4ae450e6a027 100644 --- a/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/events/PreReadISchemaEvent.java +++ b/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/events/PreReadISchemaEvent.java @@ -6,9 +6,9 @@ * 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. diff --git a/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/events/PreReadhSchemaVersionEvent.java b/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/events/PreReadhSchemaVersionEvent.java index fbe487934c9c..26f8243fcc52 100644 --- a/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/events/PreReadhSchemaVersionEvent.java +++ b/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/events/PreReadhSchemaVersionEvent.java @@ -6,9 +6,9 @@ * 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. diff --git a/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/messaging/AlterCatalogMessage.java b/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/messaging/AlterCatalogMessage.java index 175d6efba602..7d667ca4f380 100644 --- a/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/messaging/AlterCatalogMessage.java +++ b/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/messaging/AlterCatalogMessage.java @@ -6,9 +6,9 @@ * 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. diff --git a/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/messaging/CreateCatalogMessage.java b/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/messaging/CreateCatalogMessage.java index cbb0f4e2450e..7aedaf174d10 100644 --- a/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/messaging/CreateCatalogMessage.java +++ b/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/messaging/CreateCatalogMessage.java @@ -6,9 +6,9 @@ * 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. diff --git a/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/messaging/DropCatalogMessage.java b/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/messaging/DropCatalogMessage.java index 0e731ce477d0..adee305b5cbb 100644 --- a/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/messaging/DropCatalogMessage.java +++ b/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/messaging/DropCatalogMessage.java @@ -6,9 +6,9 @@ * 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. diff --git a/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/messaging/json/JSONAlterCatalogMessage.java b/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/messaging/json/JSONAlterCatalogMessage.java index 7b7c12e490f2..312c2aeeaa92 100644 --- a/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/messaging/json/JSONAlterCatalogMessage.java +++ b/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/messaging/json/JSONAlterCatalogMessage.java @@ -6,9 +6,9 @@ * 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. diff --git a/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/messaging/json/JSONCreateCatalogMessage.java b/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/messaging/json/JSONCreateCatalogMessage.java index e9038d03d928..93191a11953a 100644 --- a/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/messaging/json/JSONCreateCatalogMessage.java +++ b/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/messaging/json/JSONCreateCatalogMessage.java @@ -6,9 +6,9 @@ * 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. diff --git a/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/messaging/json/JSONDropCatalogMessage.java b/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/messaging/json/JSONDropCatalogMessage.java index 35763511734c..a21ce978cf77 100644 --- a/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/messaging/json/JSONDropCatalogMessage.java +++ b/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/messaging/json/JSONDropCatalogMessage.java @@ -6,9 +6,9 @@ * 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. diff --git a/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/metrics/AcidMetricLogger.java b/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/metrics/AcidMetricLogger.java index 24fc17a2a222..5870e179b5ba 100644 --- a/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/metrics/AcidMetricLogger.java +++ b/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/metrics/AcidMetricLogger.java @@ -6,9 +6,9 @@ * 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. diff --git a/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/metrics/AcidMetricService.java b/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/metrics/AcidMetricService.java index 23200e502357..15a7dc91e018 100644 --- a/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/metrics/AcidMetricService.java +++ b/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/metrics/AcidMetricService.java @@ -6,9 +6,9 @@ * 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. diff --git a/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/metrics/CompactionMetricData.java b/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/metrics/CompactionMetricData.java index 964111680e15..9ac888306587 100644 --- a/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/metrics/CompactionMetricData.java +++ b/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/metrics/CompactionMetricData.java @@ -6,9 +6,9 @@ * 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. diff --git a/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/metrics/JsonReporter.java b/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/metrics/JsonReporter.java index 3d23621e403e..a9208fd0e0a7 100644 --- a/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/metrics/JsonReporter.java +++ b/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/metrics/JsonReporter.java @@ -6,9 +6,9 @@ * 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. diff --git a/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/metrics/Metrics.java b/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/metrics/Metrics.java index 61732ed9ee61..8b960fa32211 100644 --- a/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/metrics/Metrics.java +++ b/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/metrics/Metrics.java @@ -6,9 +6,9 @@ * 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. diff --git a/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/metrics/MetricsConstants.java b/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/metrics/MetricsConstants.java index cd8f36452de9..f45a0106ac46 100644 --- a/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/metrics/MetricsConstants.java +++ b/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/metrics/MetricsConstants.java @@ -6,9 +6,9 @@ * 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. diff --git a/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/model/MCatalog.java b/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/model/MCatalog.java index c5b58a779f7a..f5293d490dc8 100644 --- a/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/model/MCatalog.java +++ b/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/model/MCatalog.java @@ -6,9 +6,9 @@ * 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. diff --git a/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/model/MISchema.java b/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/model/MISchema.java index e64b0e9c530e..14acac4a6108 100644 --- a/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/model/MISchema.java +++ b/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/model/MISchema.java @@ -6,9 +6,9 @@ * 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. diff --git a/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/model/MSchemaVersion.java b/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/model/MSchemaVersion.java index 7c8a6d415c95..863c854eec49 100644 --- a/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/model/MSchemaVersion.java +++ b/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/model/MSchemaVersion.java @@ -6,9 +6,9 @@ * 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. diff --git a/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/model/MStoredProc.java b/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/model/MStoredProc.java index 8737a83c0284..87e5071ee32c 100644 --- a/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/model/MStoredProc.java +++ b/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/model/MStoredProc.java @@ -1,21 +1,19 @@ /* + * 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 * - * * 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. + * 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. */ package org.apache.hadoop.hive.metastore.model; diff --git a/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/tools/MetaToolObjectStore.java b/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/tools/MetaToolObjectStore.java index f99d86895d08..fe733ff4cc71 100644 --- a/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/tools/MetaToolObjectStore.java +++ b/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/tools/MetaToolObjectStore.java @@ -6,9 +6,9 @@ * 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. diff --git a/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/tools/SmokeTest.java b/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/tools/SmokeTest.java index 9cdf271b05f0..6a02458d7ffc 100644 --- a/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/tools/SmokeTest.java +++ b/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/tools/SmokeTest.java @@ -6,9 +6,9 @@ * 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. diff --git a/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/tools/schematool/SchemaToolTaskCreateUser.java b/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/tools/schematool/SchemaToolTaskCreateUser.java index f9b9e5352f32..f95be1f56b92 100644 --- a/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/tools/schematool/SchemaToolTaskCreateUser.java +++ b/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/tools/schematool/SchemaToolTaskCreateUser.java @@ -6,9 +6,9 @@ * 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. diff --git a/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/txn/CompactionMetricsDataConverter.java b/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/txn/CompactionMetricsDataConverter.java index 531ae67fcfaa..e058aadc1bdc 100644 --- a/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/txn/CompactionMetricsDataConverter.java +++ b/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/txn/CompactionMetricsDataConverter.java @@ -6,9 +6,9 @@ * 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. diff --git a/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/txn/TxnUtils.java b/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/txn/TxnUtils.java index 79d6900222b6..53dba03837b4 100644 --- a/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/txn/TxnUtils.java +++ b/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/txn/TxnUtils.java @@ -6,9 +6,9 @@ * 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. diff --git a/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/txn/entities/CompactionMetricsData.java b/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/txn/entities/CompactionMetricsData.java index 33dd362307d4..e6729af4dad5 100644 --- a/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/txn/entities/CompactionMetricsData.java +++ b/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/txn/entities/CompactionMetricsData.java @@ -6,9 +6,9 @@ * 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. diff --git a/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/txn/entities/MetricsInfo.java b/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/txn/entities/MetricsInfo.java index b76a5d1070ca..ec2c789ed4c6 100644 --- a/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/txn/entities/MetricsInfo.java +++ b/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/txn/entities/MetricsInfo.java @@ -6,9 +6,9 @@ * 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. diff --git a/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/txn/service/AcidHouseKeeperService.java b/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/txn/service/AcidHouseKeeperService.java index 84a92e40367c..4fcf82f6d97d 100644 --- a/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/txn/service/AcidHouseKeeperService.java +++ b/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/txn/service/AcidHouseKeeperService.java @@ -6,9 +6,9 @@ * 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. diff --git a/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/txn/service/AcidTxnCleanerService.java b/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/txn/service/AcidTxnCleanerService.java index 227d846ae272..db632593a956 100644 --- a/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/txn/service/AcidTxnCleanerService.java +++ b/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/txn/service/AcidTxnCleanerService.java @@ -6,9 +6,9 @@ * 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. diff --git a/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/txn/service/CompactionHouseKeeperService.java b/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/txn/service/CompactionHouseKeeperService.java index 653ccc50d6e7..4cd14fda1fd7 100644 --- a/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/txn/service/CompactionHouseKeeperService.java +++ b/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/txn/service/CompactionHouseKeeperService.java @@ -6,9 +6,9 @@ * 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. diff --git a/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/utils/MetaStoreServerUtils.java b/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/utils/MetaStoreServerUtils.java index 56b2d9ba59bc..2e59aafa2526 100644 --- a/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/utils/MetaStoreServerUtils.java +++ b/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/utils/MetaStoreServerUtils.java @@ -6,9 +6,9 @@ * 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. diff --git a/standalone-metastore/metastore-server/src/test/java/org/apache/hadoop/hive/metastore/NonCatCallsWithCatalog.java b/standalone-metastore/metastore-server/src/test/java/org/apache/hadoop/hive/metastore/NonCatCallsWithCatalog.java index 3b3898667702..c8a30e5af8b5 100644 --- a/standalone-metastore/metastore-server/src/test/java/org/apache/hadoop/hive/metastore/NonCatCallsWithCatalog.java +++ b/standalone-metastore/metastore-server/src/test/java/org/apache/hadoop/hive/metastore/NonCatCallsWithCatalog.java @@ -6,9 +6,9 @@ * 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. diff --git a/standalone-metastore/metastore-server/src/test/java/org/apache/hadoop/hive/metastore/TestCatalogNonDefaultClient.java b/standalone-metastore/metastore-server/src/test/java/org/apache/hadoop/hive/metastore/TestCatalogNonDefaultClient.java index b28289c11ed5..d5d692178961 100644 --- a/standalone-metastore/metastore-server/src/test/java/org/apache/hadoop/hive/metastore/TestCatalogNonDefaultClient.java +++ b/standalone-metastore/metastore-server/src/test/java/org/apache/hadoop/hive/metastore/TestCatalogNonDefaultClient.java @@ -6,9 +6,9 @@ * 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. diff --git a/standalone-metastore/metastore-server/src/test/java/org/apache/hadoop/hive/metastore/TestCatalogNonDefaultSvr.java b/standalone-metastore/metastore-server/src/test/java/org/apache/hadoop/hive/metastore/TestCatalogNonDefaultSvr.java index 01eeaa283f5e..6677b71cb8c6 100644 --- a/standalone-metastore/metastore-server/src/test/java/org/apache/hadoop/hive/metastore/TestCatalogNonDefaultSvr.java +++ b/standalone-metastore/metastore-server/src/test/java/org/apache/hadoop/hive/metastore/TestCatalogNonDefaultSvr.java @@ -6,9 +6,9 @@ * 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. diff --git a/standalone-metastore/metastore-server/src/test/java/org/apache/hadoop/hive/metastore/TestCatalogOldClient.java b/standalone-metastore/metastore-server/src/test/java/org/apache/hadoop/hive/metastore/TestCatalogOldClient.java index 6c80d7c036d5..d16f3823a7ef 100644 --- a/standalone-metastore/metastore-server/src/test/java/org/apache/hadoop/hive/metastore/TestCatalogOldClient.java +++ b/standalone-metastore/metastore-server/src/test/java/org/apache/hadoop/hive/metastore/TestCatalogOldClient.java @@ -6,9 +6,9 @@ * 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. diff --git a/standalone-metastore/metastore-server/src/test/java/org/apache/hadoop/hive/metastore/TestGetPartitionsUsingProjectionAndFilterSpecs.java b/standalone-metastore/metastore-server/src/test/java/org/apache/hadoop/hive/metastore/TestGetPartitionsUsingProjectionAndFilterSpecs.java index f284849b73f2..8d3e3b5287c6 100644 --- a/standalone-metastore/metastore-server/src/test/java/org/apache/hadoop/hive/metastore/TestGetPartitionsUsingProjectionAndFilterSpecs.java +++ b/standalone-metastore/metastore-server/src/test/java/org/apache/hadoop/hive/metastore/TestGetPartitionsUsingProjectionAndFilterSpecs.java @@ -1,20 +1,19 @@ /* + * 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 * - * 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 * - * 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. + * 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. */ package org.apache.hadoop.hive.metastore; diff --git a/standalone-metastore/metastore-server/src/test/java/org/apache/hadoop/hive/metastore/TestHiveMetaStoreSchemaMethods.java b/standalone-metastore/metastore-server/src/test/java/org/apache/hadoop/hive/metastore/TestHiveMetaStoreSchemaMethods.java index bce1c85dcdcc..23ded9d7e73e 100644 --- a/standalone-metastore/metastore-server/src/test/java/org/apache/hadoop/hive/metastore/TestHiveMetaStoreSchemaMethods.java +++ b/standalone-metastore/metastore-server/src/test/java/org/apache/hadoop/hive/metastore/TestHiveMetaStoreSchemaMethods.java @@ -6,9 +6,9 @@ * 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. diff --git a/standalone-metastore/metastore-server/src/test/java/org/apache/hadoop/hive/metastore/TestMsckCheckPartitions.java b/standalone-metastore/metastore-server/src/test/java/org/apache/hadoop/hive/metastore/TestMsckCheckPartitions.java index 5487bd7f0f99..bf050bd18fcc 100644 --- a/standalone-metastore/metastore-server/src/test/java/org/apache/hadoop/hive/metastore/TestMsckCheckPartitions.java +++ b/standalone-metastore/metastore-server/src/test/java/org/apache/hadoop/hive/metastore/TestMsckCheckPartitions.java @@ -1,20 +1,19 @@ /* + * 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 * - * 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 * - * 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. + * 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. */ package org.apache.hadoop.hive.metastore; diff --git a/standalone-metastore/metastore-server/src/test/java/org/apache/hadoop/hive/metastore/TestObjectStoreSchemaMethods.java b/standalone-metastore/metastore-server/src/test/java/org/apache/hadoop/hive/metastore/TestObjectStoreSchemaMethods.java index 137082f8633c..b7d1e8d72937 100644 --- a/standalone-metastore/metastore-server/src/test/java/org/apache/hadoop/hive/metastore/TestObjectStoreSchemaMethods.java +++ b/standalone-metastore/metastore-server/src/test/java/org/apache/hadoop/hive/metastore/TestObjectStoreSchemaMethods.java @@ -6,9 +6,9 @@ * 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. diff --git a/standalone-metastore/metastore-server/src/test/java/org/apache/hadoop/hive/metastore/TestPartitionManagement.java b/standalone-metastore/metastore-server/src/test/java/org/apache/hadoop/hive/metastore/TestPartitionManagement.java index 55e86e3a5323..0192617d982c 100644 --- a/standalone-metastore/metastore-server/src/test/java/org/apache/hadoop/hive/metastore/TestPartitionManagement.java +++ b/standalone-metastore/metastore-server/src/test/java/org/apache/hadoop/hive/metastore/TestPartitionManagement.java @@ -6,9 +6,9 @@ * 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. diff --git a/standalone-metastore/metastore-server/src/test/java/org/apache/hadoop/hive/metastore/TestPartitionProjectionEvaluator.java b/standalone-metastore/metastore-server/src/test/java/org/apache/hadoop/hive/metastore/TestPartitionProjectionEvaluator.java index 663ae81a466e..cda93be6850a 100644 --- a/standalone-metastore/metastore-server/src/test/java/org/apache/hadoop/hive/metastore/TestPartitionProjectionEvaluator.java +++ b/standalone-metastore/metastore-server/src/test/java/org/apache/hadoop/hive/metastore/TestPartitionProjectionEvaluator.java @@ -1,20 +1,19 @@ /* + * 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 * - * 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 * - * 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. + * 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. */ package org.apache.hadoop.hive.metastore; diff --git a/standalone-metastore/metastore-server/src/test/java/org/apache/hadoop/hive/metastore/TestStatisticsManagement.java b/standalone-metastore/metastore-server/src/test/java/org/apache/hadoop/hive/metastore/TestStatisticsManagement.java index 53aac567acbe..b852c03dfb38 100644 --- a/standalone-metastore/metastore-server/src/test/java/org/apache/hadoop/hive/metastore/TestStatisticsManagement.java +++ b/standalone-metastore/metastore-server/src/test/java/org/apache/hadoop/hive/metastore/TestStatisticsManagement.java @@ -6,9 +6,9 @@ * 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. diff --git a/standalone-metastore/metastore-server/src/test/java/org/apache/hadoop/hive/metastore/TestStats.java b/standalone-metastore/metastore-server/src/test/java/org/apache/hadoop/hive/metastore/TestStats.java index 705d162bcdbc..5a7a1aed8da9 100644 --- a/standalone-metastore/metastore-server/src/test/java/org/apache/hadoop/hive/metastore/TestStats.java +++ b/standalone-metastore/metastore-server/src/test/java/org/apache/hadoop/hive/metastore/TestStats.java @@ -6,9 +6,9 @@ * 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. diff --git a/standalone-metastore/metastore-server/src/test/java/org/apache/hadoop/hive/metastore/annotation/MetastoreCheckinTest.java b/standalone-metastore/metastore-server/src/test/java/org/apache/hadoop/hive/metastore/annotation/MetastoreCheckinTest.java index f13ed743888f..d9352d9156ae 100644 --- a/standalone-metastore/metastore-server/src/test/java/org/apache/hadoop/hive/metastore/annotation/MetastoreCheckinTest.java +++ b/standalone-metastore/metastore-server/src/test/java/org/apache/hadoop/hive/metastore/annotation/MetastoreCheckinTest.java @@ -6,9 +6,9 @@ * 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. diff --git a/standalone-metastore/metastore-server/src/test/java/org/apache/hadoop/hive/metastore/annotation/MetastoreTest.java b/standalone-metastore/metastore-server/src/test/java/org/apache/hadoop/hive/metastore/annotation/MetastoreTest.java index cc52de0976bd..6c04ddbced33 100644 --- a/standalone-metastore/metastore-server/src/test/java/org/apache/hadoop/hive/metastore/annotation/MetastoreTest.java +++ b/standalone-metastore/metastore-server/src/test/java/org/apache/hadoop/hive/metastore/annotation/MetastoreTest.java @@ -6,9 +6,9 @@ * 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. diff --git a/standalone-metastore/metastore-server/src/test/java/org/apache/hadoop/hive/metastore/annotation/MetastoreUnitTest.java b/standalone-metastore/metastore-server/src/test/java/org/apache/hadoop/hive/metastore/annotation/MetastoreUnitTest.java index e71239358580..5a10360c24c3 100644 --- a/standalone-metastore/metastore-server/src/test/java/org/apache/hadoop/hive/metastore/annotation/MetastoreUnitTest.java +++ b/standalone-metastore/metastore-server/src/test/java/org/apache/hadoop/hive/metastore/annotation/MetastoreUnitTest.java @@ -6,9 +6,9 @@ * 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. diff --git a/standalone-metastore/metastore-server/src/test/java/org/apache/hadoop/hive/metastore/cache/TestCatalogCaching.java b/standalone-metastore/metastore-server/src/test/java/org/apache/hadoop/hive/metastore/cache/TestCatalogCaching.java index 0e95538a2ed7..b7f0714d8e96 100644 --- a/standalone-metastore/metastore-server/src/test/java/org/apache/hadoop/hive/metastore/cache/TestCatalogCaching.java +++ b/standalone-metastore/metastore-server/src/test/java/org/apache/hadoop/hive/metastore/cache/TestCatalogCaching.java @@ -6,9 +6,9 @@ * 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. diff --git a/standalone-metastore/metastore-server/src/test/java/org/apache/hadoop/hive/metastore/client/TestCatalogs.java b/standalone-metastore/metastore-server/src/test/java/org/apache/hadoop/hive/metastore/client/TestCatalogs.java index f6a1c34da73a..01f3578333d9 100644 --- a/standalone-metastore/metastore-server/src/test/java/org/apache/hadoop/hive/metastore/client/TestCatalogs.java +++ b/standalone-metastore/metastore-server/src/test/java/org/apache/hadoop/hive/metastore/client/TestCatalogs.java @@ -6,9 +6,9 @@ * 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. diff --git a/standalone-metastore/metastore-server/src/test/java/org/apache/hadoop/hive/metastore/client/TestCheckConstraint.java b/standalone-metastore/metastore-server/src/test/java/org/apache/hadoop/hive/metastore/client/TestCheckConstraint.java index ce57496486a7..cad31b6f850b 100644 --- a/standalone-metastore/metastore-server/src/test/java/org/apache/hadoop/hive/metastore/client/TestCheckConstraint.java +++ b/standalone-metastore/metastore-server/src/test/java/org/apache/hadoop/hive/metastore/client/TestCheckConstraint.java @@ -6,9 +6,9 @@ * 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. diff --git a/standalone-metastore/metastore-server/src/test/java/org/apache/hadoop/hive/metastore/client/TestDefaultConstraint.java b/standalone-metastore/metastore-server/src/test/java/org/apache/hadoop/hive/metastore/client/TestDefaultConstraint.java index 6c92aa18e1e4..014f920e36d3 100644 --- a/standalone-metastore/metastore-server/src/test/java/org/apache/hadoop/hive/metastore/client/TestDefaultConstraint.java +++ b/standalone-metastore/metastore-server/src/test/java/org/apache/hadoop/hive/metastore/client/TestDefaultConstraint.java @@ -6,9 +6,9 @@ * 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. diff --git a/standalone-metastore/metastore-server/src/test/java/org/apache/hadoop/hive/metastore/client/TestForeignKey.java b/standalone-metastore/metastore-server/src/test/java/org/apache/hadoop/hive/metastore/client/TestForeignKey.java index 107ce6216ce3..0ff75f26e115 100644 --- a/standalone-metastore/metastore-server/src/test/java/org/apache/hadoop/hive/metastore/client/TestForeignKey.java +++ b/standalone-metastore/metastore-server/src/test/java/org/apache/hadoop/hive/metastore/client/TestForeignKey.java @@ -6,9 +6,9 @@ * 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. diff --git a/standalone-metastore/metastore-server/src/test/java/org/apache/hadoop/hive/metastore/client/TestGetAllTableConstraints.java b/standalone-metastore/metastore-server/src/test/java/org/apache/hadoop/hive/metastore/client/TestGetAllTableConstraints.java index d92523fb5daf..f08744075d44 100644 --- a/standalone-metastore/metastore-server/src/test/java/org/apache/hadoop/hive/metastore/client/TestGetAllTableConstraints.java +++ b/standalone-metastore/metastore-server/src/test/java/org/apache/hadoop/hive/metastore/client/TestGetAllTableConstraints.java @@ -6,9 +6,9 @@ * 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. diff --git a/standalone-metastore/metastore-server/src/test/java/org/apache/hadoop/hive/metastore/client/TestNotNullConstraint.java b/standalone-metastore/metastore-server/src/test/java/org/apache/hadoop/hive/metastore/client/TestNotNullConstraint.java index d0034d2fc1a3..d9765519bbdb 100644 --- a/standalone-metastore/metastore-server/src/test/java/org/apache/hadoop/hive/metastore/client/TestNotNullConstraint.java +++ b/standalone-metastore/metastore-server/src/test/java/org/apache/hadoop/hive/metastore/client/TestNotNullConstraint.java @@ -6,9 +6,9 @@ * 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. diff --git a/standalone-metastore/metastore-server/src/test/java/org/apache/hadoop/hive/metastore/client/TestPrimaryKey.java b/standalone-metastore/metastore-server/src/test/java/org/apache/hadoop/hive/metastore/client/TestPrimaryKey.java index a33dffd5175b..d2960727553a 100644 --- a/standalone-metastore/metastore-server/src/test/java/org/apache/hadoop/hive/metastore/client/TestPrimaryKey.java +++ b/standalone-metastore/metastore-server/src/test/java/org/apache/hadoop/hive/metastore/client/TestPrimaryKey.java @@ -6,9 +6,9 @@ * 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. diff --git a/standalone-metastore/metastore-server/src/test/java/org/apache/hadoop/hive/metastore/client/TestRuntimeStats.java b/standalone-metastore/metastore-server/src/test/java/org/apache/hadoop/hive/metastore/client/TestRuntimeStats.java index 050ddd3a9ae2..b028d500f84e 100644 --- a/standalone-metastore/metastore-server/src/test/java/org/apache/hadoop/hive/metastore/client/TestRuntimeStats.java +++ b/standalone-metastore/metastore-server/src/test/java/org/apache/hadoop/hive/metastore/client/TestRuntimeStats.java @@ -6,9 +6,9 @@ * 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. diff --git a/standalone-metastore/metastore-server/src/test/java/org/apache/hadoop/hive/metastore/client/TestUniqueConstraint.java b/standalone-metastore/metastore-server/src/test/java/org/apache/hadoop/hive/metastore/client/TestUniqueConstraint.java index 9eaafbfdd1dc..6838b838f18b 100644 --- a/standalone-metastore/metastore-server/src/test/java/org/apache/hadoop/hive/metastore/client/TestUniqueConstraint.java +++ b/standalone-metastore/metastore-server/src/test/java/org/apache/hadoop/hive/metastore/client/TestUniqueConstraint.java @@ -6,9 +6,9 @@ * 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. diff --git a/standalone-metastore/metastore-server/src/test/java/org/apache/hadoop/hive/metastore/conf/TestMetastoreConf.java b/standalone-metastore/metastore-server/src/test/java/org/apache/hadoop/hive/metastore/conf/TestMetastoreConf.java index 2756a4bdb1ed..3eced08f027c 100644 --- a/standalone-metastore/metastore-server/src/test/java/org/apache/hadoop/hive/metastore/conf/TestMetastoreConf.java +++ b/standalone-metastore/metastore-server/src/test/java/org/apache/hadoop/hive/metastore/conf/TestMetastoreConf.java @@ -6,9 +6,9 @@ * 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. diff --git a/standalone-metastore/metastore-server/src/test/java/org/apache/hadoop/hive/metastore/dbinstall/DbInstallBase.java b/standalone-metastore/metastore-server/src/test/java/org/apache/hadoop/hive/metastore/dbinstall/DbInstallBase.java index 939299d491a5..3ea5bc77217a 100644 --- a/standalone-metastore/metastore-server/src/test/java/org/apache/hadoop/hive/metastore/dbinstall/DbInstallBase.java +++ b/standalone-metastore/metastore-server/src/test/java/org/apache/hadoop/hive/metastore/dbinstall/DbInstallBase.java @@ -6,9 +6,9 @@ * 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. diff --git a/standalone-metastore/metastore-server/src/test/java/org/apache/hadoop/hive/metastore/dbinstall/rules/Mssql.java b/standalone-metastore/metastore-server/src/test/java/org/apache/hadoop/hive/metastore/dbinstall/rules/Mssql.java index e793e762eb60..89c7102678bb 100644 --- a/standalone-metastore/metastore-server/src/test/java/org/apache/hadoop/hive/metastore/dbinstall/rules/Mssql.java +++ b/standalone-metastore/metastore-server/src/test/java/org/apache/hadoop/hive/metastore/dbinstall/rules/Mssql.java @@ -6,9 +6,9 @@ * 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. diff --git a/standalone-metastore/metastore-server/src/test/java/org/apache/hadoop/hive/metastore/dbinstall/rules/Mysql.java b/standalone-metastore/metastore-server/src/test/java/org/apache/hadoop/hive/metastore/dbinstall/rules/Mysql.java index 7c8d211ce57c..dca96b665b4f 100644 --- a/standalone-metastore/metastore-server/src/test/java/org/apache/hadoop/hive/metastore/dbinstall/rules/Mysql.java +++ b/standalone-metastore/metastore-server/src/test/java/org/apache/hadoop/hive/metastore/dbinstall/rules/Mysql.java @@ -6,9 +6,9 @@ * 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. diff --git a/standalone-metastore/metastore-server/src/test/java/org/apache/hadoop/hive/metastore/dbinstall/rules/Oracle.java b/standalone-metastore/metastore-server/src/test/java/org/apache/hadoop/hive/metastore/dbinstall/rules/Oracle.java index 7cc0a369bd65..396c450256b5 100644 --- a/standalone-metastore/metastore-server/src/test/java/org/apache/hadoop/hive/metastore/dbinstall/rules/Oracle.java +++ b/standalone-metastore/metastore-server/src/test/java/org/apache/hadoop/hive/metastore/dbinstall/rules/Oracle.java @@ -6,9 +6,9 @@ * 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. diff --git a/standalone-metastore/metastore-server/src/test/java/org/apache/hadoop/hive/metastore/dbinstall/rules/Postgres.java b/standalone-metastore/metastore-server/src/test/java/org/apache/hadoop/hive/metastore/dbinstall/rules/Postgres.java index 0e75eb10751f..83a0b9a1ab86 100644 --- a/standalone-metastore/metastore-server/src/test/java/org/apache/hadoop/hive/metastore/dbinstall/rules/Postgres.java +++ b/standalone-metastore/metastore-server/src/test/java/org/apache/hadoop/hive/metastore/dbinstall/rules/Postgres.java @@ -6,9 +6,9 @@ * 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. diff --git a/standalone-metastore/metastore-server/src/test/java/org/apache/hadoop/hive/metastore/dbinstall/rules/PostgresTPCDS.java b/standalone-metastore/metastore-server/src/test/java/org/apache/hadoop/hive/metastore/dbinstall/rules/PostgresTPCDS.java index 68d539fbb2b7..0403f58dfb4f 100644 --- a/standalone-metastore/metastore-server/src/test/java/org/apache/hadoop/hive/metastore/dbinstall/rules/PostgresTPCDS.java +++ b/standalone-metastore/metastore-server/src/test/java/org/apache/hadoop/hive/metastore/dbinstall/rules/PostgresTPCDS.java @@ -6,9 +6,9 @@ * 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. diff --git a/standalone-metastore/metastore-server/src/test/java/org/apache/hadoop/hive/metastore/events/TestAbortTxnEventDbsUpdated.java b/standalone-metastore/metastore-server/src/test/java/org/apache/hadoop/hive/metastore/events/TestAbortTxnEventDbsUpdated.java index c4f897a49b81..6997633b9392 100644 --- a/standalone-metastore/metastore-server/src/test/java/org/apache/hadoop/hive/metastore/events/TestAbortTxnEventDbsUpdated.java +++ b/standalone-metastore/metastore-server/src/test/java/org/apache/hadoop/hive/metastore/events/TestAbortTxnEventDbsUpdated.java @@ -6,9 +6,9 @@ * 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. diff --git a/standalone-metastore/metastore-server/src/test/java/org/apache/hadoop/hive/metastore/events/TestCommitTxnEventWithDbAndWriteId.java b/standalone-metastore/metastore-server/src/test/java/org/apache/hadoop/hive/metastore/events/TestCommitTxnEventWithDbAndWriteId.java index 092968619488..2e5d29228634 100644 --- a/standalone-metastore/metastore-server/src/test/java/org/apache/hadoop/hive/metastore/events/TestCommitTxnEventWithDbAndWriteId.java +++ b/standalone-metastore/metastore-server/src/test/java/org/apache/hadoop/hive/metastore/events/TestCommitTxnEventWithDbAndWriteId.java @@ -6,9 +6,9 @@ * 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. diff --git a/standalone-metastore/metastore-server/src/test/java/org/apache/hadoop/hive/metastore/metrics/TestCompactionMetricData.java b/standalone-metastore/metastore-server/src/test/java/org/apache/hadoop/hive/metastore/metrics/TestCompactionMetricData.java index aa603bd4bf7a..ed8a1ee8b5b9 100644 --- a/standalone-metastore/metastore-server/src/test/java/org/apache/hadoop/hive/metastore/metrics/TestCompactionMetricData.java +++ b/standalone-metastore/metastore-server/src/test/java/org/apache/hadoop/hive/metastore/metrics/TestCompactionMetricData.java @@ -6,9 +6,9 @@ * 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. diff --git a/standalone-metastore/metastore-server/src/test/java/org/apache/hadoop/hive/metastore/metrics/TestMetricRegistry.java b/standalone-metastore/metastore-server/src/test/java/org/apache/hadoop/hive/metastore/metrics/TestMetricRegistry.java index 4e1d4e14a361..670a02da3e4d 100644 --- a/standalone-metastore/metastore-server/src/test/java/org/apache/hadoop/hive/metastore/metrics/TestMetricRegistry.java +++ b/standalone-metastore/metastore-server/src/test/java/org/apache/hadoop/hive/metastore/metrics/TestMetricRegistry.java @@ -6,9 +6,9 @@ * 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. diff --git a/standalone-metastore/metastore-server/src/test/java/org/apache/hadoop/hive/metastore/metrics/TestMetrics.java b/standalone-metastore/metastore-server/src/test/java/org/apache/hadoop/hive/metastore/metrics/TestMetrics.java index 9d3e8b10ca11..960d32b83cf1 100644 --- a/standalone-metastore/metastore-server/src/test/java/org/apache/hadoop/hive/metastore/metrics/TestMetrics.java +++ b/standalone-metastore/metastore-server/src/test/java/org/apache/hadoop/hive/metastore/metrics/TestMetrics.java @@ -6,9 +6,9 @@ * 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. diff --git a/standalone-metastore/metastore-server/src/test/java/org/apache/hadoop/hive/metastore/testutils/CapturingLogAppender.java b/standalone-metastore/metastore-server/src/test/java/org/apache/hadoop/hive/metastore/testutils/CapturingLogAppender.java index 891e13aac9c1..708d1fef121b 100644 --- a/standalone-metastore/metastore-server/src/test/java/org/apache/hadoop/hive/metastore/testutils/CapturingLogAppender.java +++ b/standalone-metastore/metastore-server/src/test/java/org/apache/hadoop/hive/metastore/testutils/CapturingLogAppender.java @@ -6,9 +6,9 @@ * 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. diff --git a/standalone-metastore/metastore-server/src/test/java/org/apache/hadoop/hive/metastore/utils/DirectSqlConfigurator.java b/standalone-metastore/metastore-server/src/test/java/org/apache/hadoop/hive/metastore/utils/DirectSqlConfigurator.java index ae154d7626d2..a990ee8c8a1a 100644 --- a/standalone-metastore/metastore-server/src/test/java/org/apache/hadoop/hive/metastore/utils/DirectSqlConfigurator.java +++ b/standalone-metastore/metastore-server/src/test/java/org/apache/hadoop/hive/metastore/utils/DirectSqlConfigurator.java @@ -6,9 +6,9 @@ * 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. diff --git a/standalone-metastore/metastore-server/src/test/java/org/apache/hadoop/hive/metastore/utils/TestHdfsUtils.java b/standalone-metastore/metastore-server/src/test/java/org/apache/hadoop/hive/metastore/utils/TestHdfsUtils.java index 71e5ae7c8e44..b899dcd80803 100644 --- a/standalone-metastore/metastore-server/src/test/java/org/apache/hadoop/hive/metastore/utils/TestHdfsUtils.java +++ b/standalone-metastore/metastore-server/src/test/java/org/apache/hadoop/hive/metastore/utils/TestHdfsUtils.java @@ -6,9 +6,9 @@ * 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. diff --git a/standalone-metastore/metastore-server/src/test/java/org/apache/hadoop/hive/metastore/utils/TestMetaStoreUtils.java b/standalone-metastore/metastore-server/src/test/java/org/apache/hadoop/hive/metastore/utils/TestMetaStoreUtils.java index 4a938f1b8a56..52669a4cccfa 100644 --- a/standalone-metastore/metastore-server/src/test/java/org/apache/hadoop/hive/metastore/utils/TestMetaStoreUtils.java +++ b/standalone-metastore/metastore-server/src/test/java/org/apache/hadoop/hive/metastore/utils/TestMetaStoreUtils.java @@ -6,9 +6,9 @@ * 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. diff --git a/standalone-metastore/metastore-server/src/test/java/org/apache/hadoop/hive/metastore/utils/TestStringableMap.java b/standalone-metastore/metastore-server/src/test/java/org/apache/hadoop/hive/metastore/utils/TestStringableMap.java index fdbef48deff5..2a034ed4064b 100644 --- a/standalone-metastore/metastore-server/src/test/java/org/apache/hadoop/hive/metastore/utils/TestStringableMap.java +++ b/standalone-metastore/metastore-server/src/test/java/org/apache/hadoop/hive/metastore/utils/TestStringableMap.java @@ -6,9 +6,9 @@ * 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. diff --git a/storage-api/src/java/org/apache/hadoop/hive/common/DatabaseName.java b/storage-api/src/java/org/apache/hadoop/hive/common/DatabaseName.java index 6a030bb1b95f..d272aa73c01f 100644 --- a/storage-api/src/java/org/apache/hadoop/hive/common/DatabaseName.java +++ b/storage-api/src/java/org/apache/hadoop/hive/common/DatabaseName.java @@ -6,9 +6,9 @@ * 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. diff --git a/storage-api/src/java/org/apache/hadoop/hive/common/TableName.java b/storage-api/src/java/org/apache/hadoop/hive/common/TableName.java index 9e593cd69dce..bac3ef5fa731 100644 --- a/storage-api/src/java/org/apache/hadoop/hive/common/TableName.java +++ b/storage-api/src/java/org/apache/hadoop/hive/common/TableName.java @@ -6,9 +6,9 @@ * 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. diff --git a/storage-api/src/test/org/apache/hadoop/hive/common/TestDatabaseName.java b/storage-api/src/test/org/apache/hadoop/hive/common/TestDatabaseName.java index 76c3a707605a..69747328e418 100644 --- a/storage-api/src/test/org/apache/hadoop/hive/common/TestDatabaseName.java +++ b/storage-api/src/test/org/apache/hadoop/hive/common/TestDatabaseName.java @@ -6,9 +6,9 @@ * 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. diff --git a/storage-api/src/test/org/apache/hadoop/hive/common/TestTableName.java b/storage-api/src/test/org/apache/hadoop/hive/common/TestTableName.java index e6013be1e15a..f4b0a6931ad7 100644 --- a/storage-api/src/test/org/apache/hadoop/hive/common/TestTableName.java +++ b/storage-api/src/test/org/apache/hadoop/hive/common/TestTableName.java @@ -6,9 +6,9 @@ * 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. From 9d77a11e3c1f48560f5198e302131144eef5b505 Mon Sep 17 00:00:00 2001 From: Hemanth Umashankar Date: Mon, 3 Aug 2026 13:16:55 +0530 Subject: [PATCH 2/9] Standardize ASF license headers in XML and resource files --- .mvn/develocity.xml | 27 +++++++++---------- .mvn/extensions.xml | 27 +++++++++---------- accumulo-handler/pom.xml | 10 ++++--- beeline/pom.xml | 10 ++++--- classification/pom.xml | 10 ++++--- cli/pom.xml | 10 ++++--- common/pom.xml | 10 ++++--- contrib/pom.xml | 10 ++++--- dev-support/eclipse-styles.xml | 10 ++++--- hbase-handler/pom.xml | 10 ++++--- hplsql/pom.xml | 10 ++++--- iceberg/iceberg-catalog/pom.xml | 10 ++++--- iceberg/iceberg-handler/pom.xml | 10 ++++--- .../iceberg/util/TestCharSequenceSet.java | 15 ----------- iceberg/iceberg-rest-catalog-client/pom.xml | 10 ++++--- iceberg/iceberg-shading/pom.xml | 12 ++++++--- iceberg/pom.xml | 12 ++++++--- itests/custom-serde/pom.xml | 10 ++++--- itests/custom-udfs/pom.xml | 22 ++++++++------- .../custom-udfs/udf-classloader-udf1/pom.xml | 10 ++++--- .../custom-udfs/udf-classloader-udf2/pom.xml | 10 ++++--- .../custom-udfs/udf-classloader-util/pom.xml | 10 ++++--- .../udf-vectorized-badexample/pom.xml | 10 ++++--- itests/hive-blobstore/pom.xml | 10 ++++--- itests/hive-iceberg/pom.xml | 10 ++++--- itests/hive-jmh/pom.xml | 10 ++++--- itests/hive-minikdc/pom.xml | 10 ++++--- itests/hive-unit-hadoop2/pom.xml | 10 ++++--- itests/hive-unit/pom.xml | 10 ++++--- .../TestPartitionExpressionProxyDefault.java | 8 +++--- itests/pom.xml | 10 ++++--- itests/qtest-accumulo/pom.xml | 10 ++++--- itests/qtest-iceberg/pom.xml | 10 ++++--- itests/qtest-kudu/pom.xml | 10 ++++--- itests/qtest/pom.xml | 10 ++++--- itests/test-docker/pom.xml | 10 ++++--- itests/test-jdbc/pom.xml | 10 ++++--- itests/test-serde/pom.xml | 10 ++++--- itests/util/pom.xml | 10 ++++--- jdbc-handler/pom.xml | 10 ++++--- jdbc/pom.xml | 10 ++++--- kudu-handler/pom.xml | 10 ++++--- llap-client/pom.xml | 10 ++++--- llap-common/pom.xml | 10 ++++--- ...ache.hadoop.security.token.TokenIdentifier | 25 +++++++++-------- llap-ext-client/pom.xml | 10 ++++--- llap-server/pom.xml | 10 ++++--- .../org.apache.hadoop.security.SecurityInfo | 25 +++++++++-------- ....apache.hadoop.security.token.TokenRenewer | 25 +++++++++-------- .../src/test/resources/llap-daemon-site.xml | 14 ++++++---- llap-tez/pom.xml | 10 ++++--- .../org.apache.hadoop.security.SecurityInfo | 25 +++++++++-------- metastore/pom.xml | 10 ++++--- packaging/pom.xml | 10 ++++--- packaging/src/kubernetes/pom.xml | 10 ++++--- .../src/kubernetes/src/resources/log4j2.xml | 10 ++++--- parser/pom.xml | 10 ++++--- pom.xml | 10 ++++--- ql/pom.xml | 10 ++++--- .../services/org.apache.hadoop.fs.FileSystem | 25 +++++++++-------- serde/pom.xml | 10 ++++--- service-rpc/pom.xml | 10 ++++--- service/pom.xml | 10 ++++--- .../hive-webapps/static/css/login.css | 10 ++++--- shims/0.23/pom.xml | 10 ++++--- shims/aggregator/pom.xml | 10 ++++--- shims/common/pom.xml | 10 ++++--- shims/pom.xml | 10 ++++--- standalone-metastore/metastore-client/pom.xml | 12 ++++++--- standalone-metastore/metastore-common/pom.xml | 10 ++++--- .../metastore-rest-catalog/pom.xml | 12 ++++++--- standalone-metastore/metastore-server/pom.xml | 10 ++++--- .../metastore-benchmarks/pom.xml | 10 ++++--- .../src/main/resources/log4j2.xml | 10 ++++--- standalone-metastore/metastore-tools/pom.xml | 10 ++++--- .../metastore-tools/tools-common/pom.xml | 10 ++++--- standalone-metastore/pom.xml | 10 ++++--- storage-api/pom.xml | 10 ++++--- streaming/pom.xml | 10 ++++--- testutils/pom.xml | 10 ++++--- udf/pom.xml | 10 ++++--- vector-code-gen/pom.xml | 12 ++++++--- 82 files changed, 626 insertions(+), 332 deletions(-) diff --git a/.mvn/develocity.xml b/.mvn/develocity.xml index 6cc6721a30cb..c65c2396dec7 100644 --- a/.mvn/develocity.xml +++ b/.mvn/develocity.xml @@ -1,23 +1,20 @@ diff --git a/accumulo-handler/pom.xml b/accumulo-handler/pom.xml index cb64cdce0cd6..ecd97ae78d40 100644 --- a/accumulo-handler/pom.xml +++ b/accumulo-handler/pom.xml @@ -1,8 +1,12 @@ 4.0.0 diff --git a/itests/custom-udfs/udf-classloader-udf1/pom.xml b/itests/custom-udfs/udf-classloader-udf1/pom.xml index 4ba16cd08c9d..ed749bf72497 100644 --- a/itests/custom-udfs/udf-classloader-udf1/pom.xml +++ b/itests/custom-udfs/udf-classloader-udf1/pom.xml @@ -1,8 +1,12 @@ diff --git a/llap-tez/pom.xml b/llap-tez/pom.xml index ff41fe8a9290..2afc0f349dd4 100644 --- a/llap-tez/pom.xml +++ b/llap-tez/pom.xml @@ -1,8 +1,12 @@ From e59f6e95acea2cbf2ff8c113b7e773ed175181b5 Mon Sep 17 00:00:00 2001 From: Hemanth Umashankar Date: Mon, 3 Aug 2026 13:54:18 +0530 Subject: [PATCH 3/9] HIVE-29755: Standardize ASF license headers in patched-iceberg poms --- iceberg/patched-iceberg-api/pom.xml | 10 +++++++--- iceberg/patched-iceberg-core/pom.xml | 10 +++++++--- 2 files changed, 14 insertions(+), 6 deletions(-) diff --git a/iceberg/patched-iceberg-api/pom.xml b/iceberg/patched-iceberg-api/pom.xml index fbdd0b72322f..4b16118dc43b 100644 --- a/iceberg/patched-iceberg-api/pom.xml +++ b/iceberg/patched-iceberg-api/pom.xml @@ -1,8 +1,12 @@ - - - - - - diff --git a/standalone-metastore/checkstyle/checkstyle.xml b/standalone-metastore/checkstyle/checkstyle.xml index 136918ca4ddc..f21bb3a06815 100644 --- a/standalone-metastore/checkstyle/checkstyle.xml +++ b/standalone-metastore/checkstyle/checkstyle.xml @@ -64,13 +64,6 @@ - - - - - - - diff --git a/storage-api/checkstyle/checkstyle.xml b/storage-api/checkstyle/checkstyle.xml index 3d84d1de4d68..a920085b9ba3 100644 --- a/storage-api/checkstyle/checkstyle.xml +++ b/storage-api/checkstyle/checkstyle.xml @@ -64,13 +64,6 @@ - - - - - - - From 2de0eca50b6e74ed613a3af3e811c88f4675e884 Mon Sep 17 00:00:00 2001 From: Hemanth Umashankar Date: Tue, 11 Aug 2026 23:58:01 +0530 Subject: [PATCH 6/9] mvn checkstyle validated across all modules for java files --- .../AccumuloConnectionParameters.java | 13 +++++----- .../hive/accumulo/AccumuloHiveConstants.java | 13 +++++----- .../hadoop/hive/accumulo/AccumuloHiveRow.java | 13 +++++----- .../hive/accumulo/HiveAccumuloHelper.java | 13 +++++----- .../hadoop/hive/accumulo/LazyAccumuloMap.java | 13 +++++----- .../hadoop/hive/accumulo/LazyAccumuloRow.java | 13 +++++----- .../hive/accumulo/columns/ColumnEncoding.java | 13 +++++----- .../hive/accumulo/columns/ColumnMapper.java | 13 +++++----- .../hive/accumulo/columns/ColumnMapping.java | 13 +++++----- .../columns/ColumnMappingFactory.java | 13 +++++----- .../columns/HiveAccumuloColumnMapping.java | 13 +++++----- .../columns/HiveAccumuloMapColumnMapping.java | 13 +++++----- .../HiveAccumuloRowIdColumnMapping.java | 13 +++++----- .../hive/accumulo/columns/HiveColumn.java | 13 +++++----- .../InvalidColumnMappingException.java | 13 +++++----- .../accumulo/mr/HiveAccumuloRecordReader.java | 13 +++++----- .../mr/HiveAccumuloTableInputFormat.java | 13 +++++----- .../hadoop/hive/accumulo/mr/package-info.java | 26 +++++++++---------- .../hadoop/hive/accumulo/package-info.java | 26 +++++++++---------- .../predicate/NoSuchCompareOpException.java | 13 +++++----- .../NoSuchPrimitiveComparisonException.java | 13 +++++----- .../predicate/PrimitiveComparisonFilter.java | 13 +++++----- .../accumulo/predicate/PushdownTuple.java | 13 +++++----- .../accumulo/predicate/compare/CompareOp.java | 13 +++++----- .../predicate/compare/DoubleCompare.java | 13 +++++----- .../accumulo/predicate/compare/Equal.java | 13 +++++----- .../predicate/compare/GreaterThan.java | 13 +++++----- .../predicate/compare/GreaterThanOrEqual.java | 13 +++++----- .../predicate/compare/IntCompare.java | 13 +++++----- .../accumulo/predicate/compare/LessThan.java | 13 +++++----- .../predicate/compare/LessThanOrEqual.java | 13 +++++----- .../hive/accumulo/predicate/compare/Like.java | 13 +++++----- .../predicate/compare/LongCompare.java | 13 +++++----- .../accumulo/predicate/compare/NotEqual.java | 13 +++++----- .../compare/PrimitiveComparison.java | 13 +++++----- .../predicate/compare/StringCompare.java | 13 +++++----- .../predicate/compare/package-info.java | 26 +++++++++---------- .../hive/accumulo/predicate/package-info.java | 26 +++++++++---------- .../accumulo/serde/AccumuloRowIdFactory.java | 13 +++++----- .../accumulo/serde/AccumuloRowSerializer.java | 13 +++++----- .../hive/accumulo/serde/AccumuloSerDe.java | 13 +++++----- .../serde/AccumuloSerDeParameters.java | 13 +++++----- .../TooManyAccumuloColumnsException.java | 13 +++++----- .../serde/TooManyHiveColumnsException.java | 13 +++++----- .../hive/accumulo/serde/package-info.java | 26 +++++++++---------- .../TestAccumuloConnectionParameters.java | 13 +++++----- .../hive/accumulo/TestAccumuloHiveRow.java | 13 +++++----- .../accumulo/TestAccumuloIndexParameters.java | 13 +++++----- .../accumulo/TestAccumuloStorageHandler.java | 13 +++++----- .../hive/accumulo/TestHiveAccumuloHelper.java | 13 +++++----- .../hive/accumulo/TestLazyAccumuloMap.java | 13 +++++----- .../hive/accumulo/TestLazyAccumuloRow.java | 13 +++++----- .../accumulo/columns/TestColumnEncoding.java | 13 +++++----- .../accumulo/columns/TestColumnMapper.java | 13 +++++----- .../columns/TestColumnMappingFactory.java | 13 +++++----- .../TestHiveAccumuloColumnMapping.java | 13 +++++----- .../columns/TestHiveRowIdColumnMapping.java | 13 +++++----- .../mr/TestHiveAccumuloTableInputFormat.java | 13 +++++----- .../mr/TestHiveAccumuloTableOutputFormat.java | 13 +++++----- .../accumulo/mr/TestHiveAccumuloTypes.java | 13 +++++----- .../TestAccumuloPredicateHandler.java | 13 +++++----- .../predicate/TestAccumuloRangeGenerator.java | 13 +++++----- .../TestPrimitiveComparisonFilter.java | 13 +++++----- .../predicate/compare/TestDoubleCompare.java | 13 +++++----- .../predicate/compare/TestIntCompare.java | 13 +++++----- .../predicate/compare/TestLongComparison.java | 13 +++++----- .../predicate/compare/TestStringCompare.java | 13 +++++----- .../serde/DelimitedAccumuloRowIdFactory.java | 13 +++++----- .../FirstCharAccumuloCompositeRowId.java | 13 +++++----- .../serde/TestAccumuloRowSerializer.java | 13 +++++----- .../accumulo/serde/TestAccumuloSerDe.java | 13 +++++----- .../serde/TestAccumuloSerDeParameters.java | 13 +++++----- .../TestDefaultAccumuloRowIdFactory.java | 13 +++++----- checkstyle/checkstyle.xml | 2 ++ checkstyle/suppressions.xml | 8 +++--- .../hadoop/hive/common/MemoryEstimate.java | 4 ++- .../org/apache/hive/http/JMXJsonServlet.java | 15 ++++++----- .../hive/http/Log4j2ConfiguratorServlet.java | 4 ++- .../hive/http/ProfileOutputServlet.java | 5 +++- .../org/apache/hive/http/ProfileServlet.java | 4 ++- .../hive/http/security/PamAuthenticator.java | 15 ++++++----- .../hive/http/security/PamConstraint.java | 15 ++++++----- .../http/security/PamConstraintMapping.java | 15 ++++++----- .../hive/http/security/PamLoginService.java | 15 ++++++----- .../hive/http/security/PamUserIdentity.java | 15 ++++++----- .../hive/conf/TestHiveConfVarsValidate.java | 15 ++++++----- .../org/apache/hive/hcatalog/cli/HCatCli.java | 11 ++++---- .../apache/hive/hcatalog/cli/HCatDriver.java | 11 ++++---- .../SemanticAnalysis/CreateDatabaseHook.java | 11 ++++---- .../cli/SemanticAnalysis/CreateTableHook.java | 11 ++++---- .../cli/SemanticAnalysis/HCatAuthUtil.java | 11 ++++---- .../HCatSemanticAnalyzer.java | 11 ++++---- .../HCatSemanticAnalyzerBase.java | 11 ++++---- .../hive/hcatalog/common/ErrorType.java | 11 ++++---- .../hive/hcatalog/common/HCatConstants.java | 11 ++++---- .../hive/hcatalog/common/HCatContext.java | 11 ++++---- .../hive/hcatalog/common/HCatException.java | 11 ++++---- .../apache/hive/hcatalog/common/HCatUtil.java | 11 ++++---- .../apache/hive/hcatalog/data/DataType.java | 11 ++++---- .../hive/hcatalog/data/DefaultHCatRecord.java | 11 ++++---- .../apache/hive/hcatalog/data/HCatRecord.java | 11 ++++---- .../data/HCatRecordObjectInspector.java | 11 ++++---- .../HCatRecordObjectInspectorFactory.java | 11 ++++---- .../hive/hcatalog/data/HCatRecordSerDe.java | 11 ++++---- .../hive/hcatalog/data/HCatRecordable.java | 11 ++++---- .../apache/hive/hcatalog/data/JsonSerDe.java | 11 ++++---- .../hive/hcatalog/data/LazyHCatRecord.java | 11 ++++---- .../org/apache/hive/hcatalog/data/Pair.java | 11 ++++---- .../hive/hcatalog/data/ReaderWriter.java | 11 ++++---- .../hcatalog/data/schema/HCatFieldSchema.java | 11 ++++---- .../hive/hcatalog/data/schema/HCatSchema.java | 11 ++++---- .../hcatalog/data/schema/HCatSchemaUtils.java | 11 ++++---- .../data/transfer/DataTransferFactory.java | 11 ++++---- .../hcatalog/data/transfer/EntityBase.java | 11 ++++---- .../hcatalog/data/transfer/HCatReader.java | 11 ++++---- .../hcatalog/data/transfer/HCatWriter.java | 11 ++++---- .../hcatalog/data/transfer/ReadEntity.java | 11 ++++---- .../hcatalog/data/transfer/ReaderContext.java | 11 ++++---- .../hcatalog/data/transfer/WriteEntity.java | 11 ++++---- .../hcatalog/data/transfer/WriterContext.java | 11 ++++---- .../transfer/impl/HCatInputFormatReader.java | 11 ++++---- .../transfer/impl/HCatOutputFormatWriter.java | 11 ++++---- .../data/transfer/impl/ReaderContextImpl.java | 11 ++++---- .../data/transfer/impl/WriterContextImpl.java | 11 ++++---- .../transfer/state/DefaultStateProvider.java | 11 ++++---- .../data/transfer/state/StateProvider.java | 11 ++++---- .../har/HarOutputCommitterPostProcessor.java | 11 ++++---- .../DefaultOutputCommitterContainer.java | 11 ++++---- .../DefaultOutputFormatContainer.java | 11 ++++---- .../DefaultRecordWriterContainer.java | 11 ++++---- ...micPartitionFileRecordWriterContainer.java | 11 ++++---- .../FileOutputCommitterContainer.java | 11 ++++---- .../mapreduce/FileOutputFormatContainer.java | 11 ++++---- .../mapreduce/FileRecordWriterContainer.java | 11 ++++---- .../mapreduce/FosterStorageHandler.java | 11 ++++---- .../mapreduce/HCatBaseInputFormat.java | 11 ++++---- .../mapreduce/HCatBaseOutputFormat.java | 11 ++++---- .../hive/hcatalog/mapreduce/HCatFileUtil.java | 11 ++++---- .../hcatalog/mapreduce/HCatInputFormat.java | 11 ++++---- .../hcatalog/mapreduce/HCatMapRedUtil.java | 11 ++++---- .../hcatalog/mapreduce/HCatOutputFormat.java | 11 ++++---- .../hcatalog/mapreduce/HCatRecordReader.java | 11 ++++---- .../hive/hcatalog/mapreduce/HCatSplit.java | 11 ++++---- .../hcatalog/mapreduce/HCatTableInfo.java | 11 ++++---- .../hcatalog/mapreduce/InitializeInput.java | 11 ++++---- .../hive/hcatalog/mapreduce/InputJobInfo.java | 11 ++++---- .../hive/hcatalog/mapreduce/InternalUtil.java | 11 ++++---- .../hcatalog/mapreduce/MultiOutputFormat.java | 11 ++++---- .../mapreduce/OutputCommitterContainer.java | 11 ++++---- .../mapreduce/OutputFormatContainer.java | 11 ++++---- .../hcatalog/mapreduce/OutputJobInfo.java | 11 ++++---- .../hive/hcatalog/mapreduce/PartInfo.java | 11 ++++---- .../hcatalog/mapreduce/ProgressReporter.java | 11 ++++---- .../mapreduce/RecordWriterContainer.java | 11 ++++---- .../hive/hcatalog/mapreduce/Security.java | 11 ++++---- .../hive/hcatalog/mapreduce/SpecialCases.java | 11 ++++---- ...ticPartitionFileRecordWriterContainer.java | 11 ++++---- .../hive/hcatalog/mapreduce/StorerInfo.java | 11 ++++---- .../mapreduce/TaskCommitContextRegistry.java | 11 ++++---- .../hive/hcatalog/oozie/JavaAction.java | 11 ++++---- .../rcfile/RCFileMapReduceInputFormat.java | 11 ++++---- .../rcfile/RCFileMapReduceOutputFormat.java | 11 ++++---- .../rcfile/RCFileMapReduceRecordReader.java | 11 ++++---- .../storagehandler/DummyHCatAuthProvider.java | 11 ++++---- .../apache/hive/hcatalog/ExitException.java | 11 ++++---- .../apache/hive/hcatalog/HcatTestUtils.java | 11 ++++---- .../org/apache/hive/hcatalog/MiniCluster.java | 11 ++++---- .../SemanticAnalysis/TestHCatAuthUtil.java | 11 ++++---- .../hive/hcatalog/cli/TestPermsGrp.java | 11 ++++---- .../hcatalog/cli/TestSemanticAnalysis.java | 11 ++++---- .../hive/hcatalog/cli/TestUseDatabase.java | 11 ++++---- .../hive/hcatalog/common/TestHCatUtil.java | 11 ++++---- .../hive/hcatalog/data/HCatDataCheckUtil.java | 11 ++++---- .../hcatalog/data/TestDefaultHCatRecord.java | 11 ++++---- .../hcatalog/data/TestHCatRecordSerDe.java | 11 ++++---- .../hive/hcatalog/data/TestJsonSerDe.java | 11 ++++---- .../hcatalog/data/TestLazyHCatRecord.java | 11 ++++---- .../hive/hcatalog/data/TestReaderWriter.java | 11 ++++---- .../hcatalog/data/schema/TestHCatSchema.java | 11 ++++---- .../data/schema/TestHCatSchemaUtils.java | 11 ++++---- .../hive/hcatalog/mapreduce/HCatBaseTest.java | 11 ++++---- .../hcatalog/mapreduce/HCatMapReduceTest.java | 11 ++++---- .../mapreduce/TestHCatDynamicPartitioned.java | 11 ++++---- .../hcatalog/mapreduce/TestHCatExtension.java | 11 ++++---- .../TestHCatExternalDynamicPartitioned.java | 11 ++++---- .../TestHCatExternalNonPartitioned.java | 11 ++++---- .../TestHCatExternalPartitioned.java | 11 ++++---- .../mapreduce/TestHCatInputFormat.java | 11 ++++---- .../mapreduce/TestHCatInputFormatMethods.java | 11 ++++---- .../mapreduce/TestHCatMultiOutputFormat.java | 11 ++++---- .../TestHCatMutableDynamicPartitioned.java | 11 ++++---- .../TestHCatMutableNonPartitioned.java | 11 ++++---- .../mapreduce/TestHCatMutablePartitioned.java | 11 ++++---- .../mapreduce/TestHCatNonPartitioned.java | 11 ++++---- .../mapreduce/TestHCatOutputFormat.java | 11 ++++---- .../mapreduce/TestHCatPartitionPublish.java | 11 ++++---- .../mapreduce/TestHCatPartitioned.java | 11 ++++---- .../hcatalog/mapreduce/TestInputJobInfo.java | 11 ++++---- .../mapreduce/TestMultiOutputFormat.java | 11 ++++---- .../mapreduce/TestPassProperties.java | 11 ++++---- .../TestRCFileMapReduceInputFormat.java | 11 ++++---- .../hive/hcatalog/pig/HCatBaseLoader.java | 11 ++++---- .../hive/hcatalog/pig/HCatBaseStorer.java | 11 ++++---- .../apache/hive/hcatalog/pig/HCatLoader.java | 11 ++++---- .../apache/hive/hcatalog/pig/HCatStorer.java | 11 ++++---- .../apache/hive/hcatalog/pig/PigHCatUtil.java | 11 ++++---- .../hcatalog/pig/AbstractHCatLoaderTest.java | 11 ++++---- .../hcatalog/pig/AbstractHCatStorerTest.java | 11 ++++---- .../hive/hcatalog/pig/HCatStorerWrapper.java | 11 ++++---- .../apache/hive/hcatalog/pig/MockLoader.java | 11 ++++---- .../hive/hcatalog/pig/MyPigStorage.java | 11 ++++---- .../hive/hcatalog/pig/TestAvroHCatLoader.java | 11 ++++---- .../hive/hcatalog/pig/TestAvroHCatStorer.java | 11 ++++---- .../hive/hcatalog/pig/TestE2EScenarios.java | 11 ++++---- .../pig/TestHCatLoaderComplexSchema.java | 11 ++++---- .../pig/TestHCatLoaderEncryption.java | 11 ++++---- .../hcatalog/pig/TestHCatLoaderStorer.java | 11 ++++---- .../hive/hcatalog/pig/TestHCatStorer.java | 11 ++++---- .../hcatalog/pig/TestHCatStorerMulti.java | 11 ++++---- .../hcatalog/pig/TestHCatStorerWrapper.java | 11 ++++---- .../hive/hcatalog/pig/TestOrcHCatLoader.java | 11 ++++---- .../hive/hcatalog/pig/TestOrcHCatStorer.java | 11 ++++---- .../hcatalog/pig/TestParquetHCatLoader.java | 11 ++++---- .../hcatalog/pig/TestParquetHCatStorer.java | 11 ++++---- .../hive/hcatalog/pig/TestPigHCatUtil.java | 11 ++++---- .../hcatalog/pig/TestRCFileHCatLoader.java | 11 ++++---- .../hcatalog/pig/TestRCFileHCatStorer.java | 11 ++++---- .../pig/TestSequenceFileHCatLoader.java | 11 ++++---- .../pig/TestSequenceFileHCatStorer.java | 11 ++++---- .../hcatalog/pig/TestTextFileHCatLoader.java | 11 ++++---- .../hcatalog/pig/TestTextFileHCatStorer.java | 11 ++++---- .../apache/hive/hcatalog/pig/TestUtil.java | 11 ++++---- .../listener/NotificationListener.java | 11 ++++---- .../messaging/AddPartitionMessage.java | 11 ++++---- .../messaging/AlterPartitionMessage.java | 11 ++++---- .../hcatalog/messaging/AlterTableMessage.java | 11 ++++---- .../messaging/CreateDatabaseMessage.java | 11 ++++---- .../messaging/CreateFunctionMessage.java | 11 ++++---- .../messaging/CreateTableMessage.java | 11 ++++---- .../messaging/DropDatabaseMessage.java | 11 ++++---- .../messaging/DropFunctionMessage.java | 11 ++++---- .../messaging/DropPartitionMessage.java | 11 ++++---- .../hcatalog/messaging/DropTableMessage.java | 11 ++++---- .../hcatalog/messaging/HCatEventMessage.java | 11 ++++---- .../hcatalog/messaging/InsertMessage.java | 11 ++++---- .../messaging/MessageDeserializer.java | 11 ++++---- .../hcatalog/messaging/MessageFactory.java | 11 ++++---- .../messaging/jms/MessagingUtils.java | 11 ++++---- .../json/JSONAddPartitionMessage.java | 11 ++++---- .../json/JSONAlterPartitionMessage.java | 11 ++++---- .../messaging/json/JSONAlterTableMessage.java | 11 ++++---- .../json/JSONCreateDatabaseMessage.java | 11 ++++---- .../json/JSONCreateFunctionMessage.java | 11 ++++---- .../json/JSONCreateTableMessage.java | 11 ++++---- .../json/JSONDropDatabaseMessage.java | 11 ++++---- .../json/JSONDropFunctionMessage.java | 11 ++++---- .../json/JSONDropPartitionMessage.java | 11 ++++---- .../messaging/json/JSONDropTableMessage.java | 11 ++++---- .../messaging/json/JSONInsertMessage.java | 11 ++++---- .../json/JSONMessageDeserializer.java | 11 ++++---- .../messaging/json/JSONMessageFactory.java | 11 ++++---- .../api/ConnectionFailureException.java | 11 ++++---- .../hcatalog/api/HCatAddPartitionDesc.java | 11 ++++---- .../apache/hive/hcatalog/api/HCatClient.java | 11 ++++---- .../hive/hcatalog/api/HCatClientHMSImpl.java | 11 ++++---- .../hive/hcatalog/api/HCatCreateDBDesc.java | 11 ++++---- .../hcatalog/api/HCatCreateTableDesc.java | 11 ++++---- .../hive/hcatalog/api/HCatDatabase.java | 11 ++++---- .../hcatalog/api/HCatNotificationEvent.java | 11 ++++---- .../hive/hcatalog/api/HCatPartition.java | 11 ++++---- .../hive/hcatalog/api/HCatPartitionSpec.java | 11 ++++---- .../apache/hive/hcatalog/api/HCatTable.java | 11 ++++---- .../hcatalog/api/MetadataJSONSerializer.java | 11 ++++---- .../hive/hcatalog/api/MetadataSerializer.java | 11 ++++---- .../hcatalog/api/ObjectNotFoundException.java | 11 ++++---- .../hive/hcatalog/api/repl/Command.java | 11 ++++---- .../api/repl/ErroredReplicationTask.java | 11 ++++---- .../api/repl/HCatReplicationTaskIterator.java | 11 ++++---- .../api/repl/NoopReplicationTask.java | 11 ++++---- .../hcatalog/api/repl/ReplicationTask.java | 11 ++++---- .../hcatalog/api/repl/ReplicationUtils.java | 11 ++++---- .../api/repl/StagingDirectoryProvider.java | 11 ++++---- .../repl/commands/DropDatabaseCommand.java | 11 ++++---- .../repl/commands/DropPartitionCommand.java | 11 ++++---- .../api/repl/commands/DropTableCommand.java | 11 ++++---- .../api/repl/commands/ExportCommand.java | 11 ++++---- .../api/repl/commands/ImportCommand.java | 11 ++++---- .../api/repl/commands/NoopCommand.java | 11 ++++---- .../exim/AddPartitionReplicationTask.java | 11 ++++---- .../exim/AlterPartitionReplicationTask.java | 11 ++++---- .../repl/exim/AlterTableReplicationTask.java | 11 ++++---- .../exim/CreateDatabaseReplicationTask.java | 11 ++++---- .../repl/exim/CreateTableReplicationTask.java | 11 ++++---- .../exim/DropDatabaseReplicationTask.java | 11 ++++---- .../exim/DropPartitionReplicationTask.java | 11 ++++---- .../repl/exim/DropTableReplicationTask.java | 11 ++++---- .../repl/exim/EximReplicationTaskFactory.java | 11 ++++---- .../api/repl/exim/InsertReplicationTask.java | 11 ++++---- .../hive/hcatalog/api/TestHCatClient.java | 11 ++++---- .../hcatalog/api/repl/CommandTestUtils.java | 11 ++++---- .../api/repl/ReplicationV1CompatRule.java | 11 ++++---- .../api/repl/TestReplicationTask.java | 11 ++++---- .../api/repl/commands/TestCommands.java | 11 ++++---- .../api/repl/commands/TestNoopCommand.java | 11 ++++---- .../repl/exim/TestEximReplicationTasks.java | 11 ++++---- .../hive/hcatalog/templeton/AppConfig.java | 11 ++++---- .../hive/hcatalog/templeton/BadParam.java | 11 ++++---- .../hcatalog/templeton/BusyException.java | 11 ++++---- .../templeton/CallbackFailedException.java | 11 ++++---- .../templeton/CatchallExceptionMapper.java | 11 ++++---- .../hive/hcatalog/templeton/ColumnDesc.java | 11 ++++---- .../hive/hcatalog/templeton/CompleteBean.java | 11 ++++---- .../hcatalog/templeton/CompleteDelegator.java | 11 ++++---- .../hive/hcatalog/templeton/DatabaseDesc.java | 11 ++++---- .../hcatalog/templeton/DeleteDelegator.java | 11 ++++---- .../hive/hcatalog/templeton/EnqueueBean.java | 11 ++++---- .../hive/hcatalog/templeton/ExecBean.java | 11 ++++---- .../hive/hcatalog/templeton/ExecService.java | 11 ++++---- .../hcatalog/templeton/ExecServiceImpl.java | 11 ++++---- .../templeton/GroupPermissionsDesc.java | 11 ++++---- .../hcatalog/templeton/HcatDelegator.java | 11 ++++---- .../hcatalog/templeton/HcatException.java | 11 ++++---- .../hcatalog/templeton/HiveDelegator.java | 11 ++++---- .../hive/hcatalog/templeton/JarDelegator.java | 11 ++++---- .../hive/hcatalog/templeton/JobCallable.java | 11 ++++---- .../hive/hcatalog/templeton/JobItemBean.java | 11 ++++---- .../templeton/JobRequestExecutor.java | 11 ++++---- .../hive/hcatalog/templeton/JsonBuilder.java | 11 ++++---- .../hcatalog/templeton/LauncherDelegator.java | 11 ++++---- .../hcatalog/templeton/ListDelegator.java | 11 ++++---- .../apache/hive/hcatalog/templeton/Main.java | 11 ++++---- .../templeton/MaxByteArrayOutputStream.java | 11 ++++---- .../templeton/NotAuthorizedException.java | 11 ++++---- .../hcatalog/templeton/PartitionDesc.java | 11 ++++---- .../hive/hcatalog/templeton/PigDelegator.java | 11 ++++---- .../hcatalog/templeton/ProxyUserSupport.java | 11 ++++---- .../hcatalog/templeton/QueueException.java | 11 ++++---- .../hcatalog/templeton/QueueStatusBean.java | 11 ++++---- .../templeton/SecureProxySupport.java | 11 ++++---- .../hive/hcatalog/templeton/Server.java | 11 ++++---- .../templeton/SimpleExceptionMapper.java | 11 ++++---- .../templeton/SimpleWebException.java | 11 ++++---- .../hcatalog/templeton/StatusDelegator.java | 11 ++++---- .../templeton/StreamingDelegator.java | 11 ++++---- .../hive/hcatalog/templeton/TableDesc.java | 11 ++++---- .../hcatalog/templeton/TableLikeDesc.java | 11 ++++---- .../hcatalog/templeton/TablePropertyDesc.java | 11 ++++---- .../templeton/TempletonDelegator.java | 11 ++++---- .../templeton/TooManyRequestsException.java | 11 ++++---- .../hive/hcatalog/templeton/UgiFactory.java | 11 ++++---- .../hcatalog/templeton/VersionDelegator.java | 11 ++++---- .../hive/hcatalog/templeton/WadlConfig.java | 11 ++++---- .../templeton/tool/DelegationTokenCache.java | 11 ++++---- .../hcatalog/templeton/tool/HDFSCleanup.java | 11 ++++---- .../hcatalog/templeton/tool/HDFSStorage.java | 11 ++++---- .../templeton/tool/HiveJobIDParser.java | 11 ++++---- .../templeton/tool/JarJobIDParser.java | 11 ++++---- .../hcatalog/templeton/tool/JobIDParser.java | 11 ++++---- .../hcatalog/templeton/tool/JobState.java | 11 ++++---- .../templeton/tool/JobStateTracker.java | 11 ++++---- .../tool/JobSubmissionConstants.java | 11 ++++---- .../hcatalog/templeton/tool/LaunchMapper.java | 11 ++++---- .../hcatalog/templeton/tool/LogRetriever.java | 11 ++++---- .../templeton/tool/NotFoundException.java | 11 ++++---- .../templeton/tool/NullRecordReader.java | 11 ++++---- .../hcatalog/templeton/tool/NullSplit.java | 11 ++++---- .../templeton/tool/PigJobIDParser.java | 11 ++++---- .../templeton/tool/SingleInputFormat.java | 11 ++++---- .../tool/TempletonControllerJob.java | 11 ++++---- .../templeton/tool/TempletonStorage.java | 11 ++++---- .../templeton/tool/TempletonUtils.java | 11 ++++---- .../templeton/tool/TrivialExecService.java | 11 ++++---- .../templeton/tool/ZooKeeperCleanup.java | 11 ++++---- .../templeton/tool/ZooKeeperStorage.java | 11 ++++---- .../ConcurrentJobRequestsTestBase.java | 11 ++++---- .../templeton/MockAnswerTestHelper.java | 11 ++++---- .../templeton/TestConcurrentJobRequests.java | 11 ++++---- .../TestConcurrentJobRequestsThreads.java | 11 ++++---- ...oncurrentJobRequestsThreadsAndTimeout.java | 11 ++++---- .../hive/hcatalog/templeton/TestDesc.java | 11 ++++---- .../hive/hcatalog/templeton/TestServer.java | 11 ++++---- .../hcatalog/templeton/TestWebHCatE2e.java | 11 ++++---- .../templeton/mock/MockExecService.java | 11 ++++---- .../hcatalog/templeton/mock/MockServer.java | 11 ++++---- .../hcatalog/templeton/mock/MockUriInfo.java | 11 ++++---- .../templeton/tool/TestJobIDParser.java | 11 ++++---- .../templeton/tool/TestTempletonUtils.java | 11 ++++---- .../tool/TestTrivialExecService.java | 11 ++++---- .../apache/hive/hplsql/ArityException.java | 26 +++++++++---------- .../apache/hive/hplsql/ColumnDefinition.java | 26 +++++++++---------- .../org/apache/hive/hplsql/ColumnMap.java | 26 +++++++++---------- .../org/apache/hive/hplsql/ColumnType.java | 26 +++++++++---------- .../hive/hplsql/HplValidationException.java | 26 +++++++++---------- .../hive/hplsql/NoSuchHplMethodException.java | 26 +++++++++---------- .../java/org/apache/hive/hplsql/SqlCodes.java | 26 +++++++++---------- .../hive/hplsql/SyntaxErrorReporter.java | 26 +++++++++---------- .../org/apache/hive/hplsql/TypeException.java | 26 +++++++++---------- .../hive/hplsql/UndefinedIdentException.java | 26 +++++++++---------- .../apache/hive/hplsql/objects/DbmOutput.java | 26 +++++++++---------- .../hive/hplsql/objects/DbmOutputClass.java | 26 +++++++++---------- .../apache/hive/hplsql/objects/HplClass.java | 26 +++++++++---------- .../apache/hive/hplsql/objects/HplObject.java | 26 +++++++++---------- .../apache/hive/hplsql/objects/Method.java | 26 +++++++++---------- .../hive/hplsql/objects/MethodDictionary.java | 26 +++++++++---------- .../hive/hplsql/objects/MethodParams.java | 26 +++++++++---------- .../org/apache/hive/hplsql/objects/Table.java | 26 +++++++++---------- .../hive/hplsql/objects/TableClass.java | 26 +++++++++---------- .../apache/hive/hplsql/objects/UtlFile.java | 26 +++++++++---------- .../hive/hplsql/objects/UtlFileClass.java | 26 +++++++++---------- .../hplsql/packages/HmsPackageRegistry.java | 26 +++++++++---------- .../packages/InMemoryPackageRegistry.java | 26 +++++++++---------- .../hive/hplsql/packages/PackageRegistry.java | 26 +++++++++---------- .../java/org/apache/hive/hplsql/udf/Udf.java | 26 +++++++++---------- .../apache/hive/hplsql/objects/TableTest.java | 26 +++++++++---------- .../apache/hive/hplsql/udf/TestHplsqlUdf.java | 26 +++++++++---------- .../apache/hive/jdbc/TestHiveStatement.java | 2 +- .../org/apache/hive/jdbc/TestJdbcDriver.java | 2 +- .../jdbc/ZooKeeperHiveClientHelperTest.java | 2 +- .../kafka/KafkaDagCredentialSupplier.java | 15 ++++++----- .../kafka/KafkaDagCredentialSupplierTest.java | 15 ++++++----- .../IllegalCacheConfigurationException.java | 2 +- .../hadoop/hive/llap/LlapInputSplit.java | 13 +++++----- .../hadoop/hive/llap/SubmitWorkInfo.java | 13 +++++----- .../ext/LlapTaskUmbilicalExternalClient.java | 13 +++++----- .../hive/llap/registry/impl/SlotZnode.java | 13 +++++----- .../helpers/LlapTaskUmbilicalServer.java | 13 +++++----- .../ServiceInstanceStateChangeListener.java | 4 ++- .../llap/registry/impl/TestSlotZnode.java | 13 +++++----- .../hive/llap/counters/LlapIOCounters.java | 5 +++- .../hive/llap/counters/LlapWmCounters.java | 5 +++- .../llap/metrics/ReadWriteLockMetrics.java | 2 +- .../org/apache/hadoop/hive/llap/TestRow.java | 13 +++++----- .../metrics/TestReadWriteLockMetrics.java | 3 ++- .../hadoop/hive/llap/LlapBaseInputFormat.java | 13 +++++----- .../hadoop/hive/llap/LlapStorageHandler.java | 13 +++++----- .../hive/llap/cache/LlapAllocatorBuffer.java | 13 +++++----- .../llap/counters/FragmentCountersMap.java | 4 ++- .../services/impl/LlapIoMemoryServlet.java | 15 ++++++----- .../services/impl/LlapLockingServlet.java | 4 +-- .../daemon/services/impl/LlapWebServices.java | 2 +- .../impl/SystemConfigurationServlet.java | 4 ++- .../io/decode/OrcEncodedDataConsumer.java | 4 ++- .../llap/io/encoded/LlapOrcCacheLoader.java | 2 +- .../llap/io/encoded/OrcEncodedDataReader.java | 2 +- .../io/encoded/SerDeEncodedDataReader.java | 2 +- .../encoded/VectorDeserializeOrcWriter.java | 2 +- .../llap/log/Log4jQueryCompleteMarker.java | 13 +++++----- .../hadoop/hive/llap/io/LlapIoMocks.java | 2 +- .../io/encoded/TestLlapOrcCacheLoader.java | 2 +- .../metrics/LlapTaskSchedulerMetrics.java | 5 +++- .../hive/metastore/HiveClientCache.java | 12 ++++----- .../hive/metastore/TestHiveClientCache.java | 12 ++++----- .../hive/ql/parse/TestParseCreateView.java | 14 +++++----- .../hadoop/hive/llap/ChannelOutputStream.java | 13 +++++----- .../apache/hadoop/hive/llap/DebugUtils.java | 2 +- .../hadoop/hive/llap/LlapOutputFormat.java | 13 +++++----- .../hive/llap/LlapOutputFormatService.java | 13 +++++----- .../hive/ql/exec/GlobalWorkMapFactory.java | 2 +- .../hive/ql/exec/HiveStructComparator.java | 8 +++--- .../hive/ql/exec/HiveWritableComparator.java | 8 +++--- .../hive/ql/exec/SMBMapJoinOperator.java | 8 +++--- .../ql/exec/WritableComparatorFactory.java | 8 +++--- .../ql/exec/tez/DagCredentialSupplier.java | 15 ++++++----- .../tez/KillMoveTriggerActionHandler.java | 4 ++- .../ql/exec/tez/KillTriggerActionHandler.java | 4 ++- .../tez/PerPoolTriggerValidatorRunnable.java | 4 ++- .../ql/exec/tez/TriggerValidatorRunnable.java | 4 ++- .../vector/expressions/IfExprColumnNull.java | 2 +- .../IfExprDecimal64ColumnDecimal64Column.java | 2 +- .../IfExprDoubleColumnDoubleColumn.java | 2 +- .../IfExprLongColumnLongColumn.java | 2 +- .../vector/expressions/IfExprNullColumn.java | 2 +- .../vector/expressions/IfExprNullNull.java | 2 +- .../hadoop/hive/ql/io/PositionDeleteInfo.java | 13 +++++----- .../ql/io/avro/AvroContainerInputFormat.java | 2 +- .../ql/io/avro/AvroContainerOutputFormat.java | 2 +- .../ql/io/avro/AvroGenericRecordReader.java | 2 +- .../ql/io/avro/AvroGenericRecordWriter.java | 2 +- .../hive/ql/io/orc/encoded/CacheChunk.java | 2 +- .../hive/ql/lib/PreOrderOnceWalker.java | 2 +- .../log/HushableRandomAccessFileAppender.java | 19 +++++++------- .../hadoop/hive/ql/metadata/JarUtils.java | 23 ++++++++-------- .../hive/ql/metadata/events/EventUtils.java | 11 ++++---- .../ql/optimizer/AbstractBucketJoinProc.java | 8 +++--- .../ql/optimizer/AbstractSMBJoinProc.java | 8 +++--- .../hive/ql/optimizer/BucketJoinProcCtx.java | 8 +++--- .../ql/optimizer/BucketMapJoinOptimizer.java | 8 +++--- .../hive/ql/optimizer/BucketMapjoinProc.java | 8 +++--- .../BucketingSortingReduceSinkOptimizer.java | 8 +++--- .../hive/ql/optimizer/ConstantPropagate.java | 8 +++--- .../optimizer/ConstantPropagateProcCtx.java | 8 +++--- .../ConstantPropagateProcFactory.java | 23 +++++++++------- .../optimizer/CountDistinctRewriteProc.java | 8 +++--- .../hive/ql/optimizer/GroupByOptimizer.java | 8 +++--- .../ql/optimizer/IdentityProjectRemover.java | 8 +++--- ...undantDynamicPruningConditionsRemoval.java | 8 +++--- .../ql/optimizer/SortBucketJoinProcCtx.java | 8 +++--- .../SortedMergeBucketMapJoinOptimizer.java | 8 +++--- .../SortedMergeBucketMapjoinProc.java | 8 +++--- .../ql/optimizer/SortedMergeJoinProc.java | 8 +++--- .../calcite/CalciteCteException.java | 15 ++++++----- ...ommonTableExpressionIdentitySuggester.java | 15 ++++++----- .../CommonTableExpressionPrintSuggester.java | 15 ++++++----- .../CommonTableExpressionRegistry.java | 15 ++++++----- .../CommonTableExpressionSuggester.java | 15 ++++++----- ...CommonTableExpressionSuggesterFactory.java | 15 ++++++----- .../ql/optimizer/calcite/HiveSqlTypeUtil.java | 15 ++++++----- .../optimizer/calcite/RelWriterImplCopy.java | 15 ++++++----- .../ql/optimizer/calcite/RuleEventLogger.java | 15 ++++++----- .../functions/HiveSqlAverageAggFunction.java | 2 +- .../functions/HiveSqlSumAggFunction.java | 15 ++++++----- .../functions/HiveSqlVarianceAggFunction.java | 15 ++++++----- .../calcite/reloperators/HiveConcat.java | 2 +- .../calcite/reloperators/HiveTableSpool.java | 15 ++++++----- .../rules/CommonRelSubExprRegisterRule.java | 15 ++++++----- .../calcite/rules/CteRuleConfig.java | 15 ++++++----- .../rules/HiveAggregateJoinTransposeRule.java | 15 ++++++----- .../rules/HiveAggregateProjectMergeRule.java | 15 ++++++----- .../HiveAggregateReduceFunctionsRule.java | 15 ++++++----- .../rules/HiveAggregateReduceRule.java | 15 ++++++----- .../rules/HiveAggregateSortLimitRule.java | 15 ++++++----- .../calcite/rules/HiveAggregateSplitRule.java | 15 ++++++----- .../HiveExpandDistinctAggregatesRule.java | 15 ++++++----- .../rules/HiveFilterSortPredicates.java | 15 ++++++----- .../rules/HiveJoinConstraintsRule.java | 15 ++++++----- .../rules/HiveJoinSwapConstraintsRule.java | 15 ++++++----- .../calcite/rules/HiveLoptJoinTree.java | 15 ++++++----- .../calcite/rules/HiveLoptMultiJoin.java | 15 ++++++----- .../rules/HiveLoptOptimizeJoinRule.java | 15 ++++++----- .../rules/HiveLoptSemiJoinOptimizer.java | 15 ++++++----- .../rules/HiveProjectSortTransposeRule.java | 2 +- .../rules/HiveReduceExpressionsRule.java | 15 ++++++----- .../calcite/rules/HiveReflectUtil.java | 15 ++++++----- .../rules/HiveRemoveEmptySingleRules.java | 2 +- .../rules/HiveRemoveGBYSemiJoinRule.java | 15 ++++++----- .../rules/HiveRewriteToDataSketchesRules.java | 15 ++++++----- .../calcite/rules/HiveRuleConfig.java | 15 ++++++----- .../calcite/rules/HiveSortMergeRule.java | 2 +- .../rules/HiveSortProjectTransposeRule.java | 2 +- .../calcite/rules/RelFieldTrimmer.java | 15 ++++++----- .../rules/RemoveInfrequentCteRule.java | 15 ++++++----- .../calcite/rules/TableScanToSpoolRule.java | 15 ++++++----- .../jdbc/JDBCAggregateProjectMergeRule.java | 15 ++++++----- ...AggregateIncrementalRewritingRuleBase.java | 15 ++++++----- ...eInsertDeleteIncrementalRewritingRule.java | 15 ++++++----- ...gregateInsertIncrementalRewritingRule.java | 15 ++++++----- .../views/HiveAugmentMaterializationRule.java | 15 ++++++----- ...iveAugmentSnapshotMaterializationRule.java | 15 ++++++----- ...iveJoinInsertIncrementalRewritingRule.java | 15 ++++++----- .../views/HiveMaterializedViewUtils.java | 15 ++++++----- .../views/HivePushdownSnapshotFilterRule.java | 15 ++++++----- ...zedViewIncrementalRewritingRelVisitor.java | 15 ++++++----- .../MaterializedViewRewritingRelVisitor.java | 15 ++++++----- .../calcite/stats/AggregatedColumns.java | 15 ++++++----- .../stats/HiveRelMdAggregatedColumns.java | 15 ++++++----- .../stats/HiveRelMdTableReferences.java | 15 ++++++----- .../calcite/stats/HiveRelMetadataQuery.java | 15 ++++++----- .../calcite/stats/MetadataMethod.java | 15 ++++++----- .../ql/optimizer/physical/MemoryDecider.java | 2 +- .../optimizer/physical/SerializeFilter.java | 2 +- .../hive/ql/parse/MapReduceCompiler.java | 26 +++++++++---------- .../hadoop/hive/ql/parse/TezCompiler.java | 26 +++++++++---------- .../dump/events/CreateFunctionHandler.java | 2 +- .../hadoop/hive/ql/plan/SMBJoinDesc.java | 8 +++--- .../HiveMetaStoreAuthorizableEvent.java | 13 +++++----- .../metastore/HiveMetaStoreAuthorizer.java | 13 +++++----- .../metastore/HiveMetaStoreAuthzInfo.java | 13 +++++----- .../metastore/events/AddPartitionEvent.java | 13 +++++----- .../metastore/events/AlterDatabaseEvent.java | 13 +++++----- .../metastore/events/AlterPartitionEvent.java | 13 +++++----- .../metastore/events/AlterTableEvent.java | 13 +++++----- .../events/CreateDataConnectorEvent.java | 13 +++++----- .../metastore/events/CreateDatabaseEvent.java | 13 +++++----- .../metastore/events/CreateFunctionEvent.java | 13 +++++----- .../metastore/events/CreateTableEvent.java | 13 +++++----- .../events/DropDataConnectorEvent.java | 13 +++++----- .../metastore/events/DropDatabaseEvent.java | 13 +++++----- .../metastore/events/DropFunctionEvent.java | 13 +++++----- .../metastore/events/DropPartitionEvent.java | 13 +++++----- .../metastore/events/DropTableEvent.java | 13 +++++----- .../events/LoadPartitionDoneEvent.java | 13 +++++----- .../metastore/events/ReadDatabaseEvent.java | 13 +++++----- .../metastore/events/ReadTableEvent.java | 13 +++++----- .../DataConnectorFilterContext.java | 13 +++++----- .../filtercontext/DatabaseFilterContext.java | 13 +++++----- .../filtercontext/TableFilterContext.java | 13 +++++----- .../generic/GenericUDAFSumEmptyIsZero.java | 15 ++++++----- .../hive/ql/udf/generic/GenericUDFTrunc.java | 1 - .../udf/generic/InstantDateTimeFormatter.java | 15 ++++++----- .../hive/ql/udf/generic/InstantFormatter.java | 15 ++++++----- .../ql/udf/generic/InstantFormatterCache.java | 15 ++++++----- .../generic/InstantSimpleDateFormatter.java | 15 ++++++----- .../org/apache/hadoop/hive/ql/wm/Action.java | 4 ++- .../hadoop/hive/ql/wm/CounterLimit.java | 4 ++- .../hadoop/hive/ql/wm/CustomCounterLimit.java | 4 ++- .../hadoop/hive/ql/wm/ExecutionTrigger.java | 4 ++- .../apache/hadoop/hive/ql/wm/Expression.java | 4 ++- .../hadoop/hive/ql/wm/ExpressionFactory.java | 4 ++- .../hive/ql/wm/FileSystemCounterLimit.java | 4 ++- .../hive/ql/wm/SessionTriggerProvider.java | 4 ++- .../hadoop/hive/ql/wm/TimeCounterLimit.java | 4 ++- .../org/apache/hadoop/hive/ql/wm/Trigger.java | 4 ++- .../hive/ql/wm/TriggerActionHandler.java | 4 ++- .../hadoop/hive/ql/wm/TriggerExpression.java | 4 ++- .../hadoop/hive/ql/wm/VertexCounterLimit.java | 4 ++- .../apache/hadoop/hive/ql/wm/WmContext.java | 4 ++- .../vectorization/ColumnVectorGenUtil.java | 4 ++- .../apache/tez/dag/api/TaskSpecBuilder.java | 13 +++++----- .../hadoop/hive/ql/TestTxnCommands.java | 2 +- .../ql/exec/persistence/TestRowContainer.java | 4 ++- .../IncrementalIntDagCredentialSupplier.java | 15 ++++++----- .../hadoop/hive/ql/exec/tez/TestDagUtils.java | 15 ++++++----- .../exec/tez/TestDagUtilsSecurityEnabled.java | 15 ++++++----- .../hive/ql/exec/tez/TestTezSessionState.java | 15 ++++++----- .../exec/vector/TestVectorizedBatchUtil.java | 13 +++++----- .../hive/ql/exec/vector/UDFHelloTest.java | 2 +- .../TestVectorUDFUnixTimeStampString.java | 15 ++++++----- .../hadoop/hive/ql/io/StorageFormats.java | 11 ++++---- .../hive/ql/io/TestAcidInputFormat.java | 2 +- .../TestOrcFileStripeMergeRecordReader.java | 2 +- .../reloperators/TestHiveTableScan.java | 15 ++++++----- .../TestSqlOperatorInferReturnType.java | 15 ++++++----- ...iveAugmentSnapshotMaterializationRule.java | 15 ++++++----- .../TestHivePushdownSnapshotFilterRule.java | 15 ++++++----- .../calcite/rules/views/TestRuleBase.java | 15 ++++++----- ...estNegativePartitionPrunerCompactExpr.java | 2 +- ...estPositivePartitionPrunerCompactExpr.java | 2 +- .../hadoop/hive/ql/parse/TestSplitSample.java | 2 +- .../TestReplicationMetricUpdateOnFailure.java | 2 +- .../txn/compactor/CompactorTestUtilities.java | 2 +- .../hive/ql/txn/compactor/TestCleaner2.java | 2 +- .../hive/ql/txn/compactor/TestWorker2.java | 2 +- .../apache/hadoop/hive/ql/wm/TestTrigger.java | 4 ++- .../apache/hadoop/hive/serde/Constants.java | 2 +- .../apache/hadoop/hive/serde2/JsonSerDe.java | 11 ++++---- .../hadoop/hive/serde2/MultiDelimitSerDe.java | 4 +-- .../hive/serde2/avro/AvroDeserializer.java | 2 +- .../avro/AvroGenericRecordWritable.java | 2 +- .../avro/AvroObjectInspectorException.java | 2 +- .../avro/AvroObjectInspectorGenerator.java | 2 +- .../hive/serde2/avro/AvroSchemaRetriever.java | 2 +- .../hadoop/hive/serde2/avro/AvroSerDe.java | 2 +- .../hive/serde2/avro/AvroSerdeException.java | 2 +- .../hive/serde2/avro/AvroSerdeUtils.java | 2 +- .../hive/serde2/avro/AvroSerializer.java | 2 +- .../hive/serde2/avro/BadSchemaException.java | 2 +- .../hive/serde2/avro/InstanceCache.java | 2 +- .../serde2/avro/ReaderWriterSchemaPair.java | 2 +- .../serde2/avro/SchemaResolutionProblem.java | 2 +- .../hive/serde2/avro/SchemaToTypeInfo.java | 2 +- .../hive/serde2/avro/TypeInfoToSchema.java | 2 +- .../serde2/avro/TestAvroDeserializer.java | 2 +- .../avro/TestAvroLazyObjectInspector.java | 2 +- .../TestAvroObjectInspectorGenerator.java | 2 +- .../hive/serde2/avro/TestAvroSerde.java | 2 +- .../hive/serde2/avro/TestAvroSerdeUtils.java | 2 +- .../hive/serde2/avro/TestAvroSerializer.java | 2 +- .../avro/TestGenericAvroRecordWritable.java | 2 +- .../hive/serde2/avro/TestInstanceCache.java | 2 +- .../hive/serde2/avro/TestSchemaReEncoder.java | 2 +- .../serde2/avro/TestSchemaToTypeInfo.java | 2 +- .../TestThatEvolvedSchemasActAsWeWant.java | 2 +- .../serde2/avro/TestTypeInfoToSchema.java | 2 +- .../apache/hadoop/hive/serde2/avro/Utils.java | 2 +- .../hive/serde2/io/TestDateWritableV2.java | 2 +- .../io/TestHiveIntervalDayTimeWritable.java | 2 +- .../io/TestHiveIntervalYearMonthWritable.java | 2 +- .../org/apache/hive/http/HttpConstants.java | 15 ++++++----- .../hive/http/JdbcJarDownloadServlet.java | 17 ++++++------ .../org/apache/hive/http/LlapServlet.java | 15 ++++++----- .../hive/service/auth/HttpAuthService.java | 15 ++++++----- .../service/auth/ldap/LdapAuthService.java | 15 ++++++----- .../cli/operation/hplsql/BeelineConsole.java | 26 +++++++++---------- .../server/HiveServer2HAInstanceSet.java | 4 ++- .../service/server/HiveServer2Instance.java | 4 ++- .../hive/http/TestJdbcJarDownloadServlet.java | 17 ++++++------ .../auth/TestLdapAtnProviderWithMiniDS.java | 14 +++++----- .../auth/TestLdapKerberosWithGroupFilter.java | 7 +++-- .../ldap/TestLdapGroupCallbackHandler.java | 7 +++-- .../cli/TestCLIServiceConnectionLimits.java | 4 ++- .../session/TestPluggableHiveSessionImpl.java | 2 +- .../service/server/TestHS2HttpServerLDAP.java | 15 ++++++----- .../service/server/TestHS2HttpServerPam.java | 15 ++++++----- .../TestHS2HttpServerPamConfiguration.java | 15 ++++++----- .../checkstyle/checkstyle.xml | 2 ++ .../hive/metastore/DefaultHiveMetaHook.java | 2 +- .../metastore/annotation/NoReconnect.java | 11 ++++---- .../metasummary/SummaryMapBuilder.java | 13 +++++----- .../iceberg/rest/HMSCachingCatalog.java | 13 +++++----- .../iceberg/rest/HMSCatalogAdapter.java | 13 +++++----- .../iceberg/rest/HMSCatalogFactory.java | 13 +++++----- .../iceberg/rest/HMSCatalogServlet.java | 13 +++++----- .../iceberg/rest/BaseRESTCatalogTests.java | 13 +++++----- .../rest/BaseRESTViewCatalogTests.java | 13 +++++----- .../iceberg/rest/TestRESTCatalogJwtAuth.java | 13 +++++----- .../iceberg/rest/TestRESTCatalogNoneAuth.java | 13 +++++----- .../rest/TestRESTCatalogSimpleAuth.java | 13 +++++----- .../rest/TestRESTViewCatalogJwtAuth.java | 13 +++++----- .../rest/TestRESTViewCatalogNoneAuth.java | 13 +++++----- .../rest/TestRESTViewCatalogSimpleAuth.java | 13 +++++----- .../HiveRESTCatalogServerExtension.java | 13 +++++----- .../iceberg/rest/extension/JwksServer.java | 13 +++++----- .../rest/extension/RESTCatalogSchemaInfo.java | 13 +++++----- .../rest/extension/RESTCatalogServer.java | 13 +++++----- .../KllHistogramEstimatorFactory.java | 11 ++++---- .../ndv/NumDistinctValueEstimatorFactory.java | 11 ++++---- .../hive/metastore/AggregateStatsCache.java | 11 ++++---- .../hive/metastore/ServletServerBuilder.java | 13 +++++----- .../aggr/BinaryColumnStatsAggregator.java | 11 ++++---- .../aggr/BooleanColumnStatsAggregator.java | 11 ++++---- .../aggr/ColumnStatsAggregator.java | 11 ++++---- .../aggr/ColumnStatsAggregatorFactory.java | 11 ++++---- .../aggr/DateColumnStatsAggregator.java | 11 ++++---- .../aggr/DecimalColumnStatsAggregator.java | 11 ++++---- .../aggr/DoubleColumnStatsAggregator.java | 11 ++++---- .../aggr/LongColumnStatsAggregator.java | 11 ++++---- .../aggr/StringColumnStatsAggregator.java | 11 ++++---- .../aggr/TimestampColumnStatsAggregator.java | 11 ++++---- .../merge/BinaryColumnStatsMerger.java | 11 ++++---- .../merge/BooleanColumnStatsMerger.java | 11 ++++---- .../columnstats/merge/ColumnStatsMerger.java | 11 ++++---- .../merge/ColumnStatsMergerFactory.java | 11 ++++---- .../merge/DateColumnStatsMerger.java | 11 ++++---- .../merge/DecimalColumnStatsMerger.java | 11 ++++---- .../merge/DoubleColumnStatsMerger.java | 11 ++++---- .../merge/LongColumnStatsMerger.java | 11 ++++---- .../merge/StringColumnStatsMerger.java | 11 ++++---- .../merge/TimestampColumnStatsMerger.java | 11 ++++---- .../events/PreCreateFunctionEvent.java | 13 +++++----- .../events/PreDropDataConnectorEvent.java | 13 +++++----- .../events/PreDropFunctionEvent.java | 13 +++++----- .../hive/metastore/events/ReloadEvent.java | 11 ++++---- .../handler/AddPartitionsHandler.java | 26 +++++++++---------- .../handler/DropDatabaseHandler.java | 26 +++++++++---------- .../messaging/AddForeignKeyMessage.java | 11 ++++---- .../AddNotNullConstraintMessage.java | 11 ++++---- .../messaging/AddPartitionMessage.java | 11 ++++---- .../messaging/AddPrimaryKeyMessage.java | 11 ++++---- .../messaging/AddUniqueConstraintMessage.java | 11 ++++---- .../messaging/AllocWriteIdMessage.java | 11 ++++---- .../messaging/AlterDatabaseMessage.java | 11 ++++---- .../messaging/AlterPartitionMessage.java | 11 ++++---- .../messaging/AlterTableMessage.java | 11 ++++---- .../messaging/CreateDatabaseMessage.java | 11 ++++---- .../messaging/CreateFunctionMessage.java | 11 ++++---- .../messaging/CreateTableMessage.java | 11 ++++---- .../messaging/DropConstraintMessage.java | 11 ++++---- .../messaging/DropDatabaseMessage.java | 11 ++++---- .../messaging/DropFunctionMessage.java | 11 ++++---- .../messaging/DropPartitionMessage.java | 11 ++++---- .../metastore/messaging/DropTableMessage.java | 11 ++++---- .../metastore/messaging/EventMessage.java | 11 ++++---- .../metastore/messaging/InsertMessage.java | 11 ++++---- .../metastore/messaging/MessageBuilder.java | 11 ++++---- .../messaging/MessageDeserializer.java | 11 ++++---- .../metastore/messaging/MessageFactory.java | 11 ++++---- .../metastore/messaging/OpenTxnMessage.java | 11 ++++---- .../metastore/messaging/PartitionFiles.java | 11 ++++---- .../metastore/messaging/ReloadMessage.java | 11 ++++---- .../messaging/json/JSONAbortTxnMessage.java | 11 ++++---- .../messaging/json/JSONAcidWriteMessage.java | 11 ++++---- .../json/JSONAddForeignKeyMessage.java | 11 ++++---- .../json/JSONAddPartitionMessage.java | 11 ++++---- .../json/JSONAddPrimaryKeyMessage.java | 11 ++++---- .../json/JSONAddUniqueConstraintMessage.java | 11 ++++---- .../json/JSONAllocWriteIdMessage.java | 11 ++++---- .../json/JSONAlterDatabaseMessage.java | 11 ++++---- .../json/JSONAlterPartitionMessage.java | 11 ++++---- .../messaging/json/JSONAlterTableMessage.java | 11 ++++---- .../json/JSONCommitCompactionMessage.java | 11 ++++---- .../messaging/json/JSONCommitTxnMessage.java | 11 ++++---- .../json/JSONCreateDatabaseMessage.java | 11 ++++---- .../json/JSONCreateFunctionMessage.java | 11 ++++---- .../json/JSONCreateTableMessage.java | 11 ++++---- .../JSONDeletePartitionColumnStatMessage.java | 11 ++++---- .../JSONDeleteTableColumnStatMessage.java | 11 ++++---- .../json/JSONDropConstraintMessage.java | 11 ++++---- .../json/JSONDropDatabaseMessage.java | 11 ++++---- .../json/JSONDropFunctionMessage.java | 11 ++++---- .../json/JSONDropPartitionMessage.java | 11 ++++---- .../messaging/json/JSONDropTableMessage.java | 11 ++++---- .../messaging/json/JSONInsertMessage.java | 11 ++++---- .../json/JSONMessageDeserializer.java | 11 ++++---- .../messaging/json/JSONMessageEncoder.java | 11 ++++---- .../messaging/json/JSONOpenTxnMessage.java | 11 ++++---- .../messaging/json/JSONReloadMessage.java | 11 ++++---- .../JSONUpdatePartitionColumnStatMessage.java | 11 ++++---- .../JSONUpdateTableColumnStatMessage.java | 11 ++++---- .../messaging/json/gzip/DeSerializer.java | 11 ++++---- .../json/gzip/GzipJSONMessageEncoder.java | 11 ++++---- .../messaging/json/gzip/Serializer.java | 11 ++++---- .../hadoop/hive/metastore/model/MPackage.java | 26 +++++++++---------- .../hive/metastore/StatisticsTestUtils.java | 11 ++++---- .../metastore/TestAggregateStatsCache.java | 11 ++++---- .../TestLdapAtnProviderWithMiniDS.java | 14 +++++----- .../columnstats/ColStatsBuilder.java | 15 ++++++----- .../aggr/BinaryColumnStatsAggregatorTest.java | 11 ++++---- .../BooleanColumnStatsAggregatorTest.java | 11 ++++---- .../aggr/DateColumnStatsAggregatorTest.java | 11 ++++---- .../DecimalColumnStatsAggregatorTest.java | 11 ++++---- .../aggr/DoubleColumnStatsAggregatorTest.java | 11 ++++---- .../aggr/LongColumnStatsAggregatorTest.java | 11 ++++---- .../aggr/StringColumnStatsAggregatorTest.java | 11 ++++---- .../TimestampColumnStatsAggregatorTest.java | 11 ++++---- .../merge/BinaryColumnStatsMergerTest.java | 11 ++++---- .../merge/BooleanColumnStatsMergerTest.java | 11 ++++---- .../merge/ColumnStatsMergerTest.java | 11 ++++---- .../merge/DateColumnStatsMergerTest.java | 11 ++++---- .../merge/DecimalColumnStatsMergerTest.java | 11 ++++---- .../merge/DoubleColumnStatsMergerTest.java | 11 ++++---- .../merge/LongColumnStatsMergerTest.java | 11 ++++---- .../merge/TimestampColumnStatsMergerTest.java | 11 ++++---- storage-api/checkstyle/checkstyle.xml | 2 ++ .../apache/hive/common/util/TxnIdUtils.java | 2 +- .../hive/common/util/TestTxnIdUtils.java | 2 +- 815 files changed, 4435 insertions(+), 4643 deletions(-) diff --git a/accumulo-handler/src/java/org/apache/hadoop/hive/accumulo/AccumuloConnectionParameters.java b/accumulo-handler/src/java/org/apache/hadoop/hive/accumulo/AccumuloConnectionParameters.java index 58fd89f69725..fde246b66119 100644 --- a/accumulo-handler/src/java/org/apache/hadoop/hive/accumulo/AccumuloConnectionParameters.java +++ b/accumulo-handler/src/java/org/apache/hadoop/hive/accumulo/AccumuloConnectionParameters.java @@ -1,10 +1,11 @@ /* - * 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 + * 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 * diff --git a/accumulo-handler/src/java/org/apache/hadoop/hive/accumulo/AccumuloHiveConstants.java b/accumulo-handler/src/java/org/apache/hadoop/hive/accumulo/AccumuloHiveConstants.java index 552577f8e809..44d139eadc13 100644 --- a/accumulo-handler/src/java/org/apache/hadoop/hive/accumulo/AccumuloHiveConstants.java +++ b/accumulo-handler/src/java/org/apache/hadoop/hive/accumulo/AccumuloHiveConstants.java @@ -1,10 +1,11 @@ /* - * 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 + * 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 * diff --git a/accumulo-handler/src/java/org/apache/hadoop/hive/accumulo/AccumuloHiveRow.java b/accumulo-handler/src/java/org/apache/hadoop/hive/accumulo/AccumuloHiveRow.java index b18a80a70a36..b4c21d5a80b1 100644 --- a/accumulo-handler/src/java/org/apache/hadoop/hive/accumulo/AccumuloHiveRow.java +++ b/accumulo-handler/src/java/org/apache/hadoop/hive/accumulo/AccumuloHiveRow.java @@ -1,10 +1,11 @@ /* - * 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 + * 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 * diff --git a/accumulo-handler/src/java/org/apache/hadoop/hive/accumulo/HiveAccumuloHelper.java b/accumulo-handler/src/java/org/apache/hadoop/hive/accumulo/HiveAccumuloHelper.java index 5df7b2701af7..5180a2704d96 100644 --- a/accumulo-handler/src/java/org/apache/hadoop/hive/accumulo/HiveAccumuloHelper.java +++ b/accumulo-handler/src/java/org/apache/hadoop/hive/accumulo/HiveAccumuloHelper.java @@ -1,10 +1,11 @@ /* - * 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 + * 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 * diff --git a/accumulo-handler/src/java/org/apache/hadoop/hive/accumulo/LazyAccumuloMap.java b/accumulo-handler/src/java/org/apache/hadoop/hive/accumulo/LazyAccumuloMap.java index 7bcec06c8fdf..0ebc523fd7d3 100644 --- a/accumulo-handler/src/java/org/apache/hadoop/hive/accumulo/LazyAccumuloMap.java +++ b/accumulo-handler/src/java/org/apache/hadoop/hive/accumulo/LazyAccumuloMap.java @@ -1,10 +1,11 @@ /* - * 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 + * 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 * diff --git a/accumulo-handler/src/java/org/apache/hadoop/hive/accumulo/LazyAccumuloRow.java b/accumulo-handler/src/java/org/apache/hadoop/hive/accumulo/LazyAccumuloRow.java index d5af7a8a28e3..77cf240d1bb9 100644 --- a/accumulo-handler/src/java/org/apache/hadoop/hive/accumulo/LazyAccumuloRow.java +++ b/accumulo-handler/src/java/org/apache/hadoop/hive/accumulo/LazyAccumuloRow.java @@ -1,10 +1,11 @@ /* - * 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 + * 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 * diff --git a/accumulo-handler/src/java/org/apache/hadoop/hive/accumulo/columns/ColumnEncoding.java b/accumulo-handler/src/java/org/apache/hadoop/hive/accumulo/columns/ColumnEncoding.java index 8e1031391feb..8eaf52216ab7 100644 --- a/accumulo-handler/src/java/org/apache/hadoop/hive/accumulo/columns/ColumnEncoding.java +++ b/accumulo-handler/src/java/org/apache/hadoop/hive/accumulo/columns/ColumnEncoding.java @@ -1,10 +1,11 @@ /* - * 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 + * 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 * diff --git a/accumulo-handler/src/java/org/apache/hadoop/hive/accumulo/columns/ColumnMapper.java b/accumulo-handler/src/java/org/apache/hadoop/hive/accumulo/columns/ColumnMapper.java index b64dac994e4a..6565dd513024 100644 --- a/accumulo-handler/src/java/org/apache/hadoop/hive/accumulo/columns/ColumnMapper.java +++ b/accumulo-handler/src/java/org/apache/hadoop/hive/accumulo/columns/ColumnMapper.java @@ -1,10 +1,11 @@ /* - * 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 + * 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 * diff --git a/accumulo-handler/src/java/org/apache/hadoop/hive/accumulo/columns/ColumnMapping.java b/accumulo-handler/src/java/org/apache/hadoop/hive/accumulo/columns/ColumnMapping.java index e1d19f94b8fa..bc57ee75a043 100644 --- a/accumulo-handler/src/java/org/apache/hadoop/hive/accumulo/columns/ColumnMapping.java +++ b/accumulo-handler/src/java/org/apache/hadoop/hive/accumulo/columns/ColumnMapping.java @@ -1,10 +1,11 @@ /* - * 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 + * 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 * diff --git a/accumulo-handler/src/java/org/apache/hadoop/hive/accumulo/columns/ColumnMappingFactory.java b/accumulo-handler/src/java/org/apache/hadoop/hive/accumulo/columns/ColumnMappingFactory.java index 6b10f0feebab..450ea3a6869f 100644 --- a/accumulo-handler/src/java/org/apache/hadoop/hive/accumulo/columns/ColumnMappingFactory.java +++ b/accumulo-handler/src/java/org/apache/hadoop/hive/accumulo/columns/ColumnMappingFactory.java @@ -1,10 +1,11 @@ /* - * 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 + * 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 * diff --git a/accumulo-handler/src/java/org/apache/hadoop/hive/accumulo/columns/HiveAccumuloColumnMapping.java b/accumulo-handler/src/java/org/apache/hadoop/hive/accumulo/columns/HiveAccumuloColumnMapping.java index 85d883ecb96c..2de3f0361895 100644 --- a/accumulo-handler/src/java/org/apache/hadoop/hive/accumulo/columns/HiveAccumuloColumnMapping.java +++ b/accumulo-handler/src/java/org/apache/hadoop/hive/accumulo/columns/HiveAccumuloColumnMapping.java @@ -1,10 +1,11 @@ /* - * 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 + * 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 * diff --git a/accumulo-handler/src/java/org/apache/hadoop/hive/accumulo/columns/HiveAccumuloMapColumnMapping.java b/accumulo-handler/src/java/org/apache/hadoop/hive/accumulo/columns/HiveAccumuloMapColumnMapping.java index 450ecda5cb89..1ac80827687f 100644 --- a/accumulo-handler/src/java/org/apache/hadoop/hive/accumulo/columns/HiveAccumuloMapColumnMapping.java +++ b/accumulo-handler/src/java/org/apache/hadoop/hive/accumulo/columns/HiveAccumuloMapColumnMapping.java @@ -1,10 +1,11 @@ /* - * 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 + * 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 * diff --git a/accumulo-handler/src/java/org/apache/hadoop/hive/accumulo/columns/HiveAccumuloRowIdColumnMapping.java b/accumulo-handler/src/java/org/apache/hadoop/hive/accumulo/columns/HiveAccumuloRowIdColumnMapping.java index d40b025a248f..f0f504ac0d76 100644 --- a/accumulo-handler/src/java/org/apache/hadoop/hive/accumulo/columns/HiveAccumuloRowIdColumnMapping.java +++ b/accumulo-handler/src/java/org/apache/hadoop/hive/accumulo/columns/HiveAccumuloRowIdColumnMapping.java @@ -1,10 +1,11 @@ /* - * 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 + * 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 * diff --git a/accumulo-handler/src/java/org/apache/hadoop/hive/accumulo/columns/HiveColumn.java b/accumulo-handler/src/java/org/apache/hadoop/hive/accumulo/columns/HiveColumn.java index a8855f74f3b2..5f626ce13928 100644 --- a/accumulo-handler/src/java/org/apache/hadoop/hive/accumulo/columns/HiveColumn.java +++ b/accumulo-handler/src/java/org/apache/hadoop/hive/accumulo/columns/HiveColumn.java @@ -1,10 +1,11 @@ /* - * 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 + * 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 * diff --git a/accumulo-handler/src/java/org/apache/hadoop/hive/accumulo/columns/InvalidColumnMappingException.java b/accumulo-handler/src/java/org/apache/hadoop/hive/accumulo/columns/InvalidColumnMappingException.java index eb230c47c415..a24c302794d4 100644 --- a/accumulo-handler/src/java/org/apache/hadoop/hive/accumulo/columns/InvalidColumnMappingException.java +++ b/accumulo-handler/src/java/org/apache/hadoop/hive/accumulo/columns/InvalidColumnMappingException.java @@ -1,10 +1,11 @@ /* - * 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 + * 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 * diff --git a/accumulo-handler/src/java/org/apache/hadoop/hive/accumulo/mr/HiveAccumuloRecordReader.java b/accumulo-handler/src/java/org/apache/hadoop/hive/accumulo/mr/HiveAccumuloRecordReader.java index 45607cbecf0f..780cd07ccfc2 100644 --- a/accumulo-handler/src/java/org/apache/hadoop/hive/accumulo/mr/HiveAccumuloRecordReader.java +++ b/accumulo-handler/src/java/org/apache/hadoop/hive/accumulo/mr/HiveAccumuloRecordReader.java @@ -1,10 +1,11 @@ /* - * 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 + * 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 * diff --git a/accumulo-handler/src/java/org/apache/hadoop/hive/accumulo/mr/HiveAccumuloTableInputFormat.java b/accumulo-handler/src/java/org/apache/hadoop/hive/accumulo/mr/HiveAccumuloTableInputFormat.java index e5160d783b60..9d83724c1348 100644 --- a/accumulo-handler/src/java/org/apache/hadoop/hive/accumulo/mr/HiveAccumuloTableInputFormat.java +++ b/accumulo-handler/src/java/org/apache/hadoop/hive/accumulo/mr/HiveAccumuloTableInputFormat.java @@ -1,10 +1,11 @@ /* - * 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 + * 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 * diff --git a/accumulo-handler/src/java/org/apache/hadoop/hive/accumulo/mr/package-info.java b/accumulo-handler/src/java/org/apache/hadoop/hive/accumulo/mr/package-info.java index b14d5575c7db..c4dca8f4ca33 100644 --- a/accumulo-handler/src/java/org/apache/hadoop/hive/accumulo/mr/package-info.java +++ b/accumulo-handler/src/java/org/apache/hadoop/hive/accumulo/mr/package-info.java @@ -1,19 +1,19 @@ /* - * 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 + * 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 + * 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. + * 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. */ /** diff --git a/accumulo-handler/src/java/org/apache/hadoop/hive/accumulo/package-info.java b/accumulo-handler/src/java/org/apache/hadoop/hive/accumulo/package-info.java index 3e93b030d64b..67c31c104342 100644 --- a/accumulo-handler/src/java/org/apache/hadoop/hive/accumulo/package-info.java +++ b/accumulo-handler/src/java/org/apache/hadoop/hive/accumulo/package-info.java @@ -1,19 +1,19 @@ /* - * 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 + * 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 + * 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. + * 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. */ /** diff --git a/accumulo-handler/src/java/org/apache/hadoop/hive/accumulo/predicate/NoSuchCompareOpException.java b/accumulo-handler/src/java/org/apache/hadoop/hive/accumulo/predicate/NoSuchCompareOpException.java index 962185c9a9b6..ebfbe4a4908f 100644 --- a/accumulo-handler/src/java/org/apache/hadoop/hive/accumulo/predicate/NoSuchCompareOpException.java +++ b/accumulo-handler/src/java/org/apache/hadoop/hive/accumulo/predicate/NoSuchCompareOpException.java @@ -1,10 +1,11 @@ /* - * 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 + * 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 * diff --git a/accumulo-handler/src/java/org/apache/hadoop/hive/accumulo/predicate/NoSuchPrimitiveComparisonException.java b/accumulo-handler/src/java/org/apache/hadoop/hive/accumulo/predicate/NoSuchPrimitiveComparisonException.java index c305a9eed560..b8a024649514 100644 --- a/accumulo-handler/src/java/org/apache/hadoop/hive/accumulo/predicate/NoSuchPrimitiveComparisonException.java +++ b/accumulo-handler/src/java/org/apache/hadoop/hive/accumulo/predicate/NoSuchPrimitiveComparisonException.java @@ -1,10 +1,11 @@ /* - * 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 + * 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 * diff --git a/accumulo-handler/src/java/org/apache/hadoop/hive/accumulo/predicate/PrimitiveComparisonFilter.java b/accumulo-handler/src/java/org/apache/hadoop/hive/accumulo/predicate/PrimitiveComparisonFilter.java index a9926898740b..3a9a4d161e87 100644 --- a/accumulo-handler/src/java/org/apache/hadoop/hive/accumulo/predicate/PrimitiveComparisonFilter.java +++ b/accumulo-handler/src/java/org/apache/hadoop/hive/accumulo/predicate/PrimitiveComparisonFilter.java @@ -1,10 +1,11 @@ /* - * 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 + * 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 * diff --git a/accumulo-handler/src/java/org/apache/hadoop/hive/accumulo/predicate/PushdownTuple.java b/accumulo-handler/src/java/org/apache/hadoop/hive/accumulo/predicate/PushdownTuple.java index 085146da011e..614ea8b6ee39 100644 --- a/accumulo-handler/src/java/org/apache/hadoop/hive/accumulo/predicate/PushdownTuple.java +++ b/accumulo-handler/src/java/org/apache/hadoop/hive/accumulo/predicate/PushdownTuple.java @@ -1,10 +1,11 @@ /* - * 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 + * 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 * diff --git a/accumulo-handler/src/java/org/apache/hadoop/hive/accumulo/predicate/compare/CompareOp.java b/accumulo-handler/src/java/org/apache/hadoop/hive/accumulo/predicate/compare/CompareOp.java index 59768e5aee02..cc698a294abf 100644 --- a/accumulo-handler/src/java/org/apache/hadoop/hive/accumulo/predicate/compare/CompareOp.java +++ b/accumulo-handler/src/java/org/apache/hadoop/hive/accumulo/predicate/compare/CompareOp.java @@ -1,10 +1,11 @@ /* - * 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 + * 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 * diff --git a/accumulo-handler/src/java/org/apache/hadoop/hive/accumulo/predicate/compare/DoubleCompare.java b/accumulo-handler/src/java/org/apache/hadoop/hive/accumulo/predicate/compare/DoubleCompare.java index 53fd6e34b034..f66b2ff44405 100644 --- a/accumulo-handler/src/java/org/apache/hadoop/hive/accumulo/predicate/compare/DoubleCompare.java +++ b/accumulo-handler/src/java/org/apache/hadoop/hive/accumulo/predicate/compare/DoubleCompare.java @@ -1,10 +1,11 @@ /* - * 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 + * 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 * diff --git a/accumulo-handler/src/java/org/apache/hadoop/hive/accumulo/predicate/compare/Equal.java b/accumulo-handler/src/java/org/apache/hadoop/hive/accumulo/predicate/compare/Equal.java index 54d987ae5d4c..f0fc9cb2f5fa 100644 --- a/accumulo-handler/src/java/org/apache/hadoop/hive/accumulo/predicate/compare/Equal.java +++ b/accumulo-handler/src/java/org/apache/hadoop/hive/accumulo/predicate/compare/Equal.java @@ -1,10 +1,11 @@ /* - * 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 + * 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 * diff --git a/accumulo-handler/src/java/org/apache/hadoop/hive/accumulo/predicate/compare/GreaterThan.java b/accumulo-handler/src/java/org/apache/hadoop/hive/accumulo/predicate/compare/GreaterThan.java index f098114e5141..1cf2a178ff5b 100644 --- a/accumulo-handler/src/java/org/apache/hadoop/hive/accumulo/predicate/compare/GreaterThan.java +++ b/accumulo-handler/src/java/org/apache/hadoop/hive/accumulo/predicate/compare/GreaterThan.java @@ -1,10 +1,11 @@ /* - * 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 + * 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 * diff --git a/accumulo-handler/src/java/org/apache/hadoop/hive/accumulo/predicate/compare/GreaterThanOrEqual.java b/accumulo-handler/src/java/org/apache/hadoop/hive/accumulo/predicate/compare/GreaterThanOrEqual.java index 1877da2f28a8..0b43141a7a51 100644 --- a/accumulo-handler/src/java/org/apache/hadoop/hive/accumulo/predicate/compare/GreaterThanOrEqual.java +++ b/accumulo-handler/src/java/org/apache/hadoop/hive/accumulo/predicate/compare/GreaterThanOrEqual.java @@ -1,10 +1,11 @@ /* - * 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 + * 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 * diff --git a/accumulo-handler/src/java/org/apache/hadoop/hive/accumulo/predicate/compare/IntCompare.java b/accumulo-handler/src/java/org/apache/hadoop/hive/accumulo/predicate/compare/IntCompare.java index 826355bde5b3..793a1a2f301f 100644 --- a/accumulo-handler/src/java/org/apache/hadoop/hive/accumulo/predicate/compare/IntCompare.java +++ b/accumulo-handler/src/java/org/apache/hadoop/hive/accumulo/predicate/compare/IntCompare.java @@ -1,10 +1,11 @@ /* - * 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 + * 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 * diff --git a/accumulo-handler/src/java/org/apache/hadoop/hive/accumulo/predicate/compare/LessThan.java b/accumulo-handler/src/java/org/apache/hadoop/hive/accumulo/predicate/compare/LessThan.java index 9e3c30ff808e..b271127d4ec7 100644 --- a/accumulo-handler/src/java/org/apache/hadoop/hive/accumulo/predicate/compare/LessThan.java +++ b/accumulo-handler/src/java/org/apache/hadoop/hive/accumulo/predicate/compare/LessThan.java @@ -1,10 +1,11 @@ /* - * 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 + * 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 * diff --git a/accumulo-handler/src/java/org/apache/hadoop/hive/accumulo/predicate/compare/LessThanOrEqual.java b/accumulo-handler/src/java/org/apache/hadoop/hive/accumulo/predicate/compare/LessThanOrEqual.java index d21b6bf7e35b..bab2f09c134d 100644 --- a/accumulo-handler/src/java/org/apache/hadoop/hive/accumulo/predicate/compare/LessThanOrEqual.java +++ b/accumulo-handler/src/java/org/apache/hadoop/hive/accumulo/predicate/compare/LessThanOrEqual.java @@ -1,10 +1,11 @@ /* - * 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 + * 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 * diff --git a/accumulo-handler/src/java/org/apache/hadoop/hive/accumulo/predicate/compare/Like.java b/accumulo-handler/src/java/org/apache/hadoop/hive/accumulo/predicate/compare/Like.java index f34d3cc0a24e..59466e1b3fb6 100644 --- a/accumulo-handler/src/java/org/apache/hadoop/hive/accumulo/predicate/compare/Like.java +++ b/accumulo-handler/src/java/org/apache/hadoop/hive/accumulo/predicate/compare/Like.java @@ -1,10 +1,11 @@ /* - * 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 + * 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 * diff --git a/accumulo-handler/src/java/org/apache/hadoop/hive/accumulo/predicate/compare/LongCompare.java b/accumulo-handler/src/java/org/apache/hadoop/hive/accumulo/predicate/compare/LongCompare.java index afd03d6238af..b98db83b9af1 100644 --- a/accumulo-handler/src/java/org/apache/hadoop/hive/accumulo/predicate/compare/LongCompare.java +++ b/accumulo-handler/src/java/org/apache/hadoop/hive/accumulo/predicate/compare/LongCompare.java @@ -1,10 +1,11 @@ /* - * 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 + * 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 * diff --git a/accumulo-handler/src/java/org/apache/hadoop/hive/accumulo/predicate/compare/NotEqual.java b/accumulo-handler/src/java/org/apache/hadoop/hive/accumulo/predicate/compare/NotEqual.java index e1bd7980c2ad..7d9c3f94628a 100644 --- a/accumulo-handler/src/java/org/apache/hadoop/hive/accumulo/predicate/compare/NotEqual.java +++ b/accumulo-handler/src/java/org/apache/hadoop/hive/accumulo/predicate/compare/NotEqual.java @@ -1,10 +1,11 @@ /* - * 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 + * 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 * diff --git a/accumulo-handler/src/java/org/apache/hadoop/hive/accumulo/predicate/compare/PrimitiveComparison.java b/accumulo-handler/src/java/org/apache/hadoop/hive/accumulo/predicate/compare/PrimitiveComparison.java index b9a3e3e6d5ec..8b624e753f8f 100644 --- a/accumulo-handler/src/java/org/apache/hadoop/hive/accumulo/predicate/compare/PrimitiveComparison.java +++ b/accumulo-handler/src/java/org/apache/hadoop/hive/accumulo/predicate/compare/PrimitiveComparison.java @@ -1,10 +1,11 @@ /* - * 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 + * 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 * diff --git a/accumulo-handler/src/java/org/apache/hadoop/hive/accumulo/predicate/compare/StringCompare.java b/accumulo-handler/src/java/org/apache/hadoop/hive/accumulo/predicate/compare/StringCompare.java index 1a235fa1c843..91616a926254 100644 --- a/accumulo-handler/src/java/org/apache/hadoop/hive/accumulo/predicate/compare/StringCompare.java +++ b/accumulo-handler/src/java/org/apache/hadoop/hive/accumulo/predicate/compare/StringCompare.java @@ -1,10 +1,11 @@ /* - * 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 + * 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 * diff --git a/accumulo-handler/src/java/org/apache/hadoop/hive/accumulo/predicate/compare/package-info.java b/accumulo-handler/src/java/org/apache/hadoop/hive/accumulo/predicate/compare/package-info.java index 5ce3534e93e4..ddcf43f48ec5 100644 --- a/accumulo-handler/src/java/org/apache/hadoop/hive/accumulo/predicate/compare/package-info.java +++ b/accumulo-handler/src/java/org/apache/hadoop/hive/accumulo/predicate/compare/package-info.java @@ -1,19 +1,19 @@ /* - * 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 + * 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 + * 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. + * 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. */ /** diff --git a/accumulo-handler/src/java/org/apache/hadoop/hive/accumulo/predicate/package-info.java b/accumulo-handler/src/java/org/apache/hadoop/hive/accumulo/predicate/package-info.java index 0264fbe75ba0..fe8be035191f 100644 --- a/accumulo-handler/src/java/org/apache/hadoop/hive/accumulo/predicate/package-info.java +++ b/accumulo-handler/src/java/org/apache/hadoop/hive/accumulo/predicate/package-info.java @@ -1,19 +1,19 @@ /* - * 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 + * 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 + * 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. + * 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. */ /** diff --git a/accumulo-handler/src/java/org/apache/hadoop/hive/accumulo/serde/AccumuloRowIdFactory.java b/accumulo-handler/src/java/org/apache/hadoop/hive/accumulo/serde/AccumuloRowIdFactory.java index d82a392cc761..a443fa17d4e0 100644 --- a/accumulo-handler/src/java/org/apache/hadoop/hive/accumulo/serde/AccumuloRowIdFactory.java +++ b/accumulo-handler/src/java/org/apache/hadoop/hive/accumulo/serde/AccumuloRowIdFactory.java @@ -1,10 +1,11 @@ /* - * 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 + * 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 * diff --git a/accumulo-handler/src/java/org/apache/hadoop/hive/accumulo/serde/AccumuloRowSerializer.java b/accumulo-handler/src/java/org/apache/hadoop/hive/accumulo/serde/AccumuloRowSerializer.java index 7ad6a45b7d78..d7a2ecf7b5ac 100644 --- a/accumulo-handler/src/java/org/apache/hadoop/hive/accumulo/serde/AccumuloRowSerializer.java +++ b/accumulo-handler/src/java/org/apache/hadoop/hive/accumulo/serde/AccumuloRowSerializer.java @@ -1,10 +1,11 @@ /* - * 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 + * 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 * diff --git a/accumulo-handler/src/java/org/apache/hadoop/hive/accumulo/serde/AccumuloSerDe.java b/accumulo-handler/src/java/org/apache/hadoop/hive/accumulo/serde/AccumuloSerDe.java index 9980dabcb1a4..e1d136477084 100644 --- a/accumulo-handler/src/java/org/apache/hadoop/hive/accumulo/serde/AccumuloSerDe.java +++ b/accumulo-handler/src/java/org/apache/hadoop/hive/accumulo/serde/AccumuloSerDe.java @@ -1,10 +1,11 @@ /* - * 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 + * 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 * diff --git a/accumulo-handler/src/java/org/apache/hadoop/hive/accumulo/serde/AccumuloSerDeParameters.java b/accumulo-handler/src/java/org/apache/hadoop/hive/accumulo/serde/AccumuloSerDeParameters.java index ef454f0f44fe..b61025224aaa 100644 --- a/accumulo-handler/src/java/org/apache/hadoop/hive/accumulo/serde/AccumuloSerDeParameters.java +++ b/accumulo-handler/src/java/org/apache/hadoop/hive/accumulo/serde/AccumuloSerDeParameters.java @@ -1,10 +1,11 @@ /* - * 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 + * 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 * diff --git a/accumulo-handler/src/java/org/apache/hadoop/hive/accumulo/serde/TooManyAccumuloColumnsException.java b/accumulo-handler/src/java/org/apache/hadoop/hive/accumulo/serde/TooManyAccumuloColumnsException.java index 7a84b7d86ddd..54e208c6702a 100644 --- a/accumulo-handler/src/java/org/apache/hadoop/hive/accumulo/serde/TooManyAccumuloColumnsException.java +++ b/accumulo-handler/src/java/org/apache/hadoop/hive/accumulo/serde/TooManyAccumuloColumnsException.java @@ -1,10 +1,11 @@ /* - * 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 + * 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 * diff --git a/accumulo-handler/src/java/org/apache/hadoop/hive/accumulo/serde/TooManyHiveColumnsException.java b/accumulo-handler/src/java/org/apache/hadoop/hive/accumulo/serde/TooManyHiveColumnsException.java index 848d7a49a831..35d466873b69 100644 --- a/accumulo-handler/src/java/org/apache/hadoop/hive/accumulo/serde/TooManyHiveColumnsException.java +++ b/accumulo-handler/src/java/org/apache/hadoop/hive/accumulo/serde/TooManyHiveColumnsException.java @@ -1,10 +1,11 @@ /* - * 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 + * 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 * diff --git a/accumulo-handler/src/java/org/apache/hadoop/hive/accumulo/serde/package-info.java b/accumulo-handler/src/java/org/apache/hadoop/hive/accumulo/serde/package-info.java index 82bb8f0b8722..aaf396405876 100644 --- a/accumulo-handler/src/java/org/apache/hadoop/hive/accumulo/serde/package-info.java +++ b/accumulo-handler/src/java/org/apache/hadoop/hive/accumulo/serde/package-info.java @@ -1,19 +1,19 @@ /* - * 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 + * 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 + * 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. + * 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. */ /** diff --git a/accumulo-handler/src/test/org/apache/hadoop/hive/accumulo/TestAccumuloConnectionParameters.java b/accumulo-handler/src/test/org/apache/hadoop/hive/accumulo/TestAccumuloConnectionParameters.java index be96e60a412f..2899a4b00bbf 100644 --- a/accumulo-handler/src/test/org/apache/hadoop/hive/accumulo/TestAccumuloConnectionParameters.java +++ b/accumulo-handler/src/test/org/apache/hadoop/hive/accumulo/TestAccumuloConnectionParameters.java @@ -1,10 +1,11 @@ /* - * 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 + * 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 * diff --git a/accumulo-handler/src/test/org/apache/hadoop/hive/accumulo/TestAccumuloHiveRow.java b/accumulo-handler/src/test/org/apache/hadoop/hive/accumulo/TestAccumuloHiveRow.java index fc90e36bdcbd..a42fd103216b 100644 --- a/accumulo-handler/src/test/org/apache/hadoop/hive/accumulo/TestAccumuloHiveRow.java +++ b/accumulo-handler/src/test/org/apache/hadoop/hive/accumulo/TestAccumuloHiveRow.java @@ -1,10 +1,11 @@ /* - * 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 + * 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 * diff --git a/accumulo-handler/src/test/org/apache/hadoop/hive/accumulo/TestAccumuloIndexParameters.java b/accumulo-handler/src/test/org/apache/hadoop/hive/accumulo/TestAccumuloIndexParameters.java index 976fd27621e4..2251027c37c8 100644 --- a/accumulo-handler/src/test/org/apache/hadoop/hive/accumulo/TestAccumuloIndexParameters.java +++ b/accumulo-handler/src/test/org/apache/hadoop/hive/accumulo/TestAccumuloIndexParameters.java @@ -1,10 +1,11 @@ /* - * 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 + * 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 * diff --git a/accumulo-handler/src/test/org/apache/hadoop/hive/accumulo/TestAccumuloStorageHandler.java b/accumulo-handler/src/test/org/apache/hadoop/hive/accumulo/TestAccumuloStorageHandler.java index 7b123626827e..cbdd087dc6dd 100644 --- a/accumulo-handler/src/test/org/apache/hadoop/hive/accumulo/TestAccumuloStorageHandler.java +++ b/accumulo-handler/src/test/org/apache/hadoop/hive/accumulo/TestAccumuloStorageHandler.java @@ -1,10 +1,11 @@ /* - * 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 + * 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 * diff --git a/accumulo-handler/src/test/org/apache/hadoop/hive/accumulo/TestHiveAccumuloHelper.java b/accumulo-handler/src/test/org/apache/hadoop/hive/accumulo/TestHiveAccumuloHelper.java index e9ac2e1d1bd3..6ff9a3d740d0 100644 --- a/accumulo-handler/src/test/org/apache/hadoop/hive/accumulo/TestHiveAccumuloHelper.java +++ b/accumulo-handler/src/test/org/apache/hadoop/hive/accumulo/TestHiveAccumuloHelper.java @@ -1,10 +1,11 @@ /* - * 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 + * 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 * diff --git a/accumulo-handler/src/test/org/apache/hadoop/hive/accumulo/TestLazyAccumuloMap.java b/accumulo-handler/src/test/org/apache/hadoop/hive/accumulo/TestLazyAccumuloMap.java index 2479fb4c2b66..3c0551e3495a 100644 --- a/accumulo-handler/src/test/org/apache/hadoop/hive/accumulo/TestLazyAccumuloMap.java +++ b/accumulo-handler/src/test/org/apache/hadoop/hive/accumulo/TestLazyAccumuloMap.java @@ -1,10 +1,11 @@ /* - * 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 + * 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 * diff --git a/accumulo-handler/src/test/org/apache/hadoop/hive/accumulo/TestLazyAccumuloRow.java b/accumulo-handler/src/test/org/apache/hadoop/hive/accumulo/TestLazyAccumuloRow.java index 5ecb5624db79..44acae5dac22 100644 --- a/accumulo-handler/src/test/org/apache/hadoop/hive/accumulo/TestLazyAccumuloRow.java +++ b/accumulo-handler/src/test/org/apache/hadoop/hive/accumulo/TestLazyAccumuloRow.java @@ -1,10 +1,11 @@ /* - * 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 + * 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 * diff --git a/accumulo-handler/src/test/org/apache/hadoop/hive/accumulo/columns/TestColumnEncoding.java b/accumulo-handler/src/test/org/apache/hadoop/hive/accumulo/columns/TestColumnEncoding.java index 81831814de8a..2dfee39c377a 100644 --- a/accumulo-handler/src/test/org/apache/hadoop/hive/accumulo/columns/TestColumnEncoding.java +++ b/accumulo-handler/src/test/org/apache/hadoop/hive/accumulo/columns/TestColumnEncoding.java @@ -1,10 +1,11 @@ /* - * 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 + * 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 * diff --git a/accumulo-handler/src/test/org/apache/hadoop/hive/accumulo/columns/TestColumnMapper.java b/accumulo-handler/src/test/org/apache/hadoop/hive/accumulo/columns/TestColumnMapper.java index dc449e491448..2a8ef58f8872 100644 --- a/accumulo-handler/src/test/org/apache/hadoop/hive/accumulo/columns/TestColumnMapper.java +++ b/accumulo-handler/src/test/org/apache/hadoop/hive/accumulo/columns/TestColumnMapper.java @@ -1,10 +1,11 @@ /* - * 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 + * 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 * diff --git a/accumulo-handler/src/test/org/apache/hadoop/hive/accumulo/columns/TestColumnMappingFactory.java b/accumulo-handler/src/test/org/apache/hadoop/hive/accumulo/columns/TestColumnMappingFactory.java index 7e7ee4cc9333..07368c344c31 100644 --- a/accumulo-handler/src/test/org/apache/hadoop/hive/accumulo/columns/TestColumnMappingFactory.java +++ b/accumulo-handler/src/test/org/apache/hadoop/hive/accumulo/columns/TestColumnMappingFactory.java @@ -1,10 +1,11 @@ /* - * 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 + * 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 * diff --git a/accumulo-handler/src/test/org/apache/hadoop/hive/accumulo/columns/TestHiveAccumuloColumnMapping.java b/accumulo-handler/src/test/org/apache/hadoop/hive/accumulo/columns/TestHiveAccumuloColumnMapping.java index 240560d695cd..6cf8aaa335c1 100644 --- a/accumulo-handler/src/test/org/apache/hadoop/hive/accumulo/columns/TestHiveAccumuloColumnMapping.java +++ b/accumulo-handler/src/test/org/apache/hadoop/hive/accumulo/columns/TestHiveAccumuloColumnMapping.java @@ -1,10 +1,11 @@ /* - * 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 + * 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 * diff --git a/accumulo-handler/src/test/org/apache/hadoop/hive/accumulo/columns/TestHiveRowIdColumnMapping.java b/accumulo-handler/src/test/org/apache/hadoop/hive/accumulo/columns/TestHiveRowIdColumnMapping.java index 468c59b526d7..0c58b9e7ed05 100644 --- a/accumulo-handler/src/test/org/apache/hadoop/hive/accumulo/columns/TestHiveRowIdColumnMapping.java +++ b/accumulo-handler/src/test/org/apache/hadoop/hive/accumulo/columns/TestHiveRowIdColumnMapping.java @@ -1,10 +1,11 @@ /* - * 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 + * 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 * diff --git a/accumulo-handler/src/test/org/apache/hadoop/hive/accumulo/mr/TestHiveAccumuloTableInputFormat.java b/accumulo-handler/src/test/org/apache/hadoop/hive/accumulo/mr/TestHiveAccumuloTableInputFormat.java index 95cc27d9da0c..756af9240377 100644 --- a/accumulo-handler/src/test/org/apache/hadoop/hive/accumulo/mr/TestHiveAccumuloTableInputFormat.java +++ b/accumulo-handler/src/test/org/apache/hadoop/hive/accumulo/mr/TestHiveAccumuloTableInputFormat.java @@ -1,10 +1,11 @@ /* - * 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 + * 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 * diff --git a/accumulo-handler/src/test/org/apache/hadoop/hive/accumulo/mr/TestHiveAccumuloTableOutputFormat.java b/accumulo-handler/src/test/org/apache/hadoop/hive/accumulo/mr/TestHiveAccumuloTableOutputFormat.java index 1dd2b8cac5aa..526ca6127e95 100644 --- a/accumulo-handler/src/test/org/apache/hadoop/hive/accumulo/mr/TestHiveAccumuloTableOutputFormat.java +++ b/accumulo-handler/src/test/org/apache/hadoop/hive/accumulo/mr/TestHiveAccumuloTableOutputFormat.java @@ -1,10 +1,11 @@ /* - * 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 + * 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 * diff --git a/accumulo-handler/src/test/org/apache/hadoop/hive/accumulo/mr/TestHiveAccumuloTypes.java b/accumulo-handler/src/test/org/apache/hadoop/hive/accumulo/mr/TestHiveAccumuloTypes.java index 2eeb7deecb1b..eea4a92d6ca9 100644 --- a/accumulo-handler/src/test/org/apache/hadoop/hive/accumulo/mr/TestHiveAccumuloTypes.java +++ b/accumulo-handler/src/test/org/apache/hadoop/hive/accumulo/mr/TestHiveAccumuloTypes.java @@ -1,10 +1,11 @@ /* - * 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 + * 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 * diff --git a/accumulo-handler/src/test/org/apache/hadoop/hive/accumulo/predicate/TestAccumuloPredicateHandler.java b/accumulo-handler/src/test/org/apache/hadoop/hive/accumulo/predicate/TestAccumuloPredicateHandler.java index 6c0bb36c116f..44d15848dc71 100644 --- a/accumulo-handler/src/test/org/apache/hadoop/hive/accumulo/predicate/TestAccumuloPredicateHandler.java +++ b/accumulo-handler/src/test/org/apache/hadoop/hive/accumulo/predicate/TestAccumuloPredicateHandler.java @@ -1,10 +1,11 @@ /* - * 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 + * 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 * diff --git a/accumulo-handler/src/test/org/apache/hadoop/hive/accumulo/predicate/TestAccumuloRangeGenerator.java b/accumulo-handler/src/test/org/apache/hadoop/hive/accumulo/predicate/TestAccumuloRangeGenerator.java index 0b7855678a28..70df7f3655c6 100644 --- a/accumulo-handler/src/test/org/apache/hadoop/hive/accumulo/predicate/TestAccumuloRangeGenerator.java +++ b/accumulo-handler/src/test/org/apache/hadoop/hive/accumulo/predicate/TestAccumuloRangeGenerator.java @@ -1,10 +1,11 @@ /* - * 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 + * 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 * diff --git a/accumulo-handler/src/test/org/apache/hadoop/hive/accumulo/predicate/TestPrimitiveComparisonFilter.java b/accumulo-handler/src/test/org/apache/hadoop/hive/accumulo/predicate/TestPrimitiveComparisonFilter.java index b9ca7ec94485..617e0136b967 100644 --- a/accumulo-handler/src/test/org/apache/hadoop/hive/accumulo/predicate/TestPrimitiveComparisonFilter.java +++ b/accumulo-handler/src/test/org/apache/hadoop/hive/accumulo/predicate/TestPrimitiveComparisonFilter.java @@ -1,10 +1,11 @@ /* - * 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 + * 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 * diff --git a/accumulo-handler/src/test/org/apache/hadoop/hive/accumulo/predicate/compare/TestDoubleCompare.java b/accumulo-handler/src/test/org/apache/hadoop/hive/accumulo/predicate/compare/TestDoubleCompare.java index ca989a9707af..3a86cf1b6627 100644 --- a/accumulo-handler/src/test/org/apache/hadoop/hive/accumulo/predicate/compare/TestDoubleCompare.java +++ b/accumulo-handler/src/test/org/apache/hadoop/hive/accumulo/predicate/compare/TestDoubleCompare.java @@ -1,10 +1,11 @@ /* - * 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 + * 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 * diff --git a/accumulo-handler/src/test/org/apache/hadoop/hive/accumulo/predicate/compare/TestIntCompare.java b/accumulo-handler/src/test/org/apache/hadoop/hive/accumulo/predicate/compare/TestIntCompare.java index 9fb631549d1c..1fc85abc8872 100644 --- a/accumulo-handler/src/test/org/apache/hadoop/hive/accumulo/predicate/compare/TestIntCompare.java +++ b/accumulo-handler/src/test/org/apache/hadoop/hive/accumulo/predicate/compare/TestIntCompare.java @@ -1,10 +1,11 @@ /* - * 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 + * 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 * diff --git a/accumulo-handler/src/test/org/apache/hadoop/hive/accumulo/predicate/compare/TestLongComparison.java b/accumulo-handler/src/test/org/apache/hadoop/hive/accumulo/predicate/compare/TestLongComparison.java index fe10c3f0b9dc..07c9c662fb4c 100644 --- a/accumulo-handler/src/test/org/apache/hadoop/hive/accumulo/predicate/compare/TestLongComparison.java +++ b/accumulo-handler/src/test/org/apache/hadoop/hive/accumulo/predicate/compare/TestLongComparison.java @@ -1,10 +1,11 @@ /* - * 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 + * 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 * diff --git a/accumulo-handler/src/test/org/apache/hadoop/hive/accumulo/predicate/compare/TestStringCompare.java b/accumulo-handler/src/test/org/apache/hadoop/hive/accumulo/predicate/compare/TestStringCompare.java index 7b1960f09044..f3315ab44351 100644 --- a/accumulo-handler/src/test/org/apache/hadoop/hive/accumulo/predicate/compare/TestStringCompare.java +++ b/accumulo-handler/src/test/org/apache/hadoop/hive/accumulo/predicate/compare/TestStringCompare.java @@ -1,10 +1,11 @@ /* - * 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 + * 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 * diff --git a/accumulo-handler/src/test/org/apache/hadoop/hive/accumulo/serde/DelimitedAccumuloRowIdFactory.java b/accumulo-handler/src/test/org/apache/hadoop/hive/accumulo/serde/DelimitedAccumuloRowIdFactory.java index f885eba7f10f..aaa25ea36ee8 100644 --- a/accumulo-handler/src/test/org/apache/hadoop/hive/accumulo/serde/DelimitedAccumuloRowIdFactory.java +++ b/accumulo-handler/src/test/org/apache/hadoop/hive/accumulo/serde/DelimitedAccumuloRowIdFactory.java @@ -1,10 +1,11 @@ /* - * 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 + * 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 * diff --git a/accumulo-handler/src/test/org/apache/hadoop/hive/accumulo/serde/FirstCharAccumuloCompositeRowId.java b/accumulo-handler/src/test/org/apache/hadoop/hive/accumulo/serde/FirstCharAccumuloCompositeRowId.java index abc0ee6024c0..b3a1d3b4da9a 100644 --- a/accumulo-handler/src/test/org/apache/hadoop/hive/accumulo/serde/FirstCharAccumuloCompositeRowId.java +++ b/accumulo-handler/src/test/org/apache/hadoop/hive/accumulo/serde/FirstCharAccumuloCompositeRowId.java @@ -1,10 +1,11 @@ /* - * 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 + * 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 * diff --git a/accumulo-handler/src/test/org/apache/hadoop/hive/accumulo/serde/TestAccumuloRowSerializer.java b/accumulo-handler/src/test/org/apache/hadoop/hive/accumulo/serde/TestAccumuloRowSerializer.java index 85bc96023773..f44a58b8f468 100644 --- a/accumulo-handler/src/test/org/apache/hadoop/hive/accumulo/serde/TestAccumuloRowSerializer.java +++ b/accumulo-handler/src/test/org/apache/hadoop/hive/accumulo/serde/TestAccumuloRowSerializer.java @@ -1,10 +1,11 @@ /* - * 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 + * 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 * diff --git a/accumulo-handler/src/test/org/apache/hadoop/hive/accumulo/serde/TestAccumuloSerDe.java b/accumulo-handler/src/test/org/apache/hadoop/hive/accumulo/serde/TestAccumuloSerDe.java index 3078318e5098..8ed1c3dadb35 100644 --- a/accumulo-handler/src/test/org/apache/hadoop/hive/accumulo/serde/TestAccumuloSerDe.java +++ b/accumulo-handler/src/test/org/apache/hadoop/hive/accumulo/serde/TestAccumuloSerDe.java @@ -1,10 +1,11 @@ /* - * 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 + * 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 * diff --git a/accumulo-handler/src/test/org/apache/hadoop/hive/accumulo/serde/TestAccumuloSerDeParameters.java b/accumulo-handler/src/test/org/apache/hadoop/hive/accumulo/serde/TestAccumuloSerDeParameters.java index 216f924721b5..7ff6e5965a29 100644 --- a/accumulo-handler/src/test/org/apache/hadoop/hive/accumulo/serde/TestAccumuloSerDeParameters.java +++ b/accumulo-handler/src/test/org/apache/hadoop/hive/accumulo/serde/TestAccumuloSerDeParameters.java @@ -1,10 +1,11 @@ /* - * 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 + * 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 * diff --git a/accumulo-handler/src/test/org/apache/hadoop/hive/accumulo/serde/TestDefaultAccumuloRowIdFactory.java b/accumulo-handler/src/test/org/apache/hadoop/hive/accumulo/serde/TestDefaultAccumuloRowIdFactory.java index 2ce931df10c4..21bf7f5e5a8f 100644 --- a/accumulo-handler/src/test/org/apache/hadoop/hive/accumulo/serde/TestDefaultAccumuloRowIdFactory.java +++ b/accumulo-handler/src/test/org/apache/hadoop/hive/accumulo/serde/TestDefaultAccumuloRowIdFactory.java @@ -1,10 +1,11 @@ /* - * 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 + * 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 * diff --git a/checkstyle/checkstyle.xml b/checkstyle/checkstyle.xml index 306f8845a5f3..b36d842b6a23 100644 --- a/checkstyle/checkstyle.xml +++ b/checkstyle/checkstyle.xml @@ -62,7 +62,9 @@ + + diff --git a/checkstyle/suppressions.xml b/checkstyle/suppressions.xml index ffb9cb6596e3..edef6b7821ef 100644 --- a/checkstyle/suppressions.xml +++ b/checkstyle/suppressions.xml @@ -26,9 +26,9 @@ - - + + - - + + diff --git a/common/src/java/org/apache/hadoop/hive/common/MemoryEstimate.java b/common/src/java/org/apache/hadoop/hive/common/MemoryEstimate.java index 71c03ba04782..28e79b1fa75a 100644 --- a/common/src/java/org/apache/hadoop/hive/common/MemoryEstimate.java +++ b/common/src/java/org/apache/hadoop/hive/common/MemoryEstimate.java @@ -6,7 +6,9 @@ * 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. diff --git a/common/src/java/org/apache/hive/http/JMXJsonServlet.java b/common/src/java/org/apache/hive/http/JMXJsonServlet.java index 35b567a190e7..f7acbf95c700 100644 --- a/common/src/java/org/apache/hive/http/JMXJsonServlet.java +++ b/common/src/java/org/apache/hive/http/JMXJsonServlet.java @@ -1,12 +1,13 @@ /* - * 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 + * 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 + * 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, diff --git a/common/src/java/org/apache/hive/http/Log4j2ConfiguratorServlet.java b/common/src/java/org/apache/hive/http/Log4j2ConfiguratorServlet.java index c461ca77835e..93fe88ef8217 100644 --- a/common/src/java/org/apache/hive/http/Log4j2ConfiguratorServlet.java +++ b/common/src/java/org/apache/hive/http/Log4j2ConfiguratorServlet.java @@ -6,7 +6,9 @@ * 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. diff --git a/common/src/java/org/apache/hive/http/ProfileOutputServlet.java b/common/src/java/org/apache/hive/http/ProfileOutputServlet.java index bedb48d4085b..fffb30882de7 100644 --- a/common/src/java/org/apache/hive/http/ProfileOutputServlet.java +++ b/common/src/java/org/apache/hive/http/ProfileOutputServlet.java @@ -6,13 +6,16 @@ * 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. */ + package org.apache.hive.http; import java.io.File; diff --git a/common/src/java/org/apache/hive/http/ProfileServlet.java b/common/src/java/org/apache/hive/http/ProfileServlet.java index a866bb65f6df..952908a70359 100644 --- a/common/src/java/org/apache/hive/http/ProfileServlet.java +++ b/common/src/java/org/apache/hive/http/ProfileServlet.java @@ -6,7 +6,9 @@ * 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. diff --git a/common/src/java/org/apache/hive/http/security/PamAuthenticator.java b/common/src/java/org/apache/hive/http/security/PamAuthenticator.java index cbc19dd81600..d6806132ab66 100644 --- a/common/src/java/org/apache/hive/http/security/PamAuthenticator.java +++ b/common/src/java/org/apache/hive/http/security/PamAuthenticator.java @@ -1,12 +1,13 @@ /* - * 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 + * 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 + * 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, diff --git a/common/src/java/org/apache/hive/http/security/PamConstraint.java b/common/src/java/org/apache/hive/http/security/PamConstraint.java index bcfdd21b0887..632645f61db7 100644 --- a/common/src/java/org/apache/hive/http/security/PamConstraint.java +++ b/common/src/java/org/apache/hive/http/security/PamConstraint.java @@ -1,12 +1,13 @@ /* - * 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 + * 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 + * 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, diff --git a/common/src/java/org/apache/hive/http/security/PamConstraintMapping.java b/common/src/java/org/apache/hive/http/security/PamConstraintMapping.java index 489e72467096..a3d8fc946a09 100644 --- a/common/src/java/org/apache/hive/http/security/PamConstraintMapping.java +++ b/common/src/java/org/apache/hive/http/security/PamConstraintMapping.java @@ -1,12 +1,13 @@ /* - * 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 + * 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 + * 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, diff --git a/common/src/java/org/apache/hive/http/security/PamLoginService.java b/common/src/java/org/apache/hive/http/security/PamLoginService.java index 8cf725ad9cfc..d4a05849126d 100644 --- a/common/src/java/org/apache/hive/http/security/PamLoginService.java +++ b/common/src/java/org/apache/hive/http/security/PamLoginService.java @@ -1,12 +1,13 @@ /* - * 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 + * 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 + * 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, diff --git a/common/src/java/org/apache/hive/http/security/PamUserIdentity.java b/common/src/java/org/apache/hive/http/security/PamUserIdentity.java index 85f074d16d12..2dc820c77157 100644 --- a/common/src/java/org/apache/hive/http/security/PamUserIdentity.java +++ b/common/src/java/org/apache/hive/http/security/PamUserIdentity.java @@ -1,12 +1,13 @@ /* - * 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 + * 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 + * 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, diff --git a/common/src/test/org/apache/hadoop/hive/conf/TestHiveConfVarsValidate.java b/common/src/test/org/apache/hadoop/hive/conf/TestHiveConfVarsValidate.java index f032c44b8ccb..67c7f230c912 100644 --- a/common/src/test/org/apache/hadoop/hive/conf/TestHiveConfVarsValidate.java +++ b/common/src/test/org/apache/hadoop/hive/conf/TestHiveConfVarsValidate.java @@ -1,12 +1,13 @@ /* - * 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 + * 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 + * 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, diff --git a/hcatalog/core/src/main/java/org/apache/hive/hcatalog/cli/HCatCli.java b/hcatalog/core/src/main/java/org/apache/hive/hcatalog/cli/HCatCli.java index 9d9d8a02eeaf..553dcf76f661 100644 --- a/hcatalog/core/src/main/java/org/apache/hive/hcatalog/cli/HCatCli.java +++ b/hcatalog/core/src/main/java/org/apache/hive/hcatalog/cli/HCatCli.java @@ -9,12 +9,11 @@ * * 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. + * 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. */ package org.apache.hive.hcatalog.cli; diff --git a/hcatalog/core/src/main/java/org/apache/hive/hcatalog/cli/HCatDriver.java b/hcatalog/core/src/main/java/org/apache/hive/hcatalog/cli/HCatDriver.java index aced7442d670..ea58be3ac54d 100644 --- a/hcatalog/core/src/main/java/org/apache/hive/hcatalog/cli/HCatDriver.java +++ b/hcatalog/core/src/main/java/org/apache/hive/hcatalog/cli/HCatDriver.java @@ -9,12 +9,11 @@ * * 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. + * 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. */ package org.apache.hive.hcatalog.cli; diff --git a/hcatalog/core/src/main/java/org/apache/hive/hcatalog/cli/SemanticAnalysis/CreateDatabaseHook.java b/hcatalog/core/src/main/java/org/apache/hive/hcatalog/cli/SemanticAnalysis/CreateDatabaseHook.java index 369c663ca351..255a527993ad 100644 --- a/hcatalog/core/src/main/java/org/apache/hive/hcatalog/cli/SemanticAnalysis/CreateDatabaseHook.java +++ b/hcatalog/core/src/main/java/org/apache/hive/hcatalog/cli/SemanticAnalysis/CreateDatabaseHook.java @@ -9,12 +9,11 @@ * * 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. + * 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. */ package org.apache.hive.hcatalog.cli.SemanticAnalysis; diff --git a/hcatalog/core/src/main/java/org/apache/hive/hcatalog/cli/SemanticAnalysis/CreateTableHook.java b/hcatalog/core/src/main/java/org/apache/hive/hcatalog/cli/SemanticAnalysis/CreateTableHook.java index d38fa636409a..0521e87c1f3a 100644 --- a/hcatalog/core/src/main/java/org/apache/hive/hcatalog/cli/SemanticAnalysis/CreateTableHook.java +++ b/hcatalog/core/src/main/java/org/apache/hive/hcatalog/cli/SemanticAnalysis/CreateTableHook.java @@ -9,12 +9,11 @@ * * 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. + * 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. */ package org.apache.hive.hcatalog.cli.SemanticAnalysis; diff --git a/hcatalog/core/src/main/java/org/apache/hive/hcatalog/cli/SemanticAnalysis/HCatAuthUtil.java b/hcatalog/core/src/main/java/org/apache/hive/hcatalog/cli/SemanticAnalysis/HCatAuthUtil.java index 2eace5c1d239..22b8c68afdb5 100644 --- a/hcatalog/core/src/main/java/org/apache/hive/hcatalog/cli/SemanticAnalysis/HCatAuthUtil.java +++ b/hcatalog/core/src/main/java/org/apache/hive/hcatalog/cli/SemanticAnalysis/HCatAuthUtil.java @@ -9,12 +9,11 @@ * * 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. + * 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. */ package org.apache.hive.hcatalog.cli.SemanticAnalysis; diff --git a/hcatalog/core/src/main/java/org/apache/hive/hcatalog/cli/SemanticAnalysis/HCatSemanticAnalyzer.java b/hcatalog/core/src/main/java/org/apache/hive/hcatalog/cli/SemanticAnalysis/HCatSemanticAnalyzer.java index 941f6b8de4de..2a93c8ae22eb 100644 --- a/hcatalog/core/src/main/java/org/apache/hive/hcatalog/cli/SemanticAnalysis/HCatSemanticAnalyzer.java +++ b/hcatalog/core/src/main/java/org/apache/hive/hcatalog/cli/SemanticAnalysis/HCatSemanticAnalyzer.java @@ -9,12 +9,11 @@ * * 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. + * 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. */ package org.apache.hive.hcatalog.cli.SemanticAnalysis; diff --git a/hcatalog/core/src/main/java/org/apache/hive/hcatalog/cli/SemanticAnalysis/HCatSemanticAnalyzerBase.java b/hcatalog/core/src/main/java/org/apache/hive/hcatalog/cli/SemanticAnalysis/HCatSemanticAnalyzerBase.java index f1e86694d650..5ce74016fc1d 100644 --- a/hcatalog/core/src/main/java/org/apache/hive/hcatalog/cli/SemanticAnalysis/HCatSemanticAnalyzerBase.java +++ b/hcatalog/core/src/main/java/org/apache/hive/hcatalog/cli/SemanticAnalysis/HCatSemanticAnalyzerBase.java @@ -9,12 +9,11 @@ * * 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. + * 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. */ package org.apache.hive.hcatalog.cli.SemanticAnalysis; diff --git a/hcatalog/core/src/main/java/org/apache/hive/hcatalog/common/ErrorType.java b/hcatalog/core/src/main/java/org/apache/hive/hcatalog/common/ErrorType.java index 7ffb1bf82f50..97fe21d742f5 100644 --- a/hcatalog/core/src/main/java/org/apache/hive/hcatalog/common/ErrorType.java +++ b/hcatalog/core/src/main/java/org/apache/hive/hcatalog/common/ErrorType.java @@ -9,12 +9,11 @@ * * 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. + * 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. */ package org.apache.hive.hcatalog.common; diff --git a/hcatalog/core/src/main/java/org/apache/hive/hcatalog/common/HCatConstants.java b/hcatalog/core/src/main/java/org/apache/hive/hcatalog/common/HCatConstants.java index c42e9936f47a..8c449e856bd8 100644 --- a/hcatalog/core/src/main/java/org/apache/hive/hcatalog/common/HCatConstants.java +++ b/hcatalog/core/src/main/java/org/apache/hive/hcatalog/common/HCatConstants.java @@ -9,12 +9,11 @@ * * 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. + * 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. */ package org.apache.hive.hcatalog.common; diff --git a/hcatalog/core/src/main/java/org/apache/hive/hcatalog/common/HCatContext.java b/hcatalog/core/src/main/java/org/apache/hive/hcatalog/common/HCatContext.java index 883fd95b5e74..590b08208c8e 100644 --- a/hcatalog/core/src/main/java/org/apache/hive/hcatalog/common/HCatContext.java +++ b/hcatalog/core/src/main/java/org/apache/hive/hcatalog/common/HCatContext.java @@ -9,12 +9,11 @@ * * 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. + * 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. */ package org.apache.hive.hcatalog.common; diff --git a/hcatalog/core/src/main/java/org/apache/hive/hcatalog/common/HCatException.java b/hcatalog/core/src/main/java/org/apache/hive/hcatalog/common/HCatException.java index 3d028210939a..01e5fc7812e5 100644 --- a/hcatalog/core/src/main/java/org/apache/hive/hcatalog/common/HCatException.java +++ b/hcatalog/core/src/main/java/org/apache/hive/hcatalog/common/HCatException.java @@ -9,12 +9,11 @@ * * 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. + * 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. */ package org.apache.hive.hcatalog.common; diff --git a/hcatalog/core/src/main/java/org/apache/hive/hcatalog/common/HCatUtil.java b/hcatalog/core/src/main/java/org/apache/hive/hcatalog/common/HCatUtil.java index 8c1103006142..0809f3fff0be 100644 --- a/hcatalog/core/src/main/java/org/apache/hive/hcatalog/common/HCatUtil.java +++ b/hcatalog/core/src/main/java/org/apache/hive/hcatalog/common/HCatUtil.java @@ -9,12 +9,11 @@ * * 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. + * 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. */ package org.apache.hive.hcatalog.common; diff --git a/hcatalog/core/src/main/java/org/apache/hive/hcatalog/data/DataType.java b/hcatalog/core/src/main/java/org/apache/hive/hcatalog/data/DataType.java index d33d343a0e91..b7a3cabe41c1 100644 --- a/hcatalog/core/src/main/java/org/apache/hive/hcatalog/data/DataType.java +++ b/hcatalog/core/src/main/java/org/apache/hive/hcatalog/data/DataType.java @@ -9,12 +9,11 @@ * * 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. + * 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. */ package org.apache.hive.hcatalog.data; diff --git a/hcatalog/core/src/main/java/org/apache/hive/hcatalog/data/DefaultHCatRecord.java b/hcatalog/core/src/main/java/org/apache/hive/hcatalog/data/DefaultHCatRecord.java index d3a8886a6cf4..f86ae2083251 100644 --- a/hcatalog/core/src/main/java/org/apache/hive/hcatalog/data/DefaultHCatRecord.java +++ b/hcatalog/core/src/main/java/org/apache/hive/hcatalog/data/DefaultHCatRecord.java @@ -9,12 +9,11 @@ * * 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. + * 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. */ package org.apache.hive.hcatalog.data; diff --git a/hcatalog/core/src/main/java/org/apache/hive/hcatalog/data/HCatRecord.java b/hcatalog/core/src/main/java/org/apache/hive/hcatalog/data/HCatRecord.java index 405f1b052699..bb8df02754c6 100644 --- a/hcatalog/core/src/main/java/org/apache/hive/hcatalog/data/HCatRecord.java +++ b/hcatalog/core/src/main/java/org/apache/hive/hcatalog/data/HCatRecord.java @@ -9,12 +9,11 @@ * * 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. + * 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. */ package org.apache.hive.hcatalog.data; diff --git a/hcatalog/core/src/main/java/org/apache/hive/hcatalog/data/HCatRecordObjectInspector.java b/hcatalog/core/src/main/java/org/apache/hive/hcatalog/data/HCatRecordObjectInspector.java index 49fb0bddb66b..66d6cbec8d55 100644 --- a/hcatalog/core/src/main/java/org/apache/hive/hcatalog/data/HCatRecordObjectInspector.java +++ b/hcatalog/core/src/main/java/org/apache/hive/hcatalog/data/HCatRecordObjectInspector.java @@ -9,12 +9,11 @@ * * 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. + * 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. */ package org.apache.hive.hcatalog.data; diff --git a/hcatalog/core/src/main/java/org/apache/hive/hcatalog/data/HCatRecordObjectInspectorFactory.java b/hcatalog/core/src/main/java/org/apache/hive/hcatalog/data/HCatRecordObjectInspectorFactory.java index c35168122cb9..9b07f250b2aa 100644 --- a/hcatalog/core/src/main/java/org/apache/hive/hcatalog/data/HCatRecordObjectInspectorFactory.java +++ b/hcatalog/core/src/main/java/org/apache/hive/hcatalog/data/HCatRecordObjectInspectorFactory.java @@ -9,12 +9,11 @@ * * 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. + * 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. */ package org.apache.hive.hcatalog.data; diff --git a/hcatalog/core/src/main/java/org/apache/hive/hcatalog/data/HCatRecordSerDe.java b/hcatalog/core/src/main/java/org/apache/hive/hcatalog/data/HCatRecordSerDe.java index 2817eb5d2bd3..e7b2840bfcb9 100644 --- a/hcatalog/core/src/main/java/org/apache/hive/hcatalog/data/HCatRecordSerDe.java +++ b/hcatalog/core/src/main/java/org/apache/hive/hcatalog/data/HCatRecordSerDe.java @@ -9,12 +9,11 @@ * * 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. + * 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. */ package org.apache.hive.hcatalog.data; diff --git a/hcatalog/core/src/main/java/org/apache/hive/hcatalog/data/HCatRecordable.java b/hcatalog/core/src/main/java/org/apache/hive/hcatalog/data/HCatRecordable.java index c46b030245b1..f81bfe373ff2 100644 --- a/hcatalog/core/src/main/java/org/apache/hive/hcatalog/data/HCatRecordable.java +++ b/hcatalog/core/src/main/java/org/apache/hive/hcatalog/data/HCatRecordable.java @@ -9,12 +9,11 @@ * * 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. + * 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. */ package org.apache.hive.hcatalog.data; diff --git a/hcatalog/core/src/main/java/org/apache/hive/hcatalog/data/JsonSerDe.java b/hcatalog/core/src/main/java/org/apache/hive/hcatalog/data/JsonSerDe.java index 900b15e0ebce..83a142ddbbd0 100644 --- a/hcatalog/core/src/main/java/org/apache/hive/hcatalog/data/JsonSerDe.java +++ b/hcatalog/core/src/main/java/org/apache/hive/hcatalog/data/JsonSerDe.java @@ -9,12 +9,11 @@ * * 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. + * 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. */ package org.apache.hive.hcatalog.data; diff --git a/hcatalog/core/src/main/java/org/apache/hive/hcatalog/data/LazyHCatRecord.java b/hcatalog/core/src/main/java/org/apache/hive/hcatalog/data/LazyHCatRecord.java index 052d47e6838f..6e59688ecf45 100644 --- a/hcatalog/core/src/main/java/org/apache/hive/hcatalog/data/LazyHCatRecord.java +++ b/hcatalog/core/src/main/java/org/apache/hive/hcatalog/data/LazyHCatRecord.java @@ -9,12 +9,11 @@ * * 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. + * 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. */ package org.apache.hive.hcatalog.data; diff --git a/hcatalog/core/src/main/java/org/apache/hive/hcatalog/data/Pair.java b/hcatalog/core/src/main/java/org/apache/hive/hcatalog/data/Pair.java index 651d75ee45a8..188d95fd25b1 100644 --- a/hcatalog/core/src/main/java/org/apache/hive/hcatalog/data/Pair.java +++ b/hcatalog/core/src/main/java/org/apache/hive/hcatalog/data/Pair.java @@ -9,12 +9,11 @@ * * 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. + * 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. */ package org.apache.hive.hcatalog.data; diff --git a/hcatalog/core/src/main/java/org/apache/hive/hcatalog/data/ReaderWriter.java b/hcatalog/core/src/main/java/org/apache/hive/hcatalog/data/ReaderWriter.java index 2641add339a5..9e223a4b66b6 100644 --- a/hcatalog/core/src/main/java/org/apache/hive/hcatalog/data/ReaderWriter.java +++ b/hcatalog/core/src/main/java/org/apache/hive/hcatalog/data/ReaderWriter.java @@ -9,12 +9,11 @@ * * 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. + * 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. */ package org.apache.hive.hcatalog.data; diff --git a/hcatalog/core/src/main/java/org/apache/hive/hcatalog/data/schema/HCatFieldSchema.java b/hcatalog/core/src/main/java/org/apache/hive/hcatalog/data/schema/HCatFieldSchema.java index 2a00c179fb23..19dbafa5bb52 100644 --- a/hcatalog/core/src/main/java/org/apache/hive/hcatalog/data/schema/HCatFieldSchema.java +++ b/hcatalog/core/src/main/java/org/apache/hive/hcatalog/data/schema/HCatFieldSchema.java @@ -9,12 +9,11 @@ * * 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. + * 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. */ package org.apache.hive.hcatalog.data.schema; diff --git a/hcatalog/core/src/main/java/org/apache/hive/hcatalog/data/schema/HCatSchema.java b/hcatalog/core/src/main/java/org/apache/hive/hcatalog/data/schema/HCatSchema.java index b3bbc15b4990..1b09f4b315ec 100644 --- a/hcatalog/core/src/main/java/org/apache/hive/hcatalog/data/schema/HCatSchema.java +++ b/hcatalog/core/src/main/java/org/apache/hive/hcatalog/data/schema/HCatSchema.java @@ -9,12 +9,11 @@ * * 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. + * 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. */ package org.apache.hive.hcatalog.data.schema; diff --git a/hcatalog/core/src/main/java/org/apache/hive/hcatalog/data/schema/HCatSchemaUtils.java b/hcatalog/core/src/main/java/org/apache/hive/hcatalog/data/schema/HCatSchemaUtils.java index 999abcbfed03..29df3e3d814a 100644 --- a/hcatalog/core/src/main/java/org/apache/hive/hcatalog/data/schema/HCatSchemaUtils.java +++ b/hcatalog/core/src/main/java/org/apache/hive/hcatalog/data/schema/HCatSchemaUtils.java @@ -9,12 +9,11 @@ * * 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. + * 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. */ package org.apache.hive.hcatalog.data.schema; diff --git a/hcatalog/core/src/main/java/org/apache/hive/hcatalog/data/transfer/DataTransferFactory.java b/hcatalog/core/src/main/java/org/apache/hive/hcatalog/data/transfer/DataTransferFactory.java index 62b2c802b05c..02820f512da3 100644 --- a/hcatalog/core/src/main/java/org/apache/hive/hcatalog/data/transfer/DataTransferFactory.java +++ b/hcatalog/core/src/main/java/org/apache/hive/hcatalog/data/transfer/DataTransferFactory.java @@ -9,12 +9,11 @@ * * 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. + * 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. */ package org.apache.hive.hcatalog.data.transfer; diff --git a/hcatalog/core/src/main/java/org/apache/hive/hcatalog/data/transfer/EntityBase.java b/hcatalog/core/src/main/java/org/apache/hive/hcatalog/data/transfer/EntityBase.java index 9b31e0bed3b0..7f33320f811b 100644 --- a/hcatalog/core/src/main/java/org/apache/hive/hcatalog/data/transfer/EntityBase.java +++ b/hcatalog/core/src/main/java/org/apache/hive/hcatalog/data/transfer/EntityBase.java @@ -9,12 +9,11 @@ * * 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. + * 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. */ package org.apache.hive.hcatalog.data.transfer; diff --git a/hcatalog/core/src/main/java/org/apache/hive/hcatalog/data/transfer/HCatReader.java b/hcatalog/core/src/main/java/org/apache/hive/hcatalog/data/transfer/HCatReader.java index 20145023cd88..d1e753e14393 100644 --- a/hcatalog/core/src/main/java/org/apache/hive/hcatalog/data/transfer/HCatReader.java +++ b/hcatalog/core/src/main/java/org/apache/hive/hcatalog/data/transfer/HCatReader.java @@ -9,12 +9,11 @@ * * 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. + * 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. */ package org.apache.hive.hcatalog.data.transfer; diff --git a/hcatalog/core/src/main/java/org/apache/hive/hcatalog/data/transfer/HCatWriter.java b/hcatalog/core/src/main/java/org/apache/hive/hcatalog/data/transfer/HCatWriter.java index 65b9ac2c1823..ee3c7d1db844 100644 --- a/hcatalog/core/src/main/java/org/apache/hive/hcatalog/data/transfer/HCatWriter.java +++ b/hcatalog/core/src/main/java/org/apache/hive/hcatalog/data/transfer/HCatWriter.java @@ -9,12 +9,11 @@ * * 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. + * 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. */ package org.apache.hive.hcatalog.data.transfer; diff --git a/hcatalog/core/src/main/java/org/apache/hive/hcatalog/data/transfer/ReadEntity.java b/hcatalog/core/src/main/java/org/apache/hive/hcatalog/data/transfer/ReadEntity.java index fb71bce56691..bb29e3853848 100644 --- a/hcatalog/core/src/main/java/org/apache/hive/hcatalog/data/transfer/ReadEntity.java +++ b/hcatalog/core/src/main/java/org/apache/hive/hcatalog/data/transfer/ReadEntity.java @@ -9,12 +9,11 @@ * * 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. + * 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. */ package org.apache.hive.hcatalog.data.transfer; diff --git a/hcatalog/core/src/main/java/org/apache/hive/hcatalog/data/transfer/ReaderContext.java b/hcatalog/core/src/main/java/org/apache/hive/hcatalog/data/transfer/ReaderContext.java index b5639381f3fa..4b33d307c4ee 100644 --- a/hcatalog/core/src/main/java/org/apache/hive/hcatalog/data/transfer/ReaderContext.java +++ b/hcatalog/core/src/main/java/org/apache/hive/hcatalog/data/transfer/ReaderContext.java @@ -9,12 +9,11 @@ * * 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. + * 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. */ package org.apache.hive.hcatalog.data.transfer; diff --git a/hcatalog/core/src/main/java/org/apache/hive/hcatalog/data/transfer/WriteEntity.java b/hcatalog/core/src/main/java/org/apache/hive/hcatalog/data/transfer/WriteEntity.java index 6387c4ebbcdf..5f4698366463 100644 --- a/hcatalog/core/src/main/java/org/apache/hive/hcatalog/data/transfer/WriteEntity.java +++ b/hcatalog/core/src/main/java/org/apache/hive/hcatalog/data/transfer/WriteEntity.java @@ -9,12 +9,11 @@ * * 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. + * 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. */ package org.apache.hive.hcatalog.data.transfer; diff --git a/hcatalog/core/src/main/java/org/apache/hive/hcatalog/data/transfer/WriterContext.java b/hcatalog/core/src/main/java/org/apache/hive/hcatalog/data/transfer/WriterContext.java index a5745879515c..cfc246fa1b88 100644 --- a/hcatalog/core/src/main/java/org/apache/hive/hcatalog/data/transfer/WriterContext.java +++ b/hcatalog/core/src/main/java/org/apache/hive/hcatalog/data/transfer/WriterContext.java @@ -9,12 +9,11 @@ * * 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. + * 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. */ package org.apache.hive.hcatalog.data.transfer; diff --git a/hcatalog/core/src/main/java/org/apache/hive/hcatalog/data/transfer/impl/HCatInputFormatReader.java b/hcatalog/core/src/main/java/org/apache/hive/hcatalog/data/transfer/impl/HCatInputFormatReader.java index ed55bb104b80..e3a1d9cb6b66 100644 --- a/hcatalog/core/src/main/java/org/apache/hive/hcatalog/data/transfer/impl/HCatInputFormatReader.java +++ b/hcatalog/core/src/main/java/org/apache/hive/hcatalog/data/transfer/impl/HCatInputFormatReader.java @@ -9,12 +9,11 @@ * * 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. + * 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. */ package org.apache.hive.hcatalog.data.transfer.impl; diff --git a/hcatalog/core/src/main/java/org/apache/hive/hcatalog/data/transfer/impl/HCatOutputFormatWriter.java b/hcatalog/core/src/main/java/org/apache/hive/hcatalog/data/transfer/impl/HCatOutputFormatWriter.java index 6130c585fbb1..a677bd646520 100644 --- a/hcatalog/core/src/main/java/org/apache/hive/hcatalog/data/transfer/impl/HCatOutputFormatWriter.java +++ b/hcatalog/core/src/main/java/org/apache/hive/hcatalog/data/transfer/impl/HCatOutputFormatWriter.java @@ -9,12 +9,11 @@ * * 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. + * 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. */ package org.apache.hive.hcatalog.data.transfer.impl; diff --git a/hcatalog/core/src/main/java/org/apache/hive/hcatalog/data/transfer/impl/ReaderContextImpl.java b/hcatalog/core/src/main/java/org/apache/hive/hcatalog/data/transfer/impl/ReaderContextImpl.java index 7619d6f8fcb1..5b1723422878 100644 --- a/hcatalog/core/src/main/java/org/apache/hive/hcatalog/data/transfer/impl/ReaderContextImpl.java +++ b/hcatalog/core/src/main/java/org/apache/hive/hcatalog/data/transfer/impl/ReaderContextImpl.java @@ -9,12 +9,11 @@ * * 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. + * 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. */ package org.apache.hive.hcatalog.data.transfer.impl; diff --git a/hcatalog/core/src/main/java/org/apache/hive/hcatalog/data/transfer/impl/WriterContextImpl.java b/hcatalog/core/src/main/java/org/apache/hive/hcatalog/data/transfer/impl/WriterContextImpl.java index 90aa42591c4f..500af5e93604 100644 --- a/hcatalog/core/src/main/java/org/apache/hive/hcatalog/data/transfer/impl/WriterContextImpl.java +++ b/hcatalog/core/src/main/java/org/apache/hive/hcatalog/data/transfer/impl/WriterContextImpl.java @@ -9,12 +9,11 @@ * * 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. + * 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. */ package org.apache.hive.hcatalog.data.transfer.impl; diff --git a/hcatalog/core/src/main/java/org/apache/hive/hcatalog/data/transfer/state/DefaultStateProvider.java b/hcatalog/core/src/main/java/org/apache/hive/hcatalog/data/transfer/state/DefaultStateProvider.java index d656397780c2..46e2dd9dc514 100644 --- a/hcatalog/core/src/main/java/org/apache/hive/hcatalog/data/transfer/state/DefaultStateProvider.java +++ b/hcatalog/core/src/main/java/org/apache/hive/hcatalog/data/transfer/state/DefaultStateProvider.java @@ -9,12 +9,11 @@ * * 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. + * 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. */ package org.apache.hive.hcatalog.data.transfer.state; diff --git a/hcatalog/core/src/main/java/org/apache/hive/hcatalog/data/transfer/state/StateProvider.java b/hcatalog/core/src/main/java/org/apache/hive/hcatalog/data/transfer/state/StateProvider.java index 2ecb75352b08..9ec42f6393ee 100644 --- a/hcatalog/core/src/main/java/org/apache/hive/hcatalog/data/transfer/state/StateProvider.java +++ b/hcatalog/core/src/main/java/org/apache/hive/hcatalog/data/transfer/state/StateProvider.java @@ -9,12 +9,11 @@ * * 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. + * 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. */ package org.apache.hive.hcatalog.data.transfer.state; diff --git a/hcatalog/core/src/main/java/org/apache/hive/hcatalog/har/HarOutputCommitterPostProcessor.java b/hcatalog/core/src/main/java/org/apache/hive/hcatalog/har/HarOutputCommitterPostProcessor.java index edc78e52d954..6a4b511e0176 100644 --- a/hcatalog/core/src/main/java/org/apache/hive/hcatalog/har/HarOutputCommitterPostProcessor.java +++ b/hcatalog/core/src/main/java/org/apache/hive/hcatalog/har/HarOutputCommitterPostProcessor.java @@ -9,12 +9,11 @@ * * 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. + * 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. */ package org.apache.hive.hcatalog.har; diff --git a/hcatalog/core/src/main/java/org/apache/hive/hcatalog/mapreduce/DefaultOutputCommitterContainer.java b/hcatalog/core/src/main/java/org/apache/hive/hcatalog/mapreduce/DefaultOutputCommitterContainer.java index f5ad71a3e292..271cd7697c2f 100644 --- a/hcatalog/core/src/main/java/org/apache/hive/hcatalog/mapreduce/DefaultOutputCommitterContainer.java +++ b/hcatalog/core/src/main/java/org/apache/hive/hcatalog/mapreduce/DefaultOutputCommitterContainer.java @@ -9,12 +9,11 @@ * * 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. + * 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. */ package org.apache.hive.hcatalog.mapreduce; diff --git a/hcatalog/core/src/main/java/org/apache/hive/hcatalog/mapreduce/DefaultOutputFormatContainer.java b/hcatalog/core/src/main/java/org/apache/hive/hcatalog/mapreduce/DefaultOutputFormatContainer.java index aef45bdbd332..38e86eb885e9 100644 --- a/hcatalog/core/src/main/java/org/apache/hive/hcatalog/mapreduce/DefaultOutputFormatContainer.java +++ b/hcatalog/core/src/main/java/org/apache/hive/hcatalog/mapreduce/DefaultOutputFormatContainer.java @@ -9,12 +9,11 @@ * * 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. + * 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. */ package org.apache.hive.hcatalog.mapreduce; diff --git a/hcatalog/core/src/main/java/org/apache/hive/hcatalog/mapreduce/DefaultRecordWriterContainer.java b/hcatalog/core/src/main/java/org/apache/hive/hcatalog/mapreduce/DefaultRecordWriterContainer.java index dd191c8c8ec1..30d589fb11a8 100644 --- a/hcatalog/core/src/main/java/org/apache/hive/hcatalog/mapreduce/DefaultRecordWriterContainer.java +++ b/hcatalog/core/src/main/java/org/apache/hive/hcatalog/mapreduce/DefaultRecordWriterContainer.java @@ -9,12 +9,11 @@ * * 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. + * 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. */ package org.apache.hive.hcatalog.mapreduce; diff --git a/hcatalog/core/src/main/java/org/apache/hive/hcatalog/mapreduce/DynamicPartitionFileRecordWriterContainer.java b/hcatalog/core/src/main/java/org/apache/hive/hcatalog/mapreduce/DynamicPartitionFileRecordWriterContainer.java index e43f5f60a6bb..c66666e32ca3 100644 --- a/hcatalog/core/src/main/java/org/apache/hive/hcatalog/mapreduce/DynamicPartitionFileRecordWriterContainer.java +++ b/hcatalog/core/src/main/java/org/apache/hive/hcatalog/mapreduce/DynamicPartitionFileRecordWriterContainer.java @@ -9,12 +9,11 @@ * * 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. + * 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. */ package org.apache.hive.hcatalog.mapreduce; diff --git a/hcatalog/core/src/main/java/org/apache/hive/hcatalog/mapreduce/FileOutputCommitterContainer.java b/hcatalog/core/src/main/java/org/apache/hive/hcatalog/mapreduce/FileOutputCommitterContainer.java index 8fb821d37124..e2192ba8da17 100644 --- a/hcatalog/core/src/main/java/org/apache/hive/hcatalog/mapreduce/FileOutputCommitterContainer.java +++ b/hcatalog/core/src/main/java/org/apache/hive/hcatalog/mapreduce/FileOutputCommitterContainer.java @@ -9,12 +9,11 @@ * * 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. + * 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. */ package org.apache.hive.hcatalog.mapreduce; diff --git a/hcatalog/core/src/main/java/org/apache/hive/hcatalog/mapreduce/FileOutputFormatContainer.java b/hcatalog/core/src/main/java/org/apache/hive/hcatalog/mapreduce/FileOutputFormatContainer.java index 154600da1f66..5ca4861b2900 100644 --- a/hcatalog/core/src/main/java/org/apache/hive/hcatalog/mapreduce/FileOutputFormatContainer.java +++ b/hcatalog/core/src/main/java/org/apache/hive/hcatalog/mapreduce/FileOutputFormatContainer.java @@ -9,12 +9,11 @@ * * 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. + * 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. */ package org.apache.hive.hcatalog.mapreduce; diff --git a/hcatalog/core/src/main/java/org/apache/hive/hcatalog/mapreduce/FileRecordWriterContainer.java b/hcatalog/core/src/main/java/org/apache/hive/hcatalog/mapreduce/FileRecordWriterContainer.java index 35b3d96d1046..5e2350054138 100644 --- a/hcatalog/core/src/main/java/org/apache/hive/hcatalog/mapreduce/FileRecordWriterContainer.java +++ b/hcatalog/core/src/main/java/org/apache/hive/hcatalog/mapreduce/FileRecordWriterContainer.java @@ -9,12 +9,11 @@ * * 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. + * 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. */ package org.apache.hive.hcatalog.mapreduce; diff --git a/hcatalog/core/src/main/java/org/apache/hive/hcatalog/mapreduce/FosterStorageHandler.java b/hcatalog/core/src/main/java/org/apache/hive/hcatalog/mapreduce/FosterStorageHandler.java index 2f81f9b043d1..3620ec29e78e 100644 --- a/hcatalog/core/src/main/java/org/apache/hive/hcatalog/mapreduce/FosterStorageHandler.java +++ b/hcatalog/core/src/main/java/org/apache/hive/hcatalog/mapreduce/FosterStorageHandler.java @@ -9,12 +9,11 @@ * * 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. + * 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. */ package org.apache.hive.hcatalog.mapreduce; diff --git a/hcatalog/core/src/main/java/org/apache/hive/hcatalog/mapreduce/HCatBaseInputFormat.java b/hcatalog/core/src/main/java/org/apache/hive/hcatalog/mapreduce/HCatBaseInputFormat.java index 076b4798ef17..b4518fbc021d 100644 --- a/hcatalog/core/src/main/java/org/apache/hive/hcatalog/mapreduce/HCatBaseInputFormat.java +++ b/hcatalog/core/src/main/java/org/apache/hive/hcatalog/mapreduce/HCatBaseInputFormat.java @@ -9,12 +9,11 @@ * * 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. + * 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. */ package org.apache.hive.hcatalog.mapreduce; diff --git a/hcatalog/core/src/main/java/org/apache/hive/hcatalog/mapreduce/HCatBaseOutputFormat.java b/hcatalog/core/src/main/java/org/apache/hive/hcatalog/mapreduce/HCatBaseOutputFormat.java index 10a0761d44a1..c84a01580983 100644 --- a/hcatalog/core/src/main/java/org/apache/hive/hcatalog/mapreduce/HCatBaseOutputFormat.java +++ b/hcatalog/core/src/main/java/org/apache/hive/hcatalog/mapreduce/HCatBaseOutputFormat.java @@ -9,12 +9,11 @@ * * 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. + * 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. */ package org.apache.hive.hcatalog.mapreduce; diff --git a/hcatalog/core/src/main/java/org/apache/hive/hcatalog/mapreduce/HCatFileUtil.java b/hcatalog/core/src/main/java/org/apache/hive/hcatalog/mapreduce/HCatFileUtil.java index 5532b753c4d6..2df7bdc174ad 100644 --- a/hcatalog/core/src/main/java/org/apache/hive/hcatalog/mapreduce/HCatFileUtil.java +++ b/hcatalog/core/src/main/java/org/apache/hive/hcatalog/mapreduce/HCatFileUtil.java @@ -9,12 +9,11 @@ * * 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. + * 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. */ package org.apache.hive.hcatalog.mapreduce; diff --git a/hcatalog/core/src/main/java/org/apache/hive/hcatalog/mapreduce/HCatInputFormat.java b/hcatalog/core/src/main/java/org/apache/hive/hcatalog/mapreduce/HCatInputFormat.java index a7befa9f0df8..6c367c5810ef 100644 --- a/hcatalog/core/src/main/java/org/apache/hive/hcatalog/mapreduce/HCatInputFormat.java +++ b/hcatalog/core/src/main/java/org/apache/hive/hcatalog/mapreduce/HCatInputFormat.java @@ -9,12 +9,11 @@ * * 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. + * 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. */ package org.apache.hive.hcatalog.mapreduce; diff --git a/hcatalog/core/src/main/java/org/apache/hive/hcatalog/mapreduce/HCatMapRedUtil.java b/hcatalog/core/src/main/java/org/apache/hive/hcatalog/mapreduce/HCatMapRedUtil.java index cd6f12c277d3..f0d2f2dd5933 100644 --- a/hcatalog/core/src/main/java/org/apache/hive/hcatalog/mapreduce/HCatMapRedUtil.java +++ b/hcatalog/core/src/main/java/org/apache/hive/hcatalog/mapreduce/HCatMapRedUtil.java @@ -9,12 +9,11 @@ * * 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. + * 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. */ package org.apache.hive.hcatalog.mapreduce; diff --git a/hcatalog/core/src/main/java/org/apache/hive/hcatalog/mapreduce/HCatOutputFormat.java b/hcatalog/core/src/main/java/org/apache/hive/hcatalog/mapreduce/HCatOutputFormat.java index 9aaf67e40d84..28eb3590e724 100644 --- a/hcatalog/core/src/main/java/org/apache/hive/hcatalog/mapreduce/HCatOutputFormat.java +++ b/hcatalog/core/src/main/java/org/apache/hive/hcatalog/mapreduce/HCatOutputFormat.java @@ -9,12 +9,11 @@ * * 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. + * 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. */ package org.apache.hive.hcatalog.mapreduce; diff --git a/hcatalog/core/src/main/java/org/apache/hive/hcatalog/mapreduce/HCatRecordReader.java b/hcatalog/core/src/main/java/org/apache/hive/hcatalog/mapreduce/HCatRecordReader.java index 4550a794cbb7..b341ae2dece8 100644 --- a/hcatalog/core/src/main/java/org/apache/hive/hcatalog/mapreduce/HCatRecordReader.java +++ b/hcatalog/core/src/main/java/org/apache/hive/hcatalog/mapreduce/HCatRecordReader.java @@ -9,12 +9,11 @@ * * 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. + * 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. */ package org.apache.hive.hcatalog.mapreduce; diff --git a/hcatalog/core/src/main/java/org/apache/hive/hcatalog/mapreduce/HCatSplit.java b/hcatalog/core/src/main/java/org/apache/hive/hcatalog/mapreduce/HCatSplit.java index 701f1f0a8813..376f05c42b30 100644 --- a/hcatalog/core/src/main/java/org/apache/hive/hcatalog/mapreduce/HCatSplit.java +++ b/hcatalog/core/src/main/java/org/apache/hive/hcatalog/mapreduce/HCatSplit.java @@ -9,12 +9,11 @@ * * 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. + * 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. */ package org.apache.hive.hcatalog.mapreduce; diff --git a/hcatalog/core/src/main/java/org/apache/hive/hcatalog/mapreduce/HCatTableInfo.java b/hcatalog/core/src/main/java/org/apache/hive/hcatalog/mapreduce/HCatTableInfo.java index 0ba23e7500a4..29db42f76389 100644 --- a/hcatalog/core/src/main/java/org/apache/hive/hcatalog/mapreduce/HCatTableInfo.java +++ b/hcatalog/core/src/main/java/org/apache/hive/hcatalog/mapreduce/HCatTableInfo.java @@ -9,12 +9,11 @@ * * 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. + * 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. */ package org.apache.hive.hcatalog.mapreduce; diff --git a/hcatalog/core/src/main/java/org/apache/hive/hcatalog/mapreduce/InitializeInput.java b/hcatalog/core/src/main/java/org/apache/hive/hcatalog/mapreduce/InitializeInput.java index 6280f7b992ef..53cdd504fe92 100644 --- a/hcatalog/core/src/main/java/org/apache/hive/hcatalog/mapreduce/InitializeInput.java +++ b/hcatalog/core/src/main/java/org/apache/hive/hcatalog/mapreduce/InitializeInput.java @@ -9,12 +9,11 @@ * * 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. + * 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. */ package org.apache.hive.hcatalog.mapreduce; diff --git a/hcatalog/core/src/main/java/org/apache/hive/hcatalog/mapreduce/InputJobInfo.java b/hcatalog/core/src/main/java/org/apache/hive/hcatalog/mapreduce/InputJobInfo.java index 8ca61e98e2c1..da96cb70c0f8 100644 --- a/hcatalog/core/src/main/java/org/apache/hive/hcatalog/mapreduce/InputJobInfo.java +++ b/hcatalog/core/src/main/java/org/apache/hive/hcatalog/mapreduce/InputJobInfo.java @@ -9,12 +9,11 @@ * * 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. + * 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. */ package org.apache.hive.hcatalog.mapreduce; diff --git a/hcatalog/core/src/main/java/org/apache/hive/hcatalog/mapreduce/InternalUtil.java b/hcatalog/core/src/main/java/org/apache/hive/hcatalog/mapreduce/InternalUtil.java index 2d7016e3ca69..9cf2aefefc78 100644 --- a/hcatalog/core/src/main/java/org/apache/hive/hcatalog/mapreduce/InternalUtil.java +++ b/hcatalog/core/src/main/java/org/apache/hive/hcatalog/mapreduce/InternalUtil.java @@ -9,12 +9,11 @@ * * 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. + * 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. */ package org.apache.hive.hcatalog.mapreduce; diff --git a/hcatalog/core/src/main/java/org/apache/hive/hcatalog/mapreduce/MultiOutputFormat.java b/hcatalog/core/src/main/java/org/apache/hive/hcatalog/mapreduce/MultiOutputFormat.java index f1eed505a800..079273e65e06 100644 --- a/hcatalog/core/src/main/java/org/apache/hive/hcatalog/mapreduce/MultiOutputFormat.java +++ b/hcatalog/core/src/main/java/org/apache/hive/hcatalog/mapreduce/MultiOutputFormat.java @@ -9,12 +9,11 @@ * * 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. + * 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. */ package org.apache.hive.hcatalog.mapreduce; diff --git a/hcatalog/core/src/main/java/org/apache/hive/hcatalog/mapreduce/OutputCommitterContainer.java b/hcatalog/core/src/main/java/org/apache/hive/hcatalog/mapreduce/OutputCommitterContainer.java index 1eb1cac865c4..7689627d6ac4 100644 --- a/hcatalog/core/src/main/java/org/apache/hive/hcatalog/mapreduce/OutputCommitterContainer.java +++ b/hcatalog/core/src/main/java/org/apache/hive/hcatalog/mapreduce/OutputCommitterContainer.java @@ -9,12 +9,11 @@ * * 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. + * 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. */ package org.apache.hive.hcatalog.mapreduce; diff --git a/hcatalog/core/src/main/java/org/apache/hive/hcatalog/mapreduce/OutputFormatContainer.java b/hcatalog/core/src/main/java/org/apache/hive/hcatalog/mapreduce/OutputFormatContainer.java index 41787f04c678..b12cc6a5b775 100644 --- a/hcatalog/core/src/main/java/org/apache/hive/hcatalog/mapreduce/OutputFormatContainer.java +++ b/hcatalog/core/src/main/java/org/apache/hive/hcatalog/mapreduce/OutputFormatContainer.java @@ -9,12 +9,11 @@ * * 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. + * 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. */ package org.apache.hive.hcatalog.mapreduce; diff --git a/hcatalog/core/src/main/java/org/apache/hive/hcatalog/mapreduce/OutputJobInfo.java b/hcatalog/core/src/main/java/org/apache/hive/hcatalog/mapreduce/OutputJobInfo.java index d05debf05f73..086800e269a2 100644 --- a/hcatalog/core/src/main/java/org/apache/hive/hcatalog/mapreduce/OutputJobInfo.java +++ b/hcatalog/core/src/main/java/org/apache/hive/hcatalog/mapreduce/OutputJobInfo.java @@ -9,12 +9,11 @@ * * 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. + * 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. */ package org.apache.hive.hcatalog.mapreduce; diff --git a/hcatalog/core/src/main/java/org/apache/hive/hcatalog/mapreduce/PartInfo.java b/hcatalog/core/src/main/java/org/apache/hive/hcatalog/mapreduce/PartInfo.java index 481666a4d5c4..5ffc375d61cc 100644 --- a/hcatalog/core/src/main/java/org/apache/hive/hcatalog/mapreduce/PartInfo.java +++ b/hcatalog/core/src/main/java/org/apache/hive/hcatalog/mapreduce/PartInfo.java @@ -9,12 +9,11 @@ * * 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. + * 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. */ package org.apache.hive.hcatalog.mapreduce; diff --git a/hcatalog/core/src/main/java/org/apache/hive/hcatalog/mapreduce/ProgressReporter.java b/hcatalog/core/src/main/java/org/apache/hive/hcatalog/mapreduce/ProgressReporter.java index aab4a467c256..5d653d25d238 100644 --- a/hcatalog/core/src/main/java/org/apache/hive/hcatalog/mapreduce/ProgressReporter.java +++ b/hcatalog/core/src/main/java/org/apache/hive/hcatalog/mapreduce/ProgressReporter.java @@ -9,12 +9,11 @@ * * 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. + * 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. */ package org.apache.hive.hcatalog.mapreduce; diff --git a/hcatalog/core/src/main/java/org/apache/hive/hcatalog/mapreduce/RecordWriterContainer.java b/hcatalog/core/src/main/java/org/apache/hive/hcatalog/mapreduce/RecordWriterContainer.java index 3e6913bf5e1d..98345d124649 100644 --- a/hcatalog/core/src/main/java/org/apache/hive/hcatalog/mapreduce/RecordWriterContainer.java +++ b/hcatalog/core/src/main/java/org/apache/hive/hcatalog/mapreduce/RecordWriterContainer.java @@ -9,12 +9,11 @@ * * 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. + * 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. */ package org.apache.hive.hcatalog.mapreduce; diff --git a/hcatalog/core/src/main/java/org/apache/hive/hcatalog/mapreduce/Security.java b/hcatalog/core/src/main/java/org/apache/hive/hcatalog/mapreduce/Security.java index 50b746e6fd42..3e69e4353963 100644 --- a/hcatalog/core/src/main/java/org/apache/hive/hcatalog/mapreduce/Security.java +++ b/hcatalog/core/src/main/java/org/apache/hive/hcatalog/mapreduce/Security.java @@ -9,12 +9,11 @@ * * 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. + * 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. */ package org.apache.hive.hcatalog.mapreduce; diff --git a/hcatalog/core/src/main/java/org/apache/hive/hcatalog/mapreduce/SpecialCases.java b/hcatalog/core/src/main/java/org/apache/hive/hcatalog/mapreduce/SpecialCases.java index 5c40d540835f..3bbcfd41084e 100644 --- a/hcatalog/core/src/main/java/org/apache/hive/hcatalog/mapreduce/SpecialCases.java +++ b/hcatalog/core/src/main/java/org/apache/hive/hcatalog/mapreduce/SpecialCases.java @@ -9,12 +9,11 @@ * * 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. + * 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. */ package org.apache.hive.hcatalog.mapreduce; diff --git a/hcatalog/core/src/main/java/org/apache/hive/hcatalog/mapreduce/StaticPartitionFileRecordWriterContainer.java b/hcatalog/core/src/main/java/org/apache/hive/hcatalog/mapreduce/StaticPartitionFileRecordWriterContainer.java index b9103fea2651..1bfb205e5a12 100644 --- a/hcatalog/core/src/main/java/org/apache/hive/hcatalog/mapreduce/StaticPartitionFileRecordWriterContainer.java +++ b/hcatalog/core/src/main/java/org/apache/hive/hcatalog/mapreduce/StaticPartitionFileRecordWriterContainer.java @@ -9,12 +9,11 @@ * * 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. + * 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. */ package org.apache.hive.hcatalog.mapreduce; diff --git a/hcatalog/core/src/main/java/org/apache/hive/hcatalog/mapreduce/StorerInfo.java b/hcatalog/core/src/main/java/org/apache/hive/hcatalog/mapreduce/StorerInfo.java index 7986114755ed..3246f2d7c8bb 100644 --- a/hcatalog/core/src/main/java/org/apache/hive/hcatalog/mapreduce/StorerInfo.java +++ b/hcatalog/core/src/main/java/org/apache/hive/hcatalog/mapreduce/StorerInfo.java @@ -9,12 +9,11 @@ * * 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. + * 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. */ package org.apache.hive.hcatalog.mapreduce; diff --git a/hcatalog/core/src/main/java/org/apache/hive/hcatalog/mapreduce/TaskCommitContextRegistry.java b/hcatalog/core/src/main/java/org/apache/hive/hcatalog/mapreduce/TaskCommitContextRegistry.java index 9d83352df4aa..1110ebd085c7 100644 --- a/hcatalog/core/src/main/java/org/apache/hive/hcatalog/mapreduce/TaskCommitContextRegistry.java +++ b/hcatalog/core/src/main/java/org/apache/hive/hcatalog/mapreduce/TaskCommitContextRegistry.java @@ -9,12 +9,11 @@ * * 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. + * 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. */ package org.apache.hive.hcatalog.mapreduce; diff --git a/hcatalog/core/src/main/java/org/apache/hive/hcatalog/oozie/JavaAction.java b/hcatalog/core/src/main/java/org/apache/hive/hcatalog/oozie/JavaAction.java index 97b7c75f26e6..a0e7cfbb4c80 100644 --- a/hcatalog/core/src/main/java/org/apache/hive/hcatalog/oozie/JavaAction.java +++ b/hcatalog/core/src/main/java/org/apache/hive/hcatalog/oozie/JavaAction.java @@ -9,12 +9,11 @@ * * 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. + * 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. */ package org.apache.hive.hcatalog.oozie; diff --git a/hcatalog/core/src/main/java/org/apache/hive/hcatalog/rcfile/RCFileMapReduceInputFormat.java b/hcatalog/core/src/main/java/org/apache/hive/hcatalog/rcfile/RCFileMapReduceInputFormat.java index 7cbc29d1ec39..db2e6eeb0bfe 100644 --- a/hcatalog/core/src/main/java/org/apache/hive/hcatalog/rcfile/RCFileMapReduceInputFormat.java +++ b/hcatalog/core/src/main/java/org/apache/hive/hcatalog/rcfile/RCFileMapReduceInputFormat.java @@ -9,12 +9,11 @@ * * 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. + * 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. */ package org.apache.hive.hcatalog.rcfile; diff --git a/hcatalog/core/src/main/java/org/apache/hive/hcatalog/rcfile/RCFileMapReduceOutputFormat.java b/hcatalog/core/src/main/java/org/apache/hive/hcatalog/rcfile/RCFileMapReduceOutputFormat.java index 673d13ab1dc6..1e103d177aa4 100644 --- a/hcatalog/core/src/main/java/org/apache/hive/hcatalog/rcfile/RCFileMapReduceOutputFormat.java +++ b/hcatalog/core/src/main/java/org/apache/hive/hcatalog/rcfile/RCFileMapReduceOutputFormat.java @@ -9,12 +9,11 @@ * * 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. + * 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. */ package org.apache.hive.hcatalog.rcfile; diff --git a/hcatalog/core/src/main/java/org/apache/hive/hcatalog/rcfile/RCFileMapReduceRecordReader.java b/hcatalog/core/src/main/java/org/apache/hive/hcatalog/rcfile/RCFileMapReduceRecordReader.java index e4082360ffe4..d2e473f50256 100644 --- a/hcatalog/core/src/main/java/org/apache/hive/hcatalog/rcfile/RCFileMapReduceRecordReader.java +++ b/hcatalog/core/src/main/java/org/apache/hive/hcatalog/rcfile/RCFileMapReduceRecordReader.java @@ -9,12 +9,11 @@ * * 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. + * 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. */ package org.apache.hive.hcatalog.rcfile; diff --git a/hcatalog/core/src/main/java/org/apache/hive/hcatalog/storagehandler/DummyHCatAuthProvider.java b/hcatalog/core/src/main/java/org/apache/hive/hcatalog/storagehandler/DummyHCatAuthProvider.java index 46d1d9e6dde6..da384fb9e748 100644 --- a/hcatalog/core/src/main/java/org/apache/hive/hcatalog/storagehandler/DummyHCatAuthProvider.java +++ b/hcatalog/core/src/main/java/org/apache/hive/hcatalog/storagehandler/DummyHCatAuthProvider.java @@ -9,12 +9,11 @@ * * 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. + * 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. */ package org.apache.hive.hcatalog.storagehandler; diff --git a/hcatalog/core/src/test/java/org/apache/hive/hcatalog/ExitException.java b/hcatalog/core/src/test/java/org/apache/hive/hcatalog/ExitException.java index 5ec6fcd04042..a854c372265c 100644 --- a/hcatalog/core/src/test/java/org/apache/hive/hcatalog/ExitException.java +++ b/hcatalog/core/src/test/java/org/apache/hive/hcatalog/ExitException.java @@ -9,12 +9,11 @@ * * 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. + * 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. */ package org.apache.hive.hcatalog; diff --git a/hcatalog/core/src/test/java/org/apache/hive/hcatalog/HcatTestUtils.java b/hcatalog/core/src/test/java/org/apache/hive/hcatalog/HcatTestUtils.java index aa20ba84f869..8b70b0d60839 100644 --- a/hcatalog/core/src/test/java/org/apache/hive/hcatalog/HcatTestUtils.java +++ b/hcatalog/core/src/test/java/org/apache/hive/hcatalog/HcatTestUtils.java @@ -9,12 +9,11 @@ * * 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. + * 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. */ package org.apache.hive.hcatalog; diff --git a/hcatalog/core/src/test/java/org/apache/hive/hcatalog/MiniCluster.java b/hcatalog/core/src/test/java/org/apache/hive/hcatalog/MiniCluster.java index e176c9a593d1..26ef28b41bc2 100644 --- a/hcatalog/core/src/test/java/org/apache/hive/hcatalog/MiniCluster.java +++ b/hcatalog/core/src/test/java/org/apache/hive/hcatalog/MiniCluster.java @@ -9,12 +9,11 @@ * * 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. + * 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. */ package org.apache.hive.hcatalog; diff --git a/hcatalog/core/src/test/java/org/apache/hive/hcatalog/cli/SemanticAnalysis/TestHCatAuthUtil.java b/hcatalog/core/src/test/java/org/apache/hive/hcatalog/cli/SemanticAnalysis/TestHCatAuthUtil.java index 48015b4ba530..f6ef5abd6e1b 100644 --- a/hcatalog/core/src/test/java/org/apache/hive/hcatalog/cli/SemanticAnalysis/TestHCatAuthUtil.java +++ b/hcatalog/core/src/test/java/org/apache/hive/hcatalog/cli/SemanticAnalysis/TestHCatAuthUtil.java @@ -9,12 +9,11 @@ * * 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. + * 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. */ package org.apache.hive.hcatalog.cli.SemanticAnalysis; diff --git a/hcatalog/core/src/test/java/org/apache/hive/hcatalog/cli/TestPermsGrp.java b/hcatalog/core/src/test/java/org/apache/hive/hcatalog/cli/TestPermsGrp.java index ef19285ca345..dceada3afdc7 100644 --- a/hcatalog/core/src/test/java/org/apache/hive/hcatalog/cli/TestPermsGrp.java +++ b/hcatalog/core/src/test/java/org/apache/hive/hcatalog/cli/TestPermsGrp.java @@ -9,12 +9,11 @@ * * 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. + * 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. */ package org.apache.hive.hcatalog.cli; diff --git a/hcatalog/core/src/test/java/org/apache/hive/hcatalog/cli/TestSemanticAnalysis.java b/hcatalog/core/src/test/java/org/apache/hive/hcatalog/cli/TestSemanticAnalysis.java index 546317ab00ec..a906c6bb8ce7 100644 --- a/hcatalog/core/src/test/java/org/apache/hive/hcatalog/cli/TestSemanticAnalysis.java +++ b/hcatalog/core/src/test/java/org/apache/hive/hcatalog/cli/TestSemanticAnalysis.java @@ -9,12 +9,11 @@ * * 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. + * 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. */ package org.apache.hive.hcatalog.cli; diff --git a/hcatalog/core/src/test/java/org/apache/hive/hcatalog/cli/TestUseDatabase.java b/hcatalog/core/src/test/java/org/apache/hive/hcatalog/cli/TestUseDatabase.java index 2f24619acda5..ca8333bd4397 100644 --- a/hcatalog/core/src/test/java/org/apache/hive/hcatalog/cli/TestUseDatabase.java +++ b/hcatalog/core/src/test/java/org/apache/hive/hcatalog/cli/TestUseDatabase.java @@ -9,12 +9,11 @@ * * 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. + * 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. */ package org.apache.hive.hcatalog.cli; diff --git a/hcatalog/core/src/test/java/org/apache/hive/hcatalog/common/TestHCatUtil.java b/hcatalog/core/src/test/java/org/apache/hive/hcatalog/common/TestHCatUtil.java index 5a45635882ff..8804fabb250b 100644 --- a/hcatalog/core/src/test/java/org/apache/hive/hcatalog/common/TestHCatUtil.java +++ b/hcatalog/core/src/test/java/org/apache/hive/hcatalog/common/TestHCatUtil.java @@ -9,12 +9,11 @@ * * 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. + * 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. */ package org.apache.hive.hcatalog.common; diff --git a/hcatalog/core/src/test/java/org/apache/hive/hcatalog/data/HCatDataCheckUtil.java b/hcatalog/core/src/test/java/org/apache/hive/hcatalog/data/HCatDataCheckUtil.java index 08a941c5e1f1..ca4ba8adda7c 100644 --- a/hcatalog/core/src/test/java/org/apache/hive/hcatalog/data/HCatDataCheckUtil.java +++ b/hcatalog/core/src/test/java/org/apache/hive/hcatalog/data/HCatDataCheckUtil.java @@ -9,12 +9,11 @@ * * 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. + * 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. */ package org.apache.hive.hcatalog.data; diff --git a/hcatalog/core/src/test/java/org/apache/hive/hcatalog/data/TestDefaultHCatRecord.java b/hcatalog/core/src/test/java/org/apache/hive/hcatalog/data/TestDefaultHCatRecord.java index 3dd3433bf1b8..ee09001981ad 100644 --- a/hcatalog/core/src/test/java/org/apache/hive/hcatalog/data/TestDefaultHCatRecord.java +++ b/hcatalog/core/src/test/java/org/apache/hive/hcatalog/data/TestDefaultHCatRecord.java @@ -9,12 +9,11 @@ * * 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. + * 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. */ package org.apache.hive.hcatalog.data; diff --git a/hcatalog/core/src/test/java/org/apache/hive/hcatalog/data/TestHCatRecordSerDe.java b/hcatalog/core/src/test/java/org/apache/hive/hcatalog/data/TestHCatRecordSerDe.java index 4f8fc4aaf4f1..3a94aba6f35f 100644 --- a/hcatalog/core/src/test/java/org/apache/hive/hcatalog/data/TestHCatRecordSerDe.java +++ b/hcatalog/core/src/test/java/org/apache/hive/hcatalog/data/TestHCatRecordSerDe.java @@ -9,12 +9,11 @@ * * 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. + * 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. */ package org.apache.hive.hcatalog.data; diff --git a/hcatalog/core/src/test/java/org/apache/hive/hcatalog/data/TestJsonSerDe.java b/hcatalog/core/src/test/java/org/apache/hive/hcatalog/data/TestJsonSerDe.java index ee428bf73cb1..db1b2b2e2ea5 100644 --- a/hcatalog/core/src/test/java/org/apache/hive/hcatalog/data/TestJsonSerDe.java +++ b/hcatalog/core/src/test/java/org/apache/hive/hcatalog/data/TestJsonSerDe.java @@ -9,12 +9,11 @@ * * 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. + * 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. */ package org.apache.hive.hcatalog.data; diff --git a/hcatalog/core/src/test/java/org/apache/hive/hcatalog/data/TestLazyHCatRecord.java b/hcatalog/core/src/test/java/org/apache/hive/hcatalog/data/TestLazyHCatRecord.java index 6a5a962f40f9..7ebe392c85e8 100644 --- a/hcatalog/core/src/test/java/org/apache/hive/hcatalog/data/TestLazyHCatRecord.java +++ b/hcatalog/core/src/test/java/org/apache/hive/hcatalog/data/TestLazyHCatRecord.java @@ -9,12 +9,11 @@ * * 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. + * 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. */ package org.apache.hive.hcatalog.data; diff --git a/hcatalog/core/src/test/java/org/apache/hive/hcatalog/data/TestReaderWriter.java b/hcatalog/core/src/test/java/org/apache/hive/hcatalog/data/TestReaderWriter.java index 4224f1e8bd39..ed7db0a03a54 100644 --- a/hcatalog/core/src/test/java/org/apache/hive/hcatalog/data/TestReaderWriter.java +++ b/hcatalog/core/src/test/java/org/apache/hive/hcatalog/data/TestReaderWriter.java @@ -9,12 +9,11 @@ * * 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. + * 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. */ package org.apache.hive.hcatalog.data; diff --git a/hcatalog/core/src/test/java/org/apache/hive/hcatalog/data/schema/TestHCatSchema.java b/hcatalog/core/src/test/java/org/apache/hive/hcatalog/data/schema/TestHCatSchema.java index 2824f4da845e..e15f99883863 100644 --- a/hcatalog/core/src/test/java/org/apache/hive/hcatalog/data/schema/TestHCatSchema.java +++ b/hcatalog/core/src/test/java/org/apache/hive/hcatalog/data/schema/TestHCatSchema.java @@ -9,12 +9,11 @@ * * 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. + * 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. */ package org.apache.hive.hcatalog.data.schema; diff --git a/hcatalog/core/src/test/java/org/apache/hive/hcatalog/data/schema/TestHCatSchemaUtils.java b/hcatalog/core/src/test/java/org/apache/hive/hcatalog/data/schema/TestHCatSchemaUtils.java index 6455fade7bb3..292e3e093d47 100644 --- a/hcatalog/core/src/test/java/org/apache/hive/hcatalog/data/schema/TestHCatSchemaUtils.java +++ b/hcatalog/core/src/test/java/org/apache/hive/hcatalog/data/schema/TestHCatSchemaUtils.java @@ -9,12 +9,11 @@ * * 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. + * 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. */ package org.apache.hive.hcatalog.data.schema; diff --git a/hcatalog/core/src/test/java/org/apache/hive/hcatalog/mapreduce/HCatBaseTest.java b/hcatalog/core/src/test/java/org/apache/hive/hcatalog/mapreduce/HCatBaseTest.java index 0c110465573b..5381db456acc 100644 --- a/hcatalog/core/src/test/java/org/apache/hive/hcatalog/mapreduce/HCatBaseTest.java +++ b/hcatalog/core/src/test/java/org/apache/hive/hcatalog/mapreduce/HCatBaseTest.java @@ -9,12 +9,11 @@ * * 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. + * 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. */ package org.apache.hive.hcatalog.mapreduce; diff --git a/hcatalog/core/src/test/java/org/apache/hive/hcatalog/mapreduce/HCatMapReduceTest.java b/hcatalog/core/src/test/java/org/apache/hive/hcatalog/mapreduce/HCatMapReduceTest.java index 5b8cf36efd69..bcd15a581a51 100644 --- a/hcatalog/core/src/test/java/org/apache/hive/hcatalog/mapreduce/HCatMapReduceTest.java +++ b/hcatalog/core/src/test/java/org/apache/hive/hcatalog/mapreduce/HCatMapReduceTest.java @@ -9,12 +9,11 @@ * * 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. + * 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. */ package org.apache.hive.hcatalog.mapreduce; diff --git a/hcatalog/core/src/test/java/org/apache/hive/hcatalog/mapreduce/TestHCatDynamicPartitioned.java b/hcatalog/core/src/test/java/org/apache/hive/hcatalog/mapreduce/TestHCatDynamicPartitioned.java index 7bd750a9d5f7..f4100df55f7e 100644 --- a/hcatalog/core/src/test/java/org/apache/hive/hcatalog/mapreduce/TestHCatDynamicPartitioned.java +++ b/hcatalog/core/src/test/java/org/apache/hive/hcatalog/mapreduce/TestHCatDynamicPartitioned.java @@ -9,12 +9,11 @@ * * 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. + * 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. */ package org.apache.hive.hcatalog.mapreduce; diff --git a/hcatalog/core/src/test/java/org/apache/hive/hcatalog/mapreduce/TestHCatExtension.java b/hcatalog/core/src/test/java/org/apache/hive/hcatalog/mapreduce/TestHCatExtension.java index 2c99fee0ff54..2055541f11c7 100644 --- a/hcatalog/core/src/test/java/org/apache/hive/hcatalog/mapreduce/TestHCatExtension.java +++ b/hcatalog/core/src/test/java/org/apache/hive/hcatalog/mapreduce/TestHCatExtension.java @@ -9,12 +9,11 @@ * * 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. + * 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. */ package org.apache.hive.hcatalog.mapreduce; diff --git a/hcatalog/core/src/test/java/org/apache/hive/hcatalog/mapreduce/TestHCatExternalDynamicPartitioned.java b/hcatalog/core/src/test/java/org/apache/hive/hcatalog/mapreduce/TestHCatExternalDynamicPartitioned.java index f142f3d488fa..e3768bfac69a 100644 --- a/hcatalog/core/src/test/java/org/apache/hive/hcatalog/mapreduce/TestHCatExternalDynamicPartitioned.java +++ b/hcatalog/core/src/test/java/org/apache/hive/hcatalog/mapreduce/TestHCatExternalDynamicPartitioned.java @@ -9,12 +9,11 @@ * * 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. + * 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. */ package org.apache.hive.hcatalog.mapreduce; diff --git a/hcatalog/core/src/test/java/org/apache/hive/hcatalog/mapreduce/TestHCatExternalNonPartitioned.java b/hcatalog/core/src/test/java/org/apache/hive/hcatalog/mapreduce/TestHCatExternalNonPartitioned.java index c67ad66a5f0f..12a80b5be320 100644 --- a/hcatalog/core/src/test/java/org/apache/hive/hcatalog/mapreduce/TestHCatExternalNonPartitioned.java +++ b/hcatalog/core/src/test/java/org/apache/hive/hcatalog/mapreduce/TestHCatExternalNonPartitioned.java @@ -9,12 +9,11 @@ * * 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. + * 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. */ package org.apache.hive.hcatalog.mapreduce; diff --git a/hcatalog/core/src/test/java/org/apache/hive/hcatalog/mapreduce/TestHCatExternalPartitioned.java b/hcatalog/core/src/test/java/org/apache/hive/hcatalog/mapreduce/TestHCatExternalPartitioned.java index 346f9a57db69..8ef5bde16881 100644 --- a/hcatalog/core/src/test/java/org/apache/hive/hcatalog/mapreduce/TestHCatExternalPartitioned.java +++ b/hcatalog/core/src/test/java/org/apache/hive/hcatalog/mapreduce/TestHCatExternalPartitioned.java @@ -9,12 +9,11 @@ * * 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. + * 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. */ package org.apache.hive.hcatalog.mapreduce; diff --git a/hcatalog/core/src/test/java/org/apache/hive/hcatalog/mapreduce/TestHCatInputFormat.java b/hcatalog/core/src/test/java/org/apache/hive/hcatalog/mapreduce/TestHCatInputFormat.java index b1ff965a38ea..b29b78278dc5 100644 --- a/hcatalog/core/src/test/java/org/apache/hive/hcatalog/mapreduce/TestHCatInputFormat.java +++ b/hcatalog/core/src/test/java/org/apache/hive/hcatalog/mapreduce/TestHCatInputFormat.java @@ -9,12 +9,11 @@ * * 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. + * 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. */ package org.apache.hive.hcatalog.mapreduce; diff --git a/hcatalog/core/src/test/java/org/apache/hive/hcatalog/mapreduce/TestHCatInputFormatMethods.java b/hcatalog/core/src/test/java/org/apache/hive/hcatalog/mapreduce/TestHCatInputFormatMethods.java index 2c5d8ca2ea49..fef36660ea7a 100644 --- a/hcatalog/core/src/test/java/org/apache/hive/hcatalog/mapreduce/TestHCatInputFormatMethods.java +++ b/hcatalog/core/src/test/java/org/apache/hive/hcatalog/mapreduce/TestHCatInputFormatMethods.java @@ -9,12 +9,11 @@ * * 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. + * 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. */ package org.apache.hive.hcatalog.mapreduce; diff --git a/hcatalog/core/src/test/java/org/apache/hive/hcatalog/mapreduce/TestHCatMultiOutputFormat.java b/hcatalog/core/src/test/java/org/apache/hive/hcatalog/mapreduce/TestHCatMultiOutputFormat.java index d87158b23fae..2bb1e63cbaa8 100644 --- a/hcatalog/core/src/test/java/org/apache/hive/hcatalog/mapreduce/TestHCatMultiOutputFormat.java +++ b/hcatalog/core/src/test/java/org/apache/hive/hcatalog/mapreduce/TestHCatMultiOutputFormat.java @@ -9,12 +9,11 @@ * * 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. + * 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. */ package org.apache.hive.hcatalog.mapreduce; diff --git a/hcatalog/core/src/test/java/org/apache/hive/hcatalog/mapreduce/TestHCatMutableDynamicPartitioned.java b/hcatalog/core/src/test/java/org/apache/hive/hcatalog/mapreduce/TestHCatMutableDynamicPartitioned.java index 771e902a5b21..b1c1b6e05ad2 100644 --- a/hcatalog/core/src/test/java/org/apache/hive/hcatalog/mapreduce/TestHCatMutableDynamicPartitioned.java +++ b/hcatalog/core/src/test/java/org/apache/hive/hcatalog/mapreduce/TestHCatMutableDynamicPartitioned.java @@ -9,12 +9,11 @@ * * 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. + * 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. */ package org.apache.hive.hcatalog.mapreduce; diff --git a/hcatalog/core/src/test/java/org/apache/hive/hcatalog/mapreduce/TestHCatMutableNonPartitioned.java b/hcatalog/core/src/test/java/org/apache/hive/hcatalog/mapreduce/TestHCatMutableNonPartitioned.java index 2bdce1054904..ee30d913e709 100644 --- a/hcatalog/core/src/test/java/org/apache/hive/hcatalog/mapreduce/TestHCatMutableNonPartitioned.java +++ b/hcatalog/core/src/test/java/org/apache/hive/hcatalog/mapreduce/TestHCatMutableNonPartitioned.java @@ -9,12 +9,11 @@ * * 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. + * 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. */ package org.apache.hive.hcatalog.mapreduce; diff --git a/hcatalog/core/src/test/java/org/apache/hive/hcatalog/mapreduce/TestHCatMutablePartitioned.java b/hcatalog/core/src/test/java/org/apache/hive/hcatalog/mapreduce/TestHCatMutablePartitioned.java index 814b7f544d3f..60b5de1e6175 100644 --- a/hcatalog/core/src/test/java/org/apache/hive/hcatalog/mapreduce/TestHCatMutablePartitioned.java +++ b/hcatalog/core/src/test/java/org/apache/hive/hcatalog/mapreduce/TestHCatMutablePartitioned.java @@ -9,12 +9,11 @@ * * 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. + * 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. */ package org.apache.hive.hcatalog.mapreduce; diff --git a/hcatalog/core/src/test/java/org/apache/hive/hcatalog/mapreduce/TestHCatNonPartitioned.java b/hcatalog/core/src/test/java/org/apache/hive/hcatalog/mapreduce/TestHCatNonPartitioned.java index fe4dd436aa2c..23a88b896291 100644 --- a/hcatalog/core/src/test/java/org/apache/hive/hcatalog/mapreduce/TestHCatNonPartitioned.java +++ b/hcatalog/core/src/test/java/org/apache/hive/hcatalog/mapreduce/TestHCatNonPartitioned.java @@ -9,12 +9,11 @@ * * 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. + * 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. */ package org.apache.hive.hcatalog.mapreduce; diff --git a/hcatalog/core/src/test/java/org/apache/hive/hcatalog/mapreduce/TestHCatOutputFormat.java b/hcatalog/core/src/test/java/org/apache/hive/hcatalog/mapreduce/TestHCatOutputFormat.java index 416a01e2770e..a780250dc9f1 100644 --- a/hcatalog/core/src/test/java/org/apache/hive/hcatalog/mapreduce/TestHCatOutputFormat.java +++ b/hcatalog/core/src/test/java/org/apache/hive/hcatalog/mapreduce/TestHCatOutputFormat.java @@ -9,12 +9,11 @@ * * 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. + * 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. */ package org.apache.hive.hcatalog.mapreduce; diff --git a/hcatalog/core/src/test/java/org/apache/hive/hcatalog/mapreduce/TestHCatPartitionPublish.java b/hcatalog/core/src/test/java/org/apache/hive/hcatalog/mapreduce/TestHCatPartitionPublish.java index 1b1f9b27f513..fa5e59bd960a 100644 --- a/hcatalog/core/src/test/java/org/apache/hive/hcatalog/mapreduce/TestHCatPartitionPublish.java +++ b/hcatalog/core/src/test/java/org/apache/hive/hcatalog/mapreduce/TestHCatPartitionPublish.java @@ -9,12 +9,11 @@ * * 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. + * 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. */ package org.apache.hive.hcatalog.mapreduce; diff --git a/hcatalog/core/src/test/java/org/apache/hive/hcatalog/mapreduce/TestHCatPartitioned.java b/hcatalog/core/src/test/java/org/apache/hive/hcatalog/mapreduce/TestHCatPartitioned.java index 3a2e1f9a893a..3277545ae4df 100644 --- a/hcatalog/core/src/test/java/org/apache/hive/hcatalog/mapreduce/TestHCatPartitioned.java +++ b/hcatalog/core/src/test/java/org/apache/hive/hcatalog/mapreduce/TestHCatPartitioned.java @@ -9,12 +9,11 @@ * * 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. + * 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. */ package org.apache.hive.hcatalog.mapreduce; diff --git a/hcatalog/core/src/test/java/org/apache/hive/hcatalog/mapreduce/TestInputJobInfo.java b/hcatalog/core/src/test/java/org/apache/hive/hcatalog/mapreduce/TestInputJobInfo.java index a5664966b154..cfa1b61053da 100644 --- a/hcatalog/core/src/test/java/org/apache/hive/hcatalog/mapreduce/TestInputJobInfo.java +++ b/hcatalog/core/src/test/java/org/apache/hive/hcatalog/mapreduce/TestInputJobInfo.java @@ -9,12 +9,11 @@ * * 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. + * 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. */ package org.apache.hive.hcatalog.mapreduce; diff --git a/hcatalog/core/src/test/java/org/apache/hive/hcatalog/mapreduce/TestMultiOutputFormat.java b/hcatalog/core/src/test/java/org/apache/hive/hcatalog/mapreduce/TestMultiOutputFormat.java index 2cea85fc1a93..b4247fea0f90 100644 --- a/hcatalog/core/src/test/java/org/apache/hive/hcatalog/mapreduce/TestMultiOutputFormat.java +++ b/hcatalog/core/src/test/java/org/apache/hive/hcatalog/mapreduce/TestMultiOutputFormat.java @@ -9,12 +9,11 @@ * * 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. + * 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. */ package org.apache.hive.hcatalog.mapreduce; diff --git a/hcatalog/core/src/test/java/org/apache/hive/hcatalog/mapreduce/TestPassProperties.java b/hcatalog/core/src/test/java/org/apache/hive/hcatalog/mapreduce/TestPassProperties.java index df012a76d026..666acc01ac74 100644 --- a/hcatalog/core/src/test/java/org/apache/hive/hcatalog/mapreduce/TestPassProperties.java +++ b/hcatalog/core/src/test/java/org/apache/hive/hcatalog/mapreduce/TestPassProperties.java @@ -9,12 +9,11 @@ * * 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. + * 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. */ package org.apache.hive.hcatalog.mapreduce; diff --git a/hcatalog/core/src/test/java/org/apache/hive/hcatalog/rcfile/TestRCFileMapReduceInputFormat.java b/hcatalog/core/src/test/java/org/apache/hive/hcatalog/rcfile/TestRCFileMapReduceInputFormat.java index bb32947bb57c..af6e79575df2 100644 --- a/hcatalog/core/src/test/java/org/apache/hive/hcatalog/rcfile/TestRCFileMapReduceInputFormat.java +++ b/hcatalog/core/src/test/java/org/apache/hive/hcatalog/rcfile/TestRCFileMapReduceInputFormat.java @@ -9,12 +9,11 @@ * * 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. + * 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. */ package org.apache.hive.hcatalog.rcfile; diff --git a/hcatalog/hcatalog-pig-adapter/src/main/java/org/apache/hive/hcatalog/pig/HCatBaseLoader.java b/hcatalog/hcatalog-pig-adapter/src/main/java/org/apache/hive/hcatalog/pig/HCatBaseLoader.java index d29c4335861c..0e1085371546 100644 --- a/hcatalog/hcatalog-pig-adapter/src/main/java/org/apache/hive/hcatalog/pig/HCatBaseLoader.java +++ b/hcatalog/hcatalog-pig-adapter/src/main/java/org/apache/hive/hcatalog/pig/HCatBaseLoader.java @@ -9,12 +9,11 @@ * * 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. + * 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. */ package org.apache.hive.hcatalog.pig; diff --git a/hcatalog/hcatalog-pig-adapter/src/main/java/org/apache/hive/hcatalog/pig/HCatBaseStorer.java b/hcatalog/hcatalog-pig-adapter/src/main/java/org/apache/hive/hcatalog/pig/HCatBaseStorer.java index f72333e824e6..4c5b235c56f3 100644 --- a/hcatalog/hcatalog-pig-adapter/src/main/java/org/apache/hive/hcatalog/pig/HCatBaseStorer.java +++ b/hcatalog/hcatalog-pig-adapter/src/main/java/org/apache/hive/hcatalog/pig/HCatBaseStorer.java @@ -9,12 +9,11 @@ * * 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. + * 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. */ package org.apache.hive.hcatalog.pig; diff --git a/hcatalog/hcatalog-pig-adapter/src/main/java/org/apache/hive/hcatalog/pig/HCatLoader.java b/hcatalog/hcatalog-pig-adapter/src/main/java/org/apache/hive/hcatalog/pig/HCatLoader.java index dd957becddff..200cf05bbbe4 100644 --- a/hcatalog/hcatalog-pig-adapter/src/main/java/org/apache/hive/hcatalog/pig/HCatLoader.java +++ b/hcatalog/hcatalog-pig-adapter/src/main/java/org/apache/hive/hcatalog/pig/HCatLoader.java @@ -9,12 +9,11 @@ * * 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. + * 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. */ package org.apache.hive.hcatalog.pig; diff --git a/hcatalog/hcatalog-pig-adapter/src/main/java/org/apache/hive/hcatalog/pig/HCatStorer.java b/hcatalog/hcatalog-pig-adapter/src/main/java/org/apache/hive/hcatalog/pig/HCatStorer.java index f8d517aa1b82..43ad108cd2f4 100644 --- a/hcatalog/hcatalog-pig-adapter/src/main/java/org/apache/hive/hcatalog/pig/HCatStorer.java +++ b/hcatalog/hcatalog-pig-adapter/src/main/java/org/apache/hive/hcatalog/pig/HCatStorer.java @@ -9,12 +9,11 @@ * * 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. + * 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. */ package org.apache.hive.hcatalog.pig; diff --git a/hcatalog/hcatalog-pig-adapter/src/main/java/org/apache/hive/hcatalog/pig/PigHCatUtil.java b/hcatalog/hcatalog-pig-adapter/src/main/java/org/apache/hive/hcatalog/pig/PigHCatUtil.java index dbf7ac3f1a32..c9e689bd6421 100644 --- a/hcatalog/hcatalog-pig-adapter/src/main/java/org/apache/hive/hcatalog/pig/PigHCatUtil.java +++ b/hcatalog/hcatalog-pig-adapter/src/main/java/org/apache/hive/hcatalog/pig/PigHCatUtil.java @@ -9,12 +9,11 @@ * * 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. + * 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. */ package org.apache.hive.hcatalog.pig; diff --git a/hcatalog/hcatalog-pig-adapter/src/test/java/org/apache/hive/hcatalog/pig/AbstractHCatLoaderTest.java b/hcatalog/hcatalog-pig-adapter/src/test/java/org/apache/hive/hcatalog/pig/AbstractHCatLoaderTest.java index d5b1105c2f8b..8c3891aa018a 100644 --- a/hcatalog/hcatalog-pig-adapter/src/test/java/org/apache/hive/hcatalog/pig/AbstractHCatLoaderTest.java +++ b/hcatalog/hcatalog-pig-adapter/src/test/java/org/apache/hive/hcatalog/pig/AbstractHCatLoaderTest.java @@ -9,12 +9,11 @@ * * 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. + * 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. */ package org.apache.hive.hcatalog.pig; diff --git a/hcatalog/hcatalog-pig-adapter/src/test/java/org/apache/hive/hcatalog/pig/AbstractHCatStorerTest.java b/hcatalog/hcatalog-pig-adapter/src/test/java/org/apache/hive/hcatalog/pig/AbstractHCatStorerTest.java index 4864326795e1..8c626c3eda33 100644 --- a/hcatalog/hcatalog-pig-adapter/src/test/java/org/apache/hive/hcatalog/pig/AbstractHCatStorerTest.java +++ b/hcatalog/hcatalog-pig-adapter/src/test/java/org/apache/hive/hcatalog/pig/AbstractHCatStorerTest.java @@ -9,12 +9,11 @@ * * 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. + * 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. */ package org.apache.hive.hcatalog.pig; diff --git a/hcatalog/hcatalog-pig-adapter/src/test/java/org/apache/hive/hcatalog/pig/HCatStorerWrapper.java b/hcatalog/hcatalog-pig-adapter/src/test/java/org/apache/hive/hcatalog/pig/HCatStorerWrapper.java index e5b2ee1d4ecf..939ff5370354 100644 --- a/hcatalog/hcatalog-pig-adapter/src/test/java/org/apache/hive/hcatalog/pig/HCatStorerWrapper.java +++ b/hcatalog/hcatalog-pig-adapter/src/test/java/org/apache/hive/hcatalog/pig/HCatStorerWrapper.java @@ -9,12 +9,11 @@ * * 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. + * 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. */ package org.apache.hive.hcatalog.pig; diff --git a/hcatalog/hcatalog-pig-adapter/src/test/java/org/apache/hive/hcatalog/pig/MockLoader.java b/hcatalog/hcatalog-pig-adapter/src/test/java/org/apache/hive/hcatalog/pig/MockLoader.java index 0a94dabe129b..b59aafe50690 100644 --- a/hcatalog/hcatalog-pig-adapter/src/test/java/org/apache/hive/hcatalog/pig/MockLoader.java +++ b/hcatalog/hcatalog-pig-adapter/src/test/java/org/apache/hive/hcatalog/pig/MockLoader.java @@ -9,12 +9,11 @@ * * 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. + * 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. */ package org.apache.hive.hcatalog.pig; diff --git a/hcatalog/hcatalog-pig-adapter/src/test/java/org/apache/hive/hcatalog/pig/MyPigStorage.java b/hcatalog/hcatalog-pig-adapter/src/test/java/org/apache/hive/hcatalog/pig/MyPigStorage.java index cf765211be23..ed873ce6d4cb 100644 --- a/hcatalog/hcatalog-pig-adapter/src/test/java/org/apache/hive/hcatalog/pig/MyPigStorage.java +++ b/hcatalog/hcatalog-pig-adapter/src/test/java/org/apache/hive/hcatalog/pig/MyPigStorage.java @@ -9,12 +9,11 @@ * * 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. + * 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. */ package org.apache.hive.hcatalog.pig; diff --git a/hcatalog/hcatalog-pig-adapter/src/test/java/org/apache/hive/hcatalog/pig/TestAvroHCatLoader.java b/hcatalog/hcatalog-pig-adapter/src/test/java/org/apache/hive/hcatalog/pig/TestAvroHCatLoader.java index 4e687fe01665..69064b830b40 100644 --- a/hcatalog/hcatalog-pig-adapter/src/test/java/org/apache/hive/hcatalog/pig/TestAvroHCatLoader.java +++ b/hcatalog/hcatalog-pig-adapter/src/test/java/org/apache/hive/hcatalog/pig/TestAvroHCatLoader.java @@ -9,12 +9,11 @@ * * 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. + * 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. */ package org.apache.hive.hcatalog.pig; diff --git a/hcatalog/hcatalog-pig-adapter/src/test/java/org/apache/hive/hcatalog/pig/TestAvroHCatStorer.java b/hcatalog/hcatalog-pig-adapter/src/test/java/org/apache/hive/hcatalog/pig/TestAvroHCatStorer.java index aa5e51aa3505..a4d671a4e30a 100644 --- a/hcatalog/hcatalog-pig-adapter/src/test/java/org/apache/hive/hcatalog/pig/TestAvroHCatStorer.java +++ b/hcatalog/hcatalog-pig-adapter/src/test/java/org/apache/hive/hcatalog/pig/TestAvroHCatStorer.java @@ -9,12 +9,11 @@ * * 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. + * 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. */ package org.apache.hive.hcatalog.pig; diff --git a/hcatalog/hcatalog-pig-adapter/src/test/java/org/apache/hive/hcatalog/pig/TestE2EScenarios.java b/hcatalog/hcatalog-pig-adapter/src/test/java/org/apache/hive/hcatalog/pig/TestE2EScenarios.java index ca0cb3add708..e89546d9059d 100644 --- a/hcatalog/hcatalog-pig-adapter/src/test/java/org/apache/hive/hcatalog/pig/TestE2EScenarios.java +++ b/hcatalog/hcatalog-pig-adapter/src/test/java/org/apache/hive/hcatalog/pig/TestE2EScenarios.java @@ -9,12 +9,11 @@ * * 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. + * 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. */ package org.apache.hive.hcatalog.pig; diff --git a/hcatalog/hcatalog-pig-adapter/src/test/java/org/apache/hive/hcatalog/pig/TestHCatLoaderComplexSchema.java b/hcatalog/hcatalog-pig-adapter/src/test/java/org/apache/hive/hcatalog/pig/TestHCatLoaderComplexSchema.java index d9bd7c7e74f0..f323708ce727 100644 --- a/hcatalog/hcatalog-pig-adapter/src/test/java/org/apache/hive/hcatalog/pig/TestHCatLoaderComplexSchema.java +++ b/hcatalog/hcatalog-pig-adapter/src/test/java/org/apache/hive/hcatalog/pig/TestHCatLoaderComplexSchema.java @@ -9,12 +9,11 @@ * * 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. + * 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. */ package org.apache.hive.hcatalog.pig; diff --git a/hcatalog/hcatalog-pig-adapter/src/test/java/org/apache/hive/hcatalog/pig/TestHCatLoaderEncryption.java b/hcatalog/hcatalog-pig-adapter/src/test/java/org/apache/hive/hcatalog/pig/TestHCatLoaderEncryption.java index 6fbe515c35e2..52e1a0a5b0f9 100644 --- a/hcatalog/hcatalog-pig-adapter/src/test/java/org/apache/hive/hcatalog/pig/TestHCatLoaderEncryption.java +++ b/hcatalog/hcatalog-pig-adapter/src/test/java/org/apache/hive/hcatalog/pig/TestHCatLoaderEncryption.java @@ -9,12 +9,11 @@ * * 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. + * 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. */ package org.apache.hive.hcatalog.pig; diff --git a/hcatalog/hcatalog-pig-adapter/src/test/java/org/apache/hive/hcatalog/pig/TestHCatLoaderStorer.java b/hcatalog/hcatalog-pig-adapter/src/test/java/org/apache/hive/hcatalog/pig/TestHCatLoaderStorer.java index 8d383eb0288c..2dbac921be88 100644 --- a/hcatalog/hcatalog-pig-adapter/src/test/java/org/apache/hive/hcatalog/pig/TestHCatLoaderStorer.java +++ b/hcatalog/hcatalog-pig-adapter/src/test/java/org/apache/hive/hcatalog/pig/TestHCatLoaderStorer.java @@ -9,12 +9,11 @@ * * 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. + * 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. */ package org.apache.hive.hcatalog.pig; diff --git a/hcatalog/hcatalog-pig-adapter/src/test/java/org/apache/hive/hcatalog/pig/TestHCatStorer.java b/hcatalog/hcatalog-pig-adapter/src/test/java/org/apache/hive/hcatalog/pig/TestHCatStorer.java index 090d3998f714..6c344c96c8c2 100644 --- a/hcatalog/hcatalog-pig-adapter/src/test/java/org/apache/hive/hcatalog/pig/TestHCatStorer.java +++ b/hcatalog/hcatalog-pig-adapter/src/test/java/org/apache/hive/hcatalog/pig/TestHCatStorer.java @@ -9,12 +9,11 @@ * * 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. + * 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. */ package org.apache.hive.hcatalog.pig; diff --git a/hcatalog/hcatalog-pig-adapter/src/test/java/org/apache/hive/hcatalog/pig/TestHCatStorerMulti.java b/hcatalog/hcatalog-pig-adapter/src/test/java/org/apache/hive/hcatalog/pig/TestHCatStorerMulti.java index ef22b6d14593..5eb3e6e43175 100644 --- a/hcatalog/hcatalog-pig-adapter/src/test/java/org/apache/hive/hcatalog/pig/TestHCatStorerMulti.java +++ b/hcatalog/hcatalog-pig-adapter/src/test/java/org/apache/hive/hcatalog/pig/TestHCatStorerMulti.java @@ -9,12 +9,11 @@ * * 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. + * 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. */ package org.apache.hive.hcatalog.pig; diff --git a/hcatalog/hcatalog-pig-adapter/src/test/java/org/apache/hive/hcatalog/pig/TestHCatStorerWrapper.java b/hcatalog/hcatalog-pig-adapter/src/test/java/org/apache/hive/hcatalog/pig/TestHCatStorerWrapper.java index 734c97182a94..0d3601946852 100644 --- a/hcatalog/hcatalog-pig-adapter/src/test/java/org/apache/hive/hcatalog/pig/TestHCatStorerWrapper.java +++ b/hcatalog/hcatalog-pig-adapter/src/test/java/org/apache/hive/hcatalog/pig/TestHCatStorerWrapper.java @@ -9,12 +9,11 @@ * * 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. + * 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. */ package org.apache.hive.hcatalog.pig; diff --git a/hcatalog/hcatalog-pig-adapter/src/test/java/org/apache/hive/hcatalog/pig/TestOrcHCatLoader.java b/hcatalog/hcatalog-pig-adapter/src/test/java/org/apache/hive/hcatalog/pig/TestOrcHCatLoader.java index cbe0856983d0..2f44e494a6eb 100644 --- a/hcatalog/hcatalog-pig-adapter/src/test/java/org/apache/hive/hcatalog/pig/TestOrcHCatLoader.java +++ b/hcatalog/hcatalog-pig-adapter/src/test/java/org/apache/hive/hcatalog/pig/TestOrcHCatLoader.java @@ -9,12 +9,11 @@ * * 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. + * 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. */ package org.apache.hive.hcatalog.pig; diff --git a/hcatalog/hcatalog-pig-adapter/src/test/java/org/apache/hive/hcatalog/pig/TestOrcHCatStorer.java b/hcatalog/hcatalog-pig-adapter/src/test/java/org/apache/hive/hcatalog/pig/TestOrcHCatStorer.java index 5f54d08f002b..04f8ae9e1454 100644 --- a/hcatalog/hcatalog-pig-adapter/src/test/java/org/apache/hive/hcatalog/pig/TestOrcHCatStorer.java +++ b/hcatalog/hcatalog-pig-adapter/src/test/java/org/apache/hive/hcatalog/pig/TestOrcHCatStorer.java @@ -9,12 +9,11 @@ * * 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. + * 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. */ package org.apache.hive.hcatalog.pig; diff --git a/hcatalog/hcatalog-pig-adapter/src/test/java/org/apache/hive/hcatalog/pig/TestParquetHCatLoader.java b/hcatalog/hcatalog-pig-adapter/src/test/java/org/apache/hive/hcatalog/pig/TestParquetHCatLoader.java index 9b515241634f..01a2668c2396 100644 --- a/hcatalog/hcatalog-pig-adapter/src/test/java/org/apache/hive/hcatalog/pig/TestParquetHCatLoader.java +++ b/hcatalog/hcatalog-pig-adapter/src/test/java/org/apache/hive/hcatalog/pig/TestParquetHCatLoader.java @@ -9,12 +9,11 @@ * * 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. + * 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. */ package org.apache.hive.hcatalog.pig; diff --git a/hcatalog/hcatalog-pig-adapter/src/test/java/org/apache/hive/hcatalog/pig/TestParquetHCatStorer.java b/hcatalog/hcatalog-pig-adapter/src/test/java/org/apache/hive/hcatalog/pig/TestParquetHCatStorer.java index d4c59d23aa83..46fc065a8b07 100644 --- a/hcatalog/hcatalog-pig-adapter/src/test/java/org/apache/hive/hcatalog/pig/TestParquetHCatStorer.java +++ b/hcatalog/hcatalog-pig-adapter/src/test/java/org/apache/hive/hcatalog/pig/TestParquetHCatStorer.java @@ -9,12 +9,11 @@ * * 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. + * 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. */ package org.apache.hive.hcatalog.pig; diff --git a/hcatalog/hcatalog-pig-adapter/src/test/java/org/apache/hive/hcatalog/pig/TestPigHCatUtil.java b/hcatalog/hcatalog-pig-adapter/src/test/java/org/apache/hive/hcatalog/pig/TestPigHCatUtil.java index 487d5c986d54..55d49fe30062 100644 --- a/hcatalog/hcatalog-pig-adapter/src/test/java/org/apache/hive/hcatalog/pig/TestPigHCatUtil.java +++ b/hcatalog/hcatalog-pig-adapter/src/test/java/org/apache/hive/hcatalog/pig/TestPigHCatUtil.java @@ -9,12 +9,11 @@ * * 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. + * 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. */ package org.apache.hive.hcatalog.pig; diff --git a/hcatalog/hcatalog-pig-adapter/src/test/java/org/apache/hive/hcatalog/pig/TestRCFileHCatLoader.java b/hcatalog/hcatalog-pig-adapter/src/test/java/org/apache/hive/hcatalog/pig/TestRCFileHCatLoader.java index 30e92ba44722..b2ccd98e1ca8 100644 --- a/hcatalog/hcatalog-pig-adapter/src/test/java/org/apache/hive/hcatalog/pig/TestRCFileHCatLoader.java +++ b/hcatalog/hcatalog-pig-adapter/src/test/java/org/apache/hive/hcatalog/pig/TestRCFileHCatLoader.java @@ -9,12 +9,11 @@ * * 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. + * 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. */ package org.apache.hive.hcatalog.pig; diff --git a/hcatalog/hcatalog-pig-adapter/src/test/java/org/apache/hive/hcatalog/pig/TestRCFileHCatStorer.java b/hcatalog/hcatalog-pig-adapter/src/test/java/org/apache/hive/hcatalog/pig/TestRCFileHCatStorer.java index 0b3538fe5d5e..b0628e231f30 100644 --- a/hcatalog/hcatalog-pig-adapter/src/test/java/org/apache/hive/hcatalog/pig/TestRCFileHCatStorer.java +++ b/hcatalog/hcatalog-pig-adapter/src/test/java/org/apache/hive/hcatalog/pig/TestRCFileHCatStorer.java @@ -9,12 +9,11 @@ * * 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. + * 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. */ package org.apache.hive.hcatalog.pig; diff --git a/hcatalog/hcatalog-pig-adapter/src/test/java/org/apache/hive/hcatalog/pig/TestSequenceFileHCatLoader.java b/hcatalog/hcatalog-pig-adapter/src/test/java/org/apache/hive/hcatalog/pig/TestSequenceFileHCatLoader.java index 8345ea9cd37e..5e6c621a2aa1 100644 --- a/hcatalog/hcatalog-pig-adapter/src/test/java/org/apache/hive/hcatalog/pig/TestSequenceFileHCatLoader.java +++ b/hcatalog/hcatalog-pig-adapter/src/test/java/org/apache/hive/hcatalog/pig/TestSequenceFileHCatLoader.java @@ -9,12 +9,11 @@ * * 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. + * 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. */ package org.apache.hive.hcatalog.pig; diff --git a/hcatalog/hcatalog-pig-adapter/src/test/java/org/apache/hive/hcatalog/pig/TestSequenceFileHCatStorer.java b/hcatalog/hcatalog-pig-adapter/src/test/java/org/apache/hive/hcatalog/pig/TestSequenceFileHCatStorer.java index 9167c52f83ba..093917159422 100644 --- a/hcatalog/hcatalog-pig-adapter/src/test/java/org/apache/hive/hcatalog/pig/TestSequenceFileHCatStorer.java +++ b/hcatalog/hcatalog-pig-adapter/src/test/java/org/apache/hive/hcatalog/pig/TestSequenceFileHCatStorer.java @@ -9,12 +9,11 @@ * * 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. + * 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. */ package org.apache.hive.hcatalog.pig; diff --git a/hcatalog/hcatalog-pig-adapter/src/test/java/org/apache/hive/hcatalog/pig/TestTextFileHCatLoader.java b/hcatalog/hcatalog-pig-adapter/src/test/java/org/apache/hive/hcatalog/pig/TestTextFileHCatLoader.java index 86881bf3ad6b..4d012087deb1 100644 --- a/hcatalog/hcatalog-pig-adapter/src/test/java/org/apache/hive/hcatalog/pig/TestTextFileHCatLoader.java +++ b/hcatalog/hcatalog-pig-adapter/src/test/java/org/apache/hive/hcatalog/pig/TestTextFileHCatLoader.java @@ -9,12 +9,11 @@ * * 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. + * 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. */ package org.apache.hive.hcatalog.pig; diff --git a/hcatalog/hcatalog-pig-adapter/src/test/java/org/apache/hive/hcatalog/pig/TestTextFileHCatStorer.java b/hcatalog/hcatalog-pig-adapter/src/test/java/org/apache/hive/hcatalog/pig/TestTextFileHCatStorer.java index 6ce972f2cd11..b933538c2379 100644 --- a/hcatalog/hcatalog-pig-adapter/src/test/java/org/apache/hive/hcatalog/pig/TestTextFileHCatStorer.java +++ b/hcatalog/hcatalog-pig-adapter/src/test/java/org/apache/hive/hcatalog/pig/TestTextFileHCatStorer.java @@ -9,12 +9,11 @@ * * 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. + * 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. */ package org.apache.hive.hcatalog.pig; diff --git a/hcatalog/hcatalog-pig-adapter/src/test/java/org/apache/hive/hcatalog/pig/TestUtil.java b/hcatalog/hcatalog-pig-adapter/src/test/java/org/apache/hive/hcatalog/pig/TestUtil.java index ca18dba9e609..080f630e5fc9 100644 --- a/hcatalog/hcatalog-pig-adapter/src/test/java/org/apache/hive/hcatalog/pig/TestUtil.java +++ b/hcatalog/hcatalog-pig-adapter/src/test/java/org/apache/hive/hcatalog/pig/TestUtil.java @@ -9,12 +9,11 @@ * * 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. + * 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. */ package org.apache.hive.hcatalog.pig; diff --git a/hcatalog/server-extensions/src/main/java/org/apache/hive/hcatalog/listener/NotificationListener.java b/hcatalog/server-extensions/src/main/java/org/apache/hive/hcatalog/listener/NotificationListener.java index 4c1b0e1819e4..7676d10b5361 100644 --- a/hcatalog/server-extensions/src/main/java/org/apache/hive/hcatalog/listener/NotificationListener.java +++ b/hcatalog/server-extensions/src/main/java/org/apache/hive/hcatalog/listener/NotificationListener.java @@ -9,12 +9,11 @@ * * 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. + * 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. */ package org.apache.hive.hcatalog.listener; diff --git a/hcatalog/server-extensions/src/main/java/org/apache/hive/hcatalog/messaging/AddPartitionMessage.java b/hcatalog/server-extensions/src/main/java/org/apache/hive/hcatalog/messaging/AddPartitionMessage.java index e16ffa52694e..c3d109632d1d 100644 --- a/hcatalog/server-extensions/src/main/java/org/apache/hive/hcatalog/messaging/AddPartitionMessage.java +++ b/hcatalog/server-extensions/src/main/java/org/apache/hive/hcatalog/messaging/AddPartitionMessage.java @@ -9,12 +9,11 @@ * * 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. + * 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. */ package org.apache.hive.hcatalog.messaging; diff --git a/hcatalog/server-extensions/src/main/java/org/apache/hive/hcatalog/messaging/AlterPartitionMessage.java b/hcatalog/server-extensions/src/main/java/org/apache/hive/hcatalog/messaging/AlterPartitionMessage.java index fc8f6b7560c3..a1afe72f2ef7 100644 --- a/hcatalog/server-extensions/src/main/java/org/apache/hive/hcatalog/messaging/AlterPartitionMessage.java +++ b/hcatalog/server-extensions/src/main/java/org/apache/hive/hcatalog/messaging/AlterPartitionMessage.java @@ -9,12 +9,11 @@ * * 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. + * 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. */ package org.apache.hive.hcatalog.messaging; diff --git a/hcatalog/server-extensions/src/main/java/org/apache/hive/hcatalog/messaging/AlterTableMessage.java b/hcatalog/server-extensions/src/main/java/org/apache/hive/hcatalog/messaging/AlterTableMessage.java index 416dd10bb2ae..a0c0fab41991 100644 --- a/hcatalog/server-extensions/src/main/java/org/apache/hive/hcatalog/messaging/AlterTableMessage.java +++ b/hcatalog/server-extensions/src/main/java/org/apache/hive/hcatalog/messaging/AlterTableMessage.java @@ -9,12 +9,11 @@ * * 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. + * 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. */ package org.apache.hive.hcatalog.messaging; diff --git a/hcatalog/server-extensions/src/main/java/org/apache/hive/hcatalog/messaging/CreateDatabaseMessage.java b/hcatalog/server-extensions/src/main/java/org/apache/hive/hcatalog/messaging/CreateDatabaseMessage.java index 0a65e66e7f8b..1d8a1e4c980e 100644 --- a/hcatalog/server-extensions/src/main/java/org/apache/hive/hcatalog/messaging/CreateDatabaseMessage.java +++ b/hcatalog/server-extensions/src/main/java/org/apache/hive/hcatalog/messaging/CreateDatabaseMessage.java @@ -9,12 +9,11 @@ * * 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. + * 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. */ package org.apache.hive.hcatalog.messaging; diff --git a/hcatalog/server-extensions/src/main/java/org/apache/hive/hcatalog/messaging/CreateFunctionMessage.java b/hcatalog/server-extensions/src/main/java/org/apache/hive/hcatalog/messaging/CreateFunctionMessage.java index e83694a7ac65..d3e233167ec3 100644 --- a/hcatalog/server-extensions/src/main/java/org/apache/hive/hcatalog/messaging/CreateFunctionMessage.java +++ b/hcatalog/server-extensions/src/main/java/org/apache/hive/hcatalog/messaging/CreateFunctionMessage.java @@ -9,12 +9,11 @@ * * 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. + * 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. */ package org.apache.hive.hcatalog.messaging; diff --git a/hcatalog/server-extensions/src/main/java/org/apache/hive/hcatalog/messaging/CreateTableMessage.java b/hcatalog/server-extensions/src/main/java/org/apache/hive/hcatalog/messaging/CreateTableMessage.java index c7ca09cc2480..ce8b3781a216 100644 --- a/hcatalog/server-extensions/src/main/java/org/apache/hive/hcatalog/messaging/CreateTableMessage.java +++ b/hcatalog/server-extensions/src/main/java/org/apache/hive/hcatalog/messaging/CreateTableMessage.java @@ -9,12 +9,11 @@ * * 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. + * 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. */ package org.apache.hive.hcatalog.messaging; diff --git a/hcatalog/server-extensions/src/main/java/org/apache/hive/hcatalog/messaging/DropDatabaseMessage.java b/hcatalog/server-extensions/src/main/java/org/apache/hive/hcatalog/messaging/DropDatabaseMessage.java index 874eea2df00a..d1d949a0e6c7 100644 --- a/hcatalog/server-extensions/src/main/java/org/apache/hive/hcatalog/messaging/DropDatabaseMessage.java +++ b/hcatalog/server-extensions/src/main/java/org/apache/hive/hcatalog/messaging/DropDatabaseMessage.java @@ -9,12 +9,11 @@ * * 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. + * 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. */ package org.apache.hive.hcatalog.messaging; diff --git a/hcatalog/server-extensions/src/main/java/org/apache/hive/hcatalog/messaging/DropFunctionMessage.java b/hcatalog/server-extensions/src/main/java/org/apache/hive/hcatalog/messaging/DropFunctionMessage.java index 0a3adc5daebc..292bc9264652 100644 --- a/hcatalog/server-extensions/src/main/java/org/apache/hive/hcatalog/messaging/DropFunctionMessage.java +++ b/hcatalog/server-extensions/src/main/java/org/apache/hive/hcatalog/messaging/DropFunctionMessage.java @@ -9,12 +9,11 @@ * * 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. + * 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. */ package org.apache.hive.hcatalog.messaging; diff --git a/hcatalog/server-extensions/src/main/java/org/apache/hive/hcatalog/messaging/DropPartitionMessage.java b/hcatalog/server-extensions/src/main/java/org/apache/hive/hcatalog/messaging/DropPartitionMessage.java index 073a4510f926..d85cc9816f7c 100644 --- a/hcatalog/server-extensions/src/main/java/org/apache/hive/hcatalog/messaging/DropPartitionMessage.java +++ b/hcatalog/server-extensions/src/main/java/org/apache/hive/hcatalog/messaging/DropPartitionMessage.java @@ -9,12 +9,11 @@ * * 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. + * 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. */ package org.apache.hive.hcatalog.messaging; diff --git a/hcatalog/server-extensions/src/main/java/org/apache/hive/hcatalog/messaging/DropTableMessage.java b/hcatalog/server-extensions/src/main/java/org/apache/hive/hcatalog/messaging/DropTableMessage.java index 51defc2ba9b6..560c368be1ba 100644 --- a/hcatalog/server-extensions/src/main/java/org/apache/hive/hcatalog/messaging/DropTableMessage.java +++ b/hcatalog/server-extensions/src/main/java/org/apache/hive/hcatalog/messaging/DropTableMessage.java @@ -9,12 +9,11 @@ * * 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. + * 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. */ package org.apache.hive.hcatalog.messaging; diff --git a/hcatalog/server-extensions/src/main/java/org/apache/hive/hcatalog/messaging/HCatEventMessage.java b/hcatalog/server-extensions/src/main/java/org/apache/hive/hcatalog/messaging/HCatEventMessage.java index 8bfdf3d358ba..74b64558c8cb 100644 --- a/hcatalog/server-extensions/src/main/java/org/apache/hive/hcatalog/messaging/HCatEventMessage.java +++ b/hcatalog/server-extensions/src/main/java/org/apache/hive/hcatalog/messaging/HCatEventMessage.java @@ -9,12 +9,11 @@ * * 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. + * 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. */ package org.apache.hive.hcatalog.messaging; diff --git a/hcatalog/server-extensions/src/main/java/org/apache/hive/hcatalog/messaging/InsertMessage.java b/hcatalog/server-extensions/src/main/java/org/apache/hive/hcatalog/messaging/InsertMessage.java index 1754df850150..40f55087cc1f 100644 --- a/hcatalog/server-extensions/src/main/java/org/apache/hive/hcatalog/messaging/InsertMessage.java +++ b/hcatalog/server-extensions/src/main/java/org/apache/hive/hcatalog/messaging/InsertMessage.java @@ -9,12 +9,11 @@ * * 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. + * 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. */ package org.apache.hive.hcatalog.messaging; diff --git a/hcatalog/server-extensions/src/main/java/org/apache/hive/hcatalog/messaging/MessageDeserializer.java b/hcatalog/server-extensions/src/main/java/org/apache/hive/hcatalog/messaging/MessageDeserializer.java index 857b89ffc414..a7e0d1931416 100644 --- a/hcatalog/server-extensions/src/main/java/org/apache/hive/hcatalog/messaging/MessageDeserializer.java +++ b/hcatalog/server-extensions/src/main/java/org/apache/hive/hcatalog/messaging/MessageDeserializer.java @@ -9,12 +9,11 @@ * * 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. + * 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. */ package org.apache.hive.hcatalog.messaging; diff --git a/hcatalog/server-extensions/src/main/java/org/apache/hive/hcatalog/messaging/MessageFactory.java b/hcatalog/server-extensions/src/main/java/org/apache/hive/hcatalog/messaging/MessageFactory.java index c53e5afa094d..77d839735709 100644 --- a/hcatalog/server-extensions/src/main/java/org/apache/hive/hcatalog/messaging/MessageFactory.java +++ b/hcatalog/server-extensions/src/main/java/org/apache/hive/hcatalog/messaging/MessageFactory.java @@ -9,12 +9,11 @@ * * 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. + * 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. */ package org.apache.hive.hcatalog.messaging; diff --git a/hcatalog/server-extensions/src/main/java/org/apache/hive/hcatalog/messaging/jms/MessagingUtils.java b/hcatalog/server-extensions/src/main/java/org/apache/hive/hcatalog/messaging/jms/MessagingUtils.java index 8c8a8ce934fa..f7bc24b235ca 100644 --- a/hcatalog/server-extensions/src/main/java/org/apache/hive/hcatalog/messaging/jms/MessagingUtils.java +++ b/hcatalog/server-extensions/src/main/java/org/apache/hive/hcatalog/messaging/jms/MessagingUtils.java @@ -9,12 +9,11 @@ * * 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. + * 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. */ package org.apache.hive.hcatalog.messaging.jms; diff --git a/hcatalog/server-extensions/src/main/java/org/apache/hive/hcatalog/messaging/json/JSONAddPartitionMessage.java b/hcatalog/server-extensions/src/main/java/org/apache/hive/hcatalog/messaging/json/JSONAddPartitionMessage.java index 1483e3b5b115..bc50b3b1e875 100644 --- a/hcatalog/server-extensions/src/main/java/org/apache/hive/hcatalog/messaging/json/JSONAddPartitionMessage.java +++ b/hcatalog/server-extensions/src/main/java/org/apache/hive/hcatalog/messaging/json/JSONAddPartitionMessage.java @@ -9,12 +9,11 @@ * * 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. + * 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. */ package org.apache.hive.hcatalog.messaging.json; diff --git a/hcatalog/server-extensions/src/main/java/org/apache/hive/hcatalog/messaging/json/JSONAlterPartitionMessage.java b/hcatalog/server-extensions/src/main/java/org/apache/hive/hcatalog/messaging/json/JSONAlterPartitionMessage.java index 7fcf25f4e141..ecfceacfe975 100644 --- a/hcatalog/server-extensions/src/main/java/org/apache/hive/hcatalog/messaging/json/JSONAlterPartitionMessage.java +++ b/hcatalog/server-extensions/src/main/java/org/apache/hive/hcatalog/messaging/json/JSONAlterPartitionMessage.java @@ -9,12 +9,11 @@ * * 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. + * 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. */ package org.apache.hive.hcatalog.messaging.json; diff --git a/hcatalog/server-extensions/src/main/java/org/apache/hive/hcatalog/messaging/json/JSONAlterTableMessage.java b/hcatalog/server-extensions/src/main/java/org/apache/hive/hcatalog/messaging/json/JSONAlterTableMessage.java index ae8a8a4f265d..4b962a3584a8 100644 --- a/hcatalog/server-extensions/src/main/java/org/apache/hive/hcatalog/messaging/json/JSONAlterTableMessage.java +++ b/hcatalog/server-extensions/src/main/java/org/apache/hive/hcatalog/messaging/json/JSONAlterTableMessage.java @@ -9,12 +9,11 @@ * * 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. + * 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. */ package org.apache.hive.hcatalog.messaging.json; diff --git a/hcatalog/server-extensions/src/main/java/org/apache/hive/hcatalog/messaging/json/JSONCreateDatabaseMessage.java b/hcatalog/server-extensions/src/main/java/org/apache/hive/hcatalog/messaging/json/JSONCreateDatabaseMessage.java index 2426fcc91cff..2c01b6aa0d9f 100644 --- a/hcatalog/server-extensions/src/main/java/org/apache/hive/hcatalog/messaging/json/JSONCreateDatabaseMessage.java +++ b/hcatalog/server-extensions/src/main/java/org/apache/hive/hcatalog/messaging/json/JSONCreateDatabaseMessage.java @@ -9,12 +9,11 @@ * * 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. + * 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. */ package org.apache.hive.hcatalog.messaging.json; diff --git a/hcatalog/server-extensions/src/main/java/org/apache/hive/hcatalog/messaging/json/JSONCreateFunctionMessage.java b/hcatalog/server-extensions/src/main/java/org/apache/hive/hcatalog/messaging/json/JSONCreateFunctionMessage.java index ea6e8ccdf9ad..64ac038be9ab 100644 --- a/hcatalog/server-extensions/src/main/java/org/apache/hive/hcatalog/messaging/json/JSONCreateFunctionMessage.java +++ b/hcatalog/server-extensions/src/main/java/org/apache/hive/hcatalog/messaging/json/JSONCreateFunctionMessage.java @@ -9,12 +9,11 @@ * * 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. + * 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. */ package org.apache.hive.hcatalog.messaging.json; diff --git a/hcatalog/server-extensions/src/main/java/org/apache/hive/hcatalog/messaging/json/JSONCreateTableMessage.java b/hcatalog/server-extensions/src/main/java/org/apache/hive/hcatalog/messaging/json/JSONCreateTableMessage.java index 7eae8524138e..0666550e355d 100644 --- a/hcatalog/server-extensions/src/main/java/org/apache/hive/hcatalog/messaging/json/JSONCreateTableMessage.java +++ b/hcatalog/server-extensions/src/main/java/org/apache/hive/hcatalog/messaging/json/JSONCreateTableMessage.java @@ -9,12 +9,11 @@ * * 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. + * 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. */ package org.apache.hive.hcatalog.messaging.json; diff --git a/hcatalog/server-extensions/src/main/java/org/apache/hive/hcatalog/messaging/json/JSONDropDatabaseMessage.java b/hcatalog/server-extensions/src/main/java/org/apache/hive/hcatalog/messaging/json/JSONDropDatabaseMessage.java index 8d23a4850d8f..b95a79c94ed1 100644 --- a/hcatalog/server-extensions/src/main/java/org/apache/hive/hcatalog/messaging/json/JSONDropDatabaseMessage.java +++ b/hcatalog/server-extensions/src/main/java/org/apache/hive/hcatalog/messaging/json/JSONDropDatabaseMessage.java @@ -9,12 +9,11 @@ * * 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. + * 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. */ package org.apache.hive.hcatalog.messaging.json; diff --git a/hcatalog/server-extensions/src/main/java/org/apache/hive/hcatalog/messaging/json/JSONDropFunctionMessage.java b/hcatalog/server-extensions/src/main/java/org/apache/hive/hcatalog/messaging/json/JSONDropFunctionMessage.java index 36cda71ad752..c6db0c7fe9c0 100644 --- a/hcatalog/server-extensions/src/main/java/org/apache/hive/hcatalog/messaging/json/JSONDropFunctionMessage.java +++ b/hcatalog/server-extensions/src/main/java/org/apache/hive/hcatalog/messaging/json/JSONDropFunctionMessage.java @@ -9,12 +9,11 @@ * * 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. + * 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. */ package org.apache.hive.hcatalog.messaging.json; diff --git a/hcatalog/server-extensions/src/main/java/org/apache/hive/hcatalog/messaging/json/JSONDropPartitionMessage.java b/hcatalog/server-extensions/src/main/java/org/apache/hive/hcatalog/messaging/json/JSONDropPartitionMessage.java index 222fae52fce0..3aadd50fa5d9 100644 --- a/hcatalog/server-extensions/src/main/java/org/apache/hive/hcatalog/messaging/json/JSONDropPartitionMessage.java +++ b/hcatalog/server-extensions/src/main/java/org/apache/hive/hcatalog/messaging/json/JSONDropPartitionMessage.java @@ -9,12 +9,11 @@ * * 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. + * 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. */ package org.apache.hive.hcatalog.messaging.json; diff --git a/hcatalog/server-extensions/src/main/java/org/apache/hive/hcatalog/messaging/json/JSONDropTableMessage.java b/hcatalog/server-extensions/src/main/java/org/apache/hive/hcatalog/messaging/json/JSONDropTableMessage.java index cef5382ad212..37e9b96a06b9 100644 --- a/hcatalog/server-extensions/src/main/java/org/apache/hive/hcatalog/messaging/json/JSONDropTableMessage.java +++ b/hcatalog/server-extensions/src/main/java/org/apache/hive/hcatalog/messaging/json/JSONDropTableMessage.java @@ -9,12 +9,11 @@ * * 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. + * 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. */ package org.apache.hive.hcatalog.messaging.json; diff --git a/hcatalog/server-extensions/src/main/java/org/apache/hive/hcatalog/messaging/json/JSONInsertMessage.java b/hcatalog/server-extensions/src/main/java/org/apache/hive/hcatalog/messaging/json/JSONInsertMessage.java index bdd7db897991..c35c712804ff 100644 --- a/hcatalog/server-extensions/src/main/java/org/apache/hive/hcatalog/messaging/json/JSONInsertMessage.java +++ b/hcatalog/server-extensions/src/main/java/org/apache/hive/hcatalog/messaging/json/JSONInsertMessage.java @@ -9,12 +9,11 @@ * * 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. + * 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. */ package org.apache.hive.hcatalog.messaging.json; diff --git a/hcatalog/server-extensions/src/main/java/org/apache/hive/hcatalog/messaging/json/JSONMessageDeserializer.java b/hcatalog/server-extensions/src/main/java/org/apache/hive/hcatalog/messaging/json/JSONMessageDeserializer.java index 55075562cb72..3d42d23cb2f6 100644 --- a/hcatalog/server-extensions/src/main/java/org/apache/hive/hcatalog/messaging/json/JSONMessageDeserializer.java +++ b/hcatalog/server-extensions/src/main/java/org/apache/hive/hcatalog/messaging/json/JSONMessageDeserializer.java @@ -9,12 +9,11 @@ * * 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. + * 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. */ package org.apache.hive.hcatalog.messaging.json; diff --git a/hcatalog/server-extensions/src/main/java/org/apache/hive/hcatalog/messaging/json/JSONMessageFactory.java b/hcatalog/server-extensions/src/main/java/org/apache/hive/hcatalog/messaging/json/JSONMessageFactory.java index 770dd1e5a69d..3fb723c385e1 100644 --- a/hcatalog/server-extensions/src/main/java/org/apache/hive/hcatalog/messaging/json/JSONMessageFactory.java +++ b/hcatalog/server-extensions/src/main/java/org/apache/hive/hcatalog/messaging/json/JSONMessageFactory.java @@ -9,12 +9,11 @@ * * 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. + * 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. */ package org.apache.hive.hcatalog.messaging.json; diff --git a/hcatalog/webhcat/java-client/src/main/java/org/apache/hive/hcatalog/api/ConnectionFailureException.java b/hcatalog/webhcat/java-client/src/main/java/org/apache/hive/hcatalog/api/ConnectionFailureException.java index be882f3ba169..d10fcb16b46c 100644 --- a/hcatalog/webhcat/java-client/src/main/java/org/apache/hive/hcatalog/api/ConnectionFailureException.java +++ b/hcatalog/webhcat/java-client/src/main/java/org/apache/hive/hcatalog/api/ConnectionFailureException.java @@ -9,12 +9,11 @@ * * 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. + * 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. */ package org.apache.hive.hcatalog.api; diff --git a/hcatalog/webhcat/java-client/src/main/java/org/apache/hive/hcatalog/api/HCatAddPartitionDesc.java b/hcatalog/webhcat/java-client/src/main/java/org/apache/hive/hcatalog/api/HCatAddPartitionDesc.java index a933758f02ae..ba4d46037aac 100644 --- a/hcatalog/webhcat/java-client/src/main/java/org/apache/hive/hcatalog/api/HCatAddPartitionDesc.java +++ b/hcatalog/webhcat/java-client/src/main/java/org/apache/hive/hcatalog/api/HCatAddPartitionDesc.java @@ -9,12 +9,11 @@ * * 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. + * 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. */ package org.apache.hive.hcatalog.api; diff --git a/hcatalog/webhcat/java-client/src/main/java/org/apache/hive/hcatalog/api/HCatClient.java b/hcatalog/webhcat/java-client/src/main/java/org/apache/hive/hcatalog/api/HCatClient.java index 943a5a8ce0f5..9fe731d8e775 100644 --- a/hcatalog/webhcat/java-client/src/main/java/org/apache/hive/hcatalog/api/HCatClient.java +++ b/hcatalog/webhcat/java-client/src/main/java/org/apache/hive/hcatalog/api/HCatClient.java @@ -9,12 +9,11 @@ * * 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. + * 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. */ package org.apache.hive.hcatalog.api; diff --git a/hcatalog/webhcat/java-client/src/main/java/org/apache/hive/hcatalog/api/HCatClientHMSImpl.java b/hcatalog/webhcat/java-client/src/main/java/org/apache/hive/hcatalog/api/HCatClientHMSImpl.java index 0844104a3ab4..668853f96804 100644 --- a/hcatalog/webhcat/java-client/src/main/java/org/apache/hive/hcatalog/api/HCatClientHMSImpl.java +++ b/hcatalog/webhcat/java-client/src/main/java/org/apache/hive/hcatalog/api/HCatClientHMSImpl.java @@ -9,12 +9,11 @@ * * 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. + * 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. */ package org.apache.hive.hcatalog.api; diff --git a/hcatalog/webhcat/java-client/src/main/java/org/apache/hive/hcatalog/api/HCatCreateDBDesc.java b/hcatalog/webhcat/java-client/src/main/java/org/apache/hive/hcatalog/api/HCatCreateDBDesc.java index f2373a4aac1d..47f7a3d226ed 100644 --- a/hcatalog/webhcat/java-client/src/main/java/org/apache/hive/hcatalog/api/HCatCreateDBDesc.java +++ b/hcatalog/webhcat/java-client/src/main/java/org/apache/hive/hcatalog/api/HCatCreateDBDesc.java @@ -9,12 +9,11 @@ * * 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. + * 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. */ package org.apache.hive.hcatalog.api; diff --git a/hcatalog/webhcat/java-client/src/main/java/org/apache/hive/hcatalog/api/HCatCreateTableDesc.java b/hcatalog/webhcat/java-client/src/main/java/org/apache/hive/hcatalog/api/HCatCreateTableDesc.java index 1fc8c908ba8a..fe1a439ab3db 100644 --- a/hcatalog/webhcat/java-client/src/main/java/org/apache/hive/hcatalog/api/HCatCreateTableDesc.java +++ b/hcatalog/webhcat/java-client/src/main/java/org/apache/hive/hcatalog/api/HCatCreateTableDesc.java @@ -9,12 +9,11 @@ * * 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. + * 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. */ package org.apache.hive.hcatalog.api; diff --git a/hcatalog/webhcat/java-client/src/main/java/org/apache/hive/hcatalog/api/HCatDatabase.java b/hcatalog/webhcat/java-client/src/main/java/org/apache/hive/hcatalog/api/HCatDatabase.java index a13572df4ef5..ae5f0cb88ab4 100644 --- a/hcatalog/webhcat/java-client/src/main/java/org/apache/hive/hcatalog/api/HCatDatabase.java +++ b/hcatalog/webhcat/java-client/src/main/java/org/apache/hive/hcatalog/api/HCatDatabase.java @@ -9,12 +9,11 @@ * * 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. + * 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. */ package org.apache.hive.hcatalog.api; diff --git a/hcatalog/webhcat/java-client/src/main/java/org/apache/hive/hcatalog/api/HCatNotificationEvent.java b/hcatalog/webhcat/java-client/src/main/java/org/apache/hive/hcatalog/api/HCatNotificationEvent.java index 3d57ce4ecd1f..32ca9a80300a 100644 --- a/hcatalog/webhcat/java-client/src/main/java/org/apache/hive/hcatalog/api/HCatNotificationEvent.java +++ b/hcatalog/webhcat/java-client/src/main/java/org/apache/hive/hcatalog/api/HCatNotificationEvent.java @@ -9,12 +9,11 @@ * * 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. + * 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. */ package org.apache.hive.hcatalog.api; diff --git a/hcatalog/webhcat/java-client/src/main/java/org/apache/hive/hcatalog/api/HCatPartition.java b/hcatalog/webhcat/java-client/src/main/java/org/apache/hive/hcatalog/api/HCatPartition.java index 796ebc59483b..8844e757b41a 100644 --- a/hcatalog/webhcat/java-client/src/main/java/org/apache/hive/hcatalog/api/HCatPartition.java +++ b/hcatalog/webhcat/java-client/src/main/java/org/apache/hive/hcatalog/api/HCatPartition.java @@ -9,12 +9,11 @@ * * 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. + * 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. */ package org.apache.hive.hcatalog.api; diff --git a/hcatalog/webhcat/java-client/src/main/java/org/apache/hive/hcatalog/api/HCatPartitionSpec.java b/hcatalog/webhcat/java-client/src/main/java/org/apache/hive/hcatalog/api/HCatPartitionSpec.java index a2047d8d97e2..a5d78e5d840c 100644 --- a/hcatalog/webhcat/java-client/src/main/java/org/apache/hive/hcatalog/api/HCatPartitionSpec.java +++ b/hcatalog/webhcat/java-client/src/main/java/org/apache/hive/hcatalog/api/HCatPartitionSpec.java @@ -9,12 +9,11 @@ * * 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. + * 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. */ package org.apache.hive.hcatalog.api; diff --git a/hcatalog/webhcat/java-client/src/main/java/org/apache/hive/hcatalog/api/HCatTable.java b/hcatalog/webhcat/java-client/src/main/java/org/apache/hive/hcatalog/api/HCatTable.java index ee60556a80ab..d212a2b72eec 100644 --- a/hcatalog/webhcat/java-client/src/main/java/org/apache/hive/hcatalog/api/HCatTable.java +++ b/hcatalog/webhcat/java-client/src/main/java/org/apache/hive/hcatalog/api/HCatTable.java @@ -9,12 +9,11 @@ * * 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. + * 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. */ package org.apache.hive.hcatalog.api; diff --git a/hcatalog/webhcat/java-client/src/main/java/org/apache/hive/hcatalog/api/MetadataJSONSerializer.java b/hcatalog/webhcat/java-client/src/main/java/org/apache/hive/hcatalog/api/MetadataJSONSerializer.java index 3bbfa61ea395..5aa2fa30ae9e 100644 --- a/hcatalog/webhcat/java-client/src/main/java/org/apache/hive/hcatalog/api/MetadataJSONSerializer.java +++ b/hcatalog/webhcat/java-client/src/main/java/org/apache/hive/hcatalog/api/MetadataJSONSerializer.java @@ -9,12 +9,11 @@ * * 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. + * 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. */ package org.apache.hive.hcatalog.api; diff --git a/hcatalog/webhcat/java-client/src/main/java/org/apache/hive/hcatalog/api/MetadataSerializer.java b/hcatalog/webhcat/java-client/src/main/java/org/apache/hive/hcatalog/api/MetadataSerializer.java index 6093afa67ef5..f9763e350d80 100644 --- a/hcatalog/webhcat/java-client/src/main/java/org/apache/hive/hcatalog/api/MetadataSerializer.java +++ b/hcatalog/webhcat/java-client/src/main/java/org/apache/hive/hcatalog/api/MetadataSerializer.java @@ -9,12 +9,11 @@ * * 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. + * 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. */ package org.apache.hive.hcatalog.api; diff --git a/hcatalog/webhcat/java-client/src/main/java/org/apache/hive/hcatalog/api/ObjectNotFoundException.java b/hcatalog/webhcat/java-client/src/main/java/org/apache/hive/hcatalog/api/ObjectNotFoundException.java index db19b435c1d3..43970d6b691e 100644 --- a/hcatalog/webhcat/java-client/src/main/java/org/apache/hive/hcatalog/api/ObjectNotFoundException.java +++ b/hcatalog/webhcat/java-client/src/main/java/org/apache/hive/hcatalog/api/ObjectNotFoundException.java @@ -9,12 +9,11 @@ * * 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. + * 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. */ package org.apache.hive.hcatalog.api; diff --git a/hcatalog/webhcat/java-client/src/main/java/org/apache/hive/hcatalog/api/repl/Command.java b/hcatalog/webhcat/java-client/src/main/java/org/apache/hive/hcatalog/api/repl/Command.java index 74b6031d51db..00ad2dc1cf82 100644 --- a/hcatalog/webhcat/java-client/src/main/java/org/apache/hive/hcatalog/api/repl/Command.java +++ b/hcatalog/webhcat/java-client/src/main/java/org/apache/hive/hcatalog/api/repl/Command.java @@ -9,12 +9,11 @@ * * 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. + * 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. */ package org.apache.hive.hcatalog.api.repl; diff --git a/hcatalog/webhcat/java-client/src/main/java/org/apache/hive/hcatalog/api/repl/ErroredReplicationTask.java b/hcatalog/webhcat/java-client/src/main/java/org/apache/hive/hcatalog/api/repl/ErroredReplicationTask.java index d00fa2e9fbde..9c6436992733 100644 --- a/hcatalog/webhcat/java-client/src/main/java/org/apache/hive/hcatalog/api/repl/ErroredReplicationTask.java +++ b/hcatalog/webhcat/java-client/src/main/java/org/apache/hive/hcatalog/api/repl/ErroredReplicationTask.java @@ -9,12 +9,11 @@ * * 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. + * 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. */ package org.apache.hive.hcatalog.api.repl; diff --git a/hcatalog/webhcat/java-client/src/main/java/org/apache/hive/hcatalog/api/repl/HCatReplicationTaskIterator.java b/hcatalog/webhcat/java-client/src/main/java/org/apache/hive/hcatalog/api/repl/HCatReplicationTaskIterator.java index 9e1e2b6636d1..7ffc2179795e 100644 --- a/hcatalog/webhcat/java-client/src/main/java/org/apache/hive/hcatalog/api/repl/HCatReplicationTaskIterator.java +++ b/hcatalog/webhcat/java-client/src/main/java/org/apache/hive/hcatalog/api/repl/HCatReplicationTaskIterator.java @@ -9,12 +9,11 @@ * * 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. + * 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. */ package org.apache.hive.hcatalog.api.repl; diff --git a/hcatalog/webhcat/java-client/src/main/java/org/apache/hive/hcatalog/api/repl/NoopReplicationTask.java b/hcatalog/webhcat/java-client/src/main/java/org/apache/hive/hcatalog/api/repl/NoopReplicationTask.java index 85e8b0a0e3b9..cb6f8789b663 100644 --- a/hcatalog/webhcat/java-client/src/main/java/org/apache/hive/hcatalog/api/repl/NoopReplicationTask.java +++ b/hcatalog/webhcat/java-client/src/main/java/org/apache/hive/hcatalog/api/repl/NoopReplicationTask.java @@ -9,12 +9,11 @@ * * 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. + * 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. */ package org.apache.hive.hcatalog.api.repl; diff --git a/hcatalog/webhcat/java-client/src/main/java/org/apache/hive/hcatalog/api/repl/ReplicationTask.java b/hcatalog/webhcat/java-client/src/main/java/org/apache/hive/hcatalog/api/repl/ReplicationTask.java index 70bfd0390a99..9ba23c9071d1 100644 --- a/hcatalog/webhcat/java-client/src/main/java/org/apache/hive/hcatalog/api/repl/ReplicationTask.java +++ b/hcatalog/webhcat/java-client/src/main/java/org/apache/hive/hcatalog/api/repl/ReplicationTask.java @@ -9,12 +9,11 @@ * * 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. + * 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. */ package org.apache.hive.hcatalog.api.repl; diff --git a/hcatalog/webhcat/java-client/src/main/java/org/apache/hive/hcatalog/api/repl/ReplicationUtils.java b/hcatalog/webhcat/java-client/src/main/java/org/apache/hive/hcatalog/api/repl/ReplicationUtils.java index 7514b1a85316..73226e941586 100644 --- a/hcatalog/webhcat/java-client/src/main/java/org/apache/hive/hcatalog/api/repl/ReplicationUtils.java +++ b/hcatalog/webhcat/java-client/src/main/java/org/apache/hive/hcatalog/api/repl/ReplicationUtils.java @@ -9,12 +9,11 @@ * * 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. + * 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. */ package org.apache.hive.hcatalog.api.repl; diff --git a/hcatalog/webhcat/java-client/src/main/java/org/apache/hive/hcatalog/api/repl/StagingDirectoryProvider.java b/hcatalog/webhcat/java-client/src/main/java/org/apache/hive/hcatalog/api/repl/StagingDirectoryProvider.java index f94d9ec4d47c..9ffca3bc0d05 100644 --- a/hcatalog/webhcat/java-client/src/main/java/org/apache/hive/hcatalog/api/repl/StagingDirectoryProvider.java +++ b/hcatalog/webhcat/java-client/src/main/java/org/apache/hive/hcatalog/api/repl/StagingDirectoryProvider.java @@ -9,12 +9,11 @@ * * 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. + * 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. */ package org.apache.hive.hcatalog.api.repl; diff --git a/hcatalog/webhcat/java-client/src/main/java/org/apache/hive/hcatalog/api/repl/commands/DropDatabaseCommand.java b/hcatalog/webhcat/java-client/src/main/java/org/apache/hive/hcatalog/api/repl/commands/DropDatabaseCommand.java index e56ba37acae7..755292c53e54 100644 --- a/hcatalog/webhcat/java-client/src/main/java/org/apache/hive/hcatalog/api/repl/commands/DropDatabaseCommand.java +++ b/hcatalog/webhcat/java-client/src/main/java/org/apache/hive/hcatalog/api/repl/commands/DropDatabaseCommand.java @@ -9,12 +9,11 @@ * * 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. + * 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. */ package org.apache.hive.hcatalog.api.repl.commands; diff --git a/hcatalog/webhcat/java-client/src/main/java/org/apache/hive/hcatalog/api/repl/commands/DropPartitionCommand.java b/hcatalog/webhcat/java-client/src/main/java/org/apache/hive/hcatalog/api/repl/commands/DropPartitionCommand.java index 675fa44328e5..b2b55dad2714 100644 --- a/hcatalog/webhcat/java-client/src/main/java/org/apache/hive/hcatalog/api/repl/commands/DropPartitionCommand.java +++ b/hcatalog/webhcat/java-client/src/main/java/org/apache/hive/hcatalog/api/repl/commands/DropPartitionCommand.java @@ -9,12 +9,11 @@ * * 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. + * 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. */ package org.apache.hive.hcatalog.api.repl.commands; diff --git a/hcatalog/webhcat/java-client/src/main/java/org/apache/hive/hcatalog/api/repl/commands/DropTableCommand.java b/hcatalog/webhcat/java-client/src/main/java/org/apache/hive/hcatalog/api/repl/commands/DropTableCommand.java index c482a47be03d..faf88191c79e 100644 --- a/hcatalog/webhcat/java-client/src/main/java/org/apache/hive/hcatalog/api/repl/commands/DropTableCommand.java +++ b/hcatalog/webhcat/java-client/src/main/java/org/apache/hive/hcatalog/api/repl/commands/DropTableCommand.java @@ -9,12 +9,11 @@ * * 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. + * 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. */ package org.apache.hive.hcatalog.api.repl.commands; diff --git a/hcatalog/webhcat/java-client/src/main/java/org/apache/hive/hcatalog/api/repl/commands/ExportCommand.java b/hcatalog/webhcat/java-client/src/main/java/org/apache/hive/hcatalog/api/repl/commands/ExportCommand.java index 270d9e2f06c0..a958c9d5365f 100644 --- a/hcatalog/webhcat/java-client/src/main/java/org/apache/hive/hcatalog/api/repl/commands/ExportCommand.java +++ b/hcatalog/webhcat/java-client/src/main/java/org/apache/hive/hcatalog/api/repl/commands/ExportCommand.java @@ -9,12 +9,11 @@ * * 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. + * 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. */ package org.apache.hive.hcatalog.api.repl.commands; diff --git a/hcatalog/webhcat/java-client/src/main/java/org/apache/hive/hcatalog/api/repl/commands/ImportCommand.java b/hcatalog/webhcat/java-client/src/main/java/org/apache/hive/hcatalog/api/repl/commands/ImportCommand.java index fc13be7cc991..b3db12dd316c 100644 --- a/hcatalog/webhcat/java-client/src/main/java/org/apache/hive/hcatalog/api/repl/commands/ImportCommand.java +++ b/hcatalog/webhcat/java-client/src/main/java/org/apache/hive/hcatalog/api/repl/commands/ImportCommand.java @@ -9,12 +9,11 @@ * * 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. + * 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. */ package org.apache.hive.hcatalog.api.repl.commands; diff --git a/hcatalog/webhcat/java-client/src/main/java/org/apache/hive/hcatalog/api/repl/commands/NoopCommand.java b/hcatalog/webhcat/java-client/src/main/java/org/apache/hive/hcatalog/api/repl/commands/NoopCommand.java index df3562a5fc9b..73998846f737 100644 --- a/hcatalog/webhcat/java-client/src/main/java/org/apache/hive/hcatalog/api/repl/commands/NoopCommand.java +++ b/hcatalog/webhcat/java-client/src/main/java/org/apache/hive/hcatalog/api/repl/commands/NoopCommand.java @@ -9,12 +9,11 @@ * * 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. + * 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. */ package org.apache.hive.hcatalog.api.repl.commands; diff --git a/hcatalog/webhcat/java-client/src/main/java/org/apache/hive/hcatalog/api/repl/exim/AddPartitionReplicationTask.java b/hcatalog/webhcat/java-client/src/main/java/org/apache/hive/hcatalog/api/repl/exim/AddPartitionReplicationTask.java index e9578945f9fe..9b90d774977e 100644 --- a/hcatalog/webhcat/java-client/src/main/java/org/apache/hive/hcatalog/api/repl/exim/AddPartitionReplicationTask.java +++ b/hcatalog/webhcat/java-client/src/main/java/org/apache/hive/hcatalog/api/repl/exim/AddPartitionReplicationTask.java @@ -9,12 +9,11 @@ * * 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. + * 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. */ package org.apache.hive.hcatalog.api.repl.exim; diff --git a/hcatalog/webhcat/java-client/src/main/java/org/apache/hive/hcatalog/api/repl/exim/AlterPartitionReplicationTask.java b/hcatalog/webhcat/java-client/src/main/java/org/apache/hive/hcatalog/api/repl/exim/AlterPartitionReplicationTask.java index 1bad1021c887..b2285978eeda 100644 --- a/hcatalog/webhcat/java-client/src/main/java/org/apache/hive/hcatalog/api/repl/exim/AlterPartitionReplicationTask.java +++ b/hcatalog/webhcat/java-client/src/main/java/org/apache/hive/hcatalog/api/repl/exim/AlterPartitionReplicationTask.java @@ -9,12 +9,11 @@ * * 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. + * 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. */ package org.apache.hive.hcatalog.api.repl.exim; diff --git a/hcatalog/webhcat/java-client/src/main/java/org/apache/hive/hcatalog/api/repl/exim/AlterTableReplicationTask.java b/hcatalog/webhcat/java-client/src/main/java/org/apache/hive/hcatalog/api/repl/exim/AlterTableReplicationTask.java index ec956f43842c..faef05ee4e7a 100644 --- a/hcatalog/webhcat/java-client/src/main/java/org/apache/hive/hcatalog/api/repl/exim/AlterTableReplicationTask.java +++ b/hcatalog/webhcat/java-client/src/main/java/org/apache/hive/hcatalog/api/repl/exim/AlterTableReplicationTask.java @@ -9,12 +9,11 @@ * * 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. + * 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. */ package org.apache.hive.hcatalog.api.repl.exim; diff --git a/hcatalog/webhcat/java-client/src/main/java/org/apache/hive/hcatalog/api/repl/exim/CreateDatabaseReplicationTask.java b/hcatalog/webhcat/java-client/src/main/java/org/apache/hive/hcatalog/api/repl/exim/CreateDatabaseReplicationTask.java index 0925308e68d9..c86b335bb81a 100644 --- a/hcatalog/webhcat/java-client/src/main/java/org/apache/hive/hcatalog/api/repl/exim/CreateDatabaseReplicationTask.java +++ b/hcatalog/webhcat/java-client/src/main/java/org/apache/hive/hcatalog/api/repl/exim/CreateDatabaseReplicationTask.java @@ -9,12 +9,11 @@ * * 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. + * 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. */ package org.apache.hive.hcatalog.api.repl.exim; diff --git a/hcatalog/webhcat/java-client/src/main/java/org/apache/hive/hcatalog/api/repl/exim/CreateTableReplicationTask.java b/hcatalog/webhcat/java-client/src/main/java/org/apache/hive/hcatalog/api/repl/exim/CreateTableReplicationTask.java index 79aef655c2e6..f3c83bdbb140 100644 --- a/hcatalog/webhcat/java-client/src/main/java/org/apache/hive/hcatalog/api/repl/exim/CreateTableReplicationTask.java +++ b/hcatalog/webhcat/java-client/src/main/java/org/apache/hive/hcatalog/api/repl/exim/CreateTableReplicationTask.java @@ -9,12 +9,11 @@ * * 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. + * 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. */ package org.apache.hive.hcatalog.api.repl.exim; diff --git a/hcatalog/webhcat/java-client/src/main/java/org/apache/hive/hcatalog/api/repl/exim/DropDatabaseReplicationTask.java b/hcatalog/webhcat/java-client/src/main/java/org/apache/hive/hcatalog/api/repl/exim/DropDatabaseReplicationTask.java index ace98b93d47e..9c83f4434a2a 100644 --- a/hcatalog/webhcat/java-client/src/main/java/org/apache/hive/hcatalog/api/repl/exim/DropDatabaseReplicationTask.java +++ b/hcatalog/webhcat/java-client/src/main/java/org/apache/hive/hcatalog/api/repl/exim/DropDatabaseReplicationTask.java @@ -9,12 +9,11 @@ * * 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. + * 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. */ package org.apache.hive.hcatalog.api.repl.exim; diff --git a/hcatalog/webhcat/java-client/src/main/java/org/apache/hive/hcatalog/api/repl/exim/DropPartitionReplicationTask.java b/hcatalog/webhcat/java-client/src/main/java/org/apache/hive/hcatalog/api/repl/exim/DropPartitionReplicationTask.java index 18e607eefc3c..978c13e4d5bf 100644 --- a/hcatalog/webhcat/java-client/src/main/java/org/apache/hive/hcatalog/api/repl/exim/DropPartitionReplicationTask.java +++ b/hcatalog/webhcat/java-client/src/main/java/org/apache/hive/hcatalog/api/repl/exim/DropPartitionReplicationTask.java @@ -9,12 +9,11 @@ * * 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. + * 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. */ package org.apache.hive.hcatalog.api.repl.exim; diff --git a/hcatalog/webhcat/java-client/src/main/java/org/apache/hive/hcatalog/api/repl/exim/DropTableReplicationTask.java b/hcatalog/webhcat/java-client/src/main/java/org/apache/hive/hcatalog/api/repl/exim/DropTableReplicationTask.java index a7d09a287f9a..edb83df3012f 100644 --- a/hcatalog/webhcat/java-client/src/main/java/org/apache/hive/hcatalog/api/repl/exim/DropTableReplicationTask.java +++ b/hcatalog/webhcat/java-client/src/main/java/org/apache/hive/hcatalog/api/repl/exim/DropTableReplicationTask.java @@ -9,12 +9,11 @@ * * 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. + * 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. */ package org.apache.hive.hcatalog.api.repl.exim; diff --git a/hcatalog/webhcat/java-client/src/main/java/org/apache/hive/hcatalog/api/repl/exim/EximReplicationTaskFactory.java b/hcatalog/webhcat/java-client/src/main/java/org/apache/hive/hcatalog/api/repl/exim/EximReplicationTaskFactory.java index 56670a38b62c..4ae607af3866 100644 --- a/hcatalog/webhcat/java-client/src/main/java/org/apache/hive/hcatalog/api/repl/exim/EximReplicationTaskFactory.java +++ b/hcatalog/webhcat/java-client/src/main/java/org/apache/hive/hcatalog/api/repl/exim/EximReplicationTaskFactory.java @@ -9,12 +9,11 @@ * * 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. + * 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. */ package org.apache.hive.hcatalog.api.repl.exim; diff --git a/hcatalog/webhcat/java-client/src/main/java/org/apache/hive/hcatalog/api/repl/exim/InsertReplicationTask.java b/hcatalog/webhcat/java-client/src/main/java/org/apache/hive/hcatalog/api/repl/exim/InsertReplicationTask.java index d00d499fd1e7..471c372e021b 100644 --- a/hcatalog/webhcat/java-client/src/main/java/org/apache/hive/hcatalog/api/repl/exim/InsertReplicationTask.java +++ b/hcatalog/webhcat/java-client/src/main/java/org/apache/hive/hcatalog/api/repl/exim/InsertReplicationTask.java @@ -9,12 +9,11 @@ * * 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. + * 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. */ package org.apache.hive.hcatalog.api.repl.exim; diff --git a/hcatalog/webhcat/java-client/src/test/java/org/apache/hive/hcatalog/api/TestHCatClient.java b/hcatalog/webhcat/java-client/src/test/java/org/apache/hive/hcatalog/api/TestHCatClient.java index 87cb09e3edcc..812a984d8b42 100644 --- a/hcatalog/webhcat/java-client/src/test/java/org/apache/hive/hcatalog/api/TestHCatClient.java +++ b/hcatalog/webhcat/java-client/src/test/java/org/apache/hive/hcatalog/api/TestHCatClient.java @@ -9,12 +9,11 @@ * * 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. + * 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. */ package org.apache.hive.hcatalog.api; diff --git a/hcatalog/webhcat/java-client/src/test/java/org/apache/hive/hcatalog/api/repl/CommandTestUtils.java b/hcatalog/webhcat/java-client/src/test/java/org/apache/hive/hcatalog/api/repl/CommandTestUtils.java index b63d7ddfc541..69d868f2a0d4 100644 --- a/hcatalog/webhcat/java-client/src/test/java/org/apache/hive/hcatalog/api/repl/CommandTestUtils.java +++ b/hcatalog/webhcat/java-client/src/test/java/org/apache/hive/hcatalog/api/repl/CommandTestUtils.java @@ -9,12 +9,11 @@ * * 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. + * 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. */ package org.apache.hive.hcatalog.api.repl; diff --git a/hcatalog/webhcat/java-client/src/test/java/org/apache/hive/hcatalog/api/repl/ReplicationV1CompatRule.java b/hcatalog/webhcat/java-client/src/test/java/org/apache/hive/hcatalog/api/repl/ReplicationV1CompatRule.java index 550a5e5c5705..d7a06f712070 100644 --- a/hcatalog/webhcat/java-client/src/test/java/org/apache/hive/hcatalog/api/repl/ReplicationV1CompatRule.java +++ b/hcatalog/webhcat/java-client/src/test/java/org/apache/hive/hcatalog/api/repl/ReplicationV1CompatRule.java @@ -9,12 +9,11 @@ * * 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. + * 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. */ package org.apache.hive.hcatalog.api.repl; diff --git a/hcatalog/webhcat/java-client/src/test/java/org/apache/hive/hcatalog/api/repl/TestReplicationTask.java b/hcatalog/webhcat/java-client/src/test/java/org/apache/hive/hcatalog/api/repl/TestReplicationTask.java index 09dc5d8ca79e..41a93ba66e48 100644 --- a/hcatalog/webhcat/java-client/src/test/java/org/apache/hive/hcatalog/api/repl/TestReplicationTask.java +++ b/hcatalog/webhcat/java-client/src/test/java/org/apache/hive/hcatalog/api/repl/TestReplicationTask.java @@ -9,12 +9,11 @@ * * 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. + * 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. */ package org.apache.hive.hcatalog.api.repl; diff --git a/hcatalog/webhcat/java-client/src/test/java/org/apache/hive/hcatalog/api/repl/commands/TestCommands.java b/hcatalog/webhcat/java-client/src/test/java/org/apache/hive/hcatalog/api/repl/commands/TestCommands.java index b792dc8bf99a..1af4f5ce3a40 100644 --- a/hcatalog/webhcat/java-client/src/test/java/org/apache/hive/hcatalog/api/repl/commands/TestCommands.java +++ b/hcatalog/webhcat/java-client/src/test/java/org/apache/hive/hcatalog/api/repl/commands/TestCommands.java @@ -9,12 +9,11 @@ * * 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. + * 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. */ package org.apache.hive.hcatalog.api.repl.commands; diff --git a/hcatalog/webhcat/java-client/src/test/java/org/apache/hive/hcatalog/api/repl/commands/TestNoopCommand.java b/hcatalog/webhcat/java-client/src/test/java/org/apache/hive/hcatalog/api/repl/commands/TestNoopCommand.java index e13cf145bc65..125ee74b3a88 100644 --- a/hcatalog/webhcat/java-client/src/test/java/org/apache/hive/hcatalog/api/repl/commands/TestNoopCommand.java +++ b/hcatalog/webhcat/java-client/src/test/java/org/apache/hive/hcatalog/api/repl/commands/TestNoopCommand.java @@ -9,12 +9,11 @@ * * 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. + * 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. */ package org.apache.hive.hcatalog.api.repl.commands; diff --git a/hcatalog/webhcat/java-client/src/test/java/org/apache/hive/hcatalog/api/repl/exim/TestEximReplicationTasks.java b/hcatalog/webhcat/java-client/src/test/java/org/apache/hive/hcatalog/api/repl/exim/TestEximReplicationTasks.java index 846ebc75e73f..5532703d3603 100644 --- a/hcatalog/webhcat/java-client/src/test/java/org/apache/hive/hcatalog/api/repl/exim/TestEximReplicationTasks.java +++ b/hcatalog/webhcat/java-client/src/test/java/org/apache/hive/hcatalog/api/repl/exim/TestEximReplicationTasks.java @@ -9,12 +9,11 @@ * * 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. + * 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. */ package org.apache.hive.hcatalog.api.repl.exim; diff --git a/hcatalog/webhcat/svr/src/main/java/org/apache/hive/hcatalog/templeton/AppConfig.java b/hcatalog/webhcat/svr/src/main/java/org/apache/hive/hcatalog/templeton/AppConfig.java index d13adf97cb90..14fb5b46a0a7 100644 --- a/hcatalog/webhcat/svr/src/main/java/org/apache/hive/hcatalog/templeton/AppConfig.java +++ b/hcatalog/webhcat/svr/src/main/java/org/apache/hive/hcatalog/templeton/AppConfig.java @@ -9,12 +9,11 @@ * * 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. + * 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. */ package org.apache.hive.hcatalog.templeton; diff --git a/hcatalog/webhcat/svr/src/main/java/org/apache/hive/hcatalog/templeton/BadParam.java b/hcatalog/webhcat/svr/src/main/java/org/apache/hive/hcatalog/templeton/BadParam.java index 6a806e403b14..417d44cd3a4d 100644 --- a/hcatalog/webhcat/svr/src/main/java/org/apache/hive/hcatalog/templeton/BadParam.java +++ b/hcatalog/webhcat/svr/src/main/java/org/apache/hive/hcatalog/templeton/BadParam.java @@ -9,12 +9,11 @@ * * 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. + * 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. */ package org.apache.hive.hcatalog.templeton; diff --git a/hcatalog/webhcat/svr/src/main/java/org/apache/hive/hcatalog/templeton/BusyException.java b/hcatalog/webhcat/svr/src/main/java/org/apache/hive/hcatalog/templeton/BusyException.java index f80b120ccda2..46747284c699 100644 --- a/hcatalog/webhcat/svr/src/main/java/org/apache/hive/hcatalog/templeton/BusyException.java +++ b/hcatalog/webhcat/svr/src/main/java/org/apache/hive/hcatalog/templeton/BusyException.java @@ -9,12 +9,11 @@ * * 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. + * 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. */ package org.apache.hive.hcatalog.templeton; diff --git a/hcatalog/webhcat/svr/src/main/java/org/apache/hive/hcatalog/templeton/CallbackFailedException.java b/hcatalog/webhcat/svr/src/main/java/org/apache/hive/hcatalog/templeton/CallbackFailedException.java index e08ea7f1193d..b9c01c5b7c4c 100644 --- a/hcatalog/webhcat/svr/src/main/java/org/apache/hive/hcatalog/templeton/CallbackFailedException.java +++ b/hcatalog/webhcat/svr/src/main/java/org/apache/hive/hcatalog/templeton/CallbackFailedException.java @@ -9,12 +9,11 @@ * * 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. + * 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. */ package org.apache.hive.hcatalog.templeton; diff --git a/hcatalog/webhcat/svr/src/main/java/org/apache/hive/hcatalog/templeton/CatchallExceptionMapper.java b/hcatalog/webhcat/svr/src/main/java/org/apache/hive/hcatalog/templeton/CatchallExceptionMapper.java index f838be938f9b..9377375d214d 100644 --- a/hcatalog/webhcat/svr/src/main/java/org/apache/hive/hcatalog/templeton/CatchallExceptionMapper.java +++ b/hcatalog/webhcat/svr/src/main/java/org/apache/hive/hcatalog/templeton/CatchallExceptionMapper.java @@ -9,12 +9,11 @@ * * 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. + * 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. */ package org.apache.hive.hcatalog.templeton; diff --git a/hcatalog/webhcat/svr/src/main/java/org/apache/hive/hcatalog/templeton/ColumnDesc.java b/hcatalog/webhcat/svr/src/main/java/org/apache/hive/hcatalog/templeton/ColumnDesc.java index e6b0bf15aacb..3baabff53399 100644 --- a/hcatalog/webhcat/svr/src/main/java/org/apache/hive/hcatalog/templeton/ColumnDesc.java +++ b/hcatalog/webhcat/svr/src/main/java/org/apache/hive/hcatalog/templeton/ColumnDesc.java @@ -9,12 +9,11 @@ * * 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. + * 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. */ package org.apache.hive.hcatalog.templeton; diff --git a/hcatalog/webhcat/svr/src/main/java/org/apache/hive/hcatalog/templeton/CompleteBean.java b/hcatalog/webhcat/svr/src/main/java/org/apache/hive/hcatalog/templeton/CompleteBean.java index dab902f88c48..6f83e2557c35 100644 --- a/hcatalog/webhcat/svr/src/main/java/org/apache/hive/hcatalog/templeton/CompleteBean.java +++ b/hcatalog/webhcat/svr/src/main/java/org/apache/hive/hcatalog/templeton/CompleteBean.java @@ -9,12 +9,11 @@ * * 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. + * 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. */ package org.apache.hive.hcatalog.templeton; diff --git a/hcatalog/webhcat/svr/src/main/java/org/apache/hive/hcatalog/templeton/CompleteDelegator.java b/hcatalog/webhcat/svr/src/main/java/org/apache/hive/hcatalog/templeton/CompleteDelegator.java index ed79d1a903fb..d1433d6289bf 100644 --- a/hcatalog/webhcat/svr/src/main/java/org/apache/hive/hcatalog/templeton/CompleteDelegator.java +++ b/hcatalog/webhcat/svr/src/main/java/org/apache/hive/hcatalog/templeton/CompleteDelegator.java @@ -9,12 +9,11 @@ * * 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. + * 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. */ package org.apache.hive.hcatalog.templeton; diff --git a/hcatalog/webhcat/svr/src/main/java/org/apache/hive/hcatalog/templeton/DatabaseDesc.java b/hcatalog/webhcat/svr/src/main/java/org/apache/hive/hcatalog/templeton/DatabaseDesc.java index f40069dd083f..1b3df49faf20 100644 --- a/hcatalog/webhcat/svr/src/main/java/org/apache/hive/hcatalog/templeton/DatabaseDesc.java +++ b/hcatalog/webhcat/svr/src/main/java/org/apache/hive/hcatalog/templeton/DatabaseDesc.java @@ -9,12 +9,11 @@ * * 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. + * 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. */ package org.apache.hive.hcatalog.templeton; diff --git a/hcatalog/webhcat/svr/src/main/java/org/apache/hive/hcatalog/templeton/DeleteDelegator.java b/hcatalog/webhcat/svr/src/main/java/org/apache/hive/hcatalog/templeton/DeleteDelegator.java index 5afd1b9eb7be..3bc81aa86cd0 100644 --- a/hcatalog/webhcat/svr/src/main/java/org/apache/hive/hcatalog/templeton/DeleteDelegator.java +++ b/hcatalog/webhcat/svr/src/main/java/org/apache/hive/hcatalog/templeton/DeleteDelegator.java @@ -9,12 +9,11 @@ * * 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. + * 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. */ package org.apache.hive.hcatalog.templeton; diff --git a/hcatalog/webhcat/svr/src/main/java/org/apache/hive/hcatalog/templeton/EnqueueBean.java b/hcatalog/webhcat/svr/src/main/java/org/apache/hive/hcatalog/templeton/EnqueueBean.java index f8a5feaf2161..8c39e86c82a5 100644 --- a/hcatalog/webhcat/svr/src/main/java/org/apache/hive/hcatalog/templeton/EnqueueBean.java +++ b/hcatalog/webhcat/svr/src/main/java/org/apache/hive/hcatalog/templeton/EnqueueBean.java @@ -9,12 +9,11 @@ * * 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. + * 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. */ package org.apache.hive.hcatalog.templeton; diff --git a/hcatalog/webhcat/svr/src/main/java/org/apache/hive/hcatalog/templeton/ExecBean.java b/hcatalog/webhcat/svr/src/main/java/org/apache/hive/hcatalog/templeton/ExecBean.java index fee77e5e8ac1..51ca49642ba1 100644 --- a/hcatalog/webhcat/svr/src/main/java/org/apache/hive/hcatalog/templeton/ExecBean.java +++ b/hcatalog/webhcat/svr/src/main/java/org/apache/hive/hcatalog/templeton/ExecBean.java @@ -9,12 +9,11 @@ * * 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. + * 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. */ package org.apache.hive.hcatalog.templeton; diff --git a/hcatalog/webhcat/svr/src/main/java/org/apache/hive/hcatalog/templeton/ExecService.java b/hcatalog/webhcat/svr/src/main/java/org/apache/hive/hcatalog/templeton/ExecService.java index 825145bb3561..15e62af343fa 100644 --- a/hcatalog/webhcat/svr/src/main/java/org/apache/hive/hcatalog/templeton/ExecService.java +++ b/hcatalog/webhcat/svr/src/main/java/org/apache/hive/hcatalog/templeton/ExecService.java @@ -9,12 +9,11 @@ * * 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. + * 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. */ package org.apache.hive.hcatalog.templeton; diff --git a/hcatalog/webhcat/svr/src/main/java/org/apache/hive/hcatalog/templeton/ExecServiceImpl.java b/hcatalog/webhcat/svr/src/main/java/org/apache/hive/hcatalog/templeton/ExecServiceImpl.java index 2dae37eb0789..7b9772baa36d 100644 --- a/hcatalog/webhcat/svr/src/main/java/org/apache/hive/hcatalog/templeton/ExecServiceImpl.java +++ b/hcatalog/webhcat/svr/src/main/java/org/apache/hive/hcatalog/templeton/ExecServiceImpl.java @@ -9,12 +9,11 @@ * * 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. + * 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. */ package org.apache.hive.hcatalog.templeton; diff --git a/hcatalog/webhcat/svr/src/main/java/org/apache/hive/hcatalog/templeton/GroupPermissionsDesc.java b/hcatalog/webhcat/svr/src/main/java/org/apache/hive/hcatalog/templeton/GroupPermissionsDesc.java index 7f902a5d8ea1..a5f6db37735f 100644 --- a/hcatalog/webhcat/svr/src/main/java/org/apache/hive/hcatalog/templeton/GroupPermissionsDesc.java +++ b/hcatalog/webhcat/svr/src/main/java/org/apache/hive/hcatalog/templeton/GroupPermissionsDesc.java @@ -9,12 +9,11 @@ * * 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. + * 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. */ package org.apache.hive.hcatalog.templeton; diff --git a/hcatalog/webhcat/svr/src/main/java/org/apache/hive/hcatalog/templeton/HcatDelegator.java b/hcatalog/webhcat/svr/src/main/java/org/apache/hive/hcatalog/templeton/HcatDelegator.java index ad447a7cf12f..fd4d2e7c4b7d 100644 --- a/hcatalog/webhcat/svr/src/main/java/org/apache/hive/hcatalog/templeton/HcatDelegator.java +++ b/hcatalog/webhcat/svr/src/main/java/org/apache/hive/hcatalog/templeton/HcatDelegator.java @@ -9,12 +9,11 @@ * * 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. + * 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. */ package org.apache.hive.hcatalog.templeton; diff --git a/hcatalog/webhcat/svr/src/main/java/org/apache/hive/hcatalog/templeton/HcatException.java b/hcatalog/webhcat/svr/src/main/java/org/apache/hive/hcatalog/templeton/HcatException.java index bb5438b1b087..04faa8d02036 100644 --- a/hcatalog/webhcat/svr/src/main/java/org/apache/hive/hcatalog/templeton/HcatException.java +++ b/hcatalog/webhcat/svr/src/main/java/org/apache/hive/hcatalog/templeton/HcatException.java @@ -9,12 +9,11 @@ * * 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. + * 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. */ package org.apache.hive.hcatalog.templeton; diff --git a/hcatalog/webhcat/svr/src/main/java/org/apache/hive/hcatalog/templeton/HiveDelegator.java b/hcatalog/webhcat/svr/src/main/java/org/apache/hive/hcatalog/templeton/HiveDelegator.java index 3f679accea3b..e279ba89e6a0 100644 --- a/hcatalog/webhcat/svr/src/main/java/org/apache/hive/hcatalog/templeton/HiveDelegator.java +++ b/hcatalog/webhcat/svr/src/main/java/org/apache/hive/hcatalog/templeton/HiveDelegator.java @@ -9,12 +9,11 @@ * * 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. + * 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. */ package org.apache.hive.hcatalog.templeton; diff --git a/hcatalog/webhcat/svr/src/main/java/org/apache/hive/hcatalog/templeton/JarDelegator.java b/hcatalog/webhcat/svr/src/main/java/org/apache/hive/hcatalog/templeton/JarDelegator.java index 8e8bd8f268c6..073de554dd71 100644 --- a/hcatalog/webhcat/svr/src/main/java/org/apache/hive/hcatalog/templeton/JarDelegator.java +++ b/hcatalog/webhcat/svr/src/main/java/org/apache/hive/hcatalog/templeton/JarDelegator.java @@ -9,12 +9,11 @@ * * 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. + * 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. */ package org.apache.hive.hcatalog.templeton; diff --git a/hcatalog/webhcat/svr/src/main/java/org/apache/hive/hcatalog/templeton/JobCallable.java b/hcatalog/webhcat/svr/src/main/java/org/apache/hive/hcatalog/templeton/JobCallable.java index 8801d7500756..1f0ba76f77e3 100644 --- a/hcatalog/webhcat/svr/src/main/java/org/apache/hive/hcatalog/templeton/JobCallable.java +++ b/hcatalog/webhcat/svr/src/main/java/org/apache/hive/hcatalog/templeton/JobCallable.java @@ -9,12 +9,11 @@ * * 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. + * 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. */ package org.apache.hive.hcatalog.templeton; diff --git a/hcatalog/webhcat/svr/src/main/java/org/apache/hive/hcatalog/templeton/JobItemBean.java b/hcatalog/webhcat/svr/src/main/java/org/apache/hive/hcatalog/templeton/JobItemBean.java index d2114b7fd0cf..7d936368c83d 100644 --- a/hcatalog/webhcat/svr/src/main/java/org/apache/hive/hcatalog/templeton/JobItemBean.java +++ b/hcatalog/webhcat/svr/src/main/java/org/apache/hive/hcatalog/templeton/JobItemBean.java @@ -9,12 +9,11 @@ * * 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. + * 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. */ package org.apache.hive.hcatalog.templeton; diff --git a/hcatalog/webhcat/svr/src/main/java/org/apache/hive/hcatalog/templeton/JobRequestExecutor.java b/hcatalog/webhcat/svr/src/main/java/org/apache/hive/hcatalog/templeton/JobRequestExecutor.java index 73114c018f4e..7f058b56ad59 100644 --- a/hcatalog/webhcat/svr/src/main/java/org/apache/hive/hcatalog/templeton/JobRequestExecutor.java +++ b/hcatalog/webhcat/svr/src/main/java/org/apache/hive/hcatalog/templeton/JobRequestExecutor.java @@ -9,12 +9,11 @@ * * 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. + * 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. */ package org.apache.hive.hcatalog.templeton; diff --git a/hcatalog/webhcat/svr/src/main/java/org/apache/hive/hcatalog/templeton/JsonBuilder.java b/hcatalog/webhcat/svr/src/main/java/org/apache/hive/hcatalog/templeton/JsonBuilder.java index 30808a935de5..f3180c610002 100644 --- a/hcatalog/webhcat/svr/src/main/java/org/apache/hive/hcatalog/templeton/JsonBuilder.java +++ b/hcatalog/webhcat/svr/src/main/java/org/apache/hive/hcatalog/templeton/JsonBuilder.java @@ -9,12 +9,11 @@ * * 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. + * 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. */ package org.apache.hive.hcatalog.templeton; diff --git a/hcatalog/webhcat/svr/src/main/java/org/apache/hive/hcatalog/templeton/LauncherDelegator.java b/hcatalog/webhcat/svr/src/main/java/org/apache/hive/hcatalog/templeton/LauncherDelegator.java index d8f27ca953e1..37ad4f90a40f 100644 --- a/hcatalog/webhcat/svr/src/main/java/org/apache/hive/hcatalog/templeton/LauncherDelegator.java +++ b/hcatalog/webhcat/svr/src/main/java/org/apache/hive/hcatalog/templeton/LauncherDelegator.java @@ -9,12 +9,11 @@ * * 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. + * 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. */ package org.apache.hive.hcatalog.templeton; diff --git a/hcatalog/webhcat/svr/src/main/java/org/apache/hive/hcatalog/templeton/ListDelegator.java b/hcatalog/webhcat/svr/src/main/java/org/apache/hive/hcatalog/templeton/ListDelegator.java index 1cdaeda7fc2b..b77b9d760970 100644 --- a/hcatalog/webhcat/svr/src/main/java/org/apache/hive/hcatalog/templeton/ListDelegator.java +++ b/hcatalog/webhcat/svr/src/main/java/org/apache/hive/hcatalog/templeton/ListDelegator.java @@ -9,12 +9,11 @@ * * 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. + * 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. */ package org.apache.hive.hcatalog.templeton; diff --git a/hcatalog/webhcat/svr/src/main/java/org/apache/hive/hcatalog/templeton/Main.java b/hcatalog/webhcat/svr/src/main/java/org/apache/hive/hcatalog/templeton/Main.java index 2126d36ef8de..5c410deff2af 100644 --- a/hcatalog/webhcat/svr/src/main/java/org/apache/hive/hcatalog/templeton/Main.java +++ b/hcatalog/webhcat/svr/src/main/java/org/apache/hive/hcatalog/templeton/Main.java @@ -9,12 +9,11 @@ * * 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. + * 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. */ package org.apache.hive.hcatalog.templeton; diff --git a/hcatalog/webhcat/svr/src/main/java/org/apache/hive/hcatalog/templeton/MaxByteArrayOutputStream.java b/hcatalog/webhcat/svr/src/main/java/org/apache/hive/hcatalog/templeton/MaxByteArrayOutputStream.java index bca217d4ceb6..dc357ac40fd9 100644 --- a/hcatalog/webhcat/svr/src/main/java/org/apache/hive/hcatalog/templeton/MaxByteArrayOutputStream.java +++ b/hcatalog/webhcat/svr/src/main/java/org/apache/hive/hcatalog/templeton/MaxByteArrayOutputStream.java @@ -9,12 +9,11 @@ * * 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. + * 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. */ package org.apache.hive.hcatalog.templeton; diff --git a/hcatalog/webhcat/svr/src/main/java/org/apache/hive/hcatalog/templeton/NotAuthorizedException.java b/hcatalog/webhcat/svr/src/main/java/org/apache/hive/hcatalog/templeton/NotAuthorizedException.java index c19da531b780..9b3d1f61dd69 100644 --- a/hcatalog/webhcat/svr/src/main/java/org/apache/hive/hcatalog/templeton/NotAuthorizedException.java +++ b/hcatalog/webhcat/svr/src/main/java/org/apache/hive/hcatalog/templeton/NotAuthorizedException.java @@ -9,12 +9,11 @@ * * 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. + * 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. */ package org.apache.hive.hcatalog.templeton; diff --git a/hcatalog/webhcat/svr/src/main/java/org/apache/hive/hcatalog/templeton/PartitionDesc.java b/hcatalog/webhcat/svr/src/main/java/org/apache/hive/hcatalog/templeton/PartitionDesc.java index 13abbb94aec0..1c9808200a13 100644 --- a/hcatalog/webhcat/svr/src/main/java/org/apache/hive/hcatalog/templeton/PartitionDesc.java +++ b/hcatalog/webhcat/svr/src/main/java/org/apache/hive/hcatalog/templeton/PartitionDesc.java @@ -9,12 +9,11 @@ * * 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. + * 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. */ package org.apache.hive.hcatalog.templeton; diff --git a/hcatalog/webhcat/svr/src/main/java/org/apache/hive/hcatalog/templeton/PigDelegator.java b/hcatalog/webhcat/svr/src/main/java/org/apache/hive/hcatalog/templeton/PigDelegator.java index 53d9913aac18..ed0374880c3e 100644 --- a/hcatalog/webhcat/svr/src/main/java/org/apache/hive/hcatalog/templeton/PigDelegator.java +++ b/hcatalog/webhcat/svr/src/main/java/org/apache/hive/hcatalog/templeton/PigDelegator.java @@ -9,12 +9,11 @@ * * 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. + * 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. */ package org.apache.hive.hcatalog.templeton; diff --git a/hcatalog/webhcat/svr/src/main/java/org/apache/hive/hcatalog/templeton/ProxyUserSupport.java b/hcatalog/webhcat/svr/src/main/java/org/apache/hive/hcatalog/templeton/ProxyUserSupport.java index 00b3f31d2601..378f47547c65 100644 --- a/hcatalog/webhcat/svr/src/main/java/org/apache/hive/hcatalog/templeton/ProxyUserSupport.java +++ b/hcatalog/webhcat/svr/src/main/java/org/apache/hive/hcatalog/templeton/ProxyUserSupport.java @@ -9,12 +9,11 @@ * * 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. + * 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. */ package org.apache.hive.hcatalog.templeton; diff --git a/hcatalog/webhcat/svr/src/main/java/org/apache/hive/hcatalog/templeton/QueueException.java b/hcatalog/webhcat/svr/src/main/java/org/apache/hive/hcatalog/templeton/QueueException.java index e67f8a316442..9dd0ad44af06 100644 --- a/hcatalog/webhcat/svr/src/main/java/org/apache/hive/hcatalog/templeton/QueueException.java +++ b/hcatalog/webhcat/svr/src/main/java/org/apache/hive/hcatalog/templeton/QueueException.java @@ -9,12 +9,11 @@ * * 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. + * 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. */ package org.apache.hive.hcatalog.templeton; diff --git a/hcatalog/webhcat/svr/src/main/java/org/apache/hive/hcatalog/templeton/QueueStatusBean.java b/hcatalog/webhcat/svr/src/main/java/org/apache/hive/hcatalog/templeton/QueueStatusBean.java index 102a3ab21707..b8b3285d9be8 100644 --- a/hcatalog/webhcat/svr/src/main/java/org/apache/hive/hcatalog/templeton/QueueStatusBean.java +++ b/hcatalog/webhcat/svr/src/main/java/org/apache/hive/hcatalog/templeton/QueueStatusBean.java @@ -9,12 +9,11 @@ * * 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. + * 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. */ package org.apache.hive.hcatalog.templeton; diff --git a/hcatalog/webhcat/svr/src/main/java/org/apache/hive/hcatalog/templeton/SecureProxySupport.java b/hcatalog/webhcat/svr/src/main/java/org/apache/hive/hcatalog/templeton/SecureProxySupport.java index bbe5947937aa..5700af783b43 100644 --- a/hcatalog/webhcat/svr/src/main/java/org/apache/hive/hcatalog/templeton/SecureProxySupport.java +++ b/hcatalog/webhcat/svr/src/main/java/org/apache/hive/hcatalog/templeton/SecureProxySupport.java @@ -9,12 +9,11 @@ * * 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. + * 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. */ package org.apache.hive.hcatalog.templeton; diff --git a/hcatalog/webhcat/svr/src/main/java/org/apache/hive/hcatalog/templeton/Server.java b/hcatalog/webhcat/svr/src/main/java/org/apache/hive/hcatalog/templeton/Server.java index 8e99901beb08..f5d31308b16f 100644 --- a/hcatalog/webhcat/svr/src/main/java/org/apache/hive/hcatalog/templeton/Server.java +++ b/hcatalog/webhcat/svr/src/main/java/org/apache/hive/hcatalog/templeton/Server.java @@ -9,12 +9,11 @@ * * 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. + * 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. */ package org.apache.hive.hcatalog.templeton; diff --git a/hcatalog/webhcat/svr/src/main/java/org/apache/hive/hcatalog/templeton/SimpleExceptionMapper.java b/hcatalog/webhcat/svr/src/main/java/org/apache/hive/hcatalog/templeton/SimpleExceptionMapper.java index b5d90e114f2c..91a8694ee51a 100644 --- a/hcatalog/webhcat/svr/src/main/java/org/apache/hive/hcatalog/templeton/SimpleExceptionMapper.java +++ b/hcatalog/webhcat/svr/src/main/java/org/apache/hive/hcatalog/templeton/SimpleExceptionMapper.java @@ -9,12 +9,11 @@ * * 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. + * 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. */ package org.apache.hive.hcatalog.templeton; diff --git a/hcatalog/webhcat/svr/src/main/java/org/apache/hive/hcatalog/templeton/SimpleWebException.java b/hcatalog/webhcat/svr/src/main/java/org/apache/hive/hcatalog/templeton/SimpleWebException.java index 42c85200cf52..4ddedb054a52 100644 --- a/hcatalog/webhcat/svr/src/main/java/org/apache/hive/hcatalog/templeton/SimpleWebException.java +++ b/hcatalog/webhcat/svr/src/main/java/org/apache/hive/hcatalog/templeton/SimpleWebException.java @@ -9,12 +9,11 @@ * * 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. + * 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. */ package org.apache.hive.hcatalog.templeton; diff --git a/hcatalog/webhcat/svr/src/main/java/org/apache/hive/hcatalog/templeton/StatusDelegator.java b/hcatalog/webhcat/svr/src/main/java/org/apache/hive/hcatalog/templeton/StatusDelegator.java index ec684583d837..093a5e57a8a6 100644 --- a/hcatalog/webhcat/svr/src/main/java/org/apache/hive/hcatalog/templeton/StatusDelegator.java +++ b/hcatalog/webhcat/svr/src/main/java/org/apache/hive/hcatalog/templeton/StatusDelegator.java @@ -9,12 +9,11 @@ * * 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. + * 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. */ package org.apache.hive.hcatalog.templeton; diff --git a/hcatalog/webhcat/svr/src/main/java/org/apache/hive/hcatalog/templeton/StreamingDelegator.java b/hcatalog/webhcat/svr/src/main/java/org/apache/hive/hcatalog/templeton/StreamingDelegator.java index 18ce487047bb..138e90a98c81 100644 --- a/hcatalog/webhcat/svr/src/main/java/org/apache/hive/hcatalog/templeton/StreamingDelegator.java +++ b/hcatalog/webhcat/svr/src/main/java/org/apache/hive/hcatalog/templeton/StreamingDelegator.java @@ -9,12 +9,11 @@ * * 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. + * 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. */ package org.apache.hive.hcatalog.templeton; diff --git a/hcatalog/webhcat/svr/src/main/java/org/apache/hive/hcatalog/templeton/TableDesc.java b/hcatalog/webhcat/svr/src/main/java/org/apache/hive/hcatalog/templeton/TableDesc.java index 0ed881a51818..56a342d6f783 100644 --- a/hcatalog/webhcat/svr/src/main/java/org/apache/hive/hcatalog/templeton/TableDesc.java +++ b/hcatalog/webhcat/svr/src/main/java/org/apache/hive/hcatalog/templeton/TableDesc.java @@ -9,12 +9,11 @@ * * 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. + * 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. */ package org.apache.hive.hcatalog.templeton; diff --git a/hcatalog/webhcat/svr/src/main/java/org/apache/hive/hcatalog/templeton/TableLikeDesc.java b/hcatalog/webhcat/svr/src/main/java/org/apache/hive/hcatalog/templeton/TableLikeDesc.java index 359b09cab034..0f22d2181195 100644 --- a/hcatalog/webhcat/svr/src/main/java/org/apache/hive/hcatalog/templeton/TableLikeDesc.java +++ b/hcatalog/webhcat/svr/src/main/java/org/apache/hive/hcatalog/templeton/TableLikeDesc.java @@ -9,12 +9,11 @@ * * 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. + * 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. */ package org.apache.hive.hcatalog.templeton; diff --git a/hcatalog/webhcat/svr/src/main/java/org/apache/hive/hcatalog/templeton/TablePropertyDesc.java b/hcatalog/webhcat/svr/src/main/java/org/apache/hive/hcatalog/templeton/TablePropertyDesc.java index 06371fdf6ffa..5708c3e8fe6e 100644 --- a/hcatalog/webhcat/svr/src/main/java/org/apache/hive/hcatalog/templeton/TablePropertyDesc.java +++ b/hcatalog/webhcat/svr/src/main/java/org/apache/hive/hcatalog/templeton/TablePropertyDesc.java @@ -9,12 +9,11 @@ * * 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. + * 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. */ package org.apache.hive.hcatalog.templeton; diff --git a/hcatalog/webhcat/svr/src/main/java/org/apache/hive/hcatalog/templeton/TempletonDelegator.java b/hcatalog/webhcat/svr/src/main/java/org/apache/hive/hcatalog/templeton/TempletonDelegator.java index 4021afdac9b8..063776264887 100644 --- a/hcatalog/webhcat/svr/src/main/java/org/apache/hive/hcatalog/templeton/TempletonDelegator.java +++ b/hcatalog/webhcat/svr/src/main/java/org/apache/hive/hcatalog/templeton/TempletonDelegator.java @@ -9,12 +9,11 @@ * * 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. + * 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. */ package org.apache.hive.hcatalog.templeton; diff --git a/hcatalog/webhcat/svr/src/main/java/org/apache/hive/hcatalog/templeton/TooManyRequestsException.java b/hcatalog/webhcat/svr/src/main/java/org/apache/hive/hcatalog/templeton/TooManyRequestsException.java index 39e06d960f4f..6d8209d5cfb0 100644 --- a/hcatalog/webhcat/svr/src/main/java/org/apache/hive/hcatalog/templeton/TooManyRequestsException.java +++ b/hcatalog/webhcat/svr/src/main/java/org/apache/hive/hcatalog/templeton/TooManyRequestsException.java @@ -9,12 +9,11 @@ * * 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. + * 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. */ package org.apache.hive.hcatalog.templeton; diff --git a/hcatalog/webhcat/svr/src/main/java/org/apache/hive/hcatalog/templeton/UgiFactory.java b/hcatalog/webhcat/svr/src/main/java/org/apache/hive/hcatalog/templeton/UgiFactory.java index cdca5c57f59e..067779c4d6b9 100644 --- a/hcatalog/webhcat/svr/src/main/java/org/apache/hive/hcatalog/templeton/UgiFactory.java +++ b/hcatalog/webhcat/svr/src/main/java/org/apache/hive/hcatalog/templeton/UgiFactory.java @@ -9,12 +9,11 @@ * * 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. + * 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. */ package org.apache.hive.hcatalog.templeton; diff --git a/hcatalog/webhcat/svr/src/main/java/org/apache/hive/hcatalog/templeton/VersionDelegator.java b/hcatalog/webhcat/svr/src/main/java/org/apache/hive/hcatalog/templeton/VersionDelegator.java index 9b39c35fa1c9..277cc1646ccd 100644 --- a/hcatalog/webhcat/svr/src/main/java/org/apache/hive/hcatalog/templeton/VersionDelegator.java +++ b/hcatalog/webhcat/svr/src/main/java/org/apache/hive/hcatalog/templeton/VersionDelegator.java @@ -9,12 +9,11 @@ * * 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. + * 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. */ package org.apache.hive.hcatalog.templeton; diff --git a/hcatalog/webhcat/svr/src/main/java/org/apache/hive/hcatalog/templeton/WadlConfig.java b/hcatalog/webhcat/svr/src/main/java/org/apache/hive/hcatalog/templeton/WadlConfig.java index 8f6d75900c8c..c4d5d0c5e9bf 100644 --- a/hcatalog/webhcat/svr/src/main/java/org/apache/hive/hcatalog/templeton/WadlConfig.java +++ b/hcatalog/webhcat/svr/src/main/java/org/apache/hive/hcatalog/templeton/WadlConfig.java @@ -9,12 +9,11 @@ * * 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. + * 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. */ package org.apache.hive.hcatalog.templeton; diff --git a/hcatalog/webhcat/svr/src/main/java/org/apache/hive/hcatalog/templeton/tool/DelegationTokenCache.java b/hcatalog/webhcat/svr/src/main/java/org/apache/hive/hcatalog/templeton/tool/DelegationTokenCache.java index 50c2bcb86020..a6718fbd2349 100644 --- a/hcatalog/webhcat/svr/src/main/java/org/apache/hive/hcatalog/templeton/tool/DelegationTokenCache.java +++ b/hcatalog/webhcat/svr/src/main/java/org/apache/hive/hcatalog/templeton/tool/DelegationTokenCache.java @@ -9,12 +9,11 @@ * * 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. + * 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. */ package org.apache.hive.hcatalog.templeton.tool; diff --git a/hcatalog/webhcat/svr/src/main/java/org/apache/hive/hcatalog/templeton/tool/HDFSCleanup.java b/hcatalog/webhcat/svr/src/main/java/org/apache/hive/hcatalog/templeton/tool/HDFSCleanup.java index e3fd176e5496..755fbe8be88b 100644 --- a/hcatalog/webhcat/svr/src/main/java/org/apache/hive/hcatalog/templeton/tool/HDFSCleanup.java +++ b/hcatalog/webhcat/svr/src/main/java/org/apache/hive/hcatalog/templeton/tool/HDFSCleanup.java @@ -9,12 +9,11 @@ * * 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. + * 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. */ package org.apache.hive.hcatalog.templeton.tool; diff --git a/hcatalog/webhcat/svr/src/main/java/org/apache/hive/hcatalog/templeton/tool/HDFSStorage.java b/hcatalog/webhcat/svr/src/main/java/org/apache/hive/hcatalog/templeton/tool/HDFSStorage.java index 140f7ff63fe9..368d75180eb4 100644 --- a/hcatalog/webhcat/svr/src/main/java/org/apache/hive/hcatalog/templeton/tool/HDFSStorage.java +++ b/hcatalog/webhcat/svr/src/main/java/org/apache/hive/hcatalog/templeton/tool/HDFSStorage.java @@ -9,12 +9,11 @@ * * 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. + * 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. */ package org.apache.hive.hcatalog.templeton.tool; diff --git a/hcatalog/webhcat/svr/src/main/java/org/apache/hive/hcatalog/templeton/tool/HiveJobIDParser.java b/hcatalog/webhcat/svr/src/main/java/org/apache/hive/hcatalog/templeton/tool/HiveJobIDParser.java index f2efdb148c6c..ba53318deb3b 100644 --- a/hcatalog/webhcat/svr/src/main/java/org/apache/hive/hcatalog/templeton/tool/HiveJobIDParser.java +++ b/hcatalog/webhcat/svr/src/main/java/org/apache/hive/hcatalog/templeton/tool/HiveJobIDParser.java @@ -9,12 +9,11 @@ * * 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. + * 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. */ package org.apache.hive.hcatalog.templeton.tool; diff --git a/hcatalog/webhcat/svr/src/main/java/org/apache/hive/hcatalog/templeton/tool/JarJobIDParser.java b/hcatalog/webhcat/svr/src/main/java/org/apache/hive/hcatalog/templeton/tool/JarJobIDParser.java index a4811aeccaee..550f456aa53b 100644 --- a/hcatalog/webhcat/svr/src/main/java/org/apache/hive/hcatalog/templeton/tool/JarJobIDParser.java +++ b/hcatalog/webhcat/svr/src/main/java/org/apache/hive/hcatalog/templeton/tool/JarJobIDParser.java @@ -9,12 +9,11 @@ * * 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. + * 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. */ package org.apache.hive.hcatalog.templeton.tool; diff --git a/hcatalog/webhcat/svr/src/main/java/org/apache/hive/hcatalog/templeton/tool/JobIDParser.java b/hcatalog/webhcat/svr/src/main/java/org/apache/hive/hcatalog/templeton/tool/JobIDParser.java index f519cf1f7a4d..9703f6aa9fef 100644 --- a/hcatalog/webhcat/svr/src/main/java/org/apache/hive/hcatalog/templeton/tool/JobIDParser.java +++ b/hcatalog/webhcat/svr/src/main/java/org/apache/hive/hcatalog/templeton/tool/JobIDParser.java @@ -9,12 +9,11 @@ * * 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. + * 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. */ package org.apache.hive.hcatalog.templeton.tool; diff --git a/hcatalog/webhcat/svr/src/main/java/org/apache/hive/hcatalog/templeton/tool/JobState.java b/hcatalog/webhcat/svr/src/main/java/org/apache/hive/hcatalog/templeton/tool/JobState.java index 238ac48f326a..571d78776ab9 100644 --- a/hcatalog/webhcat/svr/src/main/java/org/apache/hive/hcatalog/templeton/tool/JobState.java +++ b/hcatalog/webhcat/svr/src/main/java/org/apache/hive/hcatalog/templeton/tool/JobState.java @@ -9,12 +9,11 @@ * * 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. + * 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. */ package org.apache.hive.hcatalog.templeton.tool; diff --git a/hcatalog/webhcat/svr/src/main/java/org/apache/hive/hcatalog/templeton/tool/JobStateTracker.java b/hcatalog/webhcat/svr/src/main/java/org/apache/hive/hcatalog/templeton/tool/JobStateTracker.java index deb1f045dca8..2d1dfee679d6 100644 --- a/hcatalog/webhcat/svr/src/main/java/org/apache/hive/hcatalog/templeton/tool/JobStateTracker.java +++ b/hcatalog/webhcat/svr/src/main/java/org/apache/hive/hcatalog/templeton/tool/JobStateTracker.java @@ -9,12 +9,11 @@ * * 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. + * 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. */ package org.apache.hive.hcatalog.templeton.tool; diff --git a/hcatalog/webhcat/svr/src/main/java/org/apache/hive/hcatalog/templeton/tool/JobSubmissionConstants.java b/hcatalog/webhcat/svr/src/main/java/org/apache/hive/hcatalog/templeton/tool/JobSubmissionConstants.java index 9e90b8de5027..14c2f1a87df6 100644 --- a/hcatalog/webhcat/svr/src/main/java/org/apache/hive/hcatalog/templeton/tool/JobSubmissionConstants.java +++ b/hcatalog/webhcat/svr/src/main/java/org/apache/hive/hcatalog/templeton/tool/JobSubmissionConstants.java @@ -9,12 +9,11 @@ * * 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. + * 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. */ package org.apache.hive.hcatalog.templeton.tool; diff --git a/hcatalog/webhcat/svr/src/main/java/org/apache/hive/hcatalog/templeton/tool/LaunchMapper.java b/hcatalog/webhcat/svr/src/main/java/org/apache/hive/hcatalog/templeton/tool/LaunchMapper.java index a776a0b3d829..0d53c7844b77 100644 --- a/hcatalog/webhcat/svr/src/main/java/org/apache/hive/hcatalog/templeton/tool/LaunchMapper.java +++ b/hcatalog/webhcat/svr/src/main/java/org/apache/hive/hcatalog/templeton/tool/LaunchMapper.java @@ -9,12 +9,11 @@ * * 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. + * 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. */ package org.apache.hive.hcatalog.templeton.tool; diff --git a/hcatalog/webhcat/svr/src/main/java/org/apache/hive/hcatalog/templeton/tool/LogRetriever.java b/hcatalog/webhcat/svr/src/main/java/org/apache/hive/hcatalog/templeton/tool/LogRetriever.java index ed049768cbd1..1a45a252e0ac 100644 --- a/hcatalog/webhcat/svr/src/main/java/org/apache/hive/hcatalog/templeton/tool/LogRetriever.java +++ b/hcatalog/webhcat/svr/src/main/java/org/apache/hive/hcatalog/templeton/tool/LogRetriever.java @@ -9,12 +9,11 @@ * * 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. + * 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. */ package org.apache.hive.hcatalog.templeton.tool; diff --git a/hcatalog/webhcat/svr/src/main/java/org/apache/hive/hcatalog/templeton/tool/NotFoundException.java b/hcatalog/webhcat/svr/src/main/java/org/apache/hive/hcatalog/templeton/tool/NotFoundException.java index cf95dc38a75d..452cf5cb45f7 100644 --- a/hcatalog/webhcat/svr/src/main/java/org/apache/hive/hcatalog/templeton/tool/NotFoundException.java +++ b/hcatalog/webhcat/svr/src/main/java/org/apache/hive/hcatalog/templeton/tool/NotFoundException.java @@ -9,12 +9,11 @@ * * 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. + * 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. */ package org.apache.hive.hcatalog.templeton.tool; diff --git a/hcatalog/webhcat/svr/src/main/java/org/apache/hive/hcatalog/templeton/tool/NullRecordReader.java b/hcatalog/webhcat/svr/src/main/java/org/apache/hive/hcatalog/templeton/tool/NullRecordReader.java index 392bf390ef42..6e801a99835f 100644 --- a/hcatalog/webhcat/svr/src/main/java/org/apache/hive/hcatalog/templeton/tool/NullRecordReader.java +++ b/hcatalog/webhcat/svr/src/main/java/org/apache/hive/hcatalog/templeton/tool/NullRecordReader.java @@ -9,12 +9,11 @@ * * 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. + * 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. */ package org.apache.hive.hcatalog.templeton.tool; diff --git a/hcatalog/webhcat/svr/src/main/java/org/apache/hive/hcatalog/templeton/tool/NullSplit.java b/hcatalog/webhcat/svr/src/main/java/org/apache/hive/hcatalog/templeton/tool/NullSplit.java index 6bf5044f1c40..4182be59f021 100644 --- a/hcatalog/webhcat/svr/src/main/java/org/apache/hive/hcatalog/templeton/tool/NullSplit.java +++ b/hcatalog/webhcat/svr/src/main/java/org/apache/hive/hcatalog/templeton/tool/NullSplit.java @@ -9,12 +9,11 @@ * * 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. + * 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. */ package org.apache.hive.hcatalog.templeton.tool; diff --git a/hcatalog/webhcat/svr/src/main/java/org/apache/hive/hcatalog/templeton/tool/PigJobIDParser.java b/hcatalog/webhcat/svr/src/main/java/org/apache/hive/hcatalog/templeton/tool/PigJobIDParser.java index cd339e57ec45..c36d17a351c7 100644 --- a/hcatalog/webhcat/svr/src/main/java/org/apache/hive/hcatalog/templeton/tool/PigJobIDParser.java +++ b/hcatalog/webhcat/svr/src/main/java/org/apache/hive/hcatalog/templeton/tool/PigJobIDParser.java @@ -9,12 +9,11 @@ * * 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. + * 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. */ package org.apache.hive.hcatalog.templeton.tool; diff --git a/hcatalog/webhcat/svr/src/main/java/org/apache/hive/hcatalog/templeton/tool/SingleInputFormat.java b/hcatalog/webhcat/svr/src/main/java/org/apache/hive/hcatalog/templeton/tool/SingleInputFormat.java index faf03aa3ff22..3b14949938e7 100644 --- a/hcatalog/webhcat/svr/src/main/java/org/apache/hive/hcatalog/templeton/tool/SingleInputFormat.java +++ b/hcatalog/webhcat/svr/src/main/java/org/apache/hive/hcatalog/templeton/tool/SingleInputFormat.java @@ -9,12 +9,11 @@ * * 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. + * 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. */ package org.apache.hive.hcatalog.templeton.tool; diff --git a/hcatalog/webhcat/svr/src/main/java/org/apache/hive/hcatalog/templeton/tool/TempletonControllerJob.java b/hcatalog/webhcat/svr/src/main/java/org/apache/hive/hcatalog/templeton/tool/TempletonControllerJob.java index e6a5aa078d34..8239751cdba4 100644 --- a/hcatalog/webhcat/svr/src/main/java/org/apache/hive/hcatalog/templeton/tool/TempletonControllerJob.java +++ b/hcatalog/webhcat/svr/src/main/java/org/apache/hive/hcatalog/templeton/tool/TempletonControllerJob.java @@ -9,12 +9,11 @@ * * 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. + * 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. */ package org.apache.hive.hcatalog.templeton.tool; diff --git a/hcatalog/webhcat/svr/src/main/java/org/apache/hive/hcatalog/templeton/tool/TempletonStorage.java b/hcatalog/webhcat/svr/src/main/java/org/apache/hive/hcatalog/templeton/tool/TempletonStorage.java index 03a0824683c3..b2d0a1bb77f6 100644 --- a/hcatalog/webhcat/svr/src/main/java/org/apache/hive/hcatalog/templeton/tool/TempletonStorage.java +++ b/hcatalog/webhcat/svr/src/main/java/org/apache/hive/hcatalog/templeton/tool/TempletonStorage.java @@ -9,12 +9,11 @@ * * 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. + * 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. */ package org.apache.hive.hcatalog.templeton.tool; diff --git a/hcatalog/webhcat/svr/src/main/java/org/apache/hive/hcatalog/templeton/tool/TempletonUtils.java b/hcatalog/webhcat/svr/src/main/java/org/apache/hive/hcatalog/templeton/tool/TempletonUtils.java index 29499a289e83..b1c07f511dfd 100644 --- a/hcatalog/webhcat/svr/src/main/java/org/apache/hive/hcatalog/templeton/tool/TempletonUtils.java +++ b/hcatalog/webhcat/svr/src/main/java/org/apache/hive/hcatalog/templeton/tool/TempletonUtils.java @@ -9,12 +9,11 @@ * * 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. + * 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. */ package org.apache.hive.hcatalog.templeton.tool; diff --git a/hcatalog/webhcat/svr/src/main/java/org/apache/hive/hcatalog/templeton/tool/TrivialExecService.java b/hcatalog/webhcat/svr/src/main/java/org/apache/hive/hcatalog/templeton/tool/TrivialExecService.java index 9f57dac816f3..efb753868a6c 100644 --- a/hcatalog/webhcat/svr/src/main/java/org/apache/hive/hcatalog/templeton/tool/TrivialExecService.java +++ b/hcatalog/webhcat/svr/src/main/java/org/apache/hive/hcatalog/templeton/tool/TrivialExecService.java @@ -9,12 +9,11 @@ * * 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. + * 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. */ package org.apache.hive.hcatalog.templeton.tool; diff --git a/hcatalog/webhcat/svr/src/main/java/org/apache/hive/hcatalog/templeton/tool/ZooKeeperCleanup.java b/hcatalog/webhcat/svr/src/main/java/org/apache/hive/hcatalog/templeton/tool/ZooKeeperCleanup.java index ecf3ef552def..41330b415dde 100644 --- a/hcatalog/webhcat/svr/src/main/java/org/apache/hive/hcatalog/templeton/tool/ZooKeeperCleanup.java +++ b/hcatalog/webhcat/svr/src/main/java/org/apache/hive/hcatalog/templeton/tool/ZooKeeperCleanup.java @@ -9,12 +9,11 @@ * * 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. + * 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. */ package org.apache.hive.hcatalog.templeton.tool; diff --git a/hcatalog/webhcat/svr/src/main/java/org/apache/hive/hcatalog/templeton/tool/ZooKeeperStorage.java b/hcatalog/webhcat/svr/src/main/java/org/apache/hive/hcatalog/templeton/tool/ZooKeeperStorage.java index f54c866118d6..d2512e5203d4 100644 --- a/hcatalog/webhcat/svr/src/main/java/org/apache/hive/hcatalog/templeton/tool/ZooKeeperStorage.java +++ b/hcatalog/webhcat/svr/src/main/java/org/apache/hive/hcatalog/templeton/tool/ZooKeeperStorage.java @@ -9,12 +9,11 @@ * * 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. + * 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. */ package org.apache.hive.hcatalog.templeton.tool; diff --git a/hcatalog/webhcat/svr/src/test/java/org/apache/hive/hcatalog/templeton/ConcurrentJobRequestsTestBase.java b/hcatalog/webhcat/svr/src/test/java/org/apache/hive/hcatalog/templeton/ConcurrentJobRequestsTestBase.java index 45ad767cf42d..d92f57e80483 100644 --- a/hcatalog/webhcat/svr/src/test/java/org/apache/hive/hcatalog/templeton/ConcurrentJobRequestsTestBase.java +++ b/hcatalog/webhcat/svr/src/test/java/org/apache/hive/hcatalog/templeton/ConcurrentJobRequestsTestBase.java @@ -9,12 +9,11 @@ * * 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. + * 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. */ package org.apache.hive.hcatalog.templeton; diff --git a/hcatalog/webhcat/svr/src/test/java/org/apache/hive/hcatalog/templeton/MockAnswerTestHelper.java b/hcatalog/webhcat/svr/src/test/java/org/apache/hive/hcatalog/templeton/MockAnswerTestHelper.java index 1cfcdc6aefee..4d65d8676351 100644 --- a/hcatalog/webhcat/svr/src/test/java/org/apache/hive/hcatalog/templeton/MockAnswerTestHelper.java +++ b/hcatalog/webhcat/svr/src/test/java/org/apache/hive/hcatalog/templeton/MockAnswerTestHelper.java @@ -9,12 +9,11 @@ * * 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. + * 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. */ package org.apache.hive.hcatalog.templeton; diff --git a/hcatalog/webhcat/svr/src/test/java/org/apache/hive/hcatalog/templeton/TestConcurrentJobRequests.java b/hcatalog/webhcat/svr/src/test/java/org/apache/hive/hcatalog/templeton/TestConcurrentJobRequests.java index ae65f9bdfae5..db4d34d1aa33 100644 --- a/hcatalog/webhcat/svr/src/test/java/org/apache/hive/hcatalog/templeton/TestConcurrentJobRequests.java +++ b/hcatalog/webhcat/svr/src/test/java/org/apache/hive/hcatalog/templeton/TestConcurrentJobRequests.java @@ -9,12 +9,11 @@ * * 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. + * 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. */ package org.apache.hive.hcatalog.templeton; diff --git a/hcatalog/webhcat/svr/src/test/java/org/apache/hive/hcatalog/templeton/TestConcurrentJobRequestsThreads.java b/hcatalog/webhcat/svr/src/test/java/org/apache/hive/hcatalog/templeton/TestConcurrentJobRequestsThreads.java index 4865d1f0d09a..9695e2e18706 100644 --- a/hcatalog/webhcat/svr/src/test/java/org/apache/hive/hcatalog/templeton/TestConcurrentJobRequestsThreads.java +++ b/hcatalog/webhcat/svr/src/test/java/org/apache/hive/hcatalog/templeton/TestConcurrentJobRequestsThreads.java @@ -9,12 +9,11 @@ * * 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. + * 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. */ package org.apache.hive.hcatalog.templeton; diff --git a/hcatalog/webhcat/svr/src/test/java/org/apache/hive/hcatalog/templeton/TestConcurrentJobRequestsThreadsAndTimeout.java b/hcatalog/webhcat/svr/src/test/java/org/apache/hive/hcatalog/templeton/TestConcurrentJobRequestsThreadsAndTimeout.java index abb81a0bff83..a6b6d06891ca 100644 --- a/hcatalog/webhcat/svr/src/test/java/org/apache/hive/hcatalog/templeton/TestConcurrentJobRequestsThreadsAndTimeout.java +++ b/hcatalog/webhcat/svr/src/test/java/org/apache/hive/hcatalog/templeton/TestConcurrentJobRequestsThreadsAndTimeout.java @@ -9,12 +9,11 @@ * * 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. + * 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. */ package org.apache.hive.hcatalog.templeton; diff --git a/hcatalog/webhcat/svr/src/test/java/org/apache/hive/hcatalog/templeton/TestDesc.java b/hcatalog/webhcat/svr/src/test/java/org/apache/hive/hcatalog/templeton/TestDesc.java index 8f23b157a72f..5510214903ce 100644 --- a/hcatalog/webhcat/svr/src/test/java/org/apache/hive/hcatalog/templeton/TestDesc.java +++ b/hcatalog/webhcat/svr/src/test/java/org/apache/hive/hcatalog/templeton/TestDesc.java @@ -9,12 +9,11 @@ * * 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. + * 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. */ package org.apache.hive.hcatalog.templeton; diff --git a/hcatalog/webhcat/svr/src/test/java/org/apache/hive/hcatalog/templeton/TestServer.java b/hcatalog/webhcat/svr/src/test/java/org/apache/hive/hcatalog/templeton/TestServer.java index 4491a356200e..17cf5fa35aee 100644 --- a/hcatalog/webhcat/svr/src/test/java/org/apache/hive/hcatalog/templeton/TestServer.java +++ b/hcatalog/webhcat/svr/src/test/java/org/apache/hive/hcatalog/templeton/TestServer.java @@ -9,12 +9,11 @@ * * 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. + * 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. */ package org.apache.hive.hcatalog.templeton; diff --git a/hcatalog/webhcat/svr/src/test/java/org/apache/hive/hcatalog/templeton/TestWebHCatE2e.java b/hcatalog/webhcat/svr/src/test/java/org/apache/hive/hcatalog/templeton/TestWebHCatE2e.java index ddfa18cc4b12..7bdddcd769bc 100644 --- a/hcatalog/webhcat/svr/src/test/java/org/apache/hive/hcatalog/templeton/TestWebHCatE2e.java +++ b/hcatalog/webhcat/svr/src/test/java/org/apache/hive/hcatalog/templeton/TestWebHCatE2e.java @@ -9,12 +9,11 @@ * * 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. + * 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. */ package org.apache.hive.hcatalog.templeton; diff --git a/hcatalog/webhcat/svr/src/test/java/org/apache/hive/hcatalog/templeton/mock/MockExecService.java b/hcatalog/webhcat/svr/src/test/java/org/apache/hive/hcatalog/templeton/mock/MockExecService.java index a520674ce32f..b8b83dee15e2 100644 --- a/hcatalog/webhcat/svr/src/test/java/org/apache/hive/hcatalog/templeton/mock/MockExecService.java +++ b/hcatalog/webhcat/svr/src/test/java/org/apache/hive/hcatalog/templeton/mock/MockExecService.java @@ -9,12 +9,11 @@ * * 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. + * 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. */ package org.apache.hive.hcatalog.templeton.mock; diff --git a/hcatalog/webhcat/svr/src/test/java/org/apache/hive/hcatalog/templeton/mock/MockServer.java b/hcatalog/webhcat/svr/src/test/java/org/apache/hive/hcatalog/templeton/mock/MockServer.java index 7f446460bed2..81a2a9ccf903 100644 --- a/hcatalog/webhcat/svr/src/test/java/org/apache/hive/hcatalog/templeton/mock/MockServer.java +++ b/hcatalog/webhcat/svr/src/test/java/org/apache/hive/hcatalog/templeton/mock/MockServer.java @@ -9,12 +9,11 @@ * * 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. + * 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. */ package org.apache.hive.hcatalog.templeton.mock; diff --git a/hcatalog/webhcat/svr/src/test/java/org/apache/hive/hcatalog/templeton/mock/MockUriInfo.java b/hcatalog/webhcat/svr/src/test/java/org/apache/hive/hcatalog/templeton/mock/MockUriInfo.java index 1cc0d8775567..4fcc3c777035 100644 --- a/hcatalog/webhcat/svr/src/test/java/org/apache/hive/hcatalog/templeton/mock/MockUriInfo.java +++ b/hcatalog/webhcat/svr/src/test/java/org/apache/hive/hcatalog/templeton/mock/MockUriInfo.java @@ -9,12 +9,11 @@ * * 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. + * 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. */ package org.apache.hive.hcatalog.templeton.mock; diff --git a/hcatalog/webhcat/svr/src/test/java/org/apache/hive/hcatalog/templeton/tool/TestJobIDParser.java b/hcatalog/webhcat/svr/src/test/java/org/apache/hive/hcatalog/templeton/tool/TestJobIDParser.java index fcdf7eb408a4..434eab2f208b 100644 --- a/hcatalog/webhcat/svr/src/test/java/org/apache/hive/hcatalog/templeton/tool/TestJobIDParser.java +++ b/hcatalog/webhcat/svr/src/test/java/org/apache/hive/hcatalog/templeton/tool/TestJobIDParser.java @@ -9,12 +9,11 @@ * * 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. + * 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. */ package org.apache.hive.hcatalog.templeton.tool; diff --git a/hcatalog/webhcat/svr/src/test/java/org/apache/hive/hcatalog/templeton/tool/TestTempletonUtils.java b/hcatalog/webhcat/svr/src/test/java/org/apache/hive/hcatalog/templeton/tool/TestTempletonUtils.java index 95324268222a..31853828d8a5 100644 --- a/hcatalog/webhcat/svr/src/test/java/org/apache/hive/hcatalog/templeton/tool/TestTempletonUtils.java +++ b/hcatalog/webhcat/svr/src/test/java/org/apache/hive/hcatalog/templeton/tool/TestTempletonUtils.java @@ -9,12 +9,11 @@ * * 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. + * 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. */ package org.apache.hive.hcatalog.templeton.tool; diff --git a/hcatalog/webhcat/svr/src/test/java/org/apache/hive/hcatalog/templeton/tool/TestTrivialExecService.java b/hcatalog/webhcat/svr/src/test/java/org/apache/hive/hcatalog/templeton/tool/TestTrivialExecService.java index 3d4558152d6c..7d2ccafaef78 100644 --- a/hcatalog/webhcat/svr/src/test/java/org/apache/hive/hcatalog/templeton/tool/TestTrivialExecService.java +++ b/hcatalog/webhcat/svr/src/test/java/org/apache/hive/hcatalog/templeton/tool/TestTrivialExecService.java @@ -9,12 +9,11 @@ * * 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. + * 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. */ package org.apache.hive.hcatalog.templeton.tool; diff --git a/hplsql/src/main/java/org/apache/hive/hplsql/ArityException.java b/hplsql/src/main/java/org/apache/hive/hplsql/ArityException.java index 8355ba9b6cbb..917d4906350c 100644 --- a/hplsql/src/main/java/org/apache/hive/hplsql/ArityException.java +++ b/hplsql/src/main/java/org/apache/hive/hplsql/ArityException.java @@ -1,19 +1,19 @@ /* - * 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 + * 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 + * 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. + * 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. */ package org.apache.hive.hplsql; diff --git a/hplsql/src/main/java/org/apache/hive/hplsql/ColumnDefinition.java b/hplsql/src/main/java/org/apache/hive/hplsql/ColumnDefinition.java index bb09cc297005..67adcb1d1d31 100644 --- a/hplsql/src/main/java/org/apache/hive/hplsql/ColumnDefinition.java +++ b/hplsql/src/main/java/org/apache/hive/hplsql/ColumnDefinition.java @@ -1,19 +1,19 @@ /* - * 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 + * 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 + * 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. + * 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. */ package org.apache.hive.hplsql; diff --git a/hplsql/src/main/java/org/apache/hive/hplsql/ColumnMap.java b/hplsql/src/main/java/org/apache/hive/hplsql/ColumnMap.java index 0b4b48a65d84..0fb7cff47995 100644 --- a/hplsql/src/main/java/org/apache/hive/hplsql/ColumnMap.java +++ b/hplsql/src/main/java/org/apache/hive/hplsql/ColumnMap.java @@ -1,19 +1,19 @@ /* - * 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 + * 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 + * 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. + * 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. */ package org.apache.hive.hplsql; diff --git a/hplsql/src/main/java/org/apache/hive/hplsql/ColumnType.java b/hplsql/src/main/java/org/apache/hive/hplsql/ColumnType.java index 095beef88310..295e259c2b3c 100644 --- a/hplsql/src/main/java/org/apache/hive/hplsql/ColumnType.java +++ b/hplsql/src/main/java/org/apache/hive/hplsql/ColumnType.java @@ -1,19 +1,19 @@ /* - * 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 + * 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 + * 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. + * 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. */ package org.apache.hive.hplsql; diff --git a/hplsql/src/main/java/org/apache/hive/hplsql/HplValidationException.java b/hplsql/src/main/java/org/apache/hive/hplsql/HplValidationException.java index d673d5596010..57400b6775a4 100644 --- a/hplsql/src/main/java/org/apache/hive/hplsql/HplValidationException.java +++ b/hplsql/src/main/java/org/apache/hive/hplsql/HplValidationException.java @@ -1,19 +1,19 @@ /* - * 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 + * 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 + * 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. + * 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. */ package org.apache.hive.hplsql; diff --git a/hplsql/src/main/java/org/apache/hive/hplsql/NoSuchHplMethodException.java b/hplsql/src/main/java/org/apache/hive/hplsql/NoSuchHplMethodException.java index 4cf9d9c4691a..7c719b231024 100644 --- a/hplsql/src/main/java/org/apache/hive/hplsql/NoSuchHplMethodException.java +++ b/hplsql/src/main/java/org/apache/hive/hplsql/NoSuchHplMethodException.java @@ -1,19 +1,19 @@ /* - * 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 + * 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 + * 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. + * 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. */ package org.apache.hive.hplsql; diff --git a/hplsql/src/main/java/org/apache/hive/hplsql/SqlCodes.java b/hplsql/src/main/java/org/apache/hive/hplsql/SqlCodes.java index d8c84f26743c..59f4d1068a47 100644 --- a/hplsql/src/main/java/org/apache/hive/hplsql/SqlCodes.java +++ b/hplsql/src/main/java/org/apache/hive/hplsql/SqlCodes.java @@ -1,19 +1,19 @@ /* - * 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 + * 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 + * 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. + * 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. */ package org.apache.hive.hplsql; diff --git a/hplsql/src/main/java/org/apache/hive/hplsql/SyntaxErrorReporter.java b/hplsql/src/main/java/org/apache/hive/hplsql/SyntaxErrorReporter.java index b46d3854b8ea..963f568035dd 100644 --- a/hplsql/src/main/java/org/apache/hive/hplsql/SyntaxErrorReporter.java +++ b/hplsql/src/main/java/org/apache/hive/hplsql/SyntaxErrorReporter.java @@ -1,19 +1,19 @@ /* - * 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 + * 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 + * 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. + * 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. */ package org.apache.hive.hplsql; diff --git a/hplsql/src/main/java/org/apache/hive/hplsql/TypeException.java b/hplsql/src/main/java/org/apache/hive/hplsql/TypeException.java index 2d3d1001205f..90ec3ac10059 100644 --- a/hplsql/src/main/java/org/apache/hive/hplsql/TypeException.java +++ b/hplsql/src/main/java/org/apache/hive/hplsql/TypeException.java @@ -1,19 +1,19 @@ /* - * 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 + * 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 + * 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. + * 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. */ package org.apache.hive.hplsql; diff --git a/hplsql/src/main/java/org/apache/hive/hplsql/UndefinedIdentException.java b/hplsql/src/main/java/org/apache/hive/hplsql/UndefinedIdentException.java index 076c0f0c9ffa..6f29fb70639c 100644 --- a/hplsql/src/main/java/org/apache/hive/hplsql/UndefinedIdentException.java +++ b/hplsql/src/main/java/org/apache/hive/hplsql/UndefinedIdentException.java @@ -1,19 +1,19 @@ /* - * 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 + * 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 + * 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. + * 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. */ package org.apache.hive.hplsql; diff --git a/hplsql/src/main/java/org/apache/hive/hplsql/objects/DbmOutput.java b/hplsql/src/main/java/org/apache/hive/hplsql/objects/DbmOutput.java index cf6d82fb8f6a..4f66103d758e 100644 --- a/hplsql/src/main/java/org/apache/hive/hplsql/objects/DbmOutput.java +++ b/hplsql/src/main/java/org/apache/hive/hplsql/objects/DbmOutput.java @@ -1,19 +1,19 @@ /* - * 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 + * 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 + * 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. + * 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. */ package org.apache.hive.hplsql.objects; diff --git a/hplsql/src/main/java/org/apache/hive/hplsql/objects/DbmOutputClass.java b/hplsql/src/main/java/org/apache/hive/hplsql/objects/DbmOutputClass.java index 7d62010aa2f4..a3c00800e062 100644 --- a/hplsql/src/main/java/org/apache/hive/hplsql/objects/DbmOutputClass.java +++ b/hplsql/src/main/java/org/apache/hive/hplsql/objects/DbmOutputClass.java @@ -1,19 +1,19 @@ /* - * 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 + * 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 + * 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. + * 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. */ package org.apache.hive.hplsql.objects; diff --git a/hplsql/src/main/java/org/apache/hive/hplsql/objects/HplClass.java b/hplsql/src/main/java/org/apache/hive/hplsql/objects/HplClass.java index 53c0d31c56e7..1f03fe4cd4e8 100644 --- a/hplsql/src/main/java/org/apache/hive/hplsql/objects/HplClass.java +++ b/hplsql/src/main/java/org/apache/hive/hplsql/objects/HplClass.java @@ -1,19 +1,19 @@ /* - * 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 + * 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 + * 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. + * 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. */ package org.apache.hive.hplsql.objects; diff --git a/hplsql/src/main/java/org/apache/hive/hplsql/objects/HplObject.java b/hplsql/src/main/java/org/apache/hive/hplsql/objects/HplObject.java index 1cc155ad53d9..b1b584640432 100644 --- a/hplsql/src/main/java/org/apache/hive/hplsql/objects/HplObject.java +++ b/hplsql/src/main/java/org/apache/hive/hplsql/objects/HplObject.java @@ -1,19 +1,19 @@ /* - * 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 + * 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 + * 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. + * 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. */ package org.apache.hive.hplsql.objects; diff --git a/hplsql/src/main/java/org/apache/hive/hplsql/objects/Method.java b/hplsql/src/main/java/org/apache/hive/hplsql/objects/Method.java index 4d2d6a8ddeec..23992a485698 100644 --- a/hplsql/src/main/java/org/apache/hive/hplsql/objects/Method.java +++ b/hplsql/src/main/java/org/apache/hive/hplsql/objects/Method.java @@ -1,19 +1,19 @@ /* - * 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 + * 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 + * 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. + * 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. */ package org.apache.hive.hplsql.objects; diff --git a/hplsql/src/main/java/org/apache/hive/hplsql/objects/MethodDictionary.java b/hplsql/src/main/java/org/apache/hive/hplsql/objects/MethodDictionary.java index 4f9ef4d40b94..e592fc516b7a 100644 --- a/hplsql/src/main/java/org/apache/hive/hplsql/objects/MethodDictionary.java +++ b/hplsql/src/main/java/org/apache/hive/hplsql/objects/MethodDictionary.java @@ -1,19 +1,19 @@ /* - * 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 + * 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 + * 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. + * 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. */ package org.apache.hive.hplsql.objects; diff --git a/hplsql/src/main/java/org/apache/hive/hplsql/objects/MethodParams.java b/hplsql/src/main/java/org/apache/hive/hplsql/objects/MethodParams.java index 57ce03a28e82..148e5cfa0d00 100644 --- a/hplsql/src/main/java/org/apache/hive/hplsql/objects/MethodParams.java +++ b/hplsql/src/main/java/org/apache/hive/hplsql/objects/MethodParams.java @@ -1,19 +1,19 @@ /* - * 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 + * 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 + * 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. + * 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. */ package org.apache.hive.hplsql.objects; diff --git a/hplsql/src/main/java/org/apache/hive/hplsql/objects/Table.java b/hplsql/src/main/java/org/apache/hive/hplsql/objects/Table.java index 8d940106b0ca..7dc4abc7ccff 100644 --- a/hplsql/src/main/java/org/apache/hive/hplsql/objects/Table.java +++ b/hplsql/src/main/java/org/apache/hive/hplsql/objects/Table.java @@ -1,19 +1,19 @@ /* - * 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 + * 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 + * 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. + * 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. */ package org.apache.hive.hplsql.objects; diff --git a/hplsql/src/main/java/org/apache/hive/hplsql/objects/TableClass.java b/hplsql/src/main/java/org/apache/hive/hplsql/objects/TableClass.java index b4e59074a8e6..1c2b316cdd46 100644 --- a/hplsql/src/main/java/org/apache/hive/hplsql/objects/TableClass.java +++ b/hplsql/src/main/java/org/apache/hive/hplsql/objects/TableClass.java @@ -1,19 +1,19 @@ /* - * 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 + * 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 + * 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. + * 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. */ package org.apache.hive.hplsql.objects; diff --git a/hplsql/src/main/java/org/apache/hive/hplsql/objects/UtlFile.java b/hplsql/src/main/java/org/apache/hive/hplsql/objects/UtlFile.java index 74fb72915032..0f486865d638 100644 --- a/hplsql/src/main/java/org/apache/hive/hplsql/objects/UtlFile.java +++ b/hplsql/src/main/java/org/apache/hive/hplsql/objects/UtlFile.java @@ -1,19 +1,19 @@ /* - * 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 + * 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 + * 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. + * 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. */ package org.apache.hive.hplsql.objects; diff --git a/hplsql/src/main/java/org/apache/hive/hplsql/objects/UtlFileClass.java b/hplsql/src/main/java/org/apache/hive/hplsql/objects/UtlFileClass.java index 0d1336c544e0..75cd964a23a5 100644 --- a/hplsql/src/main/java/org/apache/hive/hplsql/objects/UtlFileClass.java +++ b/hplsql/src/main/java/org/apache/hive/hplsql/objects/UtlFileClass.java @@ -1,19 +1,19 @@ /* - * 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 + * 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 + * 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. + * 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. */ package org.apache.hive.hplsql.objects; diff --git a/hplsql/src/main/java/org/apache/hive/hplsql/packages/HmsPackageRegistry.java b/hplsql/src/main/java/org/apache/hive/hplsql/packages/HmsPackageRegistry.java index 69e1ae207d91..a18745785698 100644 --- a/hplsql/src/main/java/org/apache/hive/hplsql/packages/HmsPackageRegistry.java +++ b/hplsql/src/main/java/org/apache/hive/hplsql/packages/HmsPackageRegistry.java @@ -1,19 +1,19 @@ /* - * 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 + * 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 + * 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. + * 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. */ package org.apache.hive.hplsql.packages; diff --git a/hplsql/src/main/java/org/apache/hive/hplsql/packages/InMemoryPackageRegistry.java b/hplsql/src/main/java/org/apache/hive/hplsql/packages/InMemoryPackageRegistry.java index c6ca6f1d9542..a7abbef66015 100644 --- a/hplsql/src/main/java/org/apache/hive/hplsql/packages/InMemoryPackageRegistry.java +++ b/hplsql/src/main/java/org/apache/hive/hplsql/packages/InMemoryPackageRegistry.java @@ -1,19 +1,19 @@ /* - * 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 + * 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 + * 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. + * 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. */ package org.apache.hive.hplsql.packages; diff --git a/hplsql/src/main/java/org/apache/hive/hplsql/packages/PackageRegistry.java b/hplsql/src/main/java/org/apache/hive/hplsql/packages/PackageRegistry.java index 96bc04968768..8c5bf2f802fb 100644 --- a/hplsql/src/main/java/org/apache/hive/hplsql/packages/PackageRegistry.java +++ b/hplsql/src/main/java/org/apache/hive/hplsql/packages/PackageRegistry.java @@ -1,19 +1,19 @@ /* - * 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 + * 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 + * 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. + * 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. */ package org.apache.hive.hplsql.packages; diff --git a/hplsql/src/main/java/org/apache/hive/hplsql/udf/Udf.java b/hplsql/src/main/java/org/apache/hive/hplsql/udf/Udf.java index d15363e56df0..fd15449af6da 100644 --- a/hplsql/src/main/java/org/apache/hive/hplsql/udf/Udf.java +++ b/hplsql/src/main/java/org/apache/hive/hplsql/udf/Udf.java @@ -1,19 +1,19 @@ /* - * 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 + * 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 + * 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. + * 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. */ package org.apache.hive.hplsql.udf; diff --git a/hplsql/src/test/java/org/apache/hive/hplsql/objects/TableTest.java b/hplsql/src/test/java/org/apache/hive/hplsql/objects/TableTest.java index 42ddbf456058..01e330ece79d 100644 --- a/hplsql/src/test/java/org/apache/hive/hplsql/objects/TableTest.java +++ b/hplsql/src/test/java/org/apache/hive/hplsql/objects/TableTest.java @@ -1,19 +1,19 @@ /* - * 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 + * 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 + * 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. + * 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. */ package org.apache.hive.hplsql.objects; diff --git a/hplsql/src/test/java/org/apache/hive/hplsql/udf/TestHplsqlUdf.java b/hplsql/src/test/java/org/apache/hive/hplsql/udf/TestHplsqlUdf.java index 117c88bf2236..40ecef6ad4de 100644 --- a/hplsql/src/test/java/org/apache/hive/hplsql/udf/TestHplsqlUdf.java +++ b/hplsql/src/test/java/org/apache/hive/hplsql/udf/TestHplsqlUdf.java @@ -1,19 +1,19 @@ /* - * 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 + * 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 + * 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. + * 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. */ package org.apache.hive.hplsql.udf; diff --git a/jdbc/src/test/org/apache/hive/jdbc/TestHiveStatement.java b/jdbc/src/test/org/apache/hive/jdbc/TestHiveStatement.java index ee88d1c492cc..ec8f12f78ede 100644 --- a/jdbc/src/test/org/apache/hive/jdbc/TestHiveStatement.java +++ b/jdbc/src/test/org/apache/hive/jdbc/TestHiveStatement.java @@ -7,7 +7,7 @@ * "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, diff --git a/jdbc/src/test/org/apache/hive/jdbc/TestJdbcDriver.java b/jdbc/src/test/org/apache/hive/jdbc/TestJdbcDriver.java index 162e42fb3efd..a36128b45171 100644 --- a/jdbc/src/test/org/apache/hive/jdbc/TestJdbcDriver.java +++ b/jdbc/src/test/org/apache/hive/jdbc/TestJdbcDriver.java @@ -7,7 +7,7 @@ * "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, diff --git a/jdbc/src/test/org/apache/hive/jdbc/ZooKeeperHiveClientHelperTest.java b/jdbc/src/test/org/apache/hive/jdbc/ZooKeeperHiveClientHelperTest.java index 7b759482efce..093a3b71204d 100644 --- a/jdbc/src/test/org/apache/hive/jdbc/ZooKeeperHiveClientHelperTest.java +++ b/jdbc/src/test/org/apache/hive/jdbc/ZooKeeperHiveClientHelperTest.java @@ -7,7 +7,7 @@ * "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, diff --git a/kafka-handler/src/java/org/apache/hadoop/hive/kafka/KafkaDagCredentialSupplier.java b/kafka-handler/src/java/org/apache/hadoop/hive/kafka/KafkaDagCredentialSupplier.java index 919321536604..e2da22b83f5f 100644 --- a/kafka-handler/src/java/org/apache/hadoop/hive/kafka/KafkaDagCredentialSupplier.java +++ b/kafka-handler/src/java/org/apache/hadoop/hive/kafka/KafkaDagCredentialSupplier.java @@ -1,12 +1,13 @@ /* - * 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 + * 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 + * 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, diff --git a/kafka-handler/src/test/org/apache/hadoop/hive/kafka/KafkaDagCredentialSupplierTest.java b/kafka-handler/src/test/org/apache/hadoop/hive/kafka/KafkaDagCredentialSupplierTest.java index 9ec03b97c6c6..39427b1ccbe6 100644 --- a/kafka-handler/src/test/org/apache/hadoop/hive/kafka/KafkaDagCredentialSupplierTest.java +++ b/kafka-handler/src/test/org/apache/hadoop/hive/kafka/KafkaDagCredentialSupplierTest.java @@ -1,12 +1,13 @@ /* - * 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 + * 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 + * 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, diff --git a/llap-client/src/java/org/apache/hadoop/hive/llap/IllegalCacheConfigurationException.java b/llap-client/src/java/org/apache/hadoop/hive/llap/IllegalCacheConfigurationException.java index a7bd34c57834..1d1734f1d986 100644 --- a/llap-client/src/java/org/apache/hadoop/hive/llap/IllegalCacheConfigurationException.java +++ b/llap-client/src/java/org/apache/hadoop/hive/llap/IllegalCacheConfigurationException.java @@ -7,7 +7,7 @@ * "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, diff --git a/llap-client/src/java/org/apache/hadoop/hive/llap/LlapInputSplit.java b/llap-client/src/java/org/apache/hadoop/hive/llap/LlapInputSplit.java index 27f7e162bb77..a991b1f8f061 100644 --- a/llap-client/src/java/org/apache/hadoop/hive/llap/LlapInputSplit.java +++ b/llap-client/src/java/org/apache/hadoop/hive/llap/LlapInputSplit.java @@ -1,10 +1,11 @@ /* - * 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 + * 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 * diff --git a/llap-client/src/java/org/apache/hadoop/hive/llap/SubmitWorkInfo.java b/llap-client/src/java/org/apache/hadoop/hive/llap/SubmitWorkInfo.java index 3ae37dc5e45b..3212fe244244 100644 --- a/llap-client/src/java/org/apache/hadoop/hive/llap/SubmitWorkInfo.java +++ b/llap-client/src/java/org/apache/hadoop/hive/llap/SubmitWorkInfo.java @@ -1,10 +1,11 @@ /* - * 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 + * 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 * diff --git a/llap-client/src/java/org/apache/hadoop/hive/llap/ext/LlapTaskUmbilicalExternalClient.java b/llap-client/src/java/org/apache/hadoop/hive/llap/ext/LlapTaskUmbilicalExternalClient.java index 00c095b33e1a..3f5b32629816 100644 --- a/llap-client/src/java/org/apache/hadoop/hive/llap/ext/LlapTaskUmbilicalExternalClient.java +++ b/llap-client/src/java/org/apache/hadoop/hive/llap/ext/LlapTaskUmbilicalExternalClient.java @@ -1,10 +1,11 @@ /* - * 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 + * 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 * diff --git a/llap-client/src/java/org/apache/hadoop/hive/llap/registry/impl/SlotZnode.java b/llap-client/src/java/org/apache/hadoop/hive/llap/registry/impl/SlotZnode.java index 3992a2a8462b..eb445d1a98a0 100644 --- a/llap-client/src/java/org/apache/hadoop/hive/llap/registry/impl/SlotZnode.java +++ b/llap-client/src/java/org/apache/hadoop/hive/llap/registry/impl/SlotZnode.java @@ -7,14 +7,13 @@ * "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. + * 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. */ package org.apache.hadoop.hive.llap.registry.impl; diff --git a/llap-client/src/java/org/apache/hadoop/hive/llap/tezplugins/helpers/LlapTaskUmbilicalServer.java b/llap-client/src/java/org/apache/hadoop/hive/llap/tezplugins/helpers/LlapTaskUmbilicalServer.java index 5043fdd96a98..881baa0a99f1 100644 --- a/llap-client/src/java/org/apache/hadoop/hive/llap/tezplugins/helpers/LlapTaskUmbilicalServer.java +++ b/llap-client/src/java/org/apache/hadoop/hive/llap/tezplugins/helpers/LlapTaskUmbilicalServer.java @@ -1,10 +1,11 @@ /* - * 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 + * 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 * diff --git a/llap-client/src/java/org/apache/hadoop/hive/registry/ServiceInstanceStateChangeListener.java b/llap-client/src/java/org/apache/hadoop/hive/registry/ServiceInstanceStateChangeListener.java index cc1ba337523e..40b1bdd63249 100644 --- a/llap-client/src/java/org/apache/hadoop/hive/registry/ServiceInstanceStateChangeListener.java +++ b/llap-client/src/java/org/apache/hadoop/hive/registry/ServiceInstanceStateChangeListener.java @@ -6,7 +6,9 @@ * 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. diff --git a/llap-client/src/test/org/apache/hadoop/hive/llap/registry/impl/TestSlotZnode.java b/llap-client/src/test/org/apache/hadoop/hive/llap/registry/impl/TestSlotZnode.java index 22dd5834a8c2..5ca8f20145fc 100644 --- a/llap-client/src/test/org/apache/hadoop/hive/llap/registry/impl/TestSlotZnode.java +++ b/llap-client/src/test/org/apache/hadoop/hive/llap/registry/impl/TestSlotZnode.java @@ -7,14 +7,13 @@ * "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. + * 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. */ package org.apache.hadoop.hive.llap.registry.impl; diff --git a/llap-common/src/java/org/apache/hadoop/hive/llap/counters/LlapIOCounters.java b/llap-common/src/java/org/apache/hadoop/hive/llap/counters/LlapIOCounters.java index d27193f02e89..b3fc96f84fb2 100644 --- a/llap-common/src/java/org/apache/hadoop/hive/llap/counters/LlapIOCounters.java +++ b/llap-common/src/java/org/apache/hadoop/hive/llap/counters/LlapIOCounters.java @@ -6,13 +6,16 @@ * 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. */ + package org.apache.hadoop.hive.llap.counters; import java.util.ArrayList; diff --git a/llap-common/src/java/org/apache/hadoop/hive/llap/counters/LlapWmCounters.java b/llap-common/src/java/org/apache/hadoop/hive/llap/counters/LlapWmCounters.java index d5f2be353172..d342ec149a3c 100644 --- a/llap-common/src/java/org/apache/hadoop/hive/llap/counters/LlapWmCounters.java +++ b/llap-common/src/java/org/apache/hadoop/hive/llap/counters/LlapWmCounters.java @@ -6,13 +6,16 @@ * 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. */ + package org.apache.hadoop.hive.llap.counters; diff --git a/llap-common/src/java/org/apache/hadoop/hive/llap/metrics/ReadWriteLockMetrics.java b/llap-common/src/java/org/apache/hadoop/hive/llap/metrics/ReadWriteLockMetrics.java index 189c684d28db..20643ac5eb8d 100644 --- a/llap-common/src/java/org/apache/hadoop/hive/llap/metrics/ReadWriteLockMetrics.java +++ b/llap-common/src/java/org/apache/hadoop/hive/llap/metrics/ReadWriteLockMetrics.java @@ -5,7 +5,7 @@ * 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 a + * with the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/llap-common/src/test/org/apache/hadoop/hive/llap/TestRow.java b/llap-common/src/test/org/apache/hadoop/hive/llap/TestRow.java index ed6b005345fe..41c59cb6ede8 100644 --- a/llap-common/src/test/org/apache/hadoop/hive/llap/TestRow.java +++ b/llap-common/src/test/org/apache/hadoop/hive/llap/TestRow.java @@ -1,10 +1,11 @@ /* - * 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 + * 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 * diff --git a/llap-common/src/test/org/apache/hadoop/hive/llap/metrics/TestReadWriteLockMetrics.java b/llap-common/src/test/org/apache/hadoop/hive/llap/metrics/TestReadWriteLockMetrics.java index 556e9db58aac..a298798a2c3d 100644 --- a/llap-common/src/test/org/apache/hadoop/hive/llap/metrics/TestReadWriteLockMetrics.java +++ b/llap-common/src/test/org/apache/hadoop/hive/llap/metrics/TestReadWriteLockMetrics.java @@ -5,7 +5,7 @@ * 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 a + * with the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * @@ -16,6 +16,7 @@ * limitations under the License. */ + package org.apache.hadoop.hive.llap.metrics; import static java.lang.Math.max; diff --git a/llap-ext-client/src/java/org/apache/hadoop/hive/llap/LlapBaseInputFormat.java b/llap-ext-client/src/java/org/apache/hadoop/hive/llap/LlapBaseInputFormat.java index 3309901e849a..7a87c3773886 100644 --- a/llap-ext-client/src/java/org/apache/hadoop/hive/llap/LlapBaseInputFormat.java +++ b/llap-ext-client/src/java/org/apache/hadoop/hive/llap/LlapBaseInputFormat.java @@ -1,10 +1,11 @@ /* - * 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 + * 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 * diff --git a/llap-server/src/java/org/apache/hadoop/hive/llap/LlapStorageHandler.java b/llap-server/src/java/org/apache/hadoop/hive/llap/LlapStorageHandler.java index c001cc1df7a7..6087bae7dd1d 100644 --- a/llap-server/src/java/org/apache/hadoop/hive/llap/LlapStorageHandler.java +++ b/llap-server/src/java/org/apache/hadoop/hive/llap/LlapStorageHandler.java @@ -1,10 +1,11 @@ /* - * 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 + * 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 * diff --git a/llap-server/src/java/org/apache/hadoop/hive/llap/cache/LlapAllocatorBuffer.java b/llap-server/src/java/org/apache/hadoop/hive/llap/cache/LlapAllocatorBuffer.java index dafb6cfc40fa..e7834c96df68 100644 --- a/llap-server/src/java/org/apache/hadoop/hive/llap/cache/LlapAllocatorBuffer.java +++ b/llap-server/src/java/org/apache/hadoop/hive/llap/cache/LlapAllocatorBuffer.java @@ -1,10 +1,11 @@ /* - * 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 + * 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 * diff --git a/llap-server/src/java/org/apache/hadoop/hive/llap/counters/FragmentCountersMap.java b/llap-server/src/java/org/apache/hadoop/hive/llap/counters/FragmentCountersMap.java index 993f70a089c9..934b1fb9fcf5 100644 --- a/llap-server/src/java/org/apache/hadoop/hive/llap/counters/FragmentCountersMap.java +++ b/llap-server/src/java/org/apache/hadoop/hive/llap/counters/FragmentCountersMap.java @@ -6,7 +6,9 @@ * 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. diff --git a/llap-server/src/java/org/apache/hadoop/hive/llap/daemon/services/impl/LlapIoMemoryServlet.java b/llap-server/src/java/org/apache/hadoop/hive/llap/daemon/services/impl/LlapIoMemoryServlet.java index 835b46adec24..5d6c9833008a 100644 --- a/llap-server/src/java/org/apache/hadoop/hive/llap/daemon/services/impl/LlapIoMemoryServlet.java +++ b/llap-server/src/java/org/apache/hadoop/hive/llap/daemon/services/impl/LlapIoMemoryServlet.java @@ -1,12 +1,13 @@ /* - * 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 + * 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 + * 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, diff --git a/llap-server/src/java/org/apache/hadoop/hive/llap/daemon/services/impl/LlapLockingServlet.java b/llap-server/src/java/org/apache/hadoop/hive/llap/daemon/services/impl/LlapLockingServlet.java index 86d9552fa899..84724fbfb17a 100644 --- a/llap-server/src/java/org/apache/hadoop/hive/llap/daemon/services/impl/LlapLockingServlet.java +++ b/llap-server/src/java/org/apache/hadoop/hive/llap/daemon/services/impl/LlapLockingServlet.java @@ -5,9 +5,9 @@ * 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 a + * 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, diff --git a/llap-server/src/java/org/apache/hadoop/hive/llap/daemon/services/impl/LlapWebServices.java b/llap-server/src/java/org/apache/hadoop/hive/llap/daemon/services/impl/LlapWebServices.java index eb4fe2fee594..8c2eaaed7f79 100644 --- a/llap-server/src/java/org/apache/hadoop/hive/llap/daemon/services/impl/LlapWebServices.java +++ b/llap-server/src/java/org/apache/hadoop/hive/llap/daemon/services/impl/LlapWebServices.java @@ -7,7 +7,7 @@ * "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, diff --git a/llap-server/src/java/org/apache/hadoop/hive/llap/daemon/services/impl/SystemConfigurationServlet.java b/llap-server/src/java/org/apache/hadoop/hive/llap/daemon/services/impl/SystemConfigurationServlet.java index a2d5944f4e99..180b3a250464 100644 --- a/llap-server/src/java/org/apache/hadoop/hive/llap/daemon/services/impl/SystemConfigurationServlet.java +++ b/llap-server/src/java/org/apache/hadoop/hive/llap/daemon/services/impl/SystemConfigurationServlet.java @@ -6,7 +6,9 @@ * 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. diff --git a/llap-server/src/java/org/apache/hadoop/hive/llap/io/decode/OrcEncodedDataConsumer.java b/llap-server/src/java/org/apache/hadoop/hive/llap/io/decode/OrcEncodedDataConsumer.java index c0a2daa68897..7b5f0e9ef1f5 100644 --- a/llap-server/src/java/org/apache/hadoop/hive/llap/io/decode/OrcEncodedDataConsumer.java +++ b/llap-server/src/java/org/apache/hadoop/hive/llap/io/decode/OrcEncodedDataConsumer.java @@ -6,7 +6,9 @@ * 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. diff --git a/llap-server/src/java/org/apache/hadoop/hive/llap/io/encoded/LlapOrcCacheLoader.java b/llap-server/src/java/org/apache/hadoop/hive/llap/io/encoded/LlapOrcCacheLoader.java index 1fe56c08dd6a..05296bd96637 100644 --- a/llap-server/src/java/org/apache/hadoop/hive/llap/io/encoded/LlapOrcCacheLoader.java +++ b/llap-server/src/java/org/apache/hadoop/hive/llap/io/encoded/LlapOrcCacheLoader.java @@ -7,7 +7,7 @@ * "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, diff --git a/llap-server/src/java/org/apache/hadoop/hive/llap/io/encoded/OrcEncodedDataReader.java b/llap-server/src/java/org/apache/hadoop/hive/llap/io/encoded/OrcEncodedDataReader.java index d97c2071f869..7f7de6b837ab 100644 --- a/llap-server/src/java/org/apache/hadoop/hive/llap/io/encoded/OrcEncodedDataReader.java +++ b/llap-server/src/java/org/apache/hadoop/hive/llap/io/encoded/OrcEncodedDataReader.java @@ -7,7 +7,7 @@ * "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, diff --git a/llap-server/src/java/org/apache/hadoop/hive/llap/io/encoded/SerDeEncodedDataReader.java b/llap-server/src/java/org/apache/hadoop/hive/llap/io/encoded/SerDeEncodedDataReader.java index e32b0584c888..92832a3f4c5b 100644 --- a/llap-server/src/java/org/apache/hadoop/hive/llap/io/encoded/SerDeEncodedDataReader.java +++ b/llap-server/src/java/org/apache/hadoop/hive/llap/io/encoded/SerDeEncodedDataReader.java @@ -7,7 +7,7 @@ * "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, diff --git a/llap-server/src/java/org/apache/hadoop/hive/llap/io/encoded/VectorDeserializeOrcWriter.java b/llap-server/src/java/org/apache/hadoop/hive/llap/io/encoded/VectorDeserializeOrcWriter.java index e9fd5e4b1692..7524390a7ace 100644 --- a/llap-server/src/java/org/apache/hadoop/hive/llap/io/encoded/VectorDeserializeOrcWriter.java +++ b/llap-server/src/java/org/apache/hadoop/hive/llap/io/encoded/VectorDeserializeOrcWriter.java @@ -7,7 +7,7 @@ * "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, diff --git a/llap-server/src/java/org/apache/hadoop/hive/llap/log/Log4jQueryCompleteMarker.java b/llap-server/src/java/org/apache/hadoop/hive/llap/log/Log4jQueryCompleteMarker.java index 808f43e4e9d6..c649975e3f1a 100644 --- a/llap-server/src/java/org/apache/hadoop/hive/llap/log/Log4jQueryCompleteMarker.java +++ b/llap-server/src/java/org/apache/hadoop/hive/llap/log/Log4jQueryCompleteMarker.java @@ -1,10 +1,11 @@ /* - * 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 + * 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 * diff --git a/llap-server/src/test/org/apache/hadoop/hive/llap/io/LlapIoMocks.java b/llap-server/src/test/org/apache/hadoop/hive/llap/io/LlapIoMocks.java index 22434e7462ec..fcd9b5021f8e 100644 --- a/llap-server/src/test/org/apache/hadoop/hive/llap/io/LlapIoMocks.java +++ b/llap-server/src/test/org/apache/hadoop/hive/llap/io/LlapIoMocks.java @@ -7,7 +7,7 @@ * "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, diff --git a/llap-server/src/test/org/apache/hadoop/hive/llap/io/encoded/TestLlapOrcCacheLoader.java b/llap-server/src/test/org/apache/hadoop/hive/llap/io/encoded/TestLlapOrcCacheLoader.java index 7090c8450a26..bd7518b3fbd0 100644 --- a/llap-server/src/test/org/apache/hadoop/hive/llap/io/encoded/TestLlapOrcCacheLoader.java +++ b/llap-server/src/test/org/apache/hadoop/hive/llap/io/encoded/TestLlapOrcCacheLoader.java @@ -7,7 +7,7 @@ * "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, diff --git a/llap-tez/src/java/org/apache/hadoop/hive/llap/tezplugins/metrics/LlapTaskSchedulerMetrics.java b/llap-tez/src/java/org/apache/hadoop/hive/llap/tezplugins/metrics/LlapTaskSchedulerMetrics.java index 5c94d0b02706..1c2eaafe8c8b 100644 --- a/llap-tez/src/java/org/apache/hadoop/hive/llap/tezplugins/metrics/LlapTaskSchedulerMetrics.java +++ b/llap-tez/src/java/org/apache/hadoop/hive/llap/tezplugins/metrics/LlapTaskSchedulerMetrics.java @@ -6,13 +6,16 @@ * 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. */ + package org.apache.hadoop.hive.llap.tezplugins.metrics; import static org.apache.hadoop.hive.llap.tezplugins.metrics.LlapTaskSchedulerInfo.SchedulerClusterNodeCount; diff --git a/metastore/src/java/org/apache/hadoop/hive/metastore/HiveClientCache.java b/metastore/src/java/org/apache/hadoop/hive/metastore/HiveClientCache.java index 718e5d38a5b0..6774080fad9c 100644 --- a/metastore/src/java/org/apache/hadoop/hive/metastore/HiveClientCache.java +++ b/metastore/src/java/org/apache/hadoop/hive/metastore/HiveClientCache.java @@ -9,13 +9,13 @@ * * 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. + * 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. */ + package org.apache.hadoop.hive.metastore; import java.io.IOException; diff --git a/metastore/src/test/org/apache/hadoop/hive/metastore/TestHiveClientCache.java b/metastore/src/test/org/apache/hadoop/hive/metastore/TestHiveClientCache.java index bc61ed8e3caf..5a6ee31dff62 100644 --- a/metastore/src/test/org/apache/hadoop/hive/metastore/TestHiveClientCache.java +++ b/metastore/src/test/org/apache/hadoop/hive/metastore/TestHiveClientCache.java @@ -9,13 +9,13 @@ * * 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. + * 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. */ + package org.apache.hadoop.hive.metastore; import org.apache.hadoop.hive.conf.HiveConf; diff --git a/parser/src/test/org/apache/hadoop/hive/ql/parse/TestParseCreateView.java b/parser/src/test/org/apache/hadoop/hive/ql/parse/TestParseCreateView.java index 22c31f74d0b3..420a9474c0b2 100644 --- a/parser/src/test/org/apache/hadoop/hive/ql/parse/TestParseCreateView.java +++ b/parser/src/test/org/apache/hadoop/hive/ql/parse/TestParseCreateView.java @@ -7,15 +7,15 @@ * "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. + * 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. */ + package org.apache.hadoop.hive.ql.parse; import org.junit.Test; diff --git a/ql/src/java/org/apache/hadoop/hive/llap/ChannelOutputStream.java b/ql/src/java/org/apache/hadoop/hive/llap/ChannelOutputStream.java index fe09f587aeca..9cb07be99124 100644 --- a/ql/src/java/org/apache/hadoop/hive/llap/ChannelOutputStream.java +++ b/ql/src/java/org/apache/hadoop/hive/llap/ChannelOutputStream.java @@ -1,10 +1,11 @@ /* - * 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 + * 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 * diff --git a/ql/src/java/org/apache/hadoop/hive/llap/DebugUtils.java b/ql/src/java/org/apache/hadoop/hive/llap/DebugUtils.java index 9321707caa74..48fe6016fc45 100644 --- a/ql/src/java/org/apache/hadoop/hive/llap/DebugUtils.java +++ b/ql/src/java/org/apache/hadoop/hive/llap/DebugUtils.java @@ -1,7 +1,7 @@ /* * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file - * distributed with this work for additional debugrmation + * 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 diff --git a/ql/src/java/org/apache/hadoop/hive/llap/LlapOutputFormat.java b/ql/src/java/org/apache/hadoop/hive/llap/LlapOutputFormat.java index 5452c3886329..a34f43aac1f3 100644 --- a/ql/src/java/org/apache/hadoop/hive/llap/LlapOutputFormat.java +++ b/ql/src/java/org/apache/hadoop/hive/llap/LlapOutputFormat.java @@ -1,10 +1,11 @@ /* - * 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 + * 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 * diff --git a/ql/src/java/org/apache/hadoop/hive/llap/LlapOutputFormatService.java b/ql/src/java/org/apache/hadoop/hive/llap/LlapOutputFormatService.java index 0afffd10be51..9a8489215b17 100644 --- a/ql/src/java/org/apache/hadoop/hive/llap/LlapOutputFormatService.java +++ b/ql/src/java/org/apache/hadoop/hive/llap/LlapOutputFormatService.java @@ -1,10 +1,11 @@ /* - * 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 + * 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 * diff --git a/ql/src/java/org/apache/hadoop/hive/ql/exec/GlobalWorkMapFactory.java b/ql/src/java/org/apache/hadoop/hive/ql/exec/GlobalWorkMapFactory.java index 8de600a7f3fa..5fa8e83c637f 100644 --- a/ql/src/java/org/apache/hadoop/hive/ql/exec/GlobalWorkMapFactory.java +++ b/ql/src/java/org/apache/hadoop/hive/ql/exec/GlobalWorkMapFactory.java @@ -7,7 +7,7 @@ * "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, diff --git a/ql/src/java/org/apache/hadoop/hive/ql/exec/HiveStructComparator.java b/ql/src/java/org/apache/hadoop/hive/ql/exec/HiveStructComparator.java index d8abf7271e94..01a47ab3aa45 100644 --- a/ql/src/java/org/apache/hadoop/hive/ql/exec/HiveStructComparator.java +++ b/ql/src/java/org/apache/hadoop/hive/ql/exec/HiveStructComparator.java @@ -1,13 +1,13 @@ /* * Licensed to the Apache Software Foundation (ASF) under one - * or more contributor license agreements.See the NOTICE file + * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information - * regarding copyright ownership.The ASF licenses this file + * 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 + * 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, diff --git a/ql/src/java/org/apache/hadoop/hive/ql/exec/HiveWritableComparator.java b/ql/src/java/org/apache/hadoop/hive/ql/exec/HiveWritableComparator.java index d6f51f1a5900..fb2dc8fa3c42 100644 --- a/ql/src/java/org/apache/hadoop/hive/ql/exec/HiveWritableComparator.java +++ b/ql/src/java/org/apache/hadoop/hive/ql/exec/HiveWritableComparator.java @@ -1,13 +1,13 @@ /* * Licensed to the Apache Software Foundation (ASF) under one - * or more contributor license agreements.See the NOTICE file + * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information - * regarding copyright ownership.The ASF licenses this file + * 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 + * 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, diff --git a/ql/src/java/org/apache/hadoop/hive/ql/exec/SMBMapJoinOperator.java b/ql/src/java/org/apache/hadoop/hive/ql/exec/SMBMapJoinOperator.java index d119e688b710..aa1c62257616 100644 --- a/ql/src/java/org/apache/hadoop/hive/ql/exec/SMBMapJoinOperator.java +++ b/ql/src/java/org/apache/hadoop/hive/ql/exec/SMBMapJoinOperator.java @@ -1,13 +1,13 @@ /* * Licensed to the Apache Software Foundation (ASF) under one - * or more contributor license agreements.See the NOTICE file + * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information - * regarding copyright ownership.The ASF licenses this file + * 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 + * 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, diff --git a/ql/src/java/org/apache/hadoop/hive/ql/exec/WritableComparatorFactory.java b/ql/src/java/org/apache/hadoop/hive/ql/exec/WritableComparatorFactory.java index ff9ada4d61cf..5823486a8d34 100644 --- a/ql/src/java/org/apache/hadoop/hive/ql/exec/WritableComparatorFactory.java +++ b/ql/src/java/org/apache/hadoop/hive/ql/exec/WritableComparatorFactory.java @@ -1,13 +1,13 @@ /* * Licensed to the Apache Software Foundation (ASF) under one - * or more contributor license agreements.See the NOTICE file + * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information - * regarding copyright ownership.The ASF licenses this file + * 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 + * 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, diff --git a/ql/src/java/org/apache/hadoop/hive/ql/exec/tez/DagCredentialSupplier.java b/ql/src/java/org/apache/hadoop/hive/ql/exec/tez/DagCredentialSupplier.java index 0375f2de7199..53aaf6f57b64 100644 --- a/ql/src/java/org/apache/hadoop/hive/ql/exec/tez/DagCredentialSupplier.java +++ b/ql/src/java/org/apache/hadoop/hive/ql/exec/tez/DagCredentialSupplier.java @@ -1,12 +1,13 @@ /* - * 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 + * 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 + * 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, diff --git a/ql/src/java/org/apache/hadoop/hive/ql/exec/tez/KillMoveTriggerActionHandler.java b/ql/src/java/org/apache/hadoop/hive/ql/exec/tez/KillMoveTriggerActionHandler.java index 5eb1b69ede53..0976a251d117 100644 --- a/ql/src/java/org/apache/hadoop/hive/ql/exec/tez/KillMoveTriggerActionHandler.java +++ b/ql/src/java/org/apache/hadoop/hive/ql/exec/tez/KillMoveTriggerActionHandler.java @@ -6,7 +6,9 @@ * 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. diff --git a/ql/src/java/org/apache/hadoop/hive/ql/exec/tez/KillTriggerActionHandler.java b/ql/src/java/org/apache/hadoop/hive/ql/exec/tez/KillTriggerActionHandler.java index ae0927939f57..eeb526985538 100644 --- a/ql/src/java/org/apache/hadoop/hive/ql/exec/tez/KillTriggerActionHandler.java +++ b/ql/src/java/org/apache/hadoop/hive/ql/exec/tez/KillTriggerActionHandler.java @@ -6,7 +6,9 @@ * 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. diff --git a/ql/src/java/org/apache/hadoop/hive/ql/exec/tez/PerPoolTriggerValidatorRunnable.java b/ql/src/java/org/apache/hadoop/hive/ql/exec/tez/PerPoolTriggerValidatorRunnable.java index 865fe0451413..18cba24de555 100644 --- a/ql/src/java/org/apache/hadoop/hive/ql/exec/tez/PerPoolTriggerValidatorRunnable.java +++ b/ql/src/java/org/apache/hadoop/hive/ql/exec/tez/PerPoolTriggerValidatorRunnable.java @@ -6,7 +6,9 @@ * 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. diff --git a/ql/src/java/org/apache/hadoop/hive/ql/exec/tez/TriggerValidatorRunnable.java b/ql/src/java/org/apache/hadoop/hive/ql/exec/tez/TriggerValidatorRunnable.java index 8c759170c54e..6a19621befba 100644 --- a/ql/src/java/org/apache/hadoop/hive/ql/exec/tez/TriggerValidatorRunnable.java +++ b/ql/src/java/org/apache/hadoop/hive/ql/exec/tez/TriggerValidatorRunnable.java @@ -6,7 +6,9 @@ * 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. diff --git a/ql/src/java/org/apache/hadoop/hive/ql/exec/vector/expressions/IfExprColumnNull.java b/ql/src/java/org/apache/hadoop/hive/ql/exec/vector/expressions/IfExprColumnNull.java index aed1739bcdf3..12b92f3c983b 100644 --- a/ql/src/java/org/apache/hadoop/hive/ql/exec/vector/expressions/IfExprColumnNull.java +++ b/ql/src/java/org/apache/hadoop/hive/ql/exec/vector/expressions/IfExprColumnNull.java @@ -7,7 +7,7 @@ * "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, diff --git a/ql/src/java/org/apache/hadoop/hive/ql/exec/vector/expressions/IfExprDecimal64ColumnDecimal64Column.java b/ql/src/java/org/apache/hadoop/hive/ql/exec/vector/expressions/IfExprDecimal64ColumnDecimal64Column.java index 0873d1a04e93..aebba102fdc6 100644 --- a/ql/src/java/org/apache/hadoop/hive/ql/exec/vector/expressions/IfExprDecimal64ColumnDecimal64Column.java +++ b/ql/src/java/org/apache/hadoop/hive/ql/exec/vector/expressions/IfExprDecimal64ColumnDecimal64Column.java @@ -7,7 +7,7 @@ * "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, diff --git a/ql/src/java/org/apache/hadoop/hive/ql/exec/vector/expressions/IfExprDoubleColumnDoubleColumn.java b/ql/src/java/org/apache/hadoop/hive/ql/exec/vector/expressions/IfExprDoubleColumnDoubleColumn.java index 6e0436c8f992..6b967e010fe3 100644 --- a/ql/src/java/org/apache/hadoop/hive/ql/exec/vector/expressions/IfExprDoubleColumnDoubleColumn.java +++ b/ql/src/java/org/apache/hadoop/hive/ql/exec/vector/expressions/IfExprDoubleColumnDoubleColumn.java @@ -7,7 +7,7 @@ * "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, diff --git a/ql/src/java/org/apache/hadoop/hive/ql/exec/vector/expressions/IfExprLongColumnLongColumn.java b/ql/src/java/org/apache/hadoop/hive/ql/exec/vector/expressions/IfExprLongColumnLongColumn.java index 665dbbe4560d..f613d5922bcd 100644 --- a/ql/src/java/org/apache/hadoop/hive/ql/exec/vector/expressions/IfExprLongColumnLongColumn.java +++ b/ql/src/java/org/apache/hadoop/hive/ql/exec/vector/expressions/IfExprLongColumnLongColumn.java @@ -7,7 +7,7 @@ * "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, diff --git a/ql/src/java/org/apache/hadoop/hive/ql/exec/vector/expressions/IfExprNullColumn.java b/ql/src/java/org/apache/hadoop/hive/ql/exec/vector/expressions/IfExprNullColumn.java index cf085e14cf5c..6539035939d1 100644 --- a/ql/src/java/org/apache/hadoop/hive/ql/exec/vector/expressions/IfExprNullColumn.java +++ b/ql/src/java/org/apache/hadoop/hive/ql/exec/vector/expressions/IfExprNullColumn.java @@ -7,7 +7,7 @@ * "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, diff --git a/ql/src/java/org/apache/hadoop/hive/ql/exec/vector/expressions/IfExprNullNull.java b/ql/src/java/org/apache/hadoop/hive/ql/exec/vector/expressions/IfExprNullNull.java index 7be391dedac7..9d9fc3274f6e 100644 --- a/ql/src/java/org/apache/hadoop/hive/ql/exec/vector/expressions/IfExprNullNull.java +++ b/ql/src/java/org/apache/hadoop/hive/ql/exec/vector/expressions/IfExprNullNull.java @@ -7,7 +7,7 @@ * "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, diff --git a/ql/src/java/org/apache/hadoop/hive/ql/io/PositionDeleteInfo.java b/ql/src/java/org/apache/hadoop/hive/ql/io/PositionDeleteInfo.java index a1be5affcb27..dd1a427f9de9 100644 --- a/ql/src/java/org/apache/hadoop/hive/ql/io/PositionDeleteInfo.java +++ b/ql/src/java/org/apache/hadoop/hive/ql/io/PositionDeleteInfo.java @@ -7,14 +7,13 @@ * "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. + * 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. */ package org.apache.hadoop.hive.ql.io; diff --git a/ql/src/java/org/apache/hadoop/hive/ql/io/avro/AvroContainerInputFormat.java b/ql/src/java/org/apache/hadoop/hive/ql/io/avro/AvroContainerInputFormat.java index 043e8a419356..0375e5afbcc4 100644 --- a/ql/src/java/org/apache/hadoop/hive/ql/io/avro/AvroContainerInputFormat.java +++ b/ql/src/java/org/apache/hadoop/hive/ql/io/avro/AvroContainerInputFormat.java @@ -7,7 +7,7 @@ * "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, diff --git a/ql/src/java/org/apache/hadoop/hive/ql/io/avro/AvroContainerOutputFormat.java b/ql/src/java/org/apache/hadoop/hive/ql/io/avro/AvroContainerOutputFormat.java index 1f8c06bd6299..7226d2a4eea9 100644 --- a/ql/src/java/org/apache/hadoop/hive/ql/io/avro/AvroContainerOutputFormat.java +++ b/ql/src/java/org/apache/hadoop/hive/ql/io/avro/AvroContainerOutputFormat.java @@ -7,7 +7,7 @@ * "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, diff --git a/ql/src/java/org/apache/hadoop/hive/ql/io/avro/AvroGenericRecordReader.java b/ql/src/java/org/apache/hadoop/hive/ql/io/avro/AvroGenericRecordReader.java index 142aec7f2139..0416d0f40a18 100644 --- a/ql/src/java/org/apache/hadoop/hive/ql/io/avro/AvroGenericRecordReader.java +++ b/ql/src/java/org/apache/hadoop/hive/ql/io/avro/AvroGenericRecordReader.java @@ -7,7 +7,7 @@ * "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, diff --git a/ql/src/java/org/apache/hadoop/hive/ql/io/avro/AvroGenericRecordWriter.java b/ql/src/java/org/apache/hadoop/hive/ql/io/avro/AvroGenericRecordWriter.java index 6077fc79bca9..728887398a6d 100644 --- a/ql/src/java/org/apache/hadoop/hive/ql/io/avro/AvroGenericRecordWriter.java +++ b/ql/src/java/org/apache/hadoop/hive/ql/io/avro/AvroGenericRecordWriter.java @@ -7,7 +7,7 @@ * "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, diff --git a/ql/src/java/org/apache/hadoop/hive/ql/io/orc/encoded/CacheChunk.java b/ql/src/java/org/apache/hadoop/hive/ql/io/orc/encoded/CacheChunk.java index 4eedca153037..482e39520ad5 100644 --- a/ql/src/java/org/apache/hadoop/hive/ql/io/orc/encoded/CacheChunk.java +++ b/ql/src/java/org/apache/hadoop/hive/ql/io/orc/encoded/CacheChunk.java @@ -7,7 +7,7 @@ * "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, diff --git a/ql/src/java/org/apache/hadoop/hive/ql/lib/PreOrderOnceWalker.java b/ql/src/java/org/apache/hadoop/hive/ql/lib/PreOrderOnceWalker.java index 42d2e4d20dac..3d76fa2c3ead 100644 --- a/ql/src/java/org/apache/hadoop/hive/ql/lib/PreOrderOnceWalker.java +++ b/ql/src/java/org/apache/hadoop/hive/ql/lib/PreOrderOnceWalker.java @@ -7,7 +7,7 @@ * "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, diff --git a/ql/src/java/org/apache/hadoop/hive/ql/log/HushableRandomAccessFileAppender.java b/ql/src/java/org/apache/hadoop/hive/ql/log/HushableRandomAccessFileAppender.java index 5a2e26cd9448..4ec033585cf4 100644 --- a/ql/src/java/org/apache/hadoop/hive/ql/log/HushableRandomAccessFileAppender.java +++ b/ql/src/java/org/apache/hadoop/hive/ql/log/HushableRandomAccessFileAppender.java @@ -1,18 +1,19 @@ /* - * 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 + * 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 + * 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. + * See the License for the specific language governing permissions and + * limitations under the License. */ package org.apache.hadoop.hive.ql.log; diff --git a/ql/src/java/org/apache/hadoop/hive/ql/metadata/JarUtils.java b/ql/src/java/org/apache/hadoop/hive/ql/metadata/JarUtils.java index cde74591702d..6949b79d0638 100644 --- a/ql/src/java/org/apache/hadoop/hive/ql/metadata/JarUtils.java +++ b/ql/src/java/org/apache/hadoop/hive/ql/metadata/JarUtils.java @@ -1,18 +1,19 @@ /* - * 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 + * 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 + * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT - * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the - * License for the specific language governing permissions and limitations under - * the License. + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package org.apache.hadoop.hive.ql.metadata; diff --git a/ql/src/java/org/apache/hadoop/hive/ql/metadata/events/EventUtils.java b/ql/src/java/org/apache/hadoop/hive/ql/metadata/events/EventUtils.java index f9252712b3f5..6fce305ee563 100644 --- a/ql/src/java/org/apache/hadoop/hive/ql/metadata/events/EventUtils.java +++ b/ql/src/java/org/apache/hadoop/hive/ql/metadata/events/EventUtils.java @@ -9,12 +9,11 @@ * * 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. + * 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. */ package org.apache.hadoop.hive.ql.metadata.events; diff --git a/ql/src/java/org/apache/hadoop/hive/ql/optimizer/AbstractBucketJoinProc.java b/ql/src/java/org/apache/hadoop/hive/ql/optimizer/AbstractBucketJoinProc.java index d69df776aebb..b8abd6c765c6 100644 --- a/ql/src/java/org/apache/hadoop/hive/ql/optimizer/AbstractBucketJoinProc.java +++ b/ql/src/java/org/apache/hadoop/hive/ql/optimizer/AbstractBucketJoinProc.java @@ -1,13 +1,13 @@ /* * Licensed to the Apache Software Foundation (ASF) under one - * or more contributor license agreements.See the NOTICE file + * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information - * regarding copyright ownership.The ASF licenses this file + * 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 + * 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, diff --git a/ql/src/java/org/apache/hadoop/hive/ql/optimizer/AbstractSMBJoinProc.java b/ql/src/java/org/apache/hadoop/hive/ql/optimizer/AbstractSMBJoinProc.java index b822935d57e0..91918c27ba7d 100644 --- a/ql/src/java/org/apache/hadoop/hive/ql/optimizer/AbstractSMBJoinProc.java +++ b/ql/src/java/org/apache/hadoop/hive/ql/optimizer/AbstractSMBJoinProc.java @@ -1,13 +1,13 @@ /* * Licensed to the Apache Software Foundation (ASF) under one - * or more contributor license agreements.See the NOTICE file + * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information - * regarding copyright ownership.The ASF licenses this file + * 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 + * 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, diff --git a/ql/src/java/org/apache/hadoop/hive/ql/optimizer/BucketJoinProcCtx.java b/ql/src/java/org/apache/hadoop/hive/ql/optimizer/BucketJoinProcCtx.java index 419038f6e000..e33d4fbc91b6 100644 --- a/ql/src/java/org/apache/hadoop/hive/ql/optimizer/BucketJoinProcCtx.java +++ b/ql/src/java/org/apache/hadoop/hive/ql/optimizer/BucketJoinProcCtx.java @@ -1,13 +1,13 @@ /* * Licensed to the Apache Software Foundation (ASF) under one - * or more contributor license agreements.See the NOTICE file + * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information - * regarding copyright ownership.The ASF licenses this file + * 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 + * 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, diff --git a/ql/src/java/org/apache/hadoop/hive/ql/optimizer/BucketMapJoinOptimizer.java b/ql/src/java/org/apache/hadoop/hive/ql/optimizer/BucketMapJoinOptimizer.java index 7ffeba464832..eca21e7c713e 100644 --- a/ql/src/java/org/apache/hadoop/hive/ql/optimizer/BucketMapJoinOptimizer.java +++ b/ql/src/java/org/apache/hadoop/hive/ql/optimizer/BucketMapJoinOptimizer.java @@ -1,13 +1,13 @@ /* * Licensed to the Apache Software Foundation (ASF) under one - * or more contributor license agreements.See the NOTICE file + * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information - * regarding copyright ownership.The ASF licenses this file + * 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 + * 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, diff --git a/ql/src/java/org/apache/hadoop/hive/ql/optimizer/BucketMapjoinProc.java b/ql/src/java/org/apache/hadoop/hive/ql/optimizer/BucketMapjoinProc.java index bab07f179b1c..6c6280af8889 100644 --- a/ql/src/java/org/apache/hadoop/hive/ql/optimizer/BucketMapjoinProc.java +++ b/ql/src/java/org/apache/hadoop/hive/ql/optimizer/BucketMapjoinProc.java @@ -1,13 +1,13 @@ /* * Licensed to the Apache Software Foundation (ASF) under one - * or more contributor license agreements.See the NOTICE file + * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information - * regarding copyright ownership.The ASF licenses this file + * 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 + * 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, diff --git a/ql/src/java/org/apache/hadoop/hive/ql/optimizer/BucketingSortingReduceSinkOptimizer.java b/ql/src/java/org/apache/hadoop/hive/ql/optimizer/BucketingSortingReduceSinkOptimizer.java index 84d29ee7ca03..70416f489954 100644 --- a/ql/src/java/org/apache/hadoop/hive/ql/optimizer/BucketingSortingReduceSinkOptimizer.java +++ b/ql/src/java/org/apache/hadoop/hive/ql/optimizer/BucketingSortingReduceSinkOptimizer.java @@ -1,13 +1,13 @@ /* * Licensed to the Apache Software Foundation (ASF) under one - * or more contributor license agreements.See the NOTICE file + * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information - * regarding copyright ownership.The ASF licenses this file + * 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 + * 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, diff --git a/ql/src/java/org/apache/hadoop/hive/ql/optimizer/ConstantPropagate.java b/ql/src/java/org/apache/hadoop/hive/ql/optimizer/ConstantPropagate.java index a040d7e8c703..7a390a97011b 100644 --- a/ql/src/java/org/apache/hadoop/hive/ql/optimizer/ConstantPropagate.java +++ b/ql/src/java/org/apache/hadoop/hive/ql/optimizer/ConstantPropagate.java @@ -1,13 +1,13 @@ /* * Licensed to the Apache Software Foundation (ASF) under one - * or more contributor license agreements. See the NOTICE file + * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information - * regarding copyright ownership. The ASF licenses this file + * 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 + * 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, diff --git a/ql/src/java/org/apache/hadoop/hive/ql/optimizer/ConstantPropagateProcCtx.java b/ql/src/java/org/apache/hadoop/hive/ql/optimizer/ConstantPropagateProcCtx.java index b111e4f4283e..ef135bbb2af5 100644 --- a/ql/src/java/org/apache/hadoop/hive/ql/optimizer/ConstantPropagateProcCtx.java +++ b/ql/src/java/org/apache/hadoop/hive/ql/optimizer/ConstantPropagateProcCtx.java @@ -1,13 +1,13 @@ /* * Licensed to the Apache Software Foundation (ASF) under one - * or more contributor license agreements. See the NOTICE file + * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information - * regarding copyright ownership. The ASF licenses this file + * 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 + * 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, diff --git a/ql/src/java/org/apache/hadoop/hive/ql/optimizer/ConstantPropagateProcFactory.java b/ql/src/java/org/apache/hadoop/hive/ql/optimizer/ConstantPropagateProcFactory.java index 6f107798baeb..392516b07009 100644 --- a/ql/src/java/org/apache/hadoop/hive/ql/optimizer/ConstantPropagateProcFactory.java +++ b/ql/src/java/org/apache/hadoop/hive/ql/optimizer/ConstantPropagateProcFactory.java @@ -1,16 +1,19 @@ /* - * 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 + * 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 + * 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. + * 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. */ package org.apache.hadoop.hive.ql.optimizer; diff --git a/ql/src/java/org/apache/hadoop/hive/ql/optimizer/CountDistinctRewriteProc.java b/ql/src/java/org/apache/hadoop/hive/ql/optimizer/CountDistinctRewriteProc.java index 29e421136129..cbe63186b7fd 100644 --- a/ql/src/java/org/apache/hadoop/hive/ql/optimizer/CountDistinctRewriteProc.java +++ b/ql/src/java/org/apache/hadoop/hive/ql/optimizer/CountDistinctRewriteProc.java @@ -1,13 +1,13 @@ /* * Licensed to the Apache Software Foundation (ASF) under one - * or more contributor license agreements.See the NOTICE file + * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information - * regarding copyright ownership.The ASF licenses this file + * 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 + * 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, diff --git a/ql/src/java/org/apache/hadoop/hive/ql/optimizer/GroupByOptimizer.java b/ql/src/java/org/apache/hadoop/hive/ql/optimizer/GroupByOptimizer.java index 7ab5d7e89c61..21c6b23f273b 100644 --- a/ql/src/java/org/apache/hadoop/hive/ql/optimizer/GroupByOptimizer.java +++ b/ql/src/java/org/apache/hadoop/hive/ql/optimizer/GroupByOptimizer.java @@ -1,13 +1,13 @@ /* * Licensed to the Apache Software Foundation (ASF) under one - * or more contributor license agreements.See the NOTICE file + * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information - * regarding copyright ownership.The ASF licenses this file + * 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 + * 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, diff --git a/ql/src/java/org/apache/hadoop/hive/ql/optimizer/IdentityProjectRemover.java b/ql/src/java/org/apache/hadoop/hive/ql/optimizer/IdentityProjectRemover.java index a5fe3bb6a92c..381bb9f33521 100644 --- a/ql/src/java/org/apache/hadoop/hive/ql/optimizer/IdentityProjectRemover.java +++ b/ql/src/java/org/apache/hadoop/hive/ql/optimizer/IdentityProjectRemover.java @@ -1,13 +1,13 @@ /* * Licensed to the Apache Software Foundation (ASF) under one - * or more contributor license agreements. See the NOTICE file + * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information - * regarding copyright ownership. The ASF licenses this file + * 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 + * 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, diff --git a/ql/src/java/org/apache/hadoop/hive/ql/optimizer/RedundantDynamicPruningConditionsRemoval.java b/ql/src/java/org/apache/hadoop/hive/ql/optimizer/RedundantDynamicPruningConditionsRemoval.java index 44d47c42ee78..33b74d9ec7d9 100644 --- a/ql/src/java/org/apache/hadoop/hive/ql/optimizer/RedundantDynamicPruningConditionsRemoval.java +++ b/ql/src/java/org/apache/hadoop/hive/ql/optimizer/RedundantDynamicPruningConditionsRemoval.java @@ -1,13 +1,13 @@ /* * Licensed to the Apache Software Foundation (ASF) under one - * or more contributor license agreements. See the NOTICE file + * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information - * regarding copyright ownership. The ASF licenses this file + * 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 + * 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, diff --git a/ql/src/java/org/apache/hadoop/hive/ql/optimizer/SortBucketJoinProcCtx.java b/ql/src/java/org/apache/hadoop/hive/ql/optimizer/SortBucketJoinProcCtx.java index 887ac879c3b3..2094f9e1b076 100644 --- a/ql/src/java/org/apache/hadoop/hive/ql/optimizer/SortBucketJoinProcCtx.java +++ b/ql/src/java/org/apache/hadoop/hive/ql/optimizer/SortBucketJoinProcCtx.java @@ -1,13 +1,13 @@ /* * Licensed to the Apache Software Foundation (ASF) under one - * or more contributor license agreements.See the NOTICE file + * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information - * regarding copyright ownership.The ASF licenses this file + * 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 + * 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, diff --git a/ql/src/java/org/apache/hadoop/hive/ql/optimizer/SortedMergeBucketMapJoinOptimizer.java b/ql/src/java/org/apache/hadoop/hive/ql/optimizer/SortedMergeBucketMapJoinOptimizer.java index f18f15a2ba8d..6daba8693964 100644 --- a/ql/src/java/org/apache/hadoop/hive/ql/optimizer/SortedMergeBucketMapJoinOptimizer.java +++ b/ql/src/java/org/apache/hadoop/hive/ql/optimizer/SortedMergeBucketMapJoinOptimizer.java @@ -1,13 +1,13 @@ /* * Licensed to the Apache Software Foundation (ASF) under one - * or more contributor license agreements.See the NOTICE file + * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information - * regarding copyright ownership.The ASF licenses this file + * 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 + * 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, diff --git a/ql/src/java/org/apache/hadoop/hive/ql/optimizer/SortedMergeBucketMapjoinProc.java b/ql/src/java/org/apache/hadoop/hive/ql/optimizer/SortedMergeBucketMapjoinProc.java index e8cec2fceefc..947f7c359e93 100644 --- a/ql/src/java/org/apache/hadoop/hive/ql/optimizer/SortedMergeBucketMapjoinProc.java +++ b/ql/src/java/org/apache/hadoop/hive/ql/optimizer/SortedMergeBucketMapjoinProc.java @@ -1,13 +1,13 @@ /* * Licensed to the Apache Software Foundation (ASF) under one - * or more contributor license agreements.See the NOTICE file + * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information - * regarding copyright ownership.The ASF licenses this file + * 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 + * 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, diff --git a/ql/src/java/org/apache/hadoop/hive/ql/optimizer/SortedMergeJoinProc.java b/ql/src/java/org/apache/hadoop/hive/ql/optimizer/SortedMergeJoinProc.java index 4110a6f20de8..391dd64ef724 100644 --- a/ql/src/java/org/apache/hadoop/hive/ql/optimizer/SortedMergeJoinProc.java +++ b/ql/src/java/org/apache/hadoop/hive/ql/optimizer/SortedMergeJoinProc.java @@ -1,13 +1,13 @@ /* * Licensed to the Apache Software Foundation (ASF) under one - * or more contributor license agreements.See the NOTICE file + * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information - * regarding copyright ownership.The ASF licenses this file + * 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 + * 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, diff --git a/ql/src/java/org/apache/hadoop/hive/ql/optimizer/calcite/CalciteCteException.java b/ql/src/java/org/apache/hadoop/hive/ql/optimizer/calcite/CalciteCteException.java index dd5499b2f6b8..160ce59e3b4c 100644 --- a/ql/src/java/org/apache/hadoop/hive/ql/optimizer/calcite/CalciteCteException.java +++ b/ql/src/java/org/apache/hadoop/hive/ql/optimizer/calcite/CalciteCteException.java @@ -1,12 +1,13 @@ /* - * 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 + * 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 + * 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, diff --git a/ql/src/java/org/apache/hadoop/hive/ql/optimizer/calcite/CommonTableExpressionIdentitySuggester.java b/ql/src/java/org/apache/hadoop/hive/ql/optimizer/calcite/CommonTableExpressionIdentitySuggester.java index 7713105eb5ff..ec5f1f25e7dd 100644 --- a/ql/src/java/org/apache/hadoop/hive/ql/optimizer/calcite/CommonTableExpressionIdentitySuggester.java +++ b/ql/src/java/org/apache/hadoop/hive/ql/optimizer/calcite/CommonTableExpressionIdentitySuggester.java @@ -1,12 +1,13 @@ /* - * 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 + * 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 + * 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, diff --git a/ql/src/java/org/apache/hadoop/hive/ql/optimizer/calcite/CommonTableExpressionPrintSuggester.java b/ql/src/java/org/apache/hadoop/hive/ql/optimizer/calcite/CommonTableExpressionPrintSuggester.java index 50b7ee1aecd8..648374f544c7 100644 --- a/ql/src/java/org/apache/hadoop/hive/ql/optimizer/calcite/CommonTableExpressionPrintSuggester.java +++ b/ql/src/java/org/apache/hadoop/hive/ql/optimizer/calcite/CommonTableExpressionPrintSuggester.java @@ -1,12 +1,13 @@ /* - * 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 + * 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 + * 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, diff --git a/ql/src/java/org/apache/hadoop/hive/ql/optimizer/calcite/CommonTableExpressionRegistry.java b/ql/src/java/org/apache/hadoop/hive/ql/optimizer/calcite/CommonTableExpressionRegistry.java index 6c130e7dc792..b0588a1f37d9 100644 --- a/ql/src/java/org/apache/hadoop/hive/ql/optimizer/calcite/CommonTableExpressionRegistry.java +++ b/ql/src/java/org/apache/hadoop/hive/ql/optimizer/calcite/CommonTableExpressionRegistry.java @@ -1,12 +1,13 @@ /* - * 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 + * 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 + * 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, diff --git a/ql/src/java/org/apache/hadoop/hive/ql/optimizer/calcite/CommonTableExpressionSuggester.java b/ql/src/java/org/apache/hadoop/hive/ql/optimizer/calcite/CommonTableExpressionSuggester.java index 694b91099981..840bff3dcae0 100644 --- a/ql/src/java/org/apache/hadoop/hive/ql/optimizer/calcite/CommonTableExpressionSuggester.java +++ b/ql/src/java/org/apache/hadoop/hive/ql/optimizer/calcite/CommonTableExpressionSuggester.java @@ -1,12 +1,13 @@ /* - * 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 + * 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 + * 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, diff --git a/ql/src/java/org/apache/hadoop/hive/ql/optimizer/calcite/CommonTableExpressionSuggesterFactory.java b/ql/src/java/org/apache/hadoop/hive/ql/optimizer/calcite/CommonTableExpressionSuggesterFactory.java index 249b85387d57..34e2e3cbb358 100644 --- a/ql/src/java/org/apache/hadoop/hive/ql/optimizer/calcite/CommonTableExpressionSuggesterFactory.java +++ b/ql/src/java/org/apache/hadoop/hive/ql/optimizer/calcite/CommonTableExpressionSuggesterFactory.java @@ -1,12 +1,13 @@ /* - * 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 + * 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 + * 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, diff --git a/ql/src/java/org/apache/hadoop/hive/ql/optimizer/calcite/HiveSqlTypeUtil.java b/ql/src/java/org/apache/hadoop/hive/ql/optimizer/calcite/HiveSqlTypeUtil.java index ea3e97041917..d933747aa969 100644 --- a/ql/src/java/org/apache/hadoop/hive/ql/optimizer/calcite/HiveSqlTypeUtil.java +++ b/ql/src/java/org/apache/hadoop/hive/ql/optimizer/calcite/HiveSqlTypeUtil.java @@ -1,12 +1,13 @@ /* - * 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 + * 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 + * 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, diff --git a/ql/src/java/org/apache/hadoop/hive/ql/optimizer/calcite/RelWriterImplCopy.java b/ql/src/java/org/apache/hadoop/hive/ql/optimizer/calcite/RelWriterImplCopy.java index 49e37bb3bf67..f0585ea3c494 100644 --- a/ql/src/java/org/apache/hadoop/hive/ql/optimizer/calcite/RelWriterImplCopy.java +++ b/ql/src/java/org/apache/hadoop/hive/ql/optimizer/calcite/RelWriterImplCopy.java @@ -1,12 +1,13 @@ /* - * 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 + * 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 + * 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, diff --git a/ql/src/java/org/apache/hadoop/hive/ql/optimizer/calcite/RuleEventLogger.java b/ql/src/java/org/apache/hadoop/hive/ql/optimizer/calcite/RuleEventLogger.java index 1c4c74a9d253..2ab44b3248b7 100644 --- a/ql/src/java/org/apache/hadoop/hive/ql/optimizer/calcite/RuleEventLogger.java +++ b/ql/src/java/org/apache/hadoop/hive/ql/optimizer/calcite/RuleEventLogger.java @@ -1,12 +1,13 @@ /* - * 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 + * 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 + * 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, diff --git a/ql/src/java/org/apache/hadoop/hive/ql/optimizer/calcite/functions/HiveSqlAverageAggFunction.java b/ql/src/java/org/apache/hadoop/hive/ql/optimizer/calcite/functions/HiveSqlAverageAggFunction.java index cb5c1418d645..093c98d25bee 100644 --- a/ql/src/java/org/apache/hadoop/hive/ql/optimizer/calcite/functions/HiveSqlAverageAggFunction.java +++ b/ql/src/java/org/apache/hadoop/hive/ql/optimizer/calcite/functions/HiveSqlAverageAggFunction.java @@ -7,7 +7,7 @@ * "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, diff --git a/ql/src/java/org/apache/hadoop/hive/ql/optimizer/calcite/functions/HiveSqlSumAggFunction.java b/ql/src/java/org/apache/hadoop/hive/ql/optimizer/calcite/functions/HiveSqlSumAggFunction.java index 47133de47ff8..ced64470948f 100644 --- a/ql/src/java/org/apache/hadoop/hive/ql/optimizer/calcite/functions/HiveSqlSumAggFunction.java +++ b/ql/src/java/org/apache/hadoop/hive/ql/optimizer/calcite/functions/HiveSqlSumAggFunction.java @@ -1,12 +1,13 @@ /* - * 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 + * 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 + * 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, diff --git a/ql/src/java/org/apache/hadoop/hive/ql/optimizer/calcite/functions/HiveSqlVarianceAggFunction.java b/ql/src/java/org/apache/hadoop/hive/ql/optimizer/calcite/functions/HiveSqlVarianceAggFunction.java index 9298e51ebf7b..78175e6309c7 100644 --- a/ql/src/java/org/apache/hadoop/hive/ql/optimizer/calcite/functions/HiveSqlVarianceAggFunction.java +++ b/ql/src/java/org/apache/hadoop/hive/ql/optimizer/calcite/functions/HiveSqlVarianceAggFunction.java @@ -1,12 +1,13 @@ /* - * 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 + * 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 + * 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, diff --git a/ql/src/java/org/apache/hadoop/hive/ql/optimizer/calcite/reloperators/HiveConcat.java b/ql/src/java/org/apache/hadoop/hive/ql/optimizer/calcite/reloperators/HiveConcat.java index 1d20a6aa3450..782fac3c6aa2 100644 --- a/ql/src/java/org/apache/hadoop/hive/ql/optimizer/calcite/reloperators/HiveConcat.java +++ b/ql/src/java/org/apache/hadoop/hive/ql/optimizer/calcite/reloperators/HiveConcat.java @@ -7,7 +7,7 @@ * "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, diff --git a/ql/src/java/org/apache/hadoop/hive/ql/optimizer/calcite/reloperators/HiveTableSpool.java b/ql/src/java/org/apache/hadoop/hive/ql/optimizer/calcite/reloperators/HiveTableSpool.java index b09e42cf06f7..bb6cf0845175 100644 --- a/ql/src/java/org/apache/hadoop/hive/ql/optimizer/calcite/reloperators/HiveTableSpool.java +++ b/ql/src/java/org/apache/hadoop/hive/ql/optimizer/calcite/reloperators/HiveTableSpool.java @@ -1,12 +1,13 @@ /* - * 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 + * 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 + * 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, diff --git a/ql/src/java/org/apache/hadoop/hive/ql/optimizer/calcite/rules/CommonRelSubExprRegisterRule.java b/ql/src/java/org/apache/hadoop/hive/ql/optimizer/calcite/rules/CommonRelSubExprRegisterRule.java index 9f425c799bfd..a49f1c090c13 100644 --- a/ql/src/java/org/apache/hadoop/hive/ql/optimizer/calcite/rules/CommonRelSubExprRegisterRule.java +++ b/ql/src/java/org/apache/hadoop/hive/ql/optimizer/calcite/rules/CommonRelSubExprRegisterRule.java @@ -1,12 +1,13 @@ /* - * 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 + * 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 + * 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, diff --git a/ql/src/java/org/apache/hadoop/hive/ql/optimizer/calcite/rules/CteRuleConfig.java b/ql/src/java/org/apache/hadoop/hive/ql/optimizer/calcite/rules/CteRuleConfig.java index 1110cb581abe..4abd65085de4 100644 --- a/ql/src/java/org/apache/hadoop/hive/ql/optimizer/calcite/rules/CteRuleConfig.java +++ b/ql/src/java/org/apache/hadoop/hive/ql/optimizer/calcite/rules/CteRuleConfig.java @@ -1,12 +1,13 @@ /* - * 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 + * 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 + * 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, diff --git a/ql/src/java/org/apache/hadoop/hive/ql/optimizer/calcite/rules/HiveAggregateJoinTransposeRule.java b/ql/src/java/org/apache/hadoop/hive/ql/optimizer/calcite/rules/HiveAggregateJoinTransposeRule.java index 35d189e96b2c..ec774885f7c5 100644 --- a/ql/src/java/org/apache/hadoop/hive/ql/optimizer/calcite/rules/HiveAggregateJoinTransposeRule.java +++ b/ql/src/java/org/apache/hadoop/hive/ql/optimizer/calcite/rules/HiveAggregateJoinTransposeRule.java @@ -1,12 +1,13 @@ /* - * 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 + * 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 + * 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, diff --git a/ql/src/java/org/apache/hadoop/hive/ql/optimizer/calcite/rules/HiveAggregateProjectMergeRule.java b/ql/src/java/org/apache/hadoop/hive/ql/optimizer/calcite/rules/HiveAggregateProjectMergeRule.java index 89669a5c68d9..a73cc5400822 100644 --- a/ql/src/java/org/apache/hadoop/hive/ql/optimizer/calcite/rules/HiveAggregateProjectMergeRule.java +++ b/ql/src/java/org/apache/hadoop/hive/ql/optimizer/calcite/rules/HiveAggregateProjectMergeRule.java @@ -1,12 +1,13 @@ /* - * 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 + * 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 + * 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, diff --git a/ql/src/java/org/apache/hadoop/hive/ql/optimizer/calcite/rules/HiveAggregateReduceFunctionsRule.java b/ql/src/java/org/apache/hadoop/hive/ql/optimizer/calcite/rules/HiveAggregateReduceFunctionsRule.java index 2ae3da004087..b7d0d43c789d 100644 --- a/ql/src/java/org/apache/hadoop/hive/ql/optimizer/calcite/rules/HiveAggregateReduceFunctionsRule.java +++ b/ql/src/java/org/apache/hadoop/hive/ql/optimizer/calcite/rules/HiveAggregateReduceFunctionsRule.java @@ -1,12 +1,13 @@ /* - * 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 + * 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 + * 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, diff --git a/ql/src/java/org/apache/hadoop/hive/ql/optimizer/calcite/rules/HiveAggregateReduceRule.java b/ql/src/java/org/apache/hadoop/hive/ql/optimizer/calcite/rules/HiveAggregateReduceRule.java index 30a918c9d38b..bfd8b4bd4257 100644 --- a/ql/src/java/org/apache/hadoop/hive/ql/optimizer/calcite/rules/HiveAggregateReduceRule.java +++ b/ql/src/java/org/apache/hadoop/hive/ql/optimizer/calcite/rules/HiveAggregateReduceRule.java @@ -1,12 +1,13 @@ /* - * 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 + * 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 + * 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, diff --git a/ql/src/java/org/apache/hadoop/hive/ql/optimizer/calcite/rules/HiveAggregateSortLimitRule.java b/ql/src/java/org/apache/hadoop/hive/ql/optimizer/calcite/rules/HiveAggregateSortLimitRule.java index 583a9ee456e9..78352c5a7472 100644 --- a/ql/src/java/org/apache/hadoop/hive/ql/optimizer/calcite/rules/HiveAggregateSortLimitRule.java +++ b/ql/src/java/org/apache/hadoop/hive/ql/optimizer/calcite/rules/HiveAggregateSortLimitRule.java @@ -1,12 +1,13 @@ /* - * 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 + * 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 + * 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, diff --git a/ql/src/java/org/apache/hadoop/hive/ql/optimizer/calcite/rules/HiveAggregateSplitRule.java b/ql/src/java/org/apache/hadoop/hive/ql/optimizer/calcite/rules/HiveAggregateSplitRule.java index a8d21402084f..4baadd0a05b0 100644 --- a/ql/src/java/org/apache/hadoop/hive/ql/optimizer/calcite/rules/HiveAggregateSplitRule.java +++ b/ql/src/java/org/apache/hadoop/hive/ql/optimizer/calcite/rules/HiveAggregateSplitRule.java @@ -1,12 +1,13 @@ /* - * 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 + * 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 + * 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, diff --git a/ql/src/java/org/apache/hadoop/hive/ql/optimizer/calcite/rules/HiveExpandDistinctAggregatesRule.java b/ql/src/java/org/apache/hadoop/hive/ql/optimizer/calcite/rules/HiveExpandDistinctAggregatesRule.java index 3a46498298b6..c92f6f9ec8cb 100644 --- a/ql/src/java/org/apache/hadoop/hive/ql/optimizer/calcite/rules/HiveExpandDistinctAggregatesRule.java +++ b/ql/src/java/org/apache/hadoop/hive/ql/optimizer/calcite/rules/HiveExpandDistinctAggregatesRule.java @@ -1,12 +1,13 @@ /* - * 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 + * 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 + * 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, diff --git a/ql/src/java/org/apache/hadoop/hive/ql/optimizer/calcite/rules/HiveFilterSortPredicates.java b/ql/src/java/org/apache/hadoop/hive/ql/optimizer/calcite/rules/HiveFilterSortPredicates.java index 34961baf8576..657af7ea8e0b 100644 --- a/ql/src/java/org/apache/hadoop/hive/ql/optimizer/calcite/rules/HiveFilterSortPredicates.java +++ b/ql/src/java/org/apache/hadoop/hive/ql/optimizer/calcite/rules/HiveFilterSortPredicates.java @@ -1,12 +1,13 @@ /* - * 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 + * 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 + * 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, diff --git a/ql/src/java/org/apache/hadoop/hive/ql/optimizer/calcite/rules/HiveJoinConstraintsRule.java b/ql/src/java/org/apache/hadoop/hive/ql/optimizer/calcite/rules/HiveJoinConstraintsRule.java index 58eb2011ed05..beced0b9c0e6 100644 --- a/ql/src/java/org/apache/hadoop/hive/ql/optimizer/calcite/rules/HiveJoinConstraintsRule.java +++ b/ql/src/java/org/apache/hadoop/hive/ql/optimizer/calcite/rules/HiveJoinConstraintsRule.java @@ -1,12 +1,13 @@ /* - * 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 + * 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 + * 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, diff --git a/ql/src/java/org/apache/hadoop/hive/ql/optimizer/calcite/rules/HiveJoinSwapConstraintsRule.java b/ql/src/java/org/apache/hadoop/hive/ql/optimizer/calcite/rules/HiveJoinSwapConstraintsRule.java index 419f5b59f6be..107c7971e856 100644 --- a/ql/src/java/org/apache/hadoop/hive/ql/optimizer/calcite/rules/HiveJoinSwapConstraintsRule.java +++ b/ql/src/java/org/apache/hadoop/hive/ql/optimizer/calcite/rules/HiveJoinSwapConstraintsRule.java @@ -1,12 +1,13 @@ /* - * 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 + * 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 + * 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, diff --git a/ql/src/java/org/apache/hadoop/hive/ql/optimizer/calcite/rules/HiveLoptJoinTree.java b/ql/src/java/org/apache/hadoop/hive/ql/optimizer/calcite/rules/HiveLoptJoinTree.java index 4c07246da875..c988d02eb5ca 100644 --- a/ql/src/java/org/apache/hadoop/hive/ql/optimizer/calcite/rules/HiveLoptJoinTree.java +++ b/ql/src/java/org/apache/hadoop/hive/ql/optimizer/calcite/rules/HiveLoptJoinTree.java @@ -1,12 +1,13 @@ /* - * 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 + * 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 + * 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, diff --git a/ql/src/java/org/apache/hadoop/hive/ql/optimizer/calcite/rules/HiveLoptMultiJoin.java b/ql/src/java/org/apache/hadoop/hive/ql/optimizer/calcite/rules/HiveLoptMultiJoin.java index 912ceb609219..84823cca3644 100644 --- a/ql/src/java/org/apache/hadoop/hive/ql/optimizer/calcite/rules/HiveLoptMultiJoin.java +++ b/ql/src/java/org/apache/hadoop/hive/ql/optimizer/calcite/rules/HiveLoptMultiJoin.java @@ -1,12 +1,13 @@ /* - * 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 + * 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 + * 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, diff --git a/ql/src/java/org/apache/hadoop/hive/ql/optimizer/calcite/rules/HiveLoptOptimizeJoinRule.java b/ql/src/java/org/apache/hadoop/hive/ql/optimizer/calcite/rules/HiveLoptOptimizeJoinRule.java index 09a3dee8bf15..2eec467b0072 100644 --- a/ql/src/java/org/apache/hadoop/hive/ql/optimizer/calcite/rules/HiveLoptOptimizeJoinRule.java +++ b/ql/src/java/org/apache/hadoop/hive/ql/optimizer/calcite/rules/HiveLoptOptimizeJoinRule.java @@ -1,12 +1,13 @@ /* - * 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 + * 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 + * 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, diff --git a/ql/src/java/org/apache/hadoop/hive/ql/optimizer/calcite/rules/HiveLoptSemiJoinOptimizer.java b/ql/src/java/org/apache/hadoop/hive/ql/optimizer/calcite/rules/HiveLoptSemiJoinOptimizer.java index 22b70053fc1d..93d5d63c7fd6 100644 --- a/ql/src/java/org/apache/hadoop/hive/ql/optimizer/calcite/rules/HiveLoptSemiJoinOptimizer.java +++ b/ql/src/java/org/apache/hadoop/hive/ql/optimizer/calcite/rules/HiveLoptSemiJoinOptimizer.java @@ -1,12 +1,13 @@ /* - * 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 + * 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 + * 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, diff --git a/ql/src/java/org/apache/hadoop/hive/ql/optimizer/calcite/rules/HiveProjectSortTransposeRule.java b/ql/src/java/org/apache/hadoop/hive/ql/optimizer/calcite/rules/HiveProjectSortTransposeRule.java index 9ac95534404c..dd55a8bb1525 100644 --- a/ql/src/java/org/apache/hadoop/hive/ql/optimizer/calcite/rules/HiveProjectSortTransposeRule.java +++ b/ql/src/java/org/apache/hadoop/hive/ql/optimizer/calcite/rules/HiveProjectSortTransposeRule.java @@ -7,7 +7,7 @@ * "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, diff --git a/ql/src/java/org/apache/hadoop/hive/ql/optimizer/calcite/rules/HiveReduceExpressionsRule.java b/ql/src/java/org/apache/hadoop/hive/ql/optimizer/calcite/rules/HiveReduceExpressionsRule.java index 919bd07eba6e..e077dc66d6a9 100644 --- a/ql/src/java/org/apache/hadoop/hive/ql/optimizer/calcite/rules/HiveReduceExpressionsRule.java +++ b/ql/src/java/org/apache/hadoop/hive/ql/optimizer/calcite/rules/HiveReduceExpressionsRule.java @@ -1,12 +1,13 @@ /* - * 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 + * 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 + * 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, diff --git a/ql/src/java/org/apache/hadoop/hive/ql/optimizer/calcite/rules/HiveReflectUtil.java b/ql/src/java/org/apache/hadoop/hive/ql/optimizer/calcite/rules/HiveReflectUtil.java index 5e327da0235a..eecdd9f02ea9 100644 --- a/ql/src/java/org/apache/hadoop/hive/ql/optimizer/calcite/rules/HiveReflectUtil.java +++ b/ql/src/java/org/apache/hadoop/hive/ql/optimizer/calcite/rules/HiveReflectUtil.java @@ -1,12 +1,13 @@ /* - * 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 + * 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 + * 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, diff --git a/ql/src/java/org/apache/hadoop/hive/ql/optimizer/calcite/rules/HiveRemoveEmptySingleRules.java b/ql/src/java/org/apache/hadoop/hive/ql/optimizer/calcite/rules/HiveRemoveEmptySingleRules.java index 44414112f2f0..3a088dc07d3e 100644 --- a/ql/src/java/org/apache/hadoop/hive/ql/optimizer/calcite/rules/HiveRemoveEmptySingleRules.java +++ b/ql/src/java/org/apache/hadoop/hive/ql/optimizer/calcite/rules/HiveRemoveEmptySingleRules.java @@ -7,7 +7,7 @@ * "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, diff --git a/ql/src/java/org/apache/hadoop/hive/ql/optimizer/calcite/rules/HiveRemoveGBYSemiJoinRule.java b/ql/src/java/org/apache/hadoop/hive/ql/optimizer/calcite/rules/HiveRemoveGBYSemiJoinRule.java index a2230a7bdf66..a2846c1a8fd6 100644 --- a/ql/src/java/org/apache/hadoop/hive/ql/optimizer/calcite/rules/HiveRemoveGBYSemiJoinRule.java +++ b/ql/src/java/org/apache/hadoop/hive/ql/optimizer/calcite/rules/HiveRemoveGBYSemiJoinRule.java @@ -1,12 +1,13 @@ /* - * 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 + * 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 + * 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, diff --git a/ql/src/java/org/apache/hadoop/hive/ql/optimizer/calcite/rules/HiveRewriteToDataSketchesRules.java b/ql/src/java/org/apache/hadoop/hive/ql/optimizer/calcite/rules/HiveRewriteToDataSketchesRules.java index a726f10d810e..95c8f55c6498 100644 --- a/ql/src/java/org/apache/hadoop/hive/ql/optimizer/calcite/rules/HiveRewriteToDataSketchesRules.java +++ b/ql/src/java/org/apache/hadoop/hive/ql/optimizer/calcite/rules/HiveRewriteToDataSketchesRules.java @@ -1,12 +1,13 @@ /* - * 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 + * 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 + * 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, diff --git a/ql/src/java/org/apache/hadoop/hive/ql/optimizer/calcite/rules/HiveRuleConfig.java b/ql/src/java/org/apache/hadoop/hive/ql/optimizer/calcite/rules/HiveRuleConfig.java index e33d4f1079a0..0c2437a6d22d 100644 --- a/ql/src/java/org/apache/hadoop/hive/ql/optimizer/calcite/rules/HiveRuleConfig.java +++ b/ql/src/java/org/apache/hadoop/hive/ql/optimizer/calcite/rules/HiveRuleConfig.java @@ -1,12 +1,13 @@ /* - * 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 + * 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 + * 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, diff --git a/ql/src/java/org/apache/hadoop/hive/ql/optimizer/calcite/rules/HiveSortMergeRule.java b/ql/src/java/org/apache/hadoop/hive/ql/optimizer/calcite/rules/HiveSortMergeRule.java index 506231f7d4d3..c28624f738ac 100644 --- a/ql/src/java/org/apache/hadoop/hive/ql/optimizer/calcite/rules/HiveSortMergeRule.java +++ b/ql/src/java/org/apache/hadoop/hive/ql/optimizer/calcite/rules/HiveSortMergeRule.java @@ -7,7 +7,7 @@ * "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, diff --git a/ql/src/java/org/apache/hadoop/hive/ql/optimizer/calcite/rules/HiveSortProjectTransposeRule.java b/ql/src/java/org/apache/hadoop/hive/ql/optimizer/calcite/rules/HiveSortProjectTransposeRule.java index d1be4bcddb71..20642fba3b66 100644 --- a/ql/src/java/org/apache/hadoop/hive/ql/optimizer/calcite/rules/HiveSortProjectTransposeRule.java +++ b/ql/src/java/org/apache/hadoop/hive/ql/optimizer/calcite/rules/HiveSortProjectTransposeRule.java @@ -7,7 +7,7 @@ * "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, diff --git a/ql/src/java/org/apache/hadoop/hive/ql/optimizer/calcite/rules/RelFieldTrimmer.java b/ql/src/java/org/apache/hadoop/hive/ql/optimizer/calcite/rules/RelFieldTrimmer.java index 27e6ca03bf4c..c504cb1276be 100644 --- a/ql/src/java/org/apache/hadoop/hive/ql/optimizer/calcite/rules/RelFieldTrimmer.java +++ b/ql/src/java/org/apache/hadoop/hive/ql/optimizer/calcite/rules/RelFieldTrimmer.java @@ -1,12 +1,13 @@ /* - * 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 + * 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 + * 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, diff --git a/ql/src/java/org/apache/hadoop/hive/ql/optimizer/calcite/rules/RemoveInfrequentCteRule.java b/ql/src/java/org/apache/hadoop/hive/ql/optimizer/calcite/rules/RemoveInfrequentCteRule.java index cbfb4133c100..b0bf2840f647 100644 --- a/ql/src/java/org/apache/hadoop/hive/ql/optimizer/calcite/rules/RemoveInfrequentCteRule.java +++ b/ql/src/java/org/apache/hadoop/hive/ql/optimizer/calcite/rules/RemoveInfrequentCteRule.java @@ -1,12 +1,13 @@ /* - * 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 + * 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 + * 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, diff --git a/ql/src/java/org/apache/hadoop/hive/ql/optimizer/calcite/rules/TableScanToSpoolRule.java b/ql/src/java/org/apache/hadoop/hive/ql/optimizer/calcite/rules/TableScanToSpoolRule.java index 19b7bf297e27..745ca52e6776 100644 --- a/ql/src/java/org/apache/hadoop/hive/ql/optimizer/calcite/rules/TableScanToSpoolRule.java +++ b/ql/src/java/org/apache/hadoop/hive/ql/optimizer/calcite/rules/TableScanToSpoolRule.java @@ -1,12 +1,13 @@ /* - * 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 + * 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 + * 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, diff --git a/ql/src/java/org/apache/hadoop/hive/ql/optimizer/calcite/rules/jdbc/JDBCAggregateProjectMergeRule.java b/ql/src/java/org/apache/hadoop/hive/ql/optimizer/calcite/rules/jdbc/JDBCAggregateProjectMergeRule.java index 983a1b27e49a..f6e6c5fe5fad 100644 --- a/ql/src/java/org/apache/hadoop/hive/ql/optimizer/calcite/rules/jdbc/JDBCAggregateProjectMergeRule.java +++ b/ql/src/java/org/apache/hadoop/hive/ql/optimizer/calcite/rules/jdbc/JDBCAggregateProjectMergeRule.java @@ -1,12 +1,13 @@ /* - * 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 + * 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 + * 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, diff --git a/ql/src/java/org/apache/hadoop/hive/ql/optimizer/calcite/rules/views/HiveAggregateIncrementalRewritingRuleBase.java b/ql/src/java/org/apache/hadoop/hive/ql/optimizer/calcite/rules/views/HiveAggregateIncrementalRewritingRuleBase.java index 5b8b9ae5e457..b171693cbdb5 100644 --- a/ql/src/java/org/apache/hadoop/hive/ql/optimizer/calcite/rules/views/HiveAggregateIncrementalRewritingRuleBase.java +++ b/ql/src/java/org/apache/hadoop/hive/ql/optimizer/calcite/rules/views/HiveAggregateIncrementalRewritingRuleBase.java @@ -1,12 +1,13 @@ /* - * 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 + * 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 + * 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, diff --git a/ql/src/java/org/apache/hadoop/hive/ql/optimizer/calcite/rules/views/HiveAggregateInsertDeleteIncrementalRewritingRule.java b/ql/src/java/org/apache/hadoop/hive/ql/optimizer/calcite/rules/views/HiveAggregateInsertDeleteIncrementalRewritingRule.java index 6a826a15b1ff..33d1f423a937 100644 --- a/ql/src/java/org/apache/hadoop/hive/ql/optimizer/calcite/rules/views/HiveAggregateInsertDeleteIncrementalRewritingRule.java +++ b/ql/src/java/org/apache/hadoop/hive/ql/optimizer/calcite/rules/views/HiveAggregateInsertDeleteIncrementalRewritingRule.java @@ -1,12 +1,13 @@ /* - * 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 + * 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 + * 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, diff --git a/ql/src/java/org/apache/hadoop/hive/ql/optimizer/calcite/rules/views/HiveAggregateInsertIncrementalRewritingRule.java b/ql/src/java/org/apache/hadoop/hive/ql/optimizer/calcite/rules/views/HiveAggregateInsertIncrementalRewritingRule.java index 18d7abcafbd7..e43ed997adf2 100644 --- a/ql/src/java/org/apache/hadoop/hive/ql/optimizer/calcite/rules/views/HiveAggregateInsertIncrementalRewritingRule.java +++ b/ql/src/java/org/apache/hadoop/hive/ql/optimizer/calcite/rules/views/HiveAggregateInsertIncrementalRewritingRule.java @@ -1,12 +1,13 @@ /* - * 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 + * 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 + * 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, diff --git a/ql/src/java/org/apache/hadoop/hive/ql/optimizer/calcite/rules/views/HiveAugmentMaterializationRule.java b/ql/src/java/org/apache/hadoop/hive/ql/optimizer/calcite/rules/views/HiveAugmentMaterializationRule.java index 420e6c45ad6b..e27dd1e2309f 100644 --- a/ql/src/java/org/apache/hadoop/hive/ql/optimizer/calcite/rules/views/HiveAugmentMaterializationRule.java +++ b/ql/src/java/org/apache/hadoop/hive/ql/optimizer/calcite/rules/views/HiveAugmentMaterializationRule.java @@ -1,12 +1,13 @@ /* - * 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 + * 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 + * 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, diff --git a/ql/src/java/org/apache/hadoop/hive/ql/optimizer/calcite/rules/views/HiveAugmentSnapshotMaterializationRule.java b/ql/src/java/org/apache/hadoop/hive/ql/optimizer/calcite/rules/views/HiveAugmentSnapshotMaterializationRule.java index f5f2e46c0f1c..beb760efad8f 100644 --- a/ql/src/java/org/apache/hadoop/hive/ql/optimizer/calcite/rules/views/HiveAugmentSnapshotMaterializationRule.java +++ b/ql/src/java/org/apache/hadoop/hive/ql/optimizer/calcite/rules/views/HiveAugmentSnapshotMaterializationRule.java @@ -1,12 +1,13 @@ /* - * 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 + * 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 + * 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, diff --git a/ql/src/java/org/apache/hadoop/hive/ql/optimizer/calcite/rules/views/HiveJoinInsertIncrementalRewritingRule.java b/ql/src/java/org/apache/hadoop/hive/ql/optimizer/calcite/rules/views/HiveJoinInsertIncrementalRewritingRule.java index 7b60ad3dd537..f3a391f745c3 100644 --- a/ql/src/java/org/apache/hadoop/hive/ql/optimizer/calcite/rules/views/HiveJoinInsertIncrementalRewritingRule.java +++ b/ql/src/java/org/apache/hadoop/hive/ql/optimizer/calcite/rules/views/HiveJoinInsertIncrementalRewritingRule.java @@ -1,12 +1,13 @@ /* - * 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 + * 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 + * 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, diff --git a/ql/src/java/org/apache/hadoop/hive/ql/optimizer/calcite/rules/views/HiveMaterializedViewUtils.java b/ql/src/java/org/apache/hadoop/hive/ql/optimizer/calcite/rules/views/HiveMaterializedViewUtils.java index 0fe21dfdae1a..7a2a59bc4ae5 100644 --- a/ql/src/java/org/apache/hadoop/hive/ql/optimizer/calcite/rules/views/HiveMaterializedViewUtils.java +++ b/ql/src/java/org/apache/hadoop/hive/ql/optimizer/calcite/rules/views/HiveMaterializedViewUtils.java @@ -1,12 +1,13 @@ /* - * 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 + * 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 + * 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, diff --git a/ql/src/java/org/apache/hadoop/hive/ql/optimizer/calcite/rules/views/HivePushdownSnapshotFilterRule.java b/ql/src/java/org/apache/hadoop/hive/ql/optimizer/calcite/rules/views/HivePushdownSnapshotFilterRule.java index 0965c81977c5..ad574eb49aa2 100644 --- a/ql/src/java/org/apache/hadoop/hive/ql/optimizer/calcite/rules/views/HivePushdownSnapshotFilterRule.java +++ b/ql/src/java/org/apache/hadoop/hive/ql/optimizer/calcite/rules/views/HivePushdownSnapshotFilterRule.java @@ -1,12 +1,13 @@ /* - * 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 + * 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 + * 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, diff --git a/ql/src/java/org/apache/hadoop/hive/ql/optimizer/calcite/rules/views/MaterializedViewIncrementalRewritingRelVisitor.java b/ql/src/java/org/apache/hadoop/hive/ql/optimizer/calcite/rules/views/MaterializedViewIncrementalRewritingRelVisitor.java index ddd4d924b3c3..6cb4a8cddf6d 100644 --- a/ql/src/java/org/apache/hadoop/hive/ql/optimizer/calcite/rules/views/MaterializedViewIncrementalRewritingRelVisitor.java +++ b/ql/src/java/org/apache/hadoop/hive/ql/optimizer/calcite/rules/views/MaterializedViewIncrementalRewritingRelVisitor.java @@ -1,12 +1,13 @@ /* - * 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 + * 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 + * 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, diff --git a/ql/src/java/org/apache/hadoop/hive/ql/optimizer/calcite/rules/views/MaterializedViewRewritingRelVisitor.java b/ql/src/java/org/apache/hadoop/hive/ql/optimizer/calcite/rules/views/MaterializedViewRewritingRelVisitor.java index b33467163abe..83c06ee107fe 100644 --- a/ql/src/java/org/apache/hadoop/hive/ql/optimizer/calcite/rules/views/MaterializedViewRewritingRelVisitor.java +++ b/ql/src/java/org/apache/hadoop/hive/ql/optimizer/calcite/rules/views/MaterializedViewRewritingRelVisitor.java @@ -1,12 +1,13 @@ /* - * 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 + * 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 + * 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, diff --git a/ql/src/java/org/apache/hadoop/hive/ql/optimizer/calcite/stats/AggregatedColumns.java b/ql/src/java/org/apache/hadoop/hive/ql/optimizer/calcite/stats/AggregatedColumns.java index c65a733e014e..96cab7906f9f 100644 --- a/ql/src/java/org/apache/hadoop/hive/ql/optimizer/calcite/stats/AggregatedColumns.java +++ b/ql/src/java/org/apache/hadoop/hive/ql/optimizer/calcite/stats/AggregatedColumns.java @@ -1,12 +1,13 @@ /* - * 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 + * 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 + * 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, diff --git a/ql/src/java/org/apache/hadoop/hive/ql/optimizer/calcite/stats/HiveRelMdAggregatedColumns.java b/ql/src/java/org/apache/hadoop/hive/ql/optimizer/calcite/stats/HiveRelMdAggregatedColumns.java index daaa14931547..28ea601defe2 100644 --- a/ql/src/java/org/apache/hadoop/hive/ql/optimizer/calcite/stats/HiveRelMdAggregatedColumns.java +++ b/ql/src/java/org/apache/hadoop/hive/ql/optimizer/calcite/stats/HiveRelMdAggregatedColumns.java @@ -1,12 +1,13 @@ /* - * 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 + * 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 + * 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, diff --git a/ql/src/java/org/apache/hadoop/hive/ql/optimizer/calcite/stats/HiveRelMdTableReferences.java b/ql/src/java/org/apache/hadoop/hive/ql/optimizer/calcite/stats/HiveRelMdTableReferences.java index d141a2b8431f..55a5f22ebf76 100644 --- a/ql/src/java/org/apache/hadoop/hive/ql/optimizer/calcite/stats/HiveRelMdTableReferences.java +++ b/ql/src/java/org/apache/hadoop/hive/ql/optimizer/calcite/stats/HiveRelMdTableReferences.java @@ -1,12 +1,13 @@ /* - * 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 + * 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 + * 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, diff --git a/ql/src/java/org/apache/hadoop/hive/ql/optimizer/calcite/stats/HiveRelMetadataQuery.java b/ql/src/java/org/apache/hadoop/hive/ql/optimizer/calcite/stats/HiveRelMetadataQuery.java index 8c7d8373a708..6d56430da6e7 100644 --- a/ql/src/java/org/apache/hadoop/hive/ql/optimizer/calcite/stats/HiveRelMetadataQuery.java +++ b/ql/src/java/org/apache/hadoop/hive/ql/optimizer/calcite/stats/HiveRelMetadataQuery.java @@ -1,12 +1,13 @@ /* - * 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 + * 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 + * 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, diff --git a/ql/src/java/org/apache/hadoop/hive/ql/optimizer/calcite/stats/MetadataMethod.java b/ql/src/java/org/apache/hadoop/hive/ql/optimizer/calcite/stats/MetadataMethod.java index 8127ef6ad79a..2d46ed58be4f 100644 --- a/ql/src/java/org/apache/hadoop/hive/ql/optimizer/calcite/stats/MetadataMethod.java +++ b/ql/src/java/org/apache/hadoop/hive/ql/optimizer/calcite/stats/MetadataMethod.java @@ -1,12 +1,13 @@ /* - * 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 + * 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 + * 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, diff --git a/ql/src/java/org/apache/hadoop/hive/ql/optimizer/physical/MemoryDecider.java b/ql/src/java/org/apache/hadoop/hive/ql/optimizer/physical/MemoryDecider.java index a9acd9b91245..4c09c509d594 100644 --- a/ql/src/java/org/apache/hadoop/hive/ql/optimizer/physical/MemoryDecider.java +++ b/ql/src/java/org/apache/hadoop/hive/ql/optimizer/physical/MemoryDecider.java @@ -7,7 +7,7 @@ * "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, diff --git a/ql/src/java/org/apache/hadoop/hive/ql/optimizer/physical/SerializeFilter.java b/ql/src/java/org/apache/hadoop/hive/ql/optimizer/physical/SerializeFilter.java index fed1eb372de2..54d480d684c4 100644 --- a/ql/src/java/org/apache/hadoop/hive/ql/optimizer/physical/SerializeFilter.java +++ b/ql/src/java/org/apache/hadoop/hive/ql/optimizer/physical/SerializeFilter.java @@ -7,7 +7,7 @@ * "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, diff --git a/ql/src/java/org/apache/hadoop/hive/ql/parse/MapReduceCompiler.java b/ql/src/java/org/apache/hadoop/hive/ql/parse/MapReduceCompiler.java index 376ba8708ca1..32d54aeae388 100644 --- a/ql/src/java/org/apache/hadoop/hive/ql/parse/MapReduceCompiler.java +++ b/ql/src/java/org/apache/hadoop/hive/ql/parse/MapReduceCompiler.java @@ -1,19 +1,19 @@ /* - * 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 + * 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 + * 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. + * 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. */ package org.apache.hadoop.hive.ql.parse; diff --git a/ql/src/java/org/apache/hadoop/hive/ql/parse/TezCompiler.java b/ql/src/java/org/apache/hadoop/hive/ql/parse/TezCompiler.java index ede30bfb946d..bb94d5606bd3 100644 --- a/ql/src/java/org/apache/hadoop/hive/ql/parse/TezCompiler.java +++ b/ql/src/java/org/apache/hadoop/hive/ql/parse/TezCompiler.java @@ -1,19 +1,19 @@ /* - * 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 + * 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 + * 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. + * 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. */ package org.apache.hadoop.hive.ql.parse; diff --git a/ql/src/java/org/apache/hadoop/hive/ql/parse/repl/dump/events/CreateFunctionHandler.java b/ql/src/java/org/apache/hadoop/hive/ql/parse/repl/dump/events/CreateFunctionHandler.java index 75bbe8311c88..e56b4251e147 100644 --- a/ql/src/java/org/apache/hadoop/hive/ql/parse/repl/dump/events/CreateFunctionHandler.java +++ b/ql/src/java/org/apache/hadoop/hive/ql/parse/repl/dump/events/CreateFunctionHandler.java @@ -7,7 +7,7 @@ * "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, diff --git a/ql/src/java/org/apache/hadoop/hive/ql/plan/SMBJoinDesc.java b/ql/src/java/org/apache/hadoop/hive/ql/plan/SMBJoinDesc.java index 2c138e890eae..40a964e5ceca 100644 --- a/ql/src/java/org/apache/hadoop/hive/ql/plan/SMBJoinDesc.java +++ b/ql/src/java/org/apache/hadoop/hive/ql/plan/SMBJoinDesc.java @@ -1,13 +1,13 @@ /* * Licensed to the Apache Software Foundation (ASF) under one - * or more contributor license agreements.See the NOTICE file + * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information - * regarding copyright ownership.The ASF licenses this file + * 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 + * 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, diff --git a/ql/src/java/org/apache/hadoop/hive/ql/security/authorization/plugin/metastore/HiveMetaStoreAuthorizableEvent.java b/ql/src/java/org/apache/hadoop/hive/ql/security/authorization/plugin/metastore/HiveMetaStoreAuthorizableEvent.java index bc769aa78cd0..1fc9040c9cb6 100644 --- a/ql/src/java/org/apache/hadoop/hive/ql/security/authorization/plugin/metastore/HiveMetaStoreAuthorizableEvent.java +++ b/ql/src/java/org/apache/hadoop/hive/ql/security/authorization/plugin/metastore/HiveMetaStoreAuthorizableEvent.java @@ -7,14 +7,13 @@ * "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. + * 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. */ package org.apache.hadoop.hive.ql.security.authorization.plugin.metastore; diff --git a/ql/src/java/org/apache/hadoop/hive/ql/security/authorization/plugin/metastore/HiveMetaStoreAuthorizer.java b/ql/src/java/org/apache/hadoop/hive/ql/security/authorization/plugin/metastore/HiveMetaStoreAuthorizer.java index cd71ae1f6709..9e15012251ed 100644 --- a/ql/src/java/org/apache/hadoop/hive/ql/security/authorization/plugin/metastore/HiveMetaStoreAuthorizer.java +++ b/ql/src/java/org/apache/hadoop/hive/ql/security/authorization/plugin/metastore/HiveMetaStoreAuthorizer.java @@ -7,14 +7,13 @@ * "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. + * 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. */ package org.apache.hadoop.hive.ql.security.authorization.plugin.metastore; diff --git a/ql/src/java/org/apache/hadoop/hive/ql/security/authorization/plugin/metastore/HiveMetaStoreAuthzInfo.java b/ql/src/java/org/apache/hadoop/hive/ql/security/authorization/plugin/metastore/HiveMetaStoreAuthzInfo.java index 90d7ddcee785..c3aac19cda4b 100644 --- a/ql/src/java/org/apache/hadoop/hive/ql/security/authorization/plugin/metastore/HiveMetaStoreAuthzInfo.java +++ b/ql/src/java/org/apache/hadoop/hive/ql/security/authorization/plugin/metastore/HiveMetaStoreAuthzInfo.java @@ -7,14 +7,13 @@ * "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. + * 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. */ package org.apache.hadoop.hive.ql.security.authorization.plugin.metastore; diff --git a/ql/src/java/org/apache/hadoop/hive/ql/security/authorization/plugin/metastore/events/AddPartitionEvent.java b/ql/src/java/org/apache/hadoop/hive/ql/security/authorization/plugin/metastore/events/AddPartitionEvent.java index 0afe79fce3c5..a512032c66ae 100644 --- a/ql/src/java/org/apache/hadoop/hive/ql/security/authorization/plugin/metastore/events/AddPartitionEvent.java +++ b/ql/src/java/org/apache/hadoop/hive/ql/security/authorization/plugin/metastore/events/AddPartitionEvent.java @@ -7,14 +7,13 @@ * "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. + * 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. */ package org.apache.hadoop.hive.ql.security.authorization.plugin.metastore.events; diff --git a/ql/src/java/org/apache/hadoop/hive/ql/security/authorization/plugin/metastore/events/AlterDatabaseEvent.java b/ql/src/java/org/apache/hadoop/hive/ql/security/authorization/plugin/metastore/events/AlterDatabaseEvent.java index 0f15e6ac35c8..e7d70dee06dd 100644 --- a/ql/src/java/org/apache/hadoop/hive/ql/security/authorization/plugin/metastore/events/AlterDatabaseEvent.java +++ b/ql/src/java/org/apache/hadoop/hive/ql/security/authorization/plugin/metastore/events/AlterDatabaseEvent.java @@ -7,14 +7,13 @@ * "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. + * 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. */ package org.apache.hadoop.hive.ql.security.authorization.plugin.metastore.events; diff --git a/ql/src/java/org/apache/hadoop/hive/ql/security/authorization/plugin/metastore/events/AlterPartitionEvent.java b/ql/src/java/org/apache/hadoop/hive/ql/security/authorization/plugin/metastore/events/AlterPartitionEvent.java index 561cf604e33a..bcef76b7113d 100644 --- a/ql/src/java/org/apache/hadoop/hive/ql/security/authorization/plugin/metastore/events/AlterPartitionEvent.java +++ b/ql/src/java/org/apache/hadoop/hive/ql/security/authorization/plugin/metastore/events/AlterPartitionEvent.java @@ -7,14 +7,13 @@ * "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. + * 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. */ package org.apache.hadoop.hive.ql.security.authorization.plugin.metastore.events; diff --git a/ql/src/java/org/apache/hadoop/hive/ql/security/authorization/plugin/metastore/events/AlterTableEvent.java b/ql/src/java/org/apache/hadoop/hive/ql/security/authorization/plugin/metastore/events/AlterTableEvent.java index f58ff338303e..b12545da37dd 100644 --- a/ql/src/java/org/apache/hadoop/hive/ql/security/authorization/plugin/metastore/events/AlterTableEvent.java +++ b/ql/src/java/org/apache/hadoop/hive/ql/security/authorization/plugin/metastore/events/AlterTableEvent.java @@ -7,14 +7,13 @@ * "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. + * 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. */ package org.apache.hadoop.hive.ql.security.authorization.plugin.metastore.events; diff --git a/ql/src/java/org/apache/hadoop/hive/ql/security/authorization/plugin/metastore/events/CreateDataConnectorEvent.java b/ql/src/java/org/apache/hadoop/hive/ql/security/authorization/plugin/metastore/events/CreateDataConnectorEvent.java index 4298b3e17108..c43b68ef6cd0 100644 --- a/ql/src/java/org/apache/hadoop/hive/ql/security/authorization/plugin/metastore/events/CreateDataConnectorEvent.java +++ b/ql/src/java/org/apache/hadoop/hive/ql/security/authorization/plugin/metastore/events/CreateDataConnectorEvent.java @@ -7,14 +7,13 @@ * "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. + * 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. */ package org.apache.hadoop.hive.ql.security.authorization.plugin.metastore.events; diff --git a/ql/src/java/org/apache/hadoop/hive/ql/security/authorization/plugin/metastore/events/CreateDatabaseEvent.java b/ql/src/java/org/apache/hadoop/hive/ql/security/authorization/plugin/metastore/events/CreateDatabaseEvent.java index 0c494b52a557..aa34b5776e41 100644 --- a/ql/src/java/org/apache/hadoop/hive/ql/security/authorization/plugin/metastore/events/CreateDatabaseEvent.java +++ b/ql/src/java/org/apache/hadoop/hive/ql/security/authorization/plugin/metastore/events/CreateDatabaseEvent.java @@ -7,14 +7,13 @@ * "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. + * 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. */ package org.apache.hadoop.hive.ql.security.authorization.plugin.metastore.events; diff --git a/ql/src/java/org/apache/hadoop/hive/ql/security/authorization/plugin/metastore/events/CreateFunctionEvent.java b/ql/src/java/org/apache/hadoop/hive/ql/security/authorization/plugin/metastore/events/CreateFunctionEvent.java index 3249b8eed364..9b239462157f 100644 --- a/ql/src/java/org/apache/hadoop/hive/ql/security/authorization/plugin/metastore/events/CreateFunctionEvent.java +++ b/ql/src/java/org/apache/hadoop/hive/ql/security/authorization/plugin/metastore/events/CreateFunctionEvent.java @@ -7,14 +7,13 @@ * "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. + * 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. */ package org.apache.hadoop.hive.ql.security.authorization.plugin.metastore.events; diff --git a/ql/src/java/org/apache/hadoop/hive/ql/security/authorization/plugin/metastore/events/CreateTableEvent.java b/ql/src/java/org/apache/hadoop/hive/ql/security/authorization/plugin/metastore/events/CreateTableEvent.java index 41c80304bdf8..bbc70f439509 100644 --- a/ql/src/java/org/apache/hadoop/hive/ql/security/authorization/plugin/metastore/events/CreateTableEvent.java +++ b/ql/src/java/org/apache/hadoop/hive/ql/security/authorization/plugin/metastore/events/CreateTableEvent.java @@ -7,14 +7,13 @@ * "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. + * 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. */ package org.apache.hadoop.hive.ql.security.authorization.plugin.metastore.events; diff --git a/ql/src/java/org/apache/hadoop/hive/ql/security/authorization/plugin/metastore/events/DropDataConnectorEvent.java b/ql/src/java/org/apache/hadoop/hive/ql/security/authorization/plugin/metastore/events/DropDataConnectorEvent.java index 189a86393f40..a37e9a6761ec 100644 --- a/ql/src/java/org/apache/hadoop/hive/ql/security/authorization/plugin/metastore/events/DropDataConnectorEvent.java +++ b/ql/src/java/org/apache/hadoop/hive/ql/security/authorization/plugin/metastore/events/DropDataConnectorEvent.java @@ -7,14 +7,13 @@ * "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. + * 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. */ package org.apache.hadoop.hive.ql.security.authorization.plugin.metastore.events; diff --git a/ql/src/java/org/apache/hadoop/hive/ql/security/authorization/plugin/metastore/events/DropDatabaseEvent.java b/ql/src/java/org/apache/hadoop/hive/ql/security/authorization/plugin/metastore/events/DropDatabaseEvent.java index 096c8f1d2921..9a421eb97057 100644 --- a/ql/src/java/org/apache/hadoop/hive/ql/security/authorization/plugin/metastore/events/DropDatabaseEvent.java +++ b/ql/src/java/org/apache/hadoop/hive/ql/security/authorization/plugin/metastore/events/DropDatabaseEvent.java @@ -7,14 +7,13 @@ * "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. + * 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. */ package org.apache.hadoop.hive.ql.security.authorization.plugin.metastore.events; diff --git a/ql/src/java/org/apache/hadoop/hive/ql/security/authorization/plugin/metastore/events/DropFunctionEvent.java b/ql/src/java/org/apache/hadoop/hive/ql/security/authorization/plugin/metastore/events/DropFunctionEvent.java index 759034ae3d84..f2a2ede7d886 100644 --- a/ql/src/java/org/apache/hadoop/hive/ql/security/authorization/plugin/metastore/events/DropFunctionEvent.java +++ b/ql/src/java/org/apache/hadoop/hive/ql/security/authorization/plugin/metastore/events/DropFunctionEvent.java @@ -7,14 +7,13 @@ * "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. + * 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. */ package org.apache.hadoop.hive.ql.security.authorization.plugin.metastore.events; diff --git a/ql/src/java/org/apache/hadoop/hive/ql/security/authorization/plugin/metastore/events/DropPartitionEvent.java b/ql/src/java/org/apache/hadoop/hive/ql/security/authorization/plugin/metastore/events/DropPartitionEvent.java index 33e5845985ae..a5ba455cac8a 100644 --- a/ql/src/java/org/apache/hadoop/hive/ql/security/authorization/plugin/metastore/events/DropPartitionEvent.java +++ b/ql/src/java/org/apache/hadoop/hive/ql/security/authorization/plugin/metastore/events/DropPartitionEvent.java @@ -7,14 +7,13 @@ * "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. + * 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. */ package org.apache.hadoop.hive.ql.security.authorization.plugin.metastore.events; diff --git a/ql/src/java/org/apache/hadoop/hive/ql/security/authorization/plugin/metastore/events/DropTableEvent.java b/ql/src/java/org/apache/hadoop/hive/ql/security/authorization/plugin/metastore/events/DropTableEvent.java index f99cd37bbb53..f00f487bdef9 100644 --- a/ql/src/java/org/apache/hadoop/hive/ql/security/authorization/plugin/metastore/events/DropTableEvent.java +++ b/ql/src/java/org/apache/hadoop/hive/ql/security/authorization/plugin/metastore/events/DropTableEvent.java @@ -7,14 +7,13 @@ * "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. + * 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. */ package org.apache.hadoop.hive.ql.security.authorization.plugin.metastore.events; diff --git a/ql/src/java/org/apache/hadoop/hive/ql/security/authorization/plugin/metastore/events/LoadPartitionDoneEvent.java b/ql/src/java/org/apache/hadoop/hive/ql/security/authorization/plugin/metastore/events/LoadPartitionDoneEvent.java index fb4ea91a3ff4..1b59606ebd8a 100644 --- a/ql/src/java/org/apache/hadoop/hive/ql/security/authorization/plugin/metastore/events/LoadPartitionDoneEvent.java +++ b/ql/src/java/org/apache/hadoop/hive/ql/security/authorization/plugin/metastore/events/LoadPartitionDoneEvent.java @@ -7,14 +7,13 @@ * "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. + * 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. */ package org.apache.hadoop.hive.ql.security.authorization.plugin.metastore.events; diff --git a/ql/src/java/org/apache/hadoop/hive/ql/security/authorization/plugin/metastore/events/ReadDatabaseEvent.java b/ql/src/java/org/apache/hadoop/hive/ql/security/authorization/plugin/metastore/events/ReadDatabaseEvent.java index 40250ad222a5..9e232a31a3a1 100644 --- a/ql/src/java/org/apache/hadoop/hive/ql/security/authorization/plugin/metastore/events/ReadDatabaseEvent.java +++ b/ql/src/java/org/apache/hadoop/hive/ql/security/authorization/plugin/metastore/events/ReadDatabaseEvent.java @@ -7,14 +7,13 @@ * "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. + * 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. */ package org.apache.hadoop.hive.ql.security.authorization.plugin.metastore.events; diff --git a/ql/src/java/org/apache/hadoop/hive/ql/security/authorization/plugin/metastore/events/ReadTableEvent.java b/ql/src/java/org/apache/hadoop/hive/ql/security/authorization/plugin/metastore/events/ReadTableEvent.java index 68e205bd9fa2..02887edc1a82 100644 --- a/ql/src/java/org/apache/hadoop/hive/ql/security/authorization/plugin/metastore/events/ReadTableEvent.java +++ b/ql/src/java/org/apache/hadoop/hive/ql/security/authorization/plugin/metastore/events/ReadTableEvent.java @@ -7,14 +7,13 @@ * "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. + * 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. */ package org.apache.hadoop.hive.ql.security.authorization.plugin.metastore.events; diff --git a/ql/src/java/org/apache/hadoop/hive/ql/security/authorization/plugin/metastore/filtercontext/DataConnectorFilterContext.java b/ql/src/java/org/apache/hadoop/hive/ql/security/authorization/plugin/metastore/filtercontext/DataConnectorFilterContext.java index a4297317229a..c264038d0bed 100644 --- a/ql/src/java/org/apache/hadoop/hive/ql/security/authorization/plugin/metastore/filtercontext/DataConnectorFilterContext.java +++ b/ql/src/java/org/apache/hadoop/hive/ql/security/authorization/plugin/metastore/filtercontext/DataConnectorFilterContext.java @@ -7,14 +7,13 @@ * "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. + * 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. */ package org.apache.hadoop.hive.ql.security.authorization.plugin.metastore.filtercontext; diff --git a/ql/src/java/org/apache/hadoop/hive/ql/security/authorization/plugin/metastore/filtercontext/DatabaseFilterContext.java b/ql/src/java/org/apache/hadoop/hive/ql/security/authorization/plugin/metastore/filtercontext/DatabaseFilterContext.java index 1f035e439881..fe8cc12dc1b6 100644 --- a/ql/src/java/org/apache/hadoop/hive/ql/security/authorization/plugin/metastore/filtercontext/DatabaseFilterContext.java +++ b/ql/src/java/org/apache/hadoop/hive/ql/security/authorization/plugin/metastore/filtercontext/DatabaseFilterContext.java @@ -7,14 +7,13 @@ * "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. + * 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. */ package org.apache.hadoop.hive.ql.security.authorization.plugin.metastore.filtercontext; diff --git a/ql/src/java/org/apache/hadoop/hive/ql/security/authorization/plugin/metastore/filtercontext/TableFilterContext.java b/ql/src/java/org/apache/hadoop/hive/ql/security/authorization/plugin/metastore/filtercontext/TableFilterContext.java index a8c83cfe2526..d73f520c2322 100644 --- a/ql/src/java/org/apache/hadoop/hive/ql/security/authorization/plugin/metastore/filtercontext/TableFilterContext.java +++ b/ql/src/java/org/apache/hadoop/hive/ql/security/authorization/plugin/metastore/filtercontext/TableFilterContext.java @@ -7,14 +7,13 @@ * "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. + * 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. */ package org.apache.hadoop.hive.ql.security.authorization.plugin.metastore.filtercontext; diff --git a/ql/src/java/org/apache/hadoop/hive/ql/udf/generic/GenericUDAFSumEmptyIsZero.java b/ql/src/java/org/apache/hadoop/hive/ql/udf/generic/GenericUDAFSumEmptyIsZero.java index a0072f7e8e67..eb7d82b6ecc3 100644 --- a/ql/src/java/org/apache/hadoop/hive/ql/udf/generic/GenericUDAFSumEmptyIsZero.java +++ b/ql/src/java/org/apache/hadoop/hive/ql/udf/generic/GenericUDAFSumEmptyIsZero.java @@ -1,12 +1,13 @@ /* - * 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 + * 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 + * 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, diff --git a/ql/src/java/org/apache/hadoop/hive/ql/udf/generic/GenericUDFTrunc.java b/ql/src/java/org/apache/hadoop/hive/ql/udf/generic/GenericUDFTrunc.java index ffb553f78c53..4f75c22ed93c 100644 --- a/ql/src/java/org/apache/hadoop/hive/ql/udf/generic/GenericUDFTrunc.java +++ b/ql/src/java/org/apache/hadoop/hive/ql/udf/generic/GenericUDFTrunc.java @@ -1,5 +1,4 @@ /* - * Licensed to the Apache Software Foundation (ASF) under one * 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 diff --git a/ql/src/java/org/apache/hadoop/hive/ql/udf/generic/InstantDateTimeFormatter.java b/ql/src/java/org/apache/hadoop/hive/ql/udf/generic/InstantDateTimeFormatter.java index d2f5e160d3cb..71f80d936c80 100644 --- a/ql/src/java/org/apache/hadoop/hive/ql/udf/generic/InstantDateTimeFormatter.java +++ b/ql/src/java/org/apache/hadoop/hive/ql/udf/generic/InstantDateTimeFormatter.java @@ -1,12 +1,13 @@ /* - * 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 + * 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 + * 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, diff --git a/ql/src/java/org/apache/hadoop/hive/ql/udf/generic/InstantFormatter.java b/ql/src/java/org/apache/hadoop/hive/ql/udf/generic/InstantFormatter.java index 9828bef07b7f..8097fe561c06 100644 --- a/ql/src/java/org/apache/hadoop/hive/ql/udf/generic/InstantFormatter.java +++ b/ql/src/java/org/apache/hadoop/hive/ql/udf/generic/InstantFormatter.java @@ -1,12 +1,13 @@ /* - * 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 + * 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 + * 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, diff --git a/ql/src/java/org/apache/hadoop/hive/ql/udf/generic/InstantFormatterCache.java b/ql/src/java/org/apache/hadoop/hive/ql/udf/generic/InstantFormatterCache.java index 7cb42fa2ab01..b7586958bc76 100644 --- a/ql/src/java/org/apache/hadoop/hive/ql/udf/generic/InstantFormatterCache.java +++ b/ql/src/java/org/apache/hadoop/hive/ql/udf/generic/InstantFormatterCache.java @@ -1,12 +1,13 @@ /* - * 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 + * 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 + * 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, diff --git a/ql/src/java/org/apache/hadoop/hive/ql/udf/generic/InstantSimpleDateFormatter.java b/ql/src/java/org/apache/hadoop/hive/ql/udf/generic/InstantSimpleDateFormatter.java index ed66111f7bf9..944c71cc8f20 100644 --- a/ql/src/java/org/apache/hadoop/hive/ql/udf/generic/InstantSimpleDateFormatter.java +++ b/ql/src/java/org/apache/hadoop/hive/ql/udf/generic/InstantSimpleDateFormatter.java @@ -1,12 +1,13 @@ /* - * 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 + * 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 + * 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, diff --git a/ql/src/java/org/apache/hadoop/hive/ql/wm/Action.java b/ql/src/java/org/apache/hadoop/hive/ql/wm/Action.java index 1e544498b788..16bd983e3520 100644 --- a/ql/src/java/org/apache/hadoop/hive/ql/wm/Action.java +++ b/ql/src/java/org/apache/hadoop/hive/ql/wm/Action.java @@ -6,7 +6,9 @@ * 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. diff --git a/ql/src/java/org/apache/hadoop/hive/ql/wm/CounterLimit.java b/ql/src/java/org/apache/hadoop/hive/ql/wm/CounterLimit.java index aa92aa7dd9d0..915cbb9335ef 100644 --- a/ql/src/java/org/apache/hadoop/hive/ql/wm/CounterLimit.java +++ b/ql/src/java/org/apache/hadoop/hive/ql/wm/CounterLimit.java @@ -6,7 +6,9 @@ * 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. diff --git a/ql/src/java/org/apache/hadoop/hive/ql/wm/CustomCounterLimit.java b/ql/src/java/org/apache/hadoop/hive/ql/wm/CustomCounterLimit.java index fae8dfe5cd05..2dd2224f54e3 100644 --- a/ql/src/java/org/apache/hadoop/hive/ql/wm/CustomCounterLimit.java +++ b/ql/src/java/org/apache/hadoop/hive/ql/wm/CustomCounterLimit.java @@ -6,7 +6,9 @@ * 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. diff --git a/ql/src/java/org/apache/hadoop/hive/ql/wm/ExecutionTrigger.java b/ql/src/java/org/apache/hadoop/hive/ql/wm/ExecutionTrigger.java index 05b3d3c35eb2..e74a7dfa7499 100644 --- a/ql/src/java/org/apache/hadoop/hive/ql/wm/ExecutionTrigger.java +++ b/ql/src/java/org/apache/hadoop/hive/ql/wm/ExecutionTrigger.java @@ -6,7 +6,9 @@ * 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. diff --git a/ql/src/java/org/apache/hadoop/hive/ql/wm/Expression.java b/ql/src/java/org/apache/hadoop/hive/ql/wm/Expression.java index 92651cd18806..1536d832d5a5 100644 --- a/ql/src/java/org/apache/hadoop/hive/ql/wm/Expression.java +++ b/ql/src/java/org/apache/hadoop/hive/ql/wm/Expression.java @@ -6,7 +6,9 @@ * 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. diff --git a/ql/src/java/org/apache/hadoop/hive/ql/wm/ExpressionFactory.java b/ql/src/java/org/apache/hadoop/hive/ql/wm/ExpressionFactory.java index aca2c044092b..f677ebcadaee 100644 --- a/ql/src/java/org/apache/hadoop/hive/ql/wm/ExpressionFactory.java +++ b/ql/src/java/org/apache/hadoop/hive/ql/wm/ExpressionFactory.java @@ -6,7 +6,9 @@ * 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. diff --git a/ql/src/java/org/apache/hadoop/hive/ql/wm/FileSystemCounterLimit.java b/ql/src/java/org/apache/hadoop/hive/ql/wm/FileSystemCounterLimit.java index e6ea9975e992..a75050dc20df 100644 --- a/ql/src/java/org/apache/hadoop/hive/ql/wm/FileSystemCounterLimit.java +++ b/ql/src/java/org/apache/hadoop/hive/ql/wm/FileSystemCounterLimit.java @@ -6,7 +6,9 @@ * 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. diff --git a/ql/src/java/org/apache/hadoop/hive/ql/wm/SessionTriggerProvider.java b/ql/src/java/org/apache/hadoop/hive/ql/wm/SessionTriggerProvider.java index 616304f3b478..e150a7a7cf60 100644 --- a/ql/src/java/org/apache/hadoop/hive/ql/wm/SessionTriggerProvider.java +++ b/ql/src/java/org/apache/hadoop/hive/ql/wm/SessionTriggerProvider.java @@ -6,7 +6,9 @@ * 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. diff --git a/ql/src/java/org/apache/hadoop/hive/ql/wm/TimeCounterLimit.java b/ql/src/java/org/apache/hadoop/hive/ql/wm/TimeCounterLimit.java index 89e61b261de4..41ed35baa003 100644 --- a/ql/src/java/org/apache/hadoop/hive/ql/wm/TimeCounterLimit.java +++ b/ql/src/java/org/apache/hadoop/hive/ql/wm/TimeCounterLimit.java @@ -6,7 +6,9 @@ * 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. diff --git a/ql/src/java/org/apache/hadoop/hive/ql/wm/Trigger.java b/ql/src/java/org/apache/hadoop/hive/ql/wm/Trigger.java index 23299f0ef647..d8a6570ee560 100644 --- a/ql/src/java/org/apache/hadoop/hive/ql/wm/Trigger.java +++ b/ql/src/java/org/apache/hadoop/hive/ql/wm/Trigger.java @@ -6,7 +6,9 @@ * 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. diff --git a/ql/src/java/org/apache/hadoop/hive/ql/wm/TriggerActionHandler.java b/ql/src/java/org/apache/hadoop/hive/ql/wm/TriggerActionHandler.java index da99f0957315..8511908af21f 100644 --- a/ql/src/java/org/apache/hadoop/hive/ql/wm/TriggerActionHandler.java +++ b/ql/src/java/org/apache/hadoop/hive/ql/wm/TriggerActionHandler.java @@ -6,7 +6,9 @@ * 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. diff --git a/ql/src/java/org/apache/hadoop/hive/ql/wm/TriggerExpression.java b/ql/src/java/org/apache/hadoop/hive/ql/wm/TriggerExpression.java index ea25b68fb592..336aac08f1de 100644 --- a/ql/src/java/org/apache/hadoop/hive/ql/wm/TriggerExpression.java +++ b/ql/src/java/org/apache/hadoop/hive/ql/wm/TriggerExpression.java @@ -6,7 +6,9 @@ * 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. diff --git a/ql/src/java/org/apache/hadoop/hive/ql/wm/VertexCounterLimit.java b/ql/src/java/org/apache/hadoop/hive/ql/wm/VertexCounterLimit.java index 5c71aa3466dd..5e3588264f44 100644 --- a/ql/src/java/org/apache/hadoop/hive/ql/wm/VertexCounterLimit.java +++ b/ql/src/java/org/apache/hadoop/hive/ql/wm/VertexCounterLimit.java @@ -6,7 +6,9 @@ * 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. diff --git a/ql/src/java/org/apache/hadoop/hive/ql/wm/WmContext.java b/ql/src/java/org/apache/hadoop/hive/ql/wm/WmContext.java index b2f619635aa6..216a2814a8f4 100644 --- a/ql/src/java/org/apache/hadoop/hive/ql/wm/WmContext.java +++ b/ql/src/java/org/apache/hadoop/hive/ql/wm/WmContext.java @@ -6,7 +6,9 @@ * 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. diff --git a/ql/src/java/org/apache/hive/benchmark/vectorization/ColumnVectorGenUtil.java b/ql/src/java/org/apache/hive/benchmark/vectorization/ColumnVectorGenUtil.java index 0e64507c760e..db041eb5d5c4 100644 --- a/ql/src/java/org/apache/hive/benchmark/vectorization/ColumnVectorGenUtil.java +++ b/ql/src/java/org/apache/hive/benchmark/vectorization/ColumnVectorGenUtil.java @@ -6,7 +6,9 @@ * 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. diff --git a/ql/src/java/org/apache/tez/dag/api/TaskSpecBuilder.java b/ql/src/java/org/apache/tez/dag/api/TaskSpecBuilder.java index 2c719eecb029..0de28e9fcc23 100644 --- a/ql/src/java/org/apache/tez/dag/api/TaskSpecBuilder.java +++ b/ql/src/java/org/apache/tez/dag/api/TaskSpecBuilder.java @@ -1,10 +1,11 @@ /* - * 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 + * 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 * diff --git a/ql/src/test/org/apache/hadoop/hive/ql/TestTxnCommands.java b/ql/src/test/org/apache/hadoop/hive/ql/TestTxnCommands.java index f547b9366632..47741c37dcd6 100644 --- a/ql/src/test/org/apache/hadoop/hive/ql/TestTxnCommands.java +++ b/ql/src/test/org/apache/hadoop/hive/ql/TestTxnCommands.java @@ -7,7 +7,7 @@ * "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, diff --git a/ql/src/test/org/apache/hadoop/hive/ql/exec/persistence/TestRowContainer.java b/ql/src/test/org/apache/hadoop/hive/ql/exec/persistence/TestRowContainer.java index e4d2441c74b8..bd105005b270 100644 --- a/ql/src/test/org/apache/hadoop/hive/ql/exec/persistence/TestRowContainer.java +++ b/ql/src/test/org/apache/hadoop/hive/ql/exec/persistence/TestRowContainer.java @@ -6,7 +6,9 @@ * 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. diff --git a/ql/src/test/org/apache/hadoop/hive/ql/exec/tez/IncrementalIntDagCredentialSupplier.java b/ql/src/test/org/apache/hadoop/hive/ql/exec/tez/IncrementalIntDagCredentialSupplier.java index eee84c1a36c0..7351ceb975e3 100644 --- a/ql/src/test/org/apache/hadoop/hive/ql/exec/tez/IncrementalIntDagCredentialSupplier.java +++ b/ql/src/test/org/apache/hadoop/hive/ql/exec/tez/IncrementalIntDagCredentialSupplier.java @@ -1,12 +1,13 @@ /* - * 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 + * 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 + * 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, diff --git a/ql/src/test/org/apache/hadoop/hive/ql/exec/tez/TestDagUtils.java b/ql/src/test/org/apache/hadoop/hive/ql/exec/tez/TestDagUtils.java index 960caafcced2..c0e1956ad7ad 100644 --- a/ql/src/test/org/apache/hadoop/hive/ql/exec/tez/TestDagUtils.java +++ b/ql/src/test/org/apache/hadoop/hive/ql/exec/tez/TestDagUtils.java @@ -1,12 +1,13 @@ /* - * 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 + * 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 + * 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, diff --git a/ql/src/test/org/apache/hadoop/hive/ql/exec/tez/TestDagUtilsSecurityEnabled.java b/ql/src/test/org/apache/hadoop/hive/ql/exec/tez/TestDagUtilsSecurityEnabled.java index bbf9bfd9b6e1..3efb629576ec 100644 --- a/ql/src/test/org/apache/hadoop/hive/ql/exec/tez/TestDagUtilsSecurityEnabled.java +++ b/ql/src/test/org/apache/hadoop/hive/ql/exec/tez/TestDagUtilsSecurityEnabled.java @@ -1,12 +1,13 @@ /* - * 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 + * 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 + * 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, diff --git a/ql/src/test/org/apache/hadoop/hive/ql/exec/tez/TestTezSessionState.java b/ql/src/test/org/apache/hadoop/hive/ql/exec/tez/TestTezSessionState.java index ffd1081d56f6..605c8bcf1c85 100644 --- a/ql/src/test/org/apache/hadoop/hive/ql/exec/tez/TestTezSessionState.java +++ b/ql/src/test/org/apache/hadoop/hive/ql/exec/tez/TestTezSessionState.java @@ -1,12 +1,13 @@ /* - * 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 + * 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 + * 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, diff --git a/ql/src/test/org/apache/hadoop/hive/ql/exec/vector/TestVectorizedBatchUtil.java b/ql/src/test/org/apache/hadoop/hive/ql/exec/vector/TestVectorizedBatchUtil.java index 8d1b4276b68d..33bbeb484cd9 100644 --- a/ql/src/test/org/apache/hadoop/hive/ql/exec/vector/TestVectorizedBatchUtil.java +++ b/ql/src/test/org/apache/hadoop/hive/ql/exec/vector/TestVectorizedBatchUtil.java @@ -7,14 +7,13 @@ * "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. + * 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. */ package org.apache.hadoop.hive.ql.exec.vector; diff --git a/ql/src/test/org/apache/hadoop/hive/ql/exec/vector/UDFHelloTest.java b/ql/src/test/org/apache/hadoop/hive/ql/exec/vector/UDFHelloTest.java index 565981f374bb..4556e5c3dce6 100644 --- a/ql/src/test/org/apache/hadoop/hive/ql/exec/vector/UDFHelloTest.java +++ b/ql/src/test/org/apache/hadoop/hive/ql/exec/vector/UDFHelloTest.java @@ -7,7 +7,7 @@ * "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, diff --git a/ql/src/test/org/apache/hadoop/hive/ql/exec/vector/expressions/TestVectorUDFUnixTimeStampString.java b/ql/src/test/org/apache/hadoop/hive/ql/exec/vector/expressions/TestVectorUDFUnixTimeStampString.java index 45637e181b28..456c94ea50d5 100644 --- a/ql/src/test/org/apache/hadoop/hive/ql/exec/vector/expressions/TestVectorUDFUnixTimeStampString.java +++ b/ql/src/test/org/apache/hadoop/hive/ql/exec/vector/expressions/TestVectorUDFUnixTimeStampString.java @@ -1,12 +1,13 @@ /* - * 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 + * 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 + * 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, diff --git a/ql/src/test/org/apache/hadoop/hive/ql/io/StorageFormats.java b/ql/src/test/org/apache/hadoop/hive/ql/io/StorageFormats.java index a929bb9d820f..f4ae3fc8b95d 100644 --- a/ql/src/test/org/apache/hadoop/hive/ql/io/StorageFormats.java +++ b/ql/src/test/org/apache/hadoop/hive/ql/io/StorageFormats.java @@ -9,12 +9,11 @@ * * 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. + * 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. */ package org.apache.hadoop.hive.ql.io; diff --git a/ql/src/test/org/apache/hadoop/hive/ql/io/TestAcidInputFormat.java b/ql/src/test/org/apache/hadoop/hive/ql/io/TestAcidInputFormat.java index 7475294d57dd..4fd126986d2d 100644 --- a/ql/src/test/org/apache/hadoop/hive/ql/io/TestAcidInputFormat.java +++ b/ql/src/test/org/apache/hadoop/hive/ql/io/TestAcidInputFormat.java @@ -7,7 +7,7 @@ * "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, diff --git a/ql/src/test/org/apache/hadoop/hive/ql/io/orc/TestOrcFileStripeMergeRecordReader.java b/ql/src/test/org/apache/hadoop/hive/ql/io/orc/TestOrcFileStripeMergeRecordReader.java index 3b81f1e68d41..7bd010844a5b 100644 --- a/ql/src/test/org/apache/hadoop/hive/ql/io/orc/TestOrcFileStripeMergeRecordReader.java +++ b/ql/src/test/org/apache/hadoop/hive/ql/io/orc/TestOrcFileStripeMergeRecordReader.java @@ -7,7 +7,7 @@ * "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, diff --git a/ql/src/test/org/apache/hadoop/hive/ql/optimizer/calcite/reloperators/TestHiveTableScan.java b/ql/src/test/org/apache/hadoop/hive/ql/optimizer/calcite/reloperators/TestHiveTableScan.java index a2991e78598f..9f0d87c7e71d 100644 --- a/ql/src/test/org/apache/hadoop/hive/ql/optimizer/calcite/reloperators/TestHiveTableScan.java +++ b/ql/src/test/org/apache/hadoop/hive/ql/optimizer/calcite/reloperators/TestHiveTableScan.java @@ -1,12 +1,13 @@ /* - * 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 + * 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 + * 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, diff --git a/ql/src/test/org/apache/hadoop/hive/ql/optimizer/calcite/reloperators/TestSqlOperatorInferReturnType.java b/ql/src/test/org/apache/hadoop/hive/ql/optimizer/calcite/reloperators/TestSqlOperatorInferReturnType.java index b948100c38ae..86ada21ef80a 100644 --- a/ql/src/test/org/apache/hadoop/hive/ql/optimizer/calcite/reloperators/TestSqlOperatorInferReturnType.java +++ b/ql/src/test/org/apache/hadoop/hive/ql/optimizer/calcite/reloperators/TestSqlOperatorInferReturnType.java @@ -1,12 +1,13 @@ /* - * 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 + * 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 + * 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, diff --git a/ql/src/test/org/apache/hadoop/hive/ql/optimizer/calcite/rules/views/TestHiveAugmentSnapshotMaterializationRule.java b/ql/src/test/org/apache/hadoop/hive/ql/optimizer/calcite/rules/views/TestHiveAugmentSnapshotMaterializationRule.java index cbed5c062189..054b5f145e87 100644 --- a/ql/src/test/org/apache/hadoop/hive/ql/optimizer/calcite/rules/views/TestHiveAugmentSnapshotMaterializationRule.java +++ b/ql/src/test/org/apache/hadoop/hive/ql/optimizer/calcite/rules/views/TestHiveAugmentSnapshotMaterializationRule.java @@ -1,12 +1,13 @@ /* - * 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 + * 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 + * 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, diff --git a/ql/src/test/org/apache/hadoop/hive/ql/optimizer/calcite/rules/views/TestHivePushdownSnapshotFilterRule.java b/ql/src/test/org/apache/hadoop/hive/ql/optimizer/calcite/rules/views/TestHivePushdownSnapshotFilterRule.java index 2d96777f181c..85856ac49e34 100644 --- a/ql/src/test/org/apache/hadoop/hive/ql/optimizer/calcite/rules/views/TestHivePushdownSnapshotFilterRule.java +++ b/ql/src/test/org/apache/hadoop/hive/ql/optimizer/calcite/rules/views/TestHivePushdownSnapshotFilterRule.java @@ -1,12 +1,13 @@ /* - * 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 + * 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 + * 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, diff --git a/ql/src/test/org/apache/hadoop/hive/ql/optimizer/calcite/rules/views/TestRuleBase.java b/ql/src/test/org/apache/hadoop/hive/ql/optimizer/calcite/rules/views/TestRuleBase.java index d56794382c67..abd08444e8d0 100644 --- a/ql/src/test/org/apache/hadoop/hive/ql/optimizer/calcite/rules/views/TestRuleBase.java +++ b/ql/src/test/org/apache/hadoop/hive/ql/optimizer/calcite/rules/views/TestRuleBase.java @@ -1,12 +1,13 @@ /* - * 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 + * 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 + * 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, diff --git a/ql/src/test/org/apache/hadoop/hive/ql/optimizer/ppr/TestNegativePartitionPrunerCompactExpr.java b/ql/src/test/org/apache/hadoop/hive/ql/optimizer/ppr/TestNegativePartitionPrunerCompactExpr.java index b00a6e8853cf..13689126651c 100644 --- a/ql/src/test/org/apache/hadoop/hive/ql/optimizer/ppr/TestNegativePartitionPrunerCompactExpr.java +++ b/ql/src/test/org/apache/hadoop/hive/ql/optimizer/ppr/TestNegativePartitionPrunerCompactExpr.java @@ -7,7 +7,7 @@ * "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, diff --git a/ql/src/test/org/apache/hadoop/hive/ql/optimizer/ppr/TestPositivePartitionPrunerCompactExpr.java b/ql/src/test/org/apache/hadoop/hive/ql/optimizer/ppr/TestPositivePartitionPrunerCompactExpr.java index 198d693acf02..1647ddb1ed45 100644 --- a/ql/src/test/org/apache/hadoop/hive/ql/optimizer/ppr/TestPositivePartitionPrunerCompactExpr.java +++ b/ql/src/test/org/apache/hadoop/hive/ql/optimizer/ppr/TestPositivePartitionPrunerCompactExpr.java @@ -7,7 +7,7 @@ * "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, diff --git a/ql/src/test/org/apache/hadoop/hive/ql/parse/TestSplitSample.java b/ql/src/test/org/apache/hadoop/hive/ql/parse/TestSplitSample.java index 560f008dcb3e..82266e0a85ea 100644 --- a/ql/src/test/org/apache/hadoop/hive/ql/parse/TestSplitSample.java +++ b/ql/src/test/org/apache/hadoop/hive/ql/parse/TestSplitSample.java @@ -7,7 +7,7 @@ * "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, diff --git a/ql/src/test/org/apache/hadoop/hive/ql/parse/repl/metric/TestReplicationMetricUpdateOnFailure.java b/ql/src/test/org/apache/hadoop/hive/ql/parse/repl/metric/TestReplicationMetricUpdateOnFailure.java index d8859e3b8749..fe0dfa696629 100644 --- a/ql/src/test/org/apache/hadoop/hive/ql/parse/repl/metric/TestReplicationMetricUpdateOnFailure.java +++ b/ql/src/test/org/apache/hadoop/hive/ql/parse/repl/metric/TestReplicationMetricUpdateOnFailure.java @@ -7,7 +7,7 @@ * "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, diff --git a/ql/src/test/org/apache/hadoop/hive/ql/txn/compactor/CompactorTestUtilities.java b/ql/src/test/org/apache/hadoop/hive/ql/txn/compactor/CompactorTestUtilities.java index 3f6b9c706344..921aa5eb7fd0 100644 --- a/ql/src/test/org/apache/hadoop/hive/ql/txn/compactor/CompactorTestUtilities.java +++ b/ql/src/test/org/apache/hadoop/hive/ql/txn/compactor/CompactorTestUtilities.java @@ -7,7 +7,7 @@ * "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, diff --git a/ql/src/test/org/apache/hadoop/hive/ql/txn/compactor/TestCleaner2.java b/ql/src/test/org/apache/hadoop/hive/ql/txn/compactor/TestCleaner2.java index 78344a50eb86..c6475dcbe3ad 100644 --- a/ql/src/test/org/apache/hadoop/hive/ql/txn/compactor/TestCleaner2.java +++ b/ql/src/test/org/apache/hadoop/hive/ql/txn/compactor/TestCleaner2.java @@ -7,7 +7,7 @@ * "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, diff --git a/ql/src/test/org/apache/hadoop/hive/ql/txn/compactor/TestWorker2.java b/ql/src/test/org/apache/hadoop/hive/ql/txn/compactor/TestWorker2.java index b6b87888e861..cb372d2479cb 100644 --- a/ql/src/test/org/apache/hadoop/hive/ql/txn/compactor/TestWorker2.java +++ b/ql/src/test/org/apache/hadoop/hive/ql/txn/compactor/TestWorker2.java @@ -7,7 +7,7 @@ * "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, diff --git a/ql/src/test/org/apache/hadoop/hive/ql/wm/TestTrigger.java b/ql/src/test/org/apache/hadoop/hive/ql/wm/TestTrigger.java index b86c58a85999..479e9ba37993 100644 --- a/ql/src/test/org/apache/hadoop/hive/ql/wm/TestTrigger.java +++ b/ql/src/test/org/apache/hadoop/hive/ql/wm/TestTrigger.java @@ -6,7 +6,9 @@ * 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. diff --git a/serde/src/java/org/apache/hadoop/hive/serde/Constants.java b/serde/src/java/org/apache/hadoop/hive/serde/Constants.java index 1fc1adacedfe..fde60a973264 100644 --- a/serde/src/java/org/apache/hadoop/hive/serde/Constants.java +++ b/serde/src/java/org/apache/hadoop/hive/serde/Constants.java @@ -7,7 +7,7 @@ * "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, diff --git a/serde/src/java/org/apache/hadoop/hive/serde2/JsonSerDe.java b/serde/src/java/org/apache/hadoop/hive/serde2/JsonSerDe.java index f7b4e541a6ff..0aba3f9c09d7 100644 --- a/serde/src/java/org/apache/hadoop/hive/serde2/JsonSerDe.java +++ b/serde/src/java/org/apache/hadoop/hive/serde2/JsonSerDe.java @@ -9,12 +9,11 @@ * * 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. + * 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. */ package org.apache.hadoop.hive.serde2; diff --git a/serde/src/java/org/apache/hadoop/hive/serde2/MultiDelimitSerDe.java b/serde/src/java/org/apache/hadoop/hive/serde2/MultiDelimitSerDe.java index c168eb99fb0c..ed1767ad110b 100644 --- a/serde/src/java/org/apache/hadoop/hive/serde2/MultiDelimitSerDe.java +++ b/serde/src/java/org/apache/hadoop/hive/serde2/MultiDelimitSerDe.java @@ -4,13 +4,13 @@ * 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 + * "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, + * 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. diff --git a/serde/src/java/org/apache/hadoop/hive/serde2/avro/AvroDeserializer.java b/serde/src/java/org/apache/hadoop/hive/serde2/avro/AvroDeserializer.java index 1fe99085a21a..0728a534ea81 100644 --- a/serde/src/java/org/apache/hadoop/hive/serde2/avro/AvroDeserializer.java +++ b/serde/src/java/org/apache/hadoop/hive/serde2/avro/AvroDeserializer.java @@ -7,7 +7,7 @@ * "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, diff --git a/serde/src/java/org/apache/hadoop/hive/serde2/avro/AvroGenericRecordWritable.java b/serde/src/java/org/apache/hadoop/hive/serde2/avro/AvroGenericRecordWritable.java index 1d09077f3ede..9c55be6a7c26 100644 --- a/serde/src/java/org/apache/hadoop/hive/serde2/avro/AvroGenericRecordWritable.java +++ b/serde/src/java/org/apache/hadoop/hive/serde2/avro/AvroGenericRecordWritable.java @@ -7,7 +7,7 @@ * "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, diff --git a/serde/src/java/org/apache/hadoop/hive/serde2/avro/AvroObjectInspectorException.java b/serde/src/java/org/apache/hadoop/hive/serde2/avro/AvroObjectInspectorException.java index 1953c0435e84..c77b2980e40a 100644 --- a/serde/src/java/org/apache/hadoop/hive/serde2/avro/AvroObjectInspectorException.java +++ b/serde/src/java/org/apache/hadoop/hive/serde2/avro/AvroObjectInspectorException.java @@ -7,7 +7,7 @@ * "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, diff --git a/serde/src/java/org/apache/hadoop/hive/serde2/avro/AvroObjectInspectorGenerator.java b/serde/src/java/org/apache/hadoop/hive/serde2/avro/AvroObjectInspectorGenerator.java index a07cf09d11dc..1d4641395cce 100644 --- a/serde/src/java/org/apache/hadoop/hive/serde2/avro/AvroObjectInspectorGenerator.java +++ b/serde/src/java/org/apache/hadoop/hive/serde2/avro/AvroObjectInspectorGenerator.java @@ -7,7 +7,7 @@ * "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, diff --git a/serde/src/java/org/apache/hadoop/hive/serde2/avro/AvroSchemaRetriever.java b/serde/src/java/org/apache/hadoop/hive/serde2/avro/AvroSchemaRetriever.java index bed4de78bbb2..2787f05514ca 100644 --- a/serde/src/java/org/apache/hadoop/hive/serde2/avro/AvroSchemaRetriever.java +++ b/serde/src/java/org/apache/hadoop/hive/serde2/avro/AvroSchemaRetriever.java @@ -7,7 +7,7 @@ * "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, diff --git a/serde/src/java/org/apache/hadoop/hive/serde2/avro/AvroSerDe.java b/serde/src/java/org/apache/hadoop/hive/serde2/avro/AvroSerDe.java index e6c42687c8b4..d4bdea66d23a 100644 --- a/serde/src/java/org/apache/hadoop/hive/serde2/avro/AvroSerDe.java +++ b/serde/src/java/org/apache/hadoop/hive/serde2/avro/AvroSerDe.java @@ -7,7 +7,7 @@ * "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, diff --git a/serde/src/java/org/apache/hadoop/hive/serde2/avro/AvroSerdeException.java b/serde/src/java/org/apache/hadoop/hive/serde2/avro/AvroSerdeException.java index cd36ada6ab82..3288c60ec420 100644 --- a/serde/src/java/org/apache/hadoop/hive/serde2/avro/AvroSerdeException.java +++ b/serde/src/java/org/apache/hadoop/hive/serde2/avro/AvroSerdeException.java @@ -7,7 +7,7 @@ * "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, diff --git a/serde/src/java/org/apache/hadoop/hive/serde2/avro/AvroSerdeUtils.java b/serde/src/java/org/apache/hadoop/hive/serde2/avro/AvroSerdeUtils.java index 2d3dd6236e6b..a1cdb4e79d8a 100644 --- a/serde/src/java/org/apache/hadoop/hive/serde2/avro/AvroSerdeUtils.java +++ b/serde/src/java/org/apache/hadoop/hive/serde2/avro/AvroSerdeUtils.java @@ -7,7 +7,7 @@ * "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, diff --git a/serde/src/java/org/apache/hadoop/hive/serde2/avro/AvroSerializer.java b/serde/src/java/org/apache/hadoop/hive/serde2/avro/AvroSerializer.java index 0abb6d098465..61a219c9d019 100644 --- a/serde/src/java/org/apache/hadoop/hive/serde2/avro/AvroSerializer.java +++ b/serde/src/java/org/apache/hadoop/hive/serde2/avro/AvroSerializer.java @@ -7,7 +7,7 @@ * "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, diff --git a/serde/src/java/org/apache/hadoop/hive/serde2/avro/BadSchemaException.java b/serde/src/java/org/apache/hadoop/hive/serde2/avro/BadSchemaException.java index 75ad7c834711..5c6d7743ce6c 100644 --- a/serde/src/java/org/apache/hadoop/hive/serde2/avro/BadSchemaException.java +++ b/serde/src/java/org/apache/hadoop/hive/serde2/avro/BadSchemaException.java @@ -7,7 +7,7 @@ * "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, diff --git a/serde/src/java/org/apache/hadoop/hive/serde2/avro/InstanceCache.java b/serde/src/java/org/apache/hadoop/hive/serde2/avro/InstanceCache.java index cac8f027d313..df8070249b87 100644 --- a/serde/src/java/org/apache/hadoop/hive/serde2/avro/InstanceCache.java +++ b/serde/src/java/org/apache/hadoop/hive/serde2/avro/InstanceCache.java @@ -7,7 +7,7 @@ * "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, diff --git a/serde/src/java/org/apache/hadoop/hive/serde2/avro/ReaderWriterSchemaPair.java b/serde/src/java/org/apache/hadoop/hive/serde2/avro/ReaderWriterSchemaPair.java index 75f5eaff4adf..cb6379ad2889 100644 --- a/serde/src/java/org/apache/hadoop/hive/serde2/avro/ReaderWriterSchemaPair.java +++ b/serde/src/java/org/apache/hadoop/hive/serde2/avro/ReaderWriterSchemaPair.java @@ -7,7 +7,7 @@ * "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, diff --git a/serde/src/java/org/apache/hadoop/hive/serde2/avro/SchemaResolutionProblem.java b/serde/src/java/org/apache/hadoop/hive/serde2/avro/SchemaResolutionProblem.java index 65f104dcaa37..08d21a9c9ccf 100644 --- a/serde/src/java/org/apache/hadoop/hive/serde2/avro/SchemaResolutionProblem.java +++ b/serde/src/java/org/apache/hadoop/hive/serde2/avro/SchemaResolutionProblem.java @@ -7,7 +7,7 @@ * "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, diff --git a/serde/src/java/org/apache/hadoop/hive/serde2/avro/SchemaToTypeInfo.java b/serde/src/java/org/apache/hadoop/hive/serde2/avro/SchemaToTypeInfo.java index e944041ca384..369cad83c23e 100644 --- a/serde/src/java/org/apache/hadoop/hive/serde2/avro/SchemaToTypeInfo.java +++ b/serde/src/java/org/apache/hadoop/hive/serde2/avro/SchemaToTypeInfo.java @@ -7,7 +7,7 @@ * "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, diff --git a/serde/src/java/org/apache/hadoop/hive/serde2/avro/TypeInfoToSchema.java b/serde/src/java/org/apache/hadoop/hive/serde2/avro/TypeInfoToSchema.java index e8d05aacdd96..089bf626a479 100644 --- a/serde/src/java/org/apache/hadoop/hive/serde2/avro/TypeInfoToSchema.java +++ b/serde/src/java/org/apache/hadoop/hive/serde2/avro/TypeInfoToSchema.java @@ -7,7 +7,7 @@ * "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, diff --git a/serde/src/test/org/apache/hadoop/hive/serde2/avro/TestAvroDeserializer.java b/serde/src/test/org/apache/hadoop/hive/serde2/avro/TestAvroDeserializer.java index 291f65ed2d15..c23413f59106 100644 --- a/serde/src/test/org/apache/hadoop/hive/serde2/avro/TestAvroDeserializer.java +++ b/serde/src/test/org/apache/hadoop/hive/serde2/avro/TestAvroDeserializer.java @@ -7,7 +7,7 @@ * "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, diff --git a/serde/src/test/org/apache/hadoop/hive/serde2/avro/TestAvroLazyObjectInspector.java b/serde/src/test/org/apache/hadoop/hive/serde2/avro/TestAvroLazyObjectInspector.java index f6abcb5b7dd0..9aeacfed344b 100644 --- a/serde/src/test/org/apache/hadoop/hive/serde2/avro/TestAvroLazyObjectInspector.java +++ b/serde/src/test/org/apache/hadoop/hive/serde2/avro/TestAvroLazyObjectInspector.java @@ -7,7 +7,7 @@ * "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, diff --git a/serde/src/test/org/apache/hadoop/hive/serde2/avro/TestAvroObjectInspectorGenerator.java b/serde/src/test/org/apache/hadoop/hive/serde2/avro/TestAvroObjectInspectorGenerator.java index cdf75598f7ae..7016ecb5e167 100644 --- a/serde/src/test/org/apache/hadoop/hive/serde2/avro/TestAvroObjectInspectorGenerator.java +++ b/serde/src/test/org/apache/hadoop/hive/serde2/avro/TestAvroObjectInspectorGenerator.java @@ -7,7 +7,7 @@ * "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, diff --git a/serde/src/test/org/apache/hadoop/hive/serde2/avro/TestAvroSerde.java b/serde/src/test/org/apache/hadoop/hive/serde2/avro/TestAvroSerde.java index dd3fd2398c41..008449b1e94a 100644 --- a/serde/src/test/org/apache/hadoop/hive/serde2/avro/TestAvroSerde.java +++ b/serde/src/test/org/apache/hadoop/hive/serde2/avro/TestAvroSerde.java @@ -7,7 +7,7 @@ * "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, diff --git a/serde/src/test/org/apache/hadoop/hive/serde2/avro/TestAvroSerdeUtils.java b/serde/src/test/org/apache/hadoop/hive/serde2/avro/TestAvroSerdeUtils.java index 509138065e9e..913d85e66060 100644 --- a/serde/src/test/org/apache/hadoop/hive/serde2/avro/TestAvroSerdeUtils.java +++ b/serde/src/test/org/apache/hadoop/hive/serde2/avro/TestAvroSerdeUtils.java @@ -7,7 +7,7 @@ * "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, diff --git a/serde/src/test/org/apache/hadoop/hive/serde2/avro/TestAvroSerializer.java b/serde/src/test/org/apache/hadoop/hive/serde2/avro/TestAvroSerializer.java index 0908a4b2b91e..5462af44b27d 100644 --- a/serde/src/test/org/apache/hadoop/hive/serde2/avro/TestAvroSerializer.java +++ b/serde/src/test/org/apache/hadoop/hive/serde2/avro/TestAvroSerializer.java @@ -7,7 +7,7 @@ * "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, diff --git a/serde/src/test/org/apache/hadoop/hive/serde2/avro/TestGenericAvroRecordWritable.java b/serde/src/test/org/apache/hadoop/hive/serde2/avro/TestGenericAvroRecordWritable.java index fb13b476e16f..a3528514cc24 100644 --- a/serde/src/test/org/apache/hadoop/hive/serde2/avro/TestGenericAvroRecordWritable.java +++ b/serde/src/test/org/apache/hadoop/hive/serde2/avro/TestGenericAvroRecordWritable.java @@ -7,7 +7,7 @@ * "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, diff --git a/serde/src/test/org/apache/hadoop/hive/serde2/avro/TestInstanceCache.java b/serde/src/test/org/apache/hadoop/hive/serde2/avro/TestInstanceCache.java index cb7c6ed42158..dd357f2ea81f 100644 --- a/serde/src/test/org/apache/hadoop/hive/serde2/avro/TestInstanceCache.java +++ b/serde/src/test/org/apache/hadoop/hive/serde2/avro/TestInstanceCache.java @@ -7,7 +7,7 @@ * "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, diff --git a/serde/src/test/org/apache/hadoop/hive/serde2/avro/TestSchemaReEncoder.java b/serde/src/test/org/apache/hadoop/hive/serde2/avro/TestSchemaReEncoder.java index 922ca7cee0e6..b57b5de03009 100644 --- a/serde/src/test/org/apache/hadoop/hive/serde2/avro/TestSchemaReEncoder.java +++ b/serde/src/test/org/apache/hadoop/hive/serde2/avro/TestSchemaReEncoder.java @@ -7,7 +7,7 @@ * "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, diff --git a/serde/src/test/org/apache/hadoop/hive/serde2/avro/TestSchemaToTypeInfo.java b/serde/src/test/org/apache/hadoop/hive/serde2/avro/TestSchemaToTypeInfo.java index af258c7d174e..46df70ed8b30 100644 --- a/serde/src/test/org/apache/hadoop/hive/serde2/avro/TestSchemaToTypeInfo.java +++ b/serde/src/test/org/apache/hadoop/hive/serde2/avro/TestSchemaToTypeInfo.java @@ -7,7 +7,7 @@ * "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, diff --git a/serde/src/test/org/apache/hadoop/hive/serde2/avro/TestThatEvolvedSchemasActAsWeWant.java b/serde/src/test/org/apache/hadoop/hive/serde2/avro/TestThatEvolvedSchemasActAsWeWant.java index 70613d8547c2..8a69d15fa530 100644 --- a/serde/src/test/org/apache/hadoop/hive/serde2/avro/TestThatEvolvedSchemasActAsWeWant.java +++ b/serde/src/test/org/apache/hadoop/hive/serde2/avro/TestThatEvolvedSchemasActAsWeWant.java @@ -7,7 +7,7 @@ * "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, diff --git a/serde/src/test/org/apache/hadoop/hive/serde2/avro/TestTypeInfoToSchema.java b/serde/src/test/org/apache/hadoop/hive/serde2/avro/TestTypeInfoToSchema.java index 029144d63781..283c8141145b 100644 --- a/serde/src/test/org/apache/hadoop/hive/serde2/avro/TestTypeInfoToSchema.java +++ b/serde/src/test/org/apache/hadoop/hive/serde2/avro/TestTypeInfoToSchema.java @@ -7,7 +7,7 @@ * "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, diff --git a/serde/src/test/org/apache/hadoop/hive/serde2/avro/Utils.java b/serde/src/test/org/apache/hadoop/hive/serde2/avro/Utils.java index 6222eb350d96..c316fc8fb48a 100644 --- a/serde/src/test/org/apache/hadoop/hive/serde2/avro/Utils.java +++ b/serde/src/test/org/apache/hadoop/hive/serde2/avro/Utils.java @@ -7,7 +7,7 @@ * "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, diff --git a/serde/src/test/org/apache/hadoop/hive/serde2/io/TestDateWritableV2.java b/serde/src/test/org/apache/hadoop/hive/serde2/io/TestDateWritableV2.java index 262e55aafdee..17ba7cd3fed2 100644 --- a/serde/src/test/org/apache/hadoop/hive/serde2/io/TestDateWritableV2.java +++ b/serde/src/test/org/apache/hadoop/hive/serde2/io/TestDateWritableV2.java @@ -7,7 +7,7 @@ * "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, diff --git a/serde/src/test/org/apache/hadoop/hive/serde2/io/TestHiveIntervalDayTimeWritable.java b/serde/src/test/org/apache/hadoop/hive/serde2/io/TestHiveIntervalDayTimeWritable.java index 8d7e079d0f20..4b527c492d92 100644 --- a/serde/src/test/org/apache/hadoop/hive/serde2/io/TestHiveIntervalDayTimeWritable.java +++ b/serde/src/test/org/apache/hadoop/hive/serde2/io/TestHiveIntervalDayTimeWritable.java @@ -7,7 +7,7 @@ * "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, diff --git a/serde/src/test/org/apache/hadoop/hive/serde2/io/TestHiveIntervalYearMonthWritable.java b/serde/src/test/org/apache/hadoop/hive/serde2/io/TestHiveIntervalYearMonthWritable.java index 345724cccc82..c85ef0726d15 100644 --- a/serde/src/test/org/apache/hadoop/hive/serde2/io/TestHiveIntervalYearMonthWritable.java +++ b/serde/src/test/org/apache/hadoop/hive/serde2/io/TestHiveIntervalYearMonthWritable.java @@ -7,7 +7,7 @@ * "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, diff --git a/service/src/java/org/apache/hive/http/HttpConstants.java b/service/src/java/org/apache/hive/http/HttpConstants.java index 6a0b2c9fb859..85d0cc384b3c 100644 --- a/service/src/java/org/apache/hive/http/HttpConstants.java +++ b/service/src/java/org/apache/hive/http/HttpConstants.java @@ -1,12 +1,13 @@ /* - * 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 + * 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 + * 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, diff --git a/service/src/java/org/apache/hive/http/JdbcJarDownloadServlet.java b/service/src/java/org/apache/hive/http/JdbcJarDownloadServlet.java index 12f1c7b05b90..36255d6631ae 100644 --- a/service/src/java/org/apache/hive/http/JdbcJarDownloadServlet.java +++ b/service/src/java/org/apache/hive/http/JdbcJarDownloadServlet.java @@ -6,15 +6,14 @@ * 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. + * + * 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. */ package org.apache.hive.http; diff --git a/service/src/java/org/apache/hive/http/LlapServlet.java b/service/src/java/org/apache/hive/http/LlapServlet.java index 340e075800ab..843e647f796e 100644 --- a/service/src/java/org/apache/hive/http/LlapServlet.java +++ b/service/src/java/org/apache/hive/http/LlapServlet.java @@ -1,12 +1,13 @@ /* - * 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 + * 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 + * 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, diff --git a/service/src/java/org/apache/hive/service/auth/HttpAuthService.java b/service/src/java/org/apache/hive/service/auth/HttpAuthService.java index bbe7720f0e3a..af93a25681bf 100644 --- a/service/src/java/org/apache/hive/service/auth/HttpAuthService.java +++ b/service/src/java/org/apache/hive/service/auth/HttpAuthService.java @@ -1,12 +1,13 @@ /* - * 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 + * 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 + * 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, diff --git a/service/src/java/org/apache/hive/service/auth/ldap/LdapAuthService.java b/service/src/java/org/apache/hive/service/auth/ldap/LdapAuthService.java index b72fe7698a41..94a1d6198891 100644 --- a/service/src/java/org/apache/hive/service/auth/ldap/LdapAuthService.java +++ b/service/src/java/org/apache/hive/service/auth/ldap/LdapAuthService.java @@ -1,12 +1,13 @@ /* - * 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 + * 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 + * 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, diff --git a/service/src/java/org/apache/hive/service/cli/operation/hplsql/BeelineConsole.java b/service/src/java/org/apache/hive/service/cli/operation/hplsql/BeelineConsole.java index edf99682ec79..0395cd581e15 100644 --- a/service/src/java/org/apache/hive/service/cli/operation/hplsql/BeelineConsole.java +++ b/service/src/java/org/apache/hive/service/cli/operation/hplsql/BeelineConsole.java @@ -1,19 +1,19 @@ /* - * 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 + * 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 + * 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. + * 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. */ package org.apache.hive.service.cli.operation.hplsql; diff --git a/service/src/java/org/apache/hive/service/server/HiveServer2HAInstanceSet.java b/service/src/java/org/apache/hive/service/server/HiveServer2HAInstanceSet.java index 168484a1e1ad..fd73b7b4c08b 100644 --- a/service/src/java/org/apache/hive/service/server/HiveServer2HAInstanceSet.java +++ b/service/src/java/org/apache/hive/service/server/HiveServer2HAInstanceSet.java @@ -6,7 +6,9 @@ * 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. diff --git a/service/src/java/org/apache/hive/service/server/HiveServer2Instance.java b/service/src/java/org/apache/hive/service/server/HiveServer2Instance.java index 558e809bcb94..2d8025db83e3 100644 --- a/service/src/java/org/apache/hive/service/server/HiveServer2Instance.java +++ b/service/src/java/org/apache/hive/service/server/HiveServer2Instance.java @@ -6,7 +6,9 @@ * 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. diff --git a/service/src/test/org/apache/hive/http/TestJdbcJarDownloadServlet.java b/service/src/test/org/apache/hive/http/TestJdbcJarDownloadServlet.java index 521761013ac9..de89d34705e3 100644 --- a/service/src/test/org/apache/hive/http/TestJdbcJarDownloadServlet.java +++ b/service/src/test/org/apache/hive/http/TestJdbcJarDownloadServlet.java @@ -6,15 +6,14 @@ * 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. + * + * 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. */ package org.apache.hive.http; diff --git a/service/src/test/org/apache/hive/service/auth/TestLdapAtnProviderWithMiniDS.java b/service/src/test/org/apache/hive/service/auth/TestLdapAtnProviderWithMiniDS.java index d72cd5604d78..e491dd1bbe6b 100644 --- a/service/src/test/org/apache/hive/service/auth/TestLdapAtnProviderWithMiniDS.java +++ b/service/src/test/org/apache/hive/service/auth/TestLdapAtnProviderWithMiniDS.java @@ -7,15 +7,13 @@ * "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. + * 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. */ package org.apache.hive.service.auth; diff --git a/service/src/test/org/apache/hive/service/auth/TestLdapKerberosWithGroupFilter.java b/service/src/test/org/apache/hive/service/auth/TestLdapKerberosWithGroupFilter.java index 755236e9dfc0..9dec657b70ab 100644 --- a/service/src/test/org/apache/hive/service/auth/TestLdapKerberosWithGroupFilter.java +++ b/service/src/test/org/apache/hive/service/auth/TestLdapKerberosWithGroupFilter.java @@ -9,10 +9,9 @@ * * 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. + * 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. */ diff --git a/service/src/test/org/apache/hive/service/auth/ldap/TestLdapGroupCallbackHandler.java b/service/src/test/org/apache/hive/service/auth/ldap/TestLdapGroupCallbackHandler.java index e8e29aafd658..51faf9e44393 100644 --- a/service/src/test/org/apache/hive/service/auth/ldap/TestLdapGroupCallbackHandler.java +++ b/service/src/test/org/apache/hive/service/auth/ldap/TestLdapGroupCallbackHandler.java @@ -9,10 +9,9 @@ * * 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. + * 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. */ diff --git a/service/src/test/org/apache/hive/service/cli/TestCLIServiceConnectionLimits.java b/service/src/test/org/apache/hive/service/cli/TestCLIServiceConnectionLimits.java index 777184dad7c8..ea464b753fe5 100644 --- a/service/src/test/org/apache/hive/service/cli/TestCLIServiceConnectionLimits.java +++ b/service/src/test/org/apache/hive/service/cli/TestCLIServiceConnectionLimits.java @@ -6,7 +6,9 @@ * 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. diff --git a/service/src/test/org/apache/hive/service/cli/session/TestPluggableHiveSessionImpl.java b/service/src/test/org/apache/hive/service/cli/session/TestPluggableHiveSessionImpl.java index cbc15ddbec68..f803fce9d0a8 100644 --- a/service/src/test/org/apache/hive/service/cli/session/TestPluggableHiveSessionImpl.java +++ b/service/src/test/org/apache/hive/service/cli/session/TestPluggableHiveSessionImpl.java @@ -7,7 +7,7 @@ * "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, diff --git a/service/src/test/org/apache/hive/service/server/TestHS2HttpServerLDAP.java b/service/src/test/org/apache/hive/service/server/TestHS2HttpServerLDAP.java index f389d47a6618..ce76e75ef6e5 100644 --- a/service/src/test/org/apache/hive/service/server/TestHS2HttpServerLDAP.java +++ b/service/src/test/org/apache/hive/service/server/TestHS2HttpServerLDAP.java @@ -1,12 +1,13 @@ /* - * 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 + * 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 + * 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, diff --git a/service/src/test/org/apache/hive/service/server/TestHS2HttpServerPam.java b/service/src/test/org/apache/hive/service/server/TestHS2HttpServerPam.java index e62cda565be9..56c3bf54916b 100644 --- a/service/src/test/org/apache/hive/service/server/TestHS2HttpServerPam.java +++ b/service/src/test/org/apache/hive/service/server/TestHS2HttpServerPam.java @@ -1,12 +1,13 @@ /* - * 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 + * 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 + * 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, diff --git a/service/src/test/org/apache/hive/service/server/TestHS2HttpServerPamConfiguration.java b/service/src/test/org/apache/hive/service/server/TestHS2HttpServerPamConfiguration.java index e1bb191ade1b..de4caae29b45 100644 --- a/service/src/test/org/apache/hive/service/server/TestHS2HttpServerPamConfiguration.java +++ b/service/src/test/org/apache/hive/service/server/TestHS2HttpServerPamConfiguration.java @@ -1,12 +1,13 @@ /* - * 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 + * 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 + * 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, diff --git a/standalone-metastore/checkstyle/checkstyle.xml b/standalone-metastore/checkstyle/checkstyle.xml index f21bb3a06815..b1e2abb38654 100644 --- a/standalone-metastore/checkstyle/checkstyle.xml +++ b/standalone-metastore/checkstyle/checkstyle.xml @@ -62,7 +62,9 @@ + + diff --git a/standalone-metastore/metastore-common/src/main/java/org/apache/hadoop/hive/metastore/DefaultHiveMetaHook.java b/standalone-metastore/metastore-common/src/main/java/org/apache/hadoop/hive/metastore/DefaultHiveMetaHook.java index 4fc913c733a7..f9d3bdb6316f 100644 --- a/standalone-metastore/metastore-common/src/main/java/org/apache/hadoop/hive/metastore/DefaultHiveMetaHook.java +++ b/standalone-metastore/metastore-common/src/main/java/org/apache/hadoop/hive/metastore/DefaultHiveMetaHook.java @@ -7,7 +7,7 @@ * "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, diff --git a/standalone-metastore/metastore-common/src/main/java/org/apache/hadoop/hive/metastore/annotation/NoReconnect.java b/standalone-metastore/metastore-common/src/main/java/org/apache/hadoop/hive/metastore/annotation/NoReconnect.java index ec382d7cdd05..7b76de633b91 100644 --- a/standalone-metastore/metastore-common/src/main/java/org/apache/hadoop/hive/metastore/annotation/NoReconnect.java +++ b/standalone-metastore/metastore-common/src/main/java/org/apache/hadoop/hive/metastore/annotation/NoReconnect.java @@ -9,12 +9,11 @@ * * 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. + * 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. */ package org.apache.hadoop.hive.metastore.annotation; diff --git a/standalone-metastore/metastore-common/src/main/java/org/apache/hadoop/hive/metastore/metasummary/SummaryMapBuilder.java b/standalone-metastore/metastore-common/src/main/java/org/apache/hadoop/hive/metastore/metasummary/SummaryMapBuilder.java index f3b52c7f9cb8..de433a583220 100644 --- a/standalone-metastore/metastore-common/src/main/java/org/apache/hadoop/hive/metastore/metasummary/SummaryMapBuilder.java +++ b/standalone-metastore/metastore-common/src/main/java/org/apache/hadoop/hive/metastore/metasummary/SummaryMapBuilder.java @@ -7,14 +7,13 @@ * "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. + * 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. */ package org.apache.hadoop.hive.metastore.metasummary; diff --git a/standalone-metastore/metastore-rest-catalog/src/main/java/org/apache/iceberg/rest/HMSCachingCatalog.java b/standalone-metastore/metastore-rest-catalog/src/main/java/org/apache/iceberg/rest/HMSCachingCatalog.java index edb5fbd41a9b..d90a53c31c5f 100644 --- a/standalone-metastore/metastore-rest-catalog/src/main/java/org/apache/iceberg/rest/HMSCachingCatalog.java +++ b/standalone-metastore/metastore-rest-catalog/src/main/java/org/apache/iceberg/rest/HMSCachingCatalog.java @@ -7,14 +7,13 @@ * "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. + * 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. */ package org.apache.iceberg.rest; diff --git a/standalone-metastore/metastore-rest-catalog/src/main/java/org/apache/iceberg/rest/HMSCatalogAdapter.java b/standalone-metastore/metastore-rest-catalog/src/main/java/org/apache/iceberg/rest/HMSCatalogAdapter.java index f38c2d3d406e..84aadd64c29c 100644 --- a/standalone-metastore/metastore-rest-catalog/src/main/java/org/apache/iceberg/rest/HMSCatalogAdapter.java +++ b/standalone-metastore/metastore-rest-catalog/src/main/java/org/apache/iceberg/rest/HMSCatalogAdapter.java @@ -7,14 +7,13 @@ * "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. + * 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. */ package org.apache.iceberg.rest; diff --git a/standalone-metastore/metastore-rest-catalog/src/main/java/org/apache/iceberg/rest/HMSCatalogFactory.java b/standalone-metastore/metastore-rest-catalog/src/main/java/org/apache/iceberg/rest/HMSCatalogFactory.java index f9ad8df0d28c..e1d9f042b831 100644 --- a/standalone-metastore/metastore-rest-catalog/src/main/java/org/apache/iceberg/rest/HMSCatalogFactory.java +++ b/standalone-metastore/metastore-rest-catalog/src/main/java/org/apache/iceberg/rest/HMSCatalogFactory.java @@ -7,14 +7,13 @@ * "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. + * 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. */ package org.apache.iceberg.rest; diff --git a/standalone-metastore/metastore-rest-catalog/src/main/java/org/apache/iceberg/rest/HMSCatalogServlet.java b/standalone-metastore/metastore-rest-catalog/src/main/java/org/apache/iceberg/rest/HMSCatalogServlet.java index 21b155d65d8d..505908569658 100644 --- a/standalone-metastore/metastore-rest-catalog/src/main/java/org/apache/iceberg/rest/HMSCatalogServlet.java +++ b/standalone-metastore/metastore-rest-catalog/src/main/java/org/apache/iceberg/rest/HMSCatalogServlet.java @@ -7,14 +7,13 @@ * "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. + * 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. */ package org.apache.iceberg.rest; diff --git a/standalone-metastore/metastore-rest-catalog/src/test/java/org/apache/iceberg/rest/BaseRESTCatalogTests.java b/standalone-metastore/metastore-rest-catalog/src/test/java/org/apache/iceberg/rest/BaseRESTCatalogTests.java index 5d41d9c9b407..0bb340d42b99 100644 --- a/standalone-metastore/metastore-rest-catalog/src/test/java/org/apache/iceberg/rest/BaseRESTCatalogTests.java +++ b/standalone-metastore/metastore-rest-catalog/src/test/java/org/apache/iceberg/rest/BaseRESTCatalogTests.java @@ -7,14 +7,13 @@ * "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. + * 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. */ package org.apache.iceberg.rest; diff --git a/standalone-metastore/metastore-rest-catalog/src/test/java/org/apache/iceberg/rest/BaseRESTViewCatalogTests.java b/standalone-metastore/metastore-rest-catalog/src/test/java/org/apache/iceberg/rest/BaseRESTViewCatalogTests.java index 41452254db3d..d864f6f353d2 100644 --- a/standalone-metastore/metastore-rest-catalog/src/test/java/org/apache/iceberg/rest/BaseRESTViewCatalogTests.java +++ b/standalone-metastore/metastore-rest-catalog/src/test/java/org/apache/iceberg/rest/BaseRESTViewCatalogTests.java @@ -7,14 +7,13 @@ * "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. + * 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. */ package org.apache.iceberg.rest; diff --git a/standalone-metastore/metastore-rest-catalog/src/test/java/org/apache/iceberg/rest/TestRESTCatalogJwtAuth.java b/standalone-metastore/metastore-rest-catalog/src/test/java/org/apache/iceberg/rest/TestRESTCatalogJwtAuth.java index ff06a53aec02..a2f4ed7c6def 100644 --- a/standalone-metastore/metastore-rest-catalog/src/test/java/org/apache/iceberg/rest/TestRESTCatalogJwtAuth.java +++ b/standalone-metastore/metastore-rest-catalog/src/test/java/org/apache/iceberg/rest/TestRESTCatalogJwtAuth.java @@ -7,14 +7,13 @@ * "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. + * 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. */ package org.apache.iceberg.rest; diff --git a/standalone-metastore/metastore-rest-catalog/src/test/java/org/apache/iceberg/rest/TestRESTCatalogNoneAuth.java b/standalone-metastore/metastore-rest-catalog/src/test/java/org/apache/iceberg/rest/TestRESTCatalogNoneAuth.java index 3414bbb0a031..c37a38c6a257 100644 --- a/standalone-metastore/metastore-rest-catalog/src/test/java/org/apache/iceberg/rest/TestRESTCatalogNoneAuth.java +++ b/standalone-metastore/metastore-rest-catalog/src/test/java/org/apache/iceberg/rest/TestRESTCatalogNoneAuth.java @@ -7,14 +7,13 @@ * "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. + * 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. */ package org.apache.iceberg.rest; diff --git a/standalone-metastore/metastore-rest-catalog/src/test/java/org/apache/iceberg/rest/TestRESTCatalogSimpleAuth.java b/standalone-metastore/metastore-rest-catalog/src/test/java/org/apache/iceberg/rest/TestRESTCatalogSimpleAuth.java index 699233c302b6..0edb69d99d7f 100644 --- a/standalone-metastore/metastore-rest-catalog/src/test/java/org/apache/iceberg/rest/TestRESTCatalogSimpleAuth.java +++ b/standalone-metastore/metastore-rest-catalog/src/test/java/org/apache/iceberg/rest/TestRESTCatalogSimpleAuth.java @@ -7,14 +7,13 @@ * "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. + * 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. */ package org.apache.iceberg.rest; diff --git a/standalone-metastore/metastore-rest-catalog/src/test/java/org/apache/iceberg/rest/TestRESTViewCatalogJwtAuth.java b/standalone-metastore/metastore-rest-catalog/src/test/java/org/apache/iceberg/rest/TestRESTViewCatalogJwtAuth.java index d5ea115bd6d3..baea092beb7f 100644 --- a/standalone-metastore/metastore-rest-catalog/src/test/java/org/apache/iceberg/rest/TestRESTViewCatalogJwtAuth.java +++ b/standalone-metastore/metastore-rest-catalog/src/test/java/org/apache/iceberg/rest/TestRESTViewCatalogJwtAuth.java @@ -7,14 +7,13 @@ * "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. + * 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. */ package org.apache.iceberg.rest; diff --git a/standalone-metastore/metastore-rest-catalog/src/test/java/org/apache/iceberg/rest/TestRESTViewCatalogNoneAuth.java b/standalone-metastore/metastore-rest-catalog/src/test/java/org/apache/iceberg/rest/TestRESTViewCatalogNoneAuth.java index 75282b80dd09..2f45201826e6 100644 --- a/standalone-metastore/metastore-rest-catalog/src/test/java/org/apache/iceberg/rest/TestRESTViewCatalogNoneAuth.java +++ b/standalone-metastore/metastore-rest-catalog/src/test/java/org/apache/iceberg/rest/TestRESTViewCatalogNoneAuth.java @@ -7,14 +7,13 @@ * "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. + * 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. */ package org.apache.iceberg.rest; diff --git a/standalone-metastore/metastore-rest-catalog/src/test/java/org/apache/iceberg/rest/TestRESTViewCatalogSimpleAuth.java b/standalone-metastore/metastore-rest-catalog/src/test/java/org/apache/iceberg/rest/TestRESTViewCatalogSimpleAuth.java index fdea69e950b0..0f2551d1f05b 100644 --- a/standalone-metastore/metastore-rest-catalog/src/test/java/org/apache/iceberg/rest/TestRESTViewCatalogSimpleAuth.java +++ b/standalone-metastore/metastore-rest-catalog/src/test/java/org/apache/iceberg/rest/TestRESTViewCatalogSimpleAuth.java @@ -7,14 +7,13 @@ * "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. + * 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. */ package org.apache.iceberg.rest; diff --git a/standalone-metastore/metastore-rest-catalog/src/test/java/org/apache/iceberg/rest/extension/HiveRESTCatalogServerExtension.java b/standalone-metastore/metastore-rest-catalog/src/test/java/org/apache/iceberg/rest/extension/HiveRESTCatalogServerExtension.java index 671fcc0e4ba0..4913201f1869 100644 --- a/standalone-metastore/metastore-rest-catalog/src/test/java/org/apache/iceberg/rest/extension/HiveRESTCatalogServerExtension.java +++ b/standalone-metastore/metastore-rest-catalog/src/test/java/org/apache/iceberg/rest/extension/HiveRESTCatalogServerExtension.java @@ -7,14 +7,13 @@ * "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. + * 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. */ package org.apache.iceberg.rest.extension; diff --git a/standalone-metastore/metastore-rest-catalog/src/test/java/org/apache/iceberg/rest/extension/JwksServer.java b/standalone-metastore/metastore-rest-catalog/src/test/java/org/apache/iceberg/rest/extension/JwksServer.java index 18357153cecf..f1237f0efeb3 100644 --- a/standalone-metastore/metastore-rest-catalog/src/test/java/org/apache/iceberg/rest/extension/JwksServer.java +++ b/standalone-metastore/metastore-rest-catalog/src/test/java/org/apache/iceberg/rest/extension/JwksServer.java @@ -7,14 +7,13 @@ * "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. + * 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. */ package org.apache.iceberg.rest.extension; diff --git a/standalone-metastore/metastore-rest-catalog/src/test/java/org/apache/iceberg/rest/extension/RESTCatalogSchemaInfo.java b/standalone-metastore/metastore-rest-catalog/src/test/java/org/apache/iceberg/rest/extension/RESTCatalogSchemaInfo.java index 8b8be67265c5..3359d796aedc 100644 --- a/standalone-metastore/metastore-rest-catalog/src/test/java/org/apache/iceberg/rest/extension/RESTCatalogSchemaInfo.java +++ b/standalone-metastore/metastore-rest-catalog/src/test/java/org/apache/iceberg/rest/extension/RESTCatalogSchemaInfo.java @@ -7,14 +7,13 @@ * "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. + * 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. */ package org.apache.iceberg.rest.extension; diff --git a/standalone-metastore/metastore-rest-catalog/src/test/java/org/apache/iceberg/rest/extension/RESTCatalogServer.java b/standalone-metastore/metastore-rest-catalog/src/test/java/org/apache/iceberg/rest/extension/RESTCatalogServer.java index 3bdc7eaa764e..21e3297e701d 100644 --- a/standalone-metastore/metastore-rest-catalog/src/test/java/org/apache/iceberg/rest/extension/RESTCatalogServer.java +++ b/standalone-metastore/metastore-rest-catalog/src/test/java/org/apache/iceberg/rest/extension/RESTCatalogServer.java @@ -7,14 +7,13 @@ * "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. + * 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. */ package org.apache.iceberg.rest.extension; diff --git a/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/common/histogram/KllHistogramEstimatorFactory.java b/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/common/histogram/KllHistogramEstimatorFactory.java index 075e432b2be1..34f4612535ef 100644 --- a/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/common/histogram/KllHistogramEstimatorFactory.java +++ b/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/common/histogram/KllHistogramEstimatorFactory.java @@ -9,12 +9,11 @@ * * 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. + * 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. */ package org.apache.hadoop.hive.common.histogram; diff --git a/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/common/ndv/NumDistinctValueEstimatorFactory.java b/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/common/ndv/NumDistinctValueEstimatorFactory.java index b630fa3b7cf7..5211ac29238d 100644 --- a/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/common/ndv/NumDistinctValueEstimatorFactory.java +++ b/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/common/ndv/NumDistinctValueEstimatorFactory.java @@ -9,12 +9,11 @@ * * 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. + * 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. */ package org.apache.hadoop.hive.common.ndv; diff --git a/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/AggregateStatsCache.java b/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/AggregateStatsCache.java index 125e5b99f1cc..11f67e7e0e9b 100644 --- a/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/AggregateStatsCache.java +++ b/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/AggregateStatsCache.java @@ -9,12 +9,11 @@ * * 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. + * 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. */ package org.apache.hadoop.hive.metastore; diff --git a/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/ServletServerBuilder.java b/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/ServletServerBuilder.java index 67f9c9961b6c..9ab9678d0f8b 100644 --- a/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/ServletServerBuilder.java +++ b/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/ServletServerBuilder.java @@ -7,14 +7,13 @@ * "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. + * 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. */ package org.apache.hadoop.hive.metastore; diff --git a/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/columnstats/aggr/BinaryColumnStatsAggregator.java b/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/columnstats/aggr/BinaryColumnStatsAggregator.java index 0d645ac7ab09..422d29a1fa73 100644 --- a/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/columnstats/aggr/BinaryColumnStatsAggregator.java +++ b/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/columnstats/aggr/BinaryColumnStatsAggregator.java @@ -9,12 +9,11 @@ * * 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. + * 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. */ package org.apache.hadoop.hive.metastore.columnstats.aggr; diff --git a/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/columnstats/aggr/BooleanColumnStatsAggregator.java b/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/columnstats/aggr/BooleanColumnStatsAggregator.java index 8d58a3b4dac7..7989f24eb8f4 100644 --- a/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/columnstats/aggr/BooleanColumnStatsAggregator.java +++ b/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/columnstats/aggr/BooleanColumnStatsAggregator.java @@ -9,12 +9,11 @@ * * 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. + * 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. */ package org.apache.hadoop.hive.metastore.columnstats.aggr; diff --git a/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/columnstats/aggr/ColumnStatsAggregator.java b/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/columnstats/aggr/ColumnStatsAggregator.java index adfa6e4f4171..6dc377a6e105 100644 --- a/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/columnstats/aggr/ColumnStatsAggregator.java +++ b/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/columnstats/aggr/ColumnStatsAggregator.java @@ -9,12 +9,11 @@ * * 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. + * 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. */ package org.apache.hadoop.hive.metastore.columnstats.aggr; diff --git a/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/columnstats/aggr/ColumnStatsAggregatorFactory.java b/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/columnstats/aggr/ColumnStatsAggregatorFactory.java index c2d14dfccc2a..f122c921163e 100644 --- a/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/columnstats/aggr/ColumnStatsAggregatorFactory.java +++ b/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/columnstats/aggr/ColumnStatsAggregatorFactory.java @@ -9,12 +9,11 @@ * * 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. + * 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. */ package org.apache.hadoop.hive.metastore.columnstats.aggr; diff --git a/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/columnstats/aggr/DateColumnStatsAggregator.java b/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/columnstats/aggr/DateColumnStatsAggregator.java index 211bd2e597f1..8281362530d0 100644 --- a/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/columnstats/aggr/DateColumnStatsAggregator.java +++ b/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/columnstats/aggr/DateColumnStatsAggregator.java @@ -9,12 +9,11 @@ * * 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. + * 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. */ package org.apache.hadoop.hive.metastore.columnstats.aggr; diff --git a/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/columnstats/aggr/DecimalColumnStatsAggregator.java b/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/columnstats/aggr/DecimalColumnStatsAggregator.java index 0854ca413952..a11418b01549 100644 --- a/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/columnstats/aggr/DecimalColumnStatsAggregator.java +++ b/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/columnstats/aggr/DecimalColumnStatsAggregator.java @@ -9,12 +9,11 @@ * * 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. + * 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. */ package org.apache.hadoop.hive.metastore.columnstats.aggr; diff --git a/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/columnstats/aggr/DoubleColumnStatsAggregator.java b/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/columnstats/aggr/DoubleColumnStatsAggregator.java index 878a6e180825..3f27dcefb306 100644 --- a/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/columnstats/aggr/DoubleColumnStatsAggregator.java +++ b/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/columnstats/aggr/DoubleColumnStatsAggregator.java @@ -9,12 +9,11 @@ * * 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. + * 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. */ package org.apache.hadoop.hive.metastore.columnstats.aggr; diff --git a/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/columnstats/aggr/LongColumnStatsAggregator.java b/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/columnstats/aggr/LongColumnStatsAggregator.java index 5b777a40261a..06ef8690455d 100644 --- a/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/columnstats/aggr/LongColumnStatsAggregator.java +++ b/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/columnstats/aggr/LongColumnStatsAggregator.java @@ -9,12 +9,11 @@ * * 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. + * 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. */ package org.apache.hadoop.hive.metastore.columnstats.aggr; diff --git a/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/columnstats/aggr/StringColumnStatsAggregator.java b/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/columnstats/aggr/StringColumnStatsAggregator.java index 98bb00416cd1..0cf09ad62ee7 100644 --- a/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/columnstats/aggr/StringColumnStatsAggregator.java +++ b/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/columnstats/aggr/StringColumnStatsAggregator.java @@ -9,12 +9,11 @@ * * 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. + * 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. */ package org.apache.hadoop.hive.metastore.columnstats.aggr; diff --git a/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/columnstats/aggr/TimestampColumnStatsAggregator.java b/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/columnstats/aggr/TimestampColumnStatsAggregator.java index 5e8e51c89006..d5bbe0a78590 100644 --- a/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/columnstats/aggr/TimestampColumnStatsAggregator.java +++ b/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/columnstats/aggr/TimestampColumnStatsAggregator.java @@ -9,12 +9,11 @@ * * 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. + * 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. */ package org.apache.hadoop.hive.metastore.columnstats.aggr; diff --git a/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/columnstats/merge/BinaryColumnStatsMerger.java b/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/columnstats/merge/BinaryColumnStatsMerger.java index 0ab43a6dcc33..e33f0cfbf354 100644 --- a/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/columnstats/merge/BinaryColumnStatsMerger.java +++ b/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/columnstats/merge/BinaryColumnStatsMerger.java @@ -9,12 +9,11 @@ * * 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. + * 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. */ package org.apache.hadoop.hive.metastore.columnstats.merge; diff --git a/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/columnstats/merge/BooleanColumnStatsMerger.java b/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/columnstats/merge/BooleanColumnStatsMerger.java index 86639ca20729..b11c377d9ddb 100644 --- a/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/columnstats/merge/BooleanColumnStatsMerger.java +++ b/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/columnstats/merge/BooleanColumnStatsMerger.java @@ -9,12 +9,11 @@ * * 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. + * 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. */ package org.apache.hadoop.hive.metastore.columnstats.merge; diff --git a/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/columnstats/merge/ColumnStatsMerger.java b/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/columnstats/merge/ColumnStatsMerger.java index 218757c8e18e..f6740f72c118 100644 --- a/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/columnstats/merge/ColumnStatsMerger.java +++ b/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/columnstats/merge/ColumnStatsMerger.java @@ -9,12 +9,11 @@ * * 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. + * 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. */ package org.apache.hadoop.hive.metastore.columnstats.merge; diff --git a/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/columnstats/merge/ColumnStatsMergerFactory.java b/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/columnstats/merge/ColumnStatsMergerFactory.java index 273c9a699293..f89c6e20ee25 100644 --- a/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/columnstats/merge/ColumnStatsMergerFactory.java +++ b/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/columnstats/merge/ColumnStatsMergerFactory.java @@ -9,12 +9,11 @@ * * 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. + * 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. */ package org.apache.hadoop.hive.metastore.columnstats.merge; diff --git a/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/columnstats/merge/DateColumnStatsMerger.java b/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/columnstats/merge/DateColumnStatsMerger.java index 2f51af81f1db..256c4baf971f 100644 --- a/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/columnstats/merge/DateColumnStatsMerger.java +++ b/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/columnstats/merge/DateColumnStatsMerger.java @@ -9,12 +9,11 @@ * * 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. + * 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. */ package org.apache.hadoop.hive.metastore.columnstats.merge; diff --git a/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/columnstats/merge/DecimalColumnStatsMerger.java b/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/columnstats/merge/DecimalColumnStatsMerger.java index c47448c8f7d5..f619e50de41a 100644 --- a/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/columnstats/merge/DecimalColumnStatsMerger.java +++ b/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/columnstats/merge/DecimalColumnStatsMerger.java @@ -9,12 +9,11 @@ * * 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. + * 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. */ package org.apache.hadoop.hive.metastore.columnstats.merge; diff --git a/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/columnstats/merge/DoubleColumnStatsMerger.java b/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/columnstats/merge/DoubleColumnStatsMerger.java index da3e6ead04e8..c63caff7d8df 100644 --- a/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/columnstats/merge/DoubleColumnStatsMerger.java +++ b/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/columnstats/merge/DoubleColumnStatsMerger.java @@ -9,12 +9,11 @@ * * 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. + * 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. */ package org.apache.hadoop.hive.metastore.columnstats.merge; diff --git a/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/columnstats/merge/LongColumnStatsMerger.java b/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/columnstats/merge/LongColumnStatsMerger.java index ee2753820d8f..f3c423945888 100644 --- a/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/columnstats/merge/LongColumnStatsMerger.java +++ b/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/columnstats/merge/LongColumnStatsMerger.java @@ -9,12 +9,11 @@ * * 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. + * 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. */ package org.apache.hadoop.hive.metastore.columnstats.merge; diff --git a/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/columnstats/merge/StringColumnStatsMerger.java b/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/columnstats/merge/StringColumnStatsMerger.java index 591c53437fae..b801d82193c0 100644 --- a/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/columnstats/merge/StringColumnStatsMerger.java +++ b/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/columnstats/merge/StringColumnStatsMerger.java @@ -9,12 +9,11 @@ * * 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. + * 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. */ package org.apache.hadoop.hive.metastore.columnstats.merge; diff --git a/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/columnstats/merge/TimestampColumnStatsMerger.java b/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/columnstats/merge/TimestampColumnStatsMerger.java index 7198d909a9dc..1f8471946afa 100644 --- a/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/columnstats/merge/TimestampColumnStatsMerger.java +++ b/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/columnstats/merge/TimestampColumnStatsMerger.java @@ -9,12 +9,11 @@ * * 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. + * 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. */ package org.apache.hadoop.hive.metastore.columnstats.merge; diff --git a/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/events/PreCreateFunctionEvent.java b/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/events/PreCreateFunctionEvent.java index 104a19d1521e..527583feb181 100644 --- a/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/events/PreCreateFunctionEvent.java +++ b/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/events/PreCreateFunctionEvent.java @@ -7,14 +7,13 @@ * "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. + * 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. */ package org.apache.hadoop.hive.metastore.events; diff --git a/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/events/PreDropDataConnectorEvent.java b/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/events/PreDropDataConnectorEvent.java index 9d3dfebc8460..af6353e1ee4a 100644 --- a/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/events/PreDropDataConnectorEvent.java +++ b/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/events/PreDropDataConnectorEvent.java @@ -7,14 +7,13 @@ * "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. + * 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. */ package org.apache.hadoop.hive.metastore.events; diff --git a/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/events/PreDropFunctionEvent.java b/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/events/PreDropFunctionEvent.java index 683ad3870587..9b21d88e0f46 100644 --- a/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/events/PreDropFunctionEvent.java +++ b/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/events/PreDropFunctionEvent.java @@ -7,14 +7,13 @@ * "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. + * 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. */ package org.apache.hadoop.hive.metastore.events; diff --git a/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/events/ReloadEvent.java b/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/events/ReloadEvent.java index d1089754b10b..75053e51b40e 100644 --- a/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/events/ReloadEvent.java +++ b/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/events/ReloadEvent.java @@ -9,12 +9,11 @@ * * 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. + * 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. */ package org.apache.hadoop.hive.metastore.events; diff --git a/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/handler/AddPartitionsHandler.java b/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/handler/AddPartitionsHandler.java index db7c03cca550..affd41039bbe 100644 --- a/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/handler/AddPartitionsHandler.java +++ b/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/handler/AddPartitionsHandler.java @@ -1,19 +1,19 @@ /* - * 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 + * 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 + * 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. + * 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. */ package org.apache.hadoop.hive.metastore.handler; diff --git a/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/handler/DropDatabaseHandler.java b/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/handler/DropDatabaseHandler.java index 1a9805121605..59dee9df68a6 100644 --- a/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/handler/DropDatabaseHandler.java +++ b/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/handler/DropDatabaseHandler.java @@ -1,19 +1,19 @@ /* - * 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 + * 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 + * 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. + * 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. */ package org.apache.hadoop.hive.metastore.handler; diff --git a/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/messaging/AddForeignKeyMessage.java b/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/messaging/AddForeignKeyMessage.java index db8a7d79fb9c..e0489799c30d 100644 --- a/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/messaging/AddForeignKeyMessage.java +++ b/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/messaging/AddForeignKeyMessage.java @@ -9,12 +9,11 @@ * * 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. + * 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. */ package org.apache.hadoop.hive.metastore.messaging; diff --git a/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/messaging/AddNotNullConstraintMessage.java b/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/messaging/AddNotNullConstraintMessage.java index 07fbe644a22f..8df2b97e9eec 100644 --- a/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/messaging/AddNotNullConstraintMessage.java +++ b/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/messaging/AddNotNullConstraintMessage.java @@ -9,12 +9,11 @@ * * 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. + * 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. */ package org.apache.hadoop.hive.metastore.messaging; diff --git a/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/messaging/AddPartitionMessage.java b/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/messaging/AddPartitionMessage.java index 3262b52beaf6..e88940b6e529 100644 --- a/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/messaging/AddPartitionMessage.java +++ b/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/messaging/AddPartitionMessage.java @@ -9,12 +9,11 @@ * * 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. + * 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. */ package org.apache.hadoop.hive.metastore.messaging; diff --git a/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/messaging/AddPrimaryKeyMessage.java b/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/messaging/AddPrimaryKeyMessage.java index 37f2b46c7ce1..aace1595886d 100644 --- a/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/messaging/AddPrimaryKeyMessage.java +++ b/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/messaging/AddPrimaryKeyMessage.java @@ -9,12 +9,11 @@ * * 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. + * 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. */ package org.apache.hadoop.hive.metastore.messaging; diff --git a/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/messaging/AddUniqueConstraintMessage.java b/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/messaging/AddUniqueConstraintMessage.java index 5c71f22aa775..38cf177571b2 100644 --- a/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/messaging/AddUniqueConstraintMessage.java +++ b/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/messaging/AddUniqueConstraintMessage.java @@ -9,12 +9,11 @@ * * 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. + * 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. */ package org.apache.hadoop.hive.metastore.messaging; diff --git a/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/messaging/AllocWriteIdMessage.java b/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/messaging/AllocWriteIdMessage.java index 0766d02d49a2..7fc357126fb5 100644 --- a/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/messaging/AllocWriteIdMessage.java +++ b/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/messaging/AllocWriteIdMessage.java @@ -9,12 +9,11 @@ * * 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. + * 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. */ package org.apache.hadoop.hive.metastore.messaging; diff --git a/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/messaging/AlterDatabaseMessage.java b/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/messaging/AlterDatabaseMessage.java index 07a18bc021a4..57100cc3e0cb 100644 --- a/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/messaging/AlterDatabaseMessage.java +++ b/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/messaging/AlterDatabaseMessage.java @@ -9,12 +9,11 @@ * * 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. + * 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. */ package org.apache.hadoop.hive.metastore.messaging; diff --git a/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/messaging/AlterPartitionMessage.java b/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/messaging/AlterPartitionMessage.java index a1ba01a36fd2..a94dc80cd6cd 100644 --- a/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/messaging/AlterPartitionMessage.java +++ b/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/messaging/AlterPartitionMessage.java @@ -9,12 +9,11 @@ * * 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. + * 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. */ package org.apache.hadoop.hive.metastore.messaging; diff --git a/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/messaging/AlterTableMessage.java b/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/messaging/AlterTableMessage.java index bbc01c1a5e45..0c0997fb7e14 100644 --- a/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/messaging/AlterTableMessage.java +++ b/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/messaging/AlterTableMessage.java @@ -9,12 +9,11 @@ * * 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. + * 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. */ package org.apache.hadoop.hive.metastore.messaging; diff --git a/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/messaging/CreateDatabaseMessage.java b/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/messaging/CreateDatabaseMessage.java index 7cdeeda65724..098e1a3b9fd4 100644 --- a/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/messaging/CreateDatabaseMessage.java +++ b/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/messaging/CreateDatabaseMessage.java @@ -9,12 +9,11 @@ * * 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. + * 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. */ package org.apache.hadoop.hive.metastore.messaging; diff --git a/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/messaging/CreateFunctionMessage.java b/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/messaging/CreateFunctionMessage.java index 54781436987b..f070f8686f23 100644 --- a/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/messaging/CreateFunctionMessage.java +++ b/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/messaging/CreateFunctionMessage.java @@ -9,12 +9,11 @@ * * 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. + * 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. */ package org.apache.hadoop.hive.metastore.messaging; diff --git a/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/messaging/CreateTableMessage.java b/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/messaging/CreateTableMessage.java index 49732ff97d1a..a326f099b1c8 100644 --- a/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/messaging/CreateTableMessage.java +++ b/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/messaging/CreateTableMessage.java @@ -9,12 +9,11 @@ * * 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. + * 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. */ package org.apache.hadoop.hive.metastore.messaging; diff --git a/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/messaging/DropConstraintMessage.java b/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/messaging/DropConstraintMessage.java index 95c9f9f423b4..81e743926d61 100644 --- a/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/messaging/DropConstraintMessage.java +++ b/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/messaging/DropConstraintMessage.java @@ -9,12 +9,11 @@ * * 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. + * 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. */ package org.apache.hadoop.hive.metastore.messaging; diff --git a/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/messaging/DropDatabaseMessage.java b/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/messaging/DropDatabaseMessage.java index f8a567da8f7e..18f093c1f4a6 100644 --- a/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/messaging/DropDatabaseMessage.java +++ b/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/messaging/DropDatabaseMessage.java @@ -9,12 +9,11 @@ * * 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. + * 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. */ package org.apache.hadoop.hive.metastore.messaging; diff --git a/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/messaging/DropFunctionMessage.java b/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/messaging/DropFunctionMessage.java index c418feb76456..6d2419788eff 100644 --- a/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/messaging/DropFunctionMessage.java +++ b/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/messaging/DropFunctionMessage.java @@ -9,12 +9,11 @@ * * 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. + * 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. */ package org.apache.hadoop.hive.metastore.messaging; diff --git a/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/messaging/DropPartitionMessage.java b/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/messaging/DropPartitionMessage.java index fa7c9dbe634b..a6b7e7c276bd 100644 --- a/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/messaging/DropPartitionMessage.java +++ b/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/messaging/DropPartitionMessage.java @@ -9,12 +9,11 @@ * * 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. + * 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. */ package org.apache.hadoop.hive.metastore.messaging; diff --git a/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/messaging/DropTableMessage.java b/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/messaging/DropTableMessage.java index b8e0e78a9df4..15c9e568587a 100644 --- a/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/messaging/DropTableMessage.java +++ b/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/messaging/DropTableMessage.java @@ -9,12 +9,11 @@ * * 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. + * 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. */ package org.apache.hadoop.hive.metastore.messaging; diff --git a/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/messaging/EventMessage.java b/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/messaging/EventMessage.java index c7ddd58127b9..75ece5e0d2bb 100644 --- a/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/messaging/EventMessage.java +++ b/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/messaging/EventMessage.java @@ -9,12 +9,11 @@ * * 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. + * 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. */ package org.apache.hadoop.hive.metastore.messaging; diff --git a/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/messaging/InsertMessage.java b/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/messaging/InsertMessage.java index c47009716570..0f3abe8e1c33 100644 --- a/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/messaging/InsertMessage.java +++ b/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/messaging/InsertMessage.java @@ -9,12 +9,11 @@ * * 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. + * 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. */ package org.apache.hadoop.hive.metastore.messaging; diff --git a/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/messaging/MessageBuilder.java b/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/messaging/MessageBuilder.java index 6a0d0dd93c88..5dfa5afb7ce7 100644 --- a/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/messaging/MessageBuilder.java +++ b/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/messaging/MessageBuilder.java @@ -9,12 +9,11 @@ * * 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. + * 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. */ package org.apache.hadoop.hive.metastore.messaging; diff --git a/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/messaging/MessageDeserializer.java b/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/messaging/MessageDeserializer.java index 49acfd2d6f71..4622668f2da8 100644 --- a/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/messaging/MessageDeserializer.java +++ b/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/messaging/MessageDeserializer.java @@ -9,12 +9,11 @@ * * 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. + * 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. */ package org.apache.hadoop.hive.metastore.messaging; diff --git a/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/messaging/MessageFactory.java b/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/messaging/MessageFactory.java index 62cdaf03306c..3c8b99cceba3 100644 --- a/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/messaging/MessageFactory.java +++ b/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/messaging/MessageFactory.java @@ -9,12 +9,11 @@ * * 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. + * 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. */ package org.apache.hadoop.hive.metastore.messaging; diff --git a/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/messaging/OpenTxnMessage.java b/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/messaging/OpenTxnMessage.java index 491344f366c8..0933e5999e56 100644 --- a/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/messaging/OpenTxnMessage.java +++ b/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/messaging/OpenTxnMessage.java @@ -9,12 +9,11 @@ * * 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. + * 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. */ package org.apache.hadoop.hive.metastore.messaging; diff --git a/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/messaging/PartitionFiles.java b/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/messaging/PartitionFiles.java index 56a53e0f785e..c28d4e6176e4 100644 --- a/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/messaging/PartitionFiles.java +++ b/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/messaging/PartitionFiles.java @@ -9,12 +9,11 @@ * * 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. + * 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. */ package org.apache.hadoop.hive.metastore.messaging; diff --git a/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/messaging/ReloadMessage.java b/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/messaging/ReloadMessage.java index ae9fae5ca08c..615884a3e688 100644 --- a/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/messaging/ReloadMessage.java +++ b/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/messaging/ReloadMessage.java @@ -9,12 +9,11 @@ * * 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. + * 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. */ package org.apache.hadoop.hive.metastore.messaging; diff --git a/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/messaging/json/JSONAbortTxnMessage.java b/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/messaging/json/JSONAbortTxnMessage.java index d010121f48a2..461e7e4c8dba 100644 --- a/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/messaging/json/JSONAbortTxnMessage.java +++ b/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/messaging/json/JSONAbortTxnMessage.java @@ -9,12 +9,11 @@ * * 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. + * 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. */ package org.apache.hadoop.hive.metastore.messaging.json; diff --git a/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/messaging/json/JSONAcidWriteMessage.java b/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/messaging/json/JSONAcidWriteMessage.java index a5d8f78b7fa3..f9925e622955 100644 --- a/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/messaging/json/JSONAcidWriteMessage.java +++ b/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/messaging/json/JSONAcidWriteMessage.java @@ -9,12 +9,11 @@ * * 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. + * 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. */ package org.apache.hadoop.hive.metastore.messaging.json; diff --git a/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/messaging/json/JSONAddForeignKeyMessage.java b/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/messaging/json/JSONAddForeignKeyMessage.java index c3d6fb6de890..ad41eaba8ed8 100644 --- a/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/messaging/json/JSONAddForeignKeyMessage.java +++ b/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/messaging/json/JSONAddForeignKeyMessage.java @@ -9,12 +9,11 @@ * * 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. + * 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. */ package org.apache.hadoop.hive.metastore.messaging.json; diff --git a/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/messaging/json/JSONAddPartitionMessage.java b/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/messaging/json/JSONAddPartitionMessage.java index 6494cb8dc72b..2585152e8318 100644 --- a/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/messaging/json/JSONAddPartitionMessage.java +++ b/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/messaging/json/JSONAddPartitionMessage.java @@ -9,12 +9,11 @@ * * 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. + * 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. */ package org.apache.hadoop.hive.metastore.messaging.json; diff --git a/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/messaging/json/JSONAddPrimaryKeyMessage.java b/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/messaging/json/JSONAddPrimaryKeyMessage.java index 606a051635c1..4c244fcf3f8f 100644 --- a/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/messaging/json/JSONAddPrimaryKeyMessage.java +++ b/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/messaging/json/JSONAddPrimaryKeyMessage.java @@ -9,12 +9,11 @@ * * 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. + * 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. */ package org.apache.hadoop.hive.metastore.messaging.json; diff --git a/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/messaging/json/JSONAddUniqueConstraintMessage.java b/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/messaging/json/JSONAddUniqueConstraintMessage.java index ebdcd94e937e..de798901054c 100644 --- a/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/messaging/json/JSONAddUniqueConstraintMessage.java +++ b/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/messaging/json/JSONAddUniqueConstraintMessage.java @@ -9,12 +9,11 @@ * * 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. + * 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. */ package org.apache.hadoop.hive.metastore.messaging.json; diff --git a/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/messaging/json/JSONAllocWriteIdMessage.java b/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/messaging/json/JSONAllocWriteIdMessage.java index 33b24fedb73b..fd00998957cc 100644 --- a/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/messaging/json/JSONAllocWriteIdMessage.java +++ b/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/messaging/json/JSONAllocWriteIdMessage.java @@ -9,12 +9,11 @@ * * 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. + * 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. */ package org.apache.hadoop.hive.metastore.messaging.json; diff --git a/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/messaging/json/JSONAlterDatabaseMessage.java b/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/messaging/json/JSONAlterDatabaseMessage.java index 5f9dae4675a0..b4905bc59d28 100644 --- a/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/messaging/json/JSONAlterDatabaseMessage.java +++ b/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/messaging/json/JSONAlterDatabaseMessage.java @@ -9,12 +9,11 @@ * * 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. + * 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. */ package org.apache.hadoop.hive.metastore.messaging.json; diff --git a/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/messaging/json/JSONAlterPartitionMessage.java b/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/messaging/json/JSONAlterPartitionMessage.java index 414402f70591..da3430d621c1 100644 --- a/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/messaging/json/JSONAlterPartitionMessage.java +++ b/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/messaging/json/JSONAlterPartitionMessage.java @@ -9,12 +9,11 @@ * * 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. + * 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. */ package org.apache.hadoop.hive.metastore.messaging.json; diff --git a/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/messaging/json/JSONAlterTableMessage.java b/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/messaging/json/JSONAlterTableMessage.java index 8c621b2701a3..f9561fc5cbb2 100644 --- a/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/messaging/json/JSONAlterTableMessage.java +++ b/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/messaging/json/JSONAlterTableMessage.java @@ -9,12 +9,11 @@ * * 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. + * 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. */ package org.apache.hadoop.hive.metastore.messaging.json; diff --git a/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/messaging/json/JSONCommitCompactionMessage.java b/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/messaging/json/JSONCommitCompactionMessage.java index ed3eb7a9b76c..2766f4df191e 100644 --- a/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/messaging/json/JSONCommitCompactionMessage.java +++ b/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/messaging/json/JSONCommitCompactionMessage.java @@ -9,12 +9,11 @@ * * 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. + * 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. */ package org.apache.hadoop.hive.metastore.messaging.json; diff --git a/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/messaging/json/JSONCommitTxnMessage.java b/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/messaging/json/JSONCommitTxnMessage.java index a146bc6fea0b..4d6394354220 100644 --- a/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/messaging/json/JSONCommitTxnMessage.java +++ b/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/messaging/json/JSONCommitTxnMessage.java @@ -9,12 +9,11 @@ * * 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. + * 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. */ package org.apache.hadoop.hive.metastore.messaging.json; diff --git a/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/messaging/json/JSONCreateDatabaseMessage.java b/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/messaging/json/JSONCreateDatabaseMessage.java index 4ee854adb3c6..de3f66471185 100644 --- a/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/messaging/json/JSONCreateDatabaseMessage.java +++ b/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/messaging/json/JSONCreateDatabaseMessage.java @@ -9,12 +9,11 @@ * * 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. + * 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. */ package org.apache.hadoop.hive.metastore.messaging.json; diff --git a/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/messaging/json/JSONCreateFunctionMessage.java b/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/messaging/json/JSONCreateFunctionMessage.java index bb50052a2b28..b42e776e2b14 100644 --- a/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/messaging/json/JSONCreateFunctionMessage.java +++ b/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/messaging/json/JSONCreateFunctionMessage.java @@ -9,12 +9,11 @@ * * 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. + * 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. */ package org.apache.hadoop.hive.metastore.messaging.json; diff --git a/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/messaging/json/JSONCreateTableMessage.java b/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/messaging/json/JSONCreateTableMessage.java index 145ee4b19979..4cba93f57555 100644 --- a/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/messaging/json/JSONCreateTableMessage.java +++ b/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/messaging/json/JSONCreateTableMessage.java @@ -9,12 +9,11 @@ * * 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. + * 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. */ package org.apache.hadoop.hive.metastore.messaging.json; diff --git a/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/messaging/json/JSONDeletePartitionColumnStatMessage.java b/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/messaging/json/JSONDeletePartitionColumnStatMessage.java index a06348e56b90..8d4a6086a86b 100644 --- a/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/messaging/json/JSONDeletePartitionColumnStatMessage.java +++ b/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/messaging/json/JSONDeletePartitionColumnStatMessage.java @@ -9,12 +9,11 @@ * * 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. + * 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. */ package org.apache.hadoop.hive.metastore.messaging.json; diff --git a/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/messaging/json/JSONDeleteTableColumnStatMessage.java b/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/messaging/json/JSONDeleteTableColumnStatMessage.java index 4fdba253f38f..901769c73117 100644 --- a/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/messaging/json/JSONDeleteTableColumnStatMessage.java +++ b/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/messaging/json/JSONDeleteTableColumnStatMessage.java @@ -9,12 +9,11 @@ * * 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. + * 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. */ package org.apache.hadoop.hive.metastore.messaging.json; diff --git a/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/messaging/json/JSONDropConstraintMessage.java b/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/messaging/json/JSONDropConstraintMessage.java index 8dcfd8b35df3..9792053ecdc4 100644 --- a/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/messaging/json/JSONDropConstraintMessage.java +++ b/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/messaging/json/JSONDropConstraintMessage.java @@ -9,12 +9,11 @@ * * 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. + * 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. */ package org.apache.hadoop.hive.metastore.messaging.json; diff --git a/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/messaging/json/JSONDropDatabaseMessage.java b/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/messaging/json/JSONDropDatabaseMessage.java index ae791610ae56..a35dcc311d7e 100644 --- a/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/messaging/json/JSONDropDatabaseMessage.java +++ b/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/messaging/json/JSONDropDatabaseMessage.java @@ -9,12 +9,11 @@ * * 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. + * 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. */ package org.apache.hadoop.hive.metastore.messaging.json; diff --git a/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/messaging/json/JSONDropFunctionMessage.java b/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/messaging/json/JSONDropFunctionMessage.java index a7a7a1f1dfd2..15811488a03d 100644 --- a/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/messaging/json/JSONDropFunctionMessage.java +++ b/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/messaging/json/JSONDropFunctionMessage.java @@ -9,12 +9,11 @@ * * 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. + * 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. */ package org.apache.hadoop.hive.metastore.messaging.json; diff --git a/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/messaging/json/JSONDropPartitionMessage.java b/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/messaging/json/JSONDropPartitionMessage.java index 23e5496a67b9..10cc7effe9e3 100644 --- a/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/messaging/json/JSONDropPartitionMessage.java +++ b/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/messaging/json/JSONDropPartitionMessage.java @@ -9,12 +9,11 @@ * * 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. + * 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. */ package org.apache.hadoop.hive.metastore.messaging.json; diff --git a/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/messaging/json/JSONDropTableMessage.java b/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/messaging/json/JSONDropTableMessage.java index 1ef2ad001571..7c324a1e1192 100644 --- a/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/messaging/json/JSONDropTableMessage.java +++ b/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/messaging/json/JSONDropTableMessage.java @@ -9,12 +9,11 @@ * * 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. + * 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. */ package org.apache.hadoop.hive.metastore.messaging.json; diff --git a/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/messaging/json/JSONInsertMessage.java b/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/messaging/json/JSONInsertMessage.java index 40d480b7e38c..bce89fedd3cd 100644 --- a/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/messaging/json/JSONInsertMessage.java +++ b/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/messaging/json/JSONInsertMessage.java @@ -9,12 +9,11 @@ * * 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. + * 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. */ package org.apache.hadoop.hive.metastore.messaging.json; diff --git a/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/messaging/json/JSONMessageDeserializer.java b/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/messaging/json/JSONMessageDeserializer.java index 903d49bd4e24..c5888c094a32 100644 --- a/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/messaging/json/JSONMessageDeserializer.java +++ b/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/messaging/json/JSONMessageDeserializer.java @@ -9,12 +9,11 @@ * * 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. + * 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. */ package org.apache.hadoop.hive.metastore.messaging.json; diff --git a/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/messaging/json/JSONMessageEncoder.java b/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/messaging/json/JSONMessageEncoder.java index 08c53e418275..d66c36dbd1be 100644 --- a/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/messaging/json/JSONMessageEncoder.java +++ b/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/messaging/json/JSONMessageEncoder.java @@ -9,12 +9,11 @@ * * 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. + * 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. */ package org.apache.hadoop.hive.metastore.messaging.json; diff --git a/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/messaging/json/JSONOpenTxnMessage.java b/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/messaging/json/JSONOpenTxnMessage.java index 0c4615bb096f..9c708aea88e0 100644 --- a/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/messaging/json/JSONOpenTxnMessage.java +++ b/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/messaging/json/JSONOpenTxnMessage.java @@ -9,12 +9,11 @@ * * 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. + * 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. */ package org.apache.hadoop.hive.metastore.messaging.json; diff --git a/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/messaging/json/JSONReloadMessage.java b/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/messaging/json/JSONReloadMessage.java index 9cf5baa2c644..f98045a1dd26 100644 --- a/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/messaging/json/JSONReloadMessage.java +++ b/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/messaging/json/JSONReloadMessage.java @@ -9,12 +9,11 @@ * * 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. + * 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. */ package org.apache.hadoop.hive.metastore.messaging.json; diff --git a/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/messaging/json/JSONUpdatePartitionColumnStatMessage.java b/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/messaging/json/JSONUpdatePartitionColumnStatMessage.java index fd7fe0041903..b5cd158e42ad 100644 --- a/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/messaging/json/JSONUpdatePartitionColumnStatMessage.java +++ b/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/messaging/json/JSONUpdatePartitionColumnStatMessage.java @@ -9,12 +9,11 @@ * * 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. + * 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. */ package org.apache.hadoop.hive.metastore.messaging.json; diff --git a/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/messaging/json/JSONUpdateTableColumnStatMessage.java b/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/messaging/json/JSONUpdateTableColumnStatMessage.java index 275d204957cb..69bb548ec74a 100644 --- a/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/messaging/json/JSONUpdateTableColumnStatMessage.java +++ b/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/messaging/json/JSONUpdateTableColumnStatMessage.java @@ -9,12 +9,11 @@ * * 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. + * 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. */ package org.apache.hadoop.hive.metastore.messaging.json; diff --git a/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/messaging/json/gzip/DeSerializer.java b/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/messaging/json/gzip/DeSerializer.java index ad7e1a85fab7..bfa3ca9bce2a 100644 --- a/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/messaging/json/gzip/DeSerializer.java +++ b/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/messaging/json/gzip/DeSerializer.java @@ -9,12 +9,11 @@ * * 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. + * 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. */ package org.apache.hadoop.hive.metastore.messaging.json.gzip; diff --git a/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/messaging/json/gzip/GzipJSONMessageEncoder.java b/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/messaging/json/gzip/GzipJSONMessageEncoder.java index 07b01a9d9b64..d74d53c34489 100644 --- a/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/messaging/json/gzip/GzipJSONMessageEncoder.java +++ b/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/messaging/json/gzip/GzipJSONMessageEncoder.java @@ -9,12 +9,11 @@ * * 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. + * 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. */ package org.apache.hadoop.hive.metastore.messaging.json.gzip; diff --git a/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/messaging/json/gzip/Serializer.java b/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/messaging/json/gzip/Serializer.java index ef4359070acb..d9643885591e 100644 --- a/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/messaging/json/gzip/Serializer.java +++ b/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/messaging/json/gzip/Serializer.java @@ -9,12 +9,11 @@ * * 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. + * 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. */ package org.apache.hadoop.hive.metastore.messaging.json.gzip; diff --git a/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/model/MPackage.java b/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/model/MPackage.java index 142b2dd6dedb..8f5b8bfe4317 100644 --- a/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/model/MPackage.java +++ b/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/model/MPackage.java @@ -1,19 +1,19 @@ /* - * 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 + * 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 + * 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. + * 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. */ package org.apache.hadoop.hive.metastore.model; diff --git a/standalone-metastore/metastore-server/src/test/java/org/apache/hadoop/hive/metastore/StatisticsTestUtils.java b/standalone-metastore/metastore-server/src/test/java/org/apache/hadoop/hive/metastore/StatisticsTestUtils.java index e5e2bb5a5ba3..4c772057b05b 100644 --- a/standalone-metastore/metastore-server/src/test/java/org/apache/hadoop/hive/metastore/StatisticsTestUtils.java +++ b/standalone-metastore/metastore-server/src/test/java/org/apache/hadoop/hive/metastore/StatisticsTestUtils.java @@ -9,12 +9,11 @@ * * 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. + * 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. */ package org.apache.hadoop.hive.metastore; diff --git a/standalone-metastore/metastore-server/src/test/java/org/apache/hadoop/hive/metastore/TestAggregateStatsCache.java b/standalone-metastore/metastore-server/src/test/java/org/apache/hadoop/hive/metastore/TestAggregateStatsCache.java index e3be648cc4cb..d08fa4bb1a93 100644 --- a/standalone-metastore/metastore-server/src/test/java/org/apache/hadoop/hive/metastore/TestAggregateStatsCache.java +++ b/standalone-metastore/metastore-server/src/test/java/org/apache/hadoop/hive/metastore/TestAggregateStatsCache.java @@ -9,12 +9,11 @@ * * 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. + * 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. */ package org.apache.hadoop.hive.metastore; diff --git a/standalone-metastore/metastore-server/src/test/java/org/apache/hadoop/hive/metastore/TestLdapAtnProviderWithMiniDS.java b/standalone-metastore/metastore-server/src/test/java/org/apache/hadoop/hive/metastore/TestLdapAtnProviderWithMiniDS.java index 816ec4a37178..3694c6413344 100644 --- a/standalone-metastore/metastore-server/src/test/java/org/apache/hadoop/hive/metastore/TestLdapAtnProviderWithMiniDS.java +++ b/standalone-metastore/metastore-server/src/test/java/org/apache/hadoop/hive/metastore/TestLdapAtnProviderWithMiniDS.java @@ -7,15 +7,13 @@ * "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. + * 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. */ package org.apache.hadoop.hive.metastore; diff --git a/standalone-metastore/metastore-server/src/test/java/org/apache/hadoop/hive/metastore/columnstats/ColStatsBuilder.java b/standalone-metastore/metastore-server/src/test/java/org/apache/hadoop/hive/metastore/columnstats/ColStatsBuilder.java index 0b13d472cbad..898c774fe49d 100644 --- a/standalone-metastore/metastore-server/src/test/java/org/apache/hadoop/hive/metastore/columnstats/ColStatsBuilder.java +++ b/standalone-metastore/metastore-server/src/test/java/org/apache/hadoop/hive/metastore/columnstats/ColStatsBuilder.java @@ -1,12 +1,13 @@ /* - * 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 + * 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 + * 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, diff --git a/standalone-metastore/metastore-server/src/test/java/org/apache/hadoop/hive/metastore/columnstats/aggr/BinaryColumnStatsAggregatorTest.java b/standalone-metastore/metastore-server/src/test/java/org/apache/hadoop/hive/metastore/columnstats/aggr/BinaryColumnStatsAggregatorTest.java index cc9d4ca4a879..966c3e687bf3 100644 --- a/standalone-metastore/metastore-server/src/test/java/org/apache/hadoop/hive/metastore/columnstats/aggr/BinaryColumnStatsAggregatorTest.java +++ b/standalone-metastore/metastore-server/src/test/java/org/apache/hadoop/hive/metastore/columnstats/aggr/BinaryColumnStatsAggregatorTest.java @@ -9,12 +9,11 @@ * * 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. + * 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. */ package org.apache.hadoop.hive.metastore.columnstats.aggr; diff --git a/standalone-metastore/metastore-server/src/test/java/org/apache/hadoop/hive/metastore/columnstats/aggr/BooleanColumnStatsAggregatorTest.java b/standalone-metastore/metastore-server/src/test/java/org/apache/hadoop/hive/metastore/columnstats/aggr/BooleanColumnStatsAggregatorTest.java index 1676d1350d5f..748a9d72e1d6 100644 --- a/standalone-metastore/metastore-server/src/test/java/org/apache/hadoop/hive/metastore/columnstats/aggr/BooleanColumnStatsAggregatorTest.java +++ b/standalone-metastore/metastore-server/src/test/java/org/apache/hadoop/hive/metastore/columnstats/aggr/BooleanColumnStatsAggregatorTest.java @@ -9,12 +9,11 @@ * * 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. + * 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. */ package org.apache.hadoop.hive.metastore.columnstats.aggr; diff --git a/standalone-metastore/metastore-server/src/test/java/org/apache/hadoop/hive/metastore/columnstats/aggr/DateColumnStatsAggregatorTest.java b/standalone-metastore/metastore-server/src/test/java/org/apache/hadoop/hive/metastore/columnstats/aggr/DateColumnStatsAggregatorTest.java index 725e75244da1..8296a94b3153 100644 --- a/standalone-metastore/metastore-server/src/test/java/org/apache/hadoop/hive/metastore/columnstats/aggr/DateColumnStatsAggregatorTest.java +++ b/standalone-metastore/metastore-server/src/test/java/org/apache/hadoop/hive/metastore/columnstats/aggr/DateColumnStatsAggregatorTest.java @@ -9,12 +9,11 @@ * * 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. + * 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. */ package org.apache.hadoop.hive.metastore.columnstats.aggr; diff --git a/standalone-metastore/metastore-server/src/test/java/org/apache/hadoop/hive/metastore/columnstats/aggr/DecimalColumnStatsAggregatorTest.java b/standalone-metastore/metastore-server/src/test/java/org/apache/hadoop/hive/metastore/columnstats/aggr/DecimalColumnStatsAggregatorTest.java index 47e868591d4d..14c2a7296197 100644 --- a/standalone-metastore/metastore-server/src/test/java/org/apache/hadoop/hive/metastore/columnstats/aggr/DecimalColumnStatsAggregatorTest.java +++ b/standalone-metastore/metastore-server/src/test/java/org/apache/hadoop/hive/metastore/columnstats/aggr/DecimalColumnStatsAggregatorTest.java @@ -9,12 +9,11 @@ * * 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. + * 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. */ package org.apache.hadoop.hive.metastore.columnstats.aggr; diff --git a/standalone-metastore/metastore-server/src/test/java/org/apache/hadoop/hive/metastore/columnstats/aggr/DoubleColumnStatsAggregatorTest.java b/standalone-metastore/metastore-server/src/test/java/org/apache/hadoop/hive/metastore/columnstats/aggr/DoubleColumnStatsAggregatorTest.java index 2c08788ac7e5..5691d899df74 100644 --- a/standalone-metastore/metastore-server/src/test/java/org/apache/hadoop/hive/metastore/columnstats/aggr/DoubleColumnStatsAggregatorTest.java +++ b/standalone-metastore/metastore-server/src/test/java/org/apache/hadoop/hive/metastore/columnstats/aggr/DoubleColumnStatsAggregatorTest.java @@ -9,12 +9,11 @@ * * 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. + * 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. */ package org.apache.hadoop.hive.metastore.columnstats.aggr; diff --git a/standalone-metastore/metastore-server/src/test/java/org/apache/hadoop/hive/metastore/columnstats/aggr/LongColumnStatsAggregatorTest.java b/standalone-metastore/metastore-server/src/test/java/org/apache/hadoop/hive/metastore/columnstats/aggr/LongColumnStatsAggregatorTest.java index 087df361484e..fabbcba784e0 100644 --- a/standalone-metastore/metastore-server/src/test/java/org/apache/hadoop/hive/metastore/columnstats/aggr/LongColumnStatsAggregatorTest.java +++ b/standalone-metastore/metastore-server/src/test/java/org/apache/hadoop/hive/metastore/columnstats/aggr/LongColumnStatsAggregatorTest.java @@ -9,12 +9,11 @@ * * 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. + * 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. */ package org.apache.hadoop.hive.metastore.columnstats.aggr; diff --git a/standalone-metastore/metastore-server/src/test/java/org/apache/hadoop/hive/metastore/columnstats/aggr/StringColumnStatsAggregatorTest.java b/standalone-metastore/metastore-server/src/test/java/org/apache/hadoop/hive/metastore/columnstats/aggr/StringColumnStatsAggregatorTest.java index f9269ba0b4de..88e4c3a466ca 100644 --- a/standalone-metastore/metastore-server/src/test/java/org/apache/hadoop/hive/metastore/columnstats/aggr/StringColumnStatsAggregatorTest.java +++ b/standalone-metastore/metastore-server/src/test/java/org/apache/hadoop/hive/metastore/columnstats/aggr/StringColumnStatsAggregatorTest.java @@ -9,12 +9,11 @@ * * 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. + * 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. */ package org.apache.hadoop.hive.metastore.columnstats.aggr; diff --git a/standalone-metastore/metastore-server/src/test/java/org/apache/hadoop/hive/metastore/columnstats/aggr/TimestampColumnStatsAggregatorTest.java b/standalone-metastore/metastore-server/src/test/java/org/apache/hadoop/hive/metastore/columnstats/aggr/TimestampColumnStatsAggregatorTest.java index ac5ba044104c..4b54946988f3 100644 --- a/standalone-metastore/metastore-server/src/test/java/org/apache/hadoop/hive/metastore/columnstats/aggr/TimestampColumnStatsAggregatorTest.java +++ b/standalone-metastore/metastore-server/src/test/java/org/apache/hadoop/hive/metastore/columnstats/aggr/TimestampColumnStatsAggregatorTest.java @@ -9,12 +9,11 @@ * * 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. + * 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. */ package org.apache.hadoop.hive.metastore.columnstats.aggr; diff --git a/standalone-metastore/metastore-server/src/test/java/org/apache/hadoop/hive/metastore/columnstats/merge/BinaryColumnStatsMergerTest.java b/standalone-metastore/metastore-server/src/test/java/org/apache/hadoop/hive/metastore/columnstats/merge/BinaryColumnStatsMergerTest.java index 0b49f5a172c1..17ab93ed19d9 100644 --- a/standalone-metastore/metastore-server/src/test/java/org/apache/hadoop/hive/metastore/columnstats/merge/BinaryColumnStatsMergerTest.java +++ b/standalone-metastore/metastore-server/src/test/java/org/apache/hadoop/hive/metastore/columnstats/merge/BinaryColumnStatsMergerTest.java @@ -9,12 +9,11 @@ * * 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. + * 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. */ package org.apache.hadoop.hive.metastore.columnstats.merge; diff --git a/standalone-metastore/metastore-server/src/test/java/org/apache/hadoop/hive/metastore/columnstats/merge/BooleanColumnStatsMergerTest.java b/standalone-metastore/metastore-server/src/test/java/org/apache/hadoop/hive/metastore/columnstats/merge/BooleanColumnStatsMergerTest.java index 03eac017a656..cf6983cf8e9c 100644 --- a/standalone-metastore/metastore-server/src/test/java/org/apache/hadoop/hive/metastore/columnstats/merge/BooleanColumnStatsMergerTest.java +++ b/standalone-metastore/metastore-server/src/test/java/org/apache/hadoop/hive/metastore/columnstats/merge/BooleanColumnStatsMergerTest.java @@ -9,12 +9,11 @@ * * 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. + * 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. */ package org.apache.hadoop.hive.metastore.columnstats.merge; diff --git a/standalone-metastore/metastore-server/src/test/java/org/apache/hadoop/hive/metastore/columnstats/merge/ColumnStatsMergerTest.java b/standalone-metastore/metastore-server/src/test/java/org/apache/hadoop/hive/metastore/columnstats/merge/ColumnStatsMergerTest.java index 7386782b981e..78f639f45997 100644 --- a/standalone-metastore/metastore-server/src/test/java/org/apache/hadoop/hive/metastore/columnstats/merge/ColumnStatsMergerTest.java +++ b/standalone-metastore/metastore-server/src/test/java/org/apache/hadoop/hive/metastore/columnstats/merge/ColumnStatsMergerTest.java @@ -9,12 +9,11 @@ * * 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. + * 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. */ package org.apache.hadoop.hive.metastore.columnstats.merge; diff --git a/standalone-metastore/metastore-server/src/test/java/org/apache/hadoop/hive/metastore/columnstats/merge/DateColumnStatsMergerTest.java b/standalone-metastore/metastore-server/src/test/java/org/apache/hadoop/hive/metastore/columnstats/merge/DateColumnStatsMergerTest.java index e4ff7698fba5..f6499b03851b 100644 --- a/standalone-metastore/metastore-server/src/test/java/org/apache/hadoop/hive/metastore/columnstats/merge/DateColumnStatsMergerTest.java +++ b/standalone-metastore/metastore-server/src/test/java/org/apache/hadoop/hive/metastore/columnstats/merge/DateColumnStatsMergerTest.java @@ -9,12 +9,11 @@ * * 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. + * 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. */ package org.apache.hadoop.hive.metastore.columnstats.merge; diff --git a/standalone-metastore/metastore-server/src/test/java/org/apache/hadoop/hive/metastore/columnstats/merge/DecimalColumnStatsMergerTest.java b/standalone-metastore/metastore-server/src/test/java/org/apache/hadoop/hive/metastore/columnstats/merge/DecimalColumnStatsMergerTest.java index 90e7bbf811a8..61597aa39f12 100644 --- a/standalone-metastore/metastore-server/src/test/java/org/apache/hadoop/hive/metastore/columnstats/merge/DecimalColumnStatsMergerTest.java +++ b/standalone-metastore/metastore-server/src/test/java/org/apache/hadoop/hive/metastore/columnstats/merge/DecimalColumnStatsMergerTest.java @@ -9,12 +9,11 @@ * * 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. + * 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. */ package org.apache.hadoop.hive.metastore.columnstats.merge; diff --git a/standalone-metastore/metastore-server/src/test/java/org/apache/hadoop/hive/metastore/columnstats/merge/DoubleColumnStatsMergerTest.java b/standalone-metastore/metastore-server/src/test/java/org/apache/hadoop/hive/metastore/columnstats/merge/DoubleColumnStatsMergerTest.java index 9ecc960771b9..89c70fb15530 100644 --- a/standalone-metastore/metastore-server/src/test/java/org/apache/hadoop/hive/metastore/columnstats/merge/DoubleColumnStatsMergerTest.java +++ b/standalone-metastore/metastore-server/src/test/java/org/apache/hadoop/hive/metastore/columnstats/merge/DoubleColumnStatsMergerTest.java @@ -9,12 +9,11 @@ * * 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. + * 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. */ package org.apache.hadoop.hive.metastore.columnstats.merge; diff --git a/standalone-metastore/metastore-server/src/test/java/org/apache/hadoop/hive/metastore/columnstats/merge/LongColumnStatsMergerTest.java b/standalone-metastore/metastore-server/src/test/java/org/apache/hadoop/hive/metastore/columnstats/merge/LongColumnStatsMergerTest.java index 54a9574c918b..2dfd6dc16cb9 100644 --- a/standalone-metastore/metastore-server/src/test/java/org/apache/hadoop/hive/metastore/columnstats/merge/LongColumnStatsMergerTest.java +++ b/standalone-metastore/metastore-server/src/test/java/org/apache/hadoop/hive/metastore/columnstats/merge/LongColumnStatsMergerTest.java @@ -9,12 +9,11 @@ * * 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. + * 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. */ package org.apache.hadoop.hive.metastore.columnstats.merge; diff --git a/standalone-metastore/metastore-server/src/test/java/org/apache/hadoop/hive/metastore/columnstats/merge/TimestampColumnStatsMergerTest.java b/standalone-metastore/metastore-server/src/test/java/org/apache/hadoop/hive/metastore/columnstats/merge/TimestampColumnStatsMergerTest.java index 875a8c1d456a..546a72b537b1 100644 --- a/standalone-metastore/metastore-server/src/test/java/org/apache/hadoop/hive/metastore/columnstats/merge/TimestampColumnStatsMergerTest.java +++ b/standalone-metastore/metastore-server/src/test/java/org/apache/hadoop/hive/metastore/columnstats/merge/TimestampColumnStatsMergerTest.java @@ -9,12 +9,11 @@ * * 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. + * 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. */ package org.apache.hadoop.hive.metastore.columnstats.merge; diff --git a/storage-api/checkstyle/checkstyle.xml b/storage-api/checkstyle/checkstyle.xml index a920085b9ba3..dd354c792eb2 100644 --- a/storage-api/checkstyle/checkstyle.xml +++ b/storage-api/checkstyle/checkstyle.xml @@ -62,7 +62,9 @@ + + diff --git a/storage-api/src/java/org/apache/hive/common/util/TxnIdUtils.java b/storage-api/src/java/org/apache/hive/common/util/TxnIdUtils.java index 7de7464d7769..ffa0cb84a1ee 100644 --- a/storage-api/src/java/org/apache/hive/common/util/TxnIdUtils.java +++ b/storage-api/src/java/org/apache/hive/common/util/TxnIdUtils.java @@ -7,7 +7,7 @@ * "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, diff --git a/storage-api/src/test/org/apache/hive/common/util/TestTxnIdUtils.java b/storage-api/src/test/org/apache/hive/common/util/TestTxnIdUtils.java index ad43d66edffd..b9d70f58d9a5 100644 --- a/storage-api/src/test/org/apache/hive/common/util/TestTxnIdUtils.java +++ b/storage-api/src/test/org/apache/hive/common/util/TestTxnIdUtils.java @@ -7,7 +7,7 @@ * "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, From c9b56525fb21791e620d61fd3b74bb619267af54 Mon Sep 17 00:00:00 2001 From: Hemanth Umashankar Date: Wed, 12 Aug 2026 11:36:32 +0530 Subject: [PATCH 7/9] Using the right second paragraph from the asf header across all java files --- .../AccumuloConnectionParameters.java | 11 ++++---- .../accumulo/AccumuloDefaultIndexScanner.java | 11 ++++---- .../hive/accumulo/AccumuloHiveConstants.java | 11 ++++---- .../hadoop/hive/accumulo/AccumuloHiveRow.java | 11 ++++---- .../hive/accumulo/AccumuloIndexLexicoder.java | 11 ++++---- .../hive/accumulo/AccumuloIndexScanner.java | 11 ++++---- .../AccumuloIndexScannerException.java | 11 ++++---- .../hive/accumulo/AccumuloStorageHandler.java | 11 ++++---- .../hive/accumulo/HiveAccumuloHelper.java | 11 ++++---- .../hadoop/hive/accumulo/LazyAccumuloMap.java | 11 ++++---- .../hadoop/hive/accumulo/LazyAccumuloRow.java | 11 ++++---- .../hive/accumulo/columns/ColumnEncoding.java | 11 ++++---- .../hive/accumulo/columns/ColumnMapper.java | 11 ++++---- .../hive/accumulo/columns/ColumnMapping.java | 11 ++++---- .../columns/ColumnMappingFactory.java | 11 ++++---- .../columns/HiveAccumuloColumnMapping.java | 11 ++++---- .../columns/HiveAccumuloMapColumnMapping.java | 11 ++++---- .../HiveAccumuloRowIdColumnMapping.java | 11 ++++---- .../hive/accumulo/columns/HiveColumn.java | 11 ++++---- .../InvalidColumnMappingException.java | 11 ++++---- .../accumulo/mr/AccumuloIndexDefinition.java | 11 ++++---- .../mr/AccumuloIndexedOutputFormat.java | 11 ++++---- .../accumulo/mr/HiveAccumuloRecordReader.java | 11 ++++---- .../hive/accumulo/mr/HiveAccumuloSplit.java | 11 ++++---- .../mr/HiveAccumuloTableInputFormat.java | 11 ++++---- .../mr/HiveAccumuloTableOutputFormat.java | 11 ++++---- .../accumulo/mr/IndexOutputConfigurator.java | 11 ++++---- .../hadoop/hive/accumulo/mr/package-info.java | 11 ++++---- .../hadoop/hive/accumulo/package-info.java | 11 ++++---- .../predicate/AccumuloPredicateHandler.java | 11 ++++---- .../predicate/AccumuloRangeGenerator.java | 11 ++++---- .../predicate/NoSuchCompareOpException.java | 11 ++++---- .../NoSuchPrimitiveComparisonException.java | 11 ++++---- .../predicate/PrimitiveComparisonFilter.java | 11 ++++---- .../accumulo/predicate/PushdownTuple.java | 11 ++++---- .../accumulo/predicate/compare/CompareOp.java | 11 ++++---- .../predicate/compare/DoubleCompare.java | 11 ++++---- .../accumulo/predicate/compare/Equal.java | 11 ++++---- .../predicate/compare/GreaterThan.java | 11 ++++---- .../predicate/compare/GreaterThanOrEqual.java | 11 ++++---- .../predicate/compare/IntCompare.java | 11 ++++---- .../accumulo/predicate/compare/LessThan.java | 11 ++++---- .../predicate/compare/LessThanOrEqual.java | 11 ++++---- .../hive/accumulo/predicate/compare/Like.java | 11 ++++---- .../predicate/compare/LongCompare.java | 11 ++++---- .../accumulo/predicate/compare/NotEqual.java | 11 ++++---- .../compare/PrimitiveComparison.java | 11 ++++---- .../predicate/compare/StringCompare.java | 11 ++++---- .../predicate/compare/package-info.java | 11 ++++---- .../hive/accumulo/predicate/package-info.java | 11 ++++---- .../serde/AccumuloCompositeRowId.java | 11 ++++---- .../serde/AccumuloIndexParameters.java | 11 ++++---- .../accumulo/serde/AccumuloRowIdFactory.java | 11 ++++---- .../accumulo/serde/AccumuloRowSerializer.java | 11 ++++---- .../hive/accumulo/serde/AccumuloSerDe.java | 11 ++++---- .../serde/AccumuloSerDeParameters.java | 11 ++++---- .../serde/CompositeAccumuloRowIdFactory.java | 11 ++++---- .../serde/DefaultAccumuloRowIdFactory.java | 11 ++++---- .../TooManyAccumuloColumnsException.java | 11 ++++---- .../serde/TooManyHiveColumnsException.java | 11 ++++---- .../hive/accumulo/serde/package-info.java | 11 ++++---- .../TestAccumuloConnectionParameters.java | 11 ++++---- .../TestAccumuloDefaultIndexScanner.java | 11 ++++---- .../hive/accumulo/TestAccumuloHiveRow.java | 11 ++++---- .../accumulo/TestAccumuloIndexLexicoder.java | 11 ++++---- .../accumulo/TestAccumuloIndexParameters.java | 11 ++++---- .../accumulo/TestAccumuloStorageHandler.java | 11 ++++---- .../hive/accumulo/TestHiveAccumuloHelper.java | 11 ++++---- .../hive/accumulo/TestLazyAccumuloMap.java | 11 ++++---- .../hive/accumulo/TestLazyAccumuloRow.java | 11 ++++---- .../accumulo/columns/TestColumnEncoding.java | 11 ++++---- .../accumulo/columns/TestColumnMapper.java | 11 ++++---- .../columns/TestColumnMappingFactory.java | 11 ++++---- .../TestHiveAccumuloColumnMapping.java | 11 ++++---- .../columns/TestHiveRowIdColumnMapping.java | 11 ++++---- .../mr/TestHiveAccumuloTableInputFormat.java | 11 ++++---- .../mr/TestHiveAccumuloTableOutputFormat.java | 11 ++++---- .../accumulo/mr/TestHiveAccumuloTypes.java | 11 ++++---- .../TestAccumuloPredicateHandler.java | 11 ++++---- .../predicate/TestAccumuloRangeGenerator.java | 11 ++++---- .../TestPrimitiveComparisonFilter.java | 11 ++++---- .../predicate/compare/TestDoubleCompare.java | 11 ++++---- .../predicate/compare/TestIntCompare.java | 11 ++++---- .../predicate/compare/TestLongComparison.java | 11 ++++---- .../predicate/compare/TestStringCompare.java | 11 ++++---- .../serde/DelimitedAccumuloRowIdFactory.java | 11 ++++---- .../FirstCharAccumuloCompositeRowId.java | 11 ++++---- .../serde/TestAccumuloRowSerializer.java | 11 ++++---- .../accumulo/serde/TestAccumuloSerDe.java | 11 ++++---- .../serde/TestAccumuloSerDeParameters.java | 11 ++++---- .../TestDefaultAccumuloRowIdFactory.java | 11 ++++---- .../hive/beeline/AbstractCommandHandler.java | 11 ++++---- .../hive/beeline/AbstractOutputFormat.java | 11 ++++---- .../java/org/apache/hive/beeline/BeeLine.java | 11 ++++---- .../hive/beeline/BeeLineCommandCompleter.java | 11 ++++---- .../apache/hive/beeline/BeeLineCompleter.java | 11 ++++---- .../hive/beeline/BeeLineDummyTerminal.java | 11 ++++---- .../org/apache/hive/beeline/BeeLineOpts.java | 11 ++++---- .../hive/beeline/BeeLineSignalHandler.java | 11 ++++---- .../apache/hive/beeline/BooleanCompleter.java | 11 ++++---- .../org/apache/hive/beeline/BufferedRows.java | 11 ++++---- .../beeline/ClientCommandHookFactory.java | 11 ++++---- .../org/apache/hive/beeline/ClientHook.java | 11 ++++---- .../org/apache/hive/beeline/ColorBuffer.java | 11 ++++---- .../apache/hive/beeline/CommandHandler.java | 11 ++++---- .../org/apache/hive/beeline/Commands.java | 11 ++++---- .../hive/beeline/DatabaseConnection.java | 11 ++++---- .../hive/beeline/DatabaseConnections.java | 11 ++++---- ...DeprecatedSeparatedValuesOutputFormat.java | 11 ++++---- .../org/apache/hive/beeline/DriverInfo.java | 11 ++++---- .../apache/hive/beeline/IncrementalRows.java | 11 ++++---- .../IncrementalRowsWithNormalization.java | 11 ++++---- .../hive/beeline/JSONFileOutputFormat.java | 11 ++++---- .../apache/hive/beeline/JSONOutputFormat.java | 11 ++++---- .../beeline/NoCurrentConnectionException.java | 11 ++++---- .../org/apache/hive/beeline/OutputFile.java | 11 ++++---- .../org/apache/hive/beeline/OutputFormat.java | 11 ++++---- .../beeline/ReflectiveCommandHandler.java | 11 ++++---- .../org/apache/hive/beeline/Reflector.java | 11 ++++---- .../java/org/apache/hive/beeline/Rows.java | 11 ++++---- .../org/apache/hive/beeline/SQLCompleter.java | 11 ++++---- .../beeline/SeparatedValuesOutputFormat.java | 11 ++++---- .../apache/hive/beeline/SunSignalHandler.java | 11 ++++---- .../hive/beeline/TableNameCompleter.java | 11 ++++---- .../hive/beeline/TableOutputFormat.java | 11 ++++---- .../hive/beeline/VerticalOutputFormat.java | 11 ++++---- .../beeline/XMLAttributeOutputFormat.java | 11 ++++---- .../hive/beeline/XMLElementOutputFormat.java | 11 ++++---- .../hive/beeline/cli/CliOptionsProcessor.java | 11 ++++---- .../org/apache/hive/beeline/cli/HiveCli.java | 11 ++++---- .../BeelineConfFileParseException.java | 11 ++++---- ...eelineHS2ConnectionFileParseException.java | 11 ++++---- .../BeelineSiteParseException.java | 11 ++++---- .../hs2connection/BeelineSiteParser.java | 11 ++++---- .../HS2ConnectionFileParser.java | 11 ++++---- .../hs2connection/HS2ConnectionFileUtils.java | 11 ++++---- .../HiveSiteHS2ConnectionFileParser.java | 11 ++++---- .../UserHS2ConnectionFileParser.java | 11 ++++---- .../logs/BeelineInPlaceUpdateStream.java | 11 ++++---- .../beeline/schematool/HiveSchemaTool.java | 11 ++++---- .../org/apache/hive/beeline/BeelineMock.java | 11 ++++---- .../apache/hive/beeline/ProxyAuthTest.java | 11 ++++---- .../beeline/TestBeeLineExceptionHandling.java | 11 ++++---- .../hive/beeline/TestBeeLineHistory.java | 11 ++++---- .../apache/hive/beeline/TestBeeLineOpts.java | 11 ++++---- .../hive/beeline/TestBeelineArgParsing.java | 11 ++++---- .../apache/hive/beeline/TestBufferedRows.java | 11 ++++---- .../beeline/TestClientCommandHookFactory.java | 11 ++++---- .../org/apache/hive/beeline/TestCommands.java | 11 ++++---- .../hive/beeline/TestIncrementalRows.java | 11 ++++---- .../beeline/TestJSONFileOutputFormat.java | 11 ++++---- .../hive/beeline/TestJSONOutputFormat.java | 11 ++++---- .../apache/hive/beeline/TestShutdownHook.java | 11 ++++---- .../hive/beeline/TestTableOutputFormat.java | 11 ++++---- .../hive/beeline/cli/HiveCliForTest.java | 11 ++++---- .../apache/hive/beeline/cli/TestHiveCli.java | 11 ++++---- .../hs2connection/TestBeelineSiteParser.java | 11 ++++---- .../TestUserHS2ConnectionFileParser.java | 11 ++++---- .../schematool/TestHiveSchemaTool.java | 11 ++++---- checkstyle/asf.header | 11 ++++---- checkstyle/checkstyle.xml | 11 ++++---- checkstyle/suppressions.xml | 11 ++++---- .../classification/InterfaceAudience.java | 11 ++++---- .../classification/InterfaceStability.java | 11 ++++---- .../org/apache/hadoop/hive/cli/CliDriver.java | 11 ++++---- .../hadoop/hive/cli/CliSessionState.java | 11 ++++---- .../hadoop/hive/cli/OptionsProcessor.java | 11 ++++---- .../org/apache/hadoop/hive/cli/RCFileCat.java | 11 ++++---- .../hadoop/hive/cli/TestCliDriverMethods.java | 11 ++++---- .../hadoop/hive/cli/TestCliSessionState.java | 11 ++++---- .../hadoop/hive/cli/TestOptionsProcessor.java | 11 ++++---- .../apache/hadoop/hive/cli/TestRCFileCat.java | 11 ++++---- .../hadoop/hive/ant/GenHiveTemplate.java | 22 ++++++++------- .../hadoop/hive/common/BlobStorageUtils.java | 11 ++++---- .../hadoop/hive/common/CompressionUtils.java | 11 ++++---- .../common/CopyOnFirstWriteProperties.java | 11 ++++---- .../hive/common/DataCopyStatistics.java | 11 ++++---- .../apache/hadoop/hive/common/FileUtils.java | 11 ++++---- .../hadoop/hive/common/GcTimeMonitor.java | 11 ++++---- .../hadoop/hive/common/HeapMemoryMonitor.java | 11 ++++---- .../hive/common/HiveInterruptCallback.java | 11 ++++---- .../hive/common/HiveInterruptUtils.java | 11 ++++---- .../hadoop/hive/common/HiveStatsUtils.java | 11 ++++---- .../apache/hadoop/hive/common/JavaUtils.java | 11 ++++---- .../hadoop/hive/common/JavaVersionUtils.java | 11 ++++---- .../apache/hadoop/hive/common/JvmMetrics.java | 11 ++++---- .../hadoop/hive/common/JvmMetricsInfo.java | 11 ++++---- .../hadoop/hive/common/JvmPauseMonitor.java | 11 ++++---- .../apache/hadoop/hive/common/LogUtils.java | 11 ++++---- .../hadoop/hive/common/MemoryEstimate.java | 11 ++++---- .../hadoop/hive/common/NumberUtils.java | 11 ++++---- .../hadoop/hive/common/OTELJavaMetrics.java | 11 ++++---- .../apache/hadoop/hive/common/OTELUtils.java | 11 ++++---- .../hadoop/hive/common/ServerUtils.java | 11 ++++---- .../hadoop/hive/common/StringInternUtils.java | 11 ++++---- .../hive/common/auth/HiveAuthUtils.java | 11 ++++---- .../hive/common/cli/CommonCliOptions.java | 11 ++++---- .../hive/common/cli/EscapeCRLFHelper.java | 11 ++++---- .../hive/common/cli/HiveFileProcessor.java | 11 ++++---- .../hive/common/cli/IHiveFileProcessor.java | 11 ++++---- .../hive/common/cli/ShellCmdExecutor.java | 11 ++++---- .../datetime/HiveSqlDateTimeFormatter.java | 11 ++++---- .../common/format/datetime/package-info.java | 11 ++++---- .../hive/common/io/CachingPrintStream.java | 11 ++++---- .../hive/common/io/DigestPrintStream.java | 11 ++++---- .../hadoop/hive/common/io/FetchCallback.java | 11 ++++---- .../hadoop/hive/common/io/FetchConverter.java | 11 ++++---- .../io/NonSyncByteArrayInputStream.java | 11 ++++---- .../io/NonSyncByteArrayOutputStream.java | 11 ++++---- .../hive/common/io/QTestFetchConverter.java | 11 ++++---- .../hadoop/hive/common/io/SessionStream.java | 11 ++++---- .../common/io/SortAndDigestPrintStream.java | 11 ++++---- .../hive/common/io/SortPrintStream.java | 11 ++++---- .../hive/common/jsonexplain/Connection.java | 11 ++++---- .../common/jsonexplain/DagJsonParser.java | 11 ++++---- .../jsonexplain/DagJsonParserUtils.java | 11 ++++---- .../hive/common/jsonexplain/JsonParser.java | 11 ++++---- .../hadoop/hive/common/jsonexplain/Op.java | 11 ++++---- .../hive/common/jsonexplain/Printer.java | 11 ++++---- .../hadoop/hive/common/jsonexplain/Stage.java | 11 ++++---- .../hive/common/jsonexplain/Vertex.java | 11 ++++---- .../common/jsonexplain/tez/TezJsonParser.java | 11 ++++---- .../hadoop/hive/common/log/InPlaceUpdate.java | 11 ++++---- .../hadoop/hive/common/log/LogRedirector.java | 11 ++++---- .../hive/common/log/ProgressMonitor.java | 11 ++++---- .../apache/hadoop/hive/common/type/Date.java | 11 ++++---- .../hadoop/hive/common/type/Decimal128.java | 11 ++++---- .../hadoop/hive/common/type/HiveBaseChar.java | 11 ++++---- .../hadoop/hive/common/type/HiveChar.java | 11 ++++---- .../common/type/HiveIntervalYearMonth.java | 11 ++++---- .../hadoop/hive/common/type/HiveVarchar.java | 11 ++++---- .../hadoop/hive/common/type/SignedInt128.java | 11 ++++---- .../hadoop/hive/common/type/SqlMathUtil.java | 11 ++++---- .../hadoop/hive/common/type/Timestamp.java | 11 ++++---- .../hadoop/hive/common/type/TimestampTZ.java | 11 ++++---- .../hive/common/type/TimestampTZUtil.java | 11 ++++---- .../hive/common/type/TimestampUtils.java | 11 ++++---- .../hive/common/type/UnsignedInt128.java | 11 ++++---- .../apache/hadoop/hive/conf/Constants.java | 11 ++++---- .../hadoop/hive/conf/CteSuggesterType.java | 11 ++++---- .../org/apache/hadoop/hive/conf/HiveConf.java | 11 ++++---- .../apache/hadoop/hive/conf/HiveConfUtil.java | 11 ++++---- .../hive/conf/HiveServer2TransportMode.java | 11 ++++---- .../hadoop/hive/conf/HiveVariableSource.java | 11 ++++---- .../conf/LoopingByteArrayInputStream.java | 11 ++++---- .../hadoop/hive/conf/SystemVariables.java | 11 ++++---- .../apache/hadoop/hive/conf/Validator.java | 11 ++++---- .../hive/conf/VariableSubstitution.java | 11 ++++---- .../JavaIOTmpdirVariableCoercion.java | 11 ++++---- .../conf/valcoersion/VariableCoercion.java | 11 ++++---- .../org/apache/hadoop/hive/ql/ErrorMsg.java | 11 ++++---- .../apache/hadoop/hive/ql/lib/Dispatcher.java | 11 ++++---- .../hadoop/hive/ql/lib/GraphWalker.java | 11 ++++---- .../org/apache/hadoop/hive/ql/lib/Node.java | 11 ++++---- .../hadoop/hive/ql/lib/NodeProcessor.java | 11 ++++---- .../hadoop/hive/ql/lib/NodeProcessorCtx.java | 11 ++++---- .../org/apache/hadoop/hive/ql/lib/Rule.java | 11 ++++---- .../apache/hadoop/hive/ql/log/PerfLogger.java | 11 ++++---- .../hive/ql/metadata/HiveException.java | 11 ++++---- .../hive/ql/metadata/HiveFatalException.java | 11 ++++---- .../hive/ql/parse/SemanticException.java | 11 ++++---- .../org/apache/hive/common/HiveCompat.java | 11 ++++---- .../hive/common/HiveVersionAnnotation.java | 11 ++++---- .../common/util/ACLConfigurationParser.java | 11 ++++---- .../hive/common/util/AnnotationUtils.java | 11 ++++---- .../apache/hive/common/util/CleanerUtil.java | 11 ++++---- .../apache/hive/common/util/DateParser.java | 11 ++++---- .../apache/hive/common/util/DateUtils.java | 11 ++++---- .../common/util/Decimal128FastBuffer.java | 11 ++++---- .../common/util/FixedSizedObjectPool.java | 11 ++++---- .../apache/hive/common/util/HashCodeUtil.java | 11 ++++---- .../hive/common/util/HiveStringUtils.java | 11 ++++---- .../hive/common/util/HiveTestUtils.java | 11 ++++---- .../hive/common/util/HiveVersionInfo.java | 11 ++++---- .../common/util/MatchingStringsCompleter.java | 11 ++++---- .../apache/hive/common/util/ProcessUtils.java | 11 ++++---- .../java/org/apache/hive/common/util/Ref.java | 11 ++++---- .../hive/common/util/ReflectionUtil.java | 11 ++++---- .../hive/common/util/RetryUtilities.java | 11 ++++---- .../hive/common/util/ShutdownHookManager.java | 11 ++++---- .../hive/common/util/StreamPrinter.java | 11 ++++---- .../hive/common/util/SuppressFBWarnings.java | 11 ++++---- .../hive/common/util/TimestampParser.java | 11 ++++---- .../hive/http/AdminAuthorizedServlet.java | 11 ++++---- .../org/apache/hive/http/ConfServlet.java | 11 ++++---- .../java/org/apache/hive/http/HttpServer.java | 11 ++++---- .../org/apache/hive/http/JMXJsonServlet.java | 11 ++++---- .../hive/http/Log4j2ConfiguratorServlet.java | 11 ++++---- .../hive/http/ProfileOutputServlet.java | 11 ++++---- .../org/apache/hive/http/ProfileServlet.java | 11 ++++---- .../org/apache/hive/http/StackServlet.java | 11 ++++---- .../hive/http/security/PamAuthenticator.java | 11 ++++---- .../hive/http/security/PamConstraint.java | 11 ++++---- .../http/security/PamConstraintMapping.java | 11 ++++---- .../hive/http/security/PamLoginService.java | 11 ++++---- .../hive/http/security/PamUserIdentity.java | 11 ++++---- .../hive/common/TestBlobStorageUtils.java | 11 ++++---- .../hadoop/hive/common/TestFileUtils.java | 11 ++++---- .../hadoop/hive/common/TestLogUtils.java | 11 ++++---- .../hadoop/hive/common/TestNumberUtils.java | 11 ++++---- .../hadoop/hive/common/TestTezJsonParser.java | 11 ++++---- .../TestHiveSqlDateTimeFormatter.java | 11 ++++---- .../hive/common/jsonexplain/TestOp.java | 11 ++++---- .../hive/common/jsonexplain/TestStage.java | 11 ++++---- .../hive/common/jsonexplain/TestVertex.java | 11 ++++---- .../jsonexplain/tez/TestTezJsonParser.java | 11 ++++---- .../hive/common/type/HiveDecimalTestBase.java | 11 ++++---- .../hive/common/type/TestDecimal128.java | 11 ++++---- .../hive/common/type/TestHiveBaseChar.java | 11 ++++---- .../hadoop/hive/common/type/TestHiveChar.java | 11 ++++---- .../TestHiveDecimalOrcSerializationUtils.java | 11 ++++---- .../common/type/TestHiveIntervalDayTime.java | 11 ++++---- .../type/TestHiveIntervalYearMonth.java | 11 ++++---- .../hive/common/type/TestHiveVarchar.java | 11 ++++---- .../hive/common/type/TestSignedInt128.java | 11 ++++---- .../hive/common/type/TestSqlMathUtil.java | 11 ++++---- .../hive/common/type/TestTimestampTZ.java | 11 ++++---- .../hive/common/type/TestUnsignedInt128.java | 11 ++++---- .../hadoop/hive/conf/HiveConfForTest.java | 11 ++++---- .../hive/conf/TestHiveAsyncLogging.java | 11 ++++---- .../apache/hadoop/hive/conf/TestHiveConf.java | 11 ++++---- .../hive/conf/TestHiveConfRestrictList.java | 11 ++++---- .../hadoop/hive/conf/TestHiveConfUtil.java | 11 ++++---- .../hive/conf/TestHiveConfVarsValidate.java | 11 ++++---- .../hadoop/hive/conf/TestHiveLogging.java | 11 ++++---- .../hadoop/hive/conf/TestSystemVariables.java | 11 ++++---- .../hive/conf/TestVariableSubstitution.java | 11 ++++---- .../hadoop/hive/ql/log/PerfLoggerTest.java | 11 ++++---- .../hive/common/util/MockFileSystem.java | 11 ++++---- .../org/apache/hive/common/util/Retry.java | 11 ++++---- .../hive/common/util/RetryTestRunner.java | 11 ++++---- .../util/TestACLConfigurationParser.java | 11 ++++---- .../hive/common/util/TestDateParser.java | 11 ++++---- .../common/util/TestFixedSizedObjectPool.java | 11 ++++---- .../hive/common/util/TestHiveStringUtils.java | 11 ++++---- .../hive/common/util/TestRetryUtilities.java | 11 ++++---- .../common/util/TestShutdownHookManager.java | 11 ++++---- .../hive/common/util/TestTimestampParser.java | 11 ++++---- .../org/apache/hive/http/TestHttpServer.java | 11 ++++---- .../base64/Base64TextInputFormat.java | 11 ++++---- .../base64/Base64TextOutputFormat.java | 11 ++++---- .../genericudf/example/GenericUDFAdd10.java | 11 ++++---- .../example/GenericUDFDBOutput.java | 11 ++++---- .../metastore/hooks/SampleURLHook.java | 11 ++++---- .../hadoop/hive/contrib/mr/GenericMR.java | 11 ++++---- .../apache/hadoop/hive/contrib/mr/Mapper.java | 11 ++++---- .../apache/hadoop/hive/contrib/mr/Output.java | 11 ++++---- .../hadoop/hive/contrib/mr/Reducer.java | 11 ++++---- .../contrib/mr/example/IdentityMapper.java | 11 ++++---- .../contrib/mr/example/WordCountReduce.java | 11 ++++---- .../hive/contrib/serde2/RegexSerDe.java | 11 ++++---- .../hive/contrib/serde2/TypedBytesSerDe.java | 11 ++++---- .../contrib/serde2/s3/S3LogDeserializer.java | 11 ++++---- .../hive/contrib/serde2/s3/S3LogStruct.java | 11 ++++---- .../contrib/udaf/example/UDAFExampleAvg.java | 11 ++++---- .../udaf/example/UDAFExampleGroupConcat.java | 11 ++++---- .../contrib/udaf/example/UDAFExampleMax.java | 11 ++++---- .../udaf/example/UDAFExampleMaxMinNUtil.java | 11 ++++---- .../contrib/udaf/example/UDAFExampleMaxN.java | 11 ++++---- .../contrib/udaf/example/UDAFExampleMin.java | 11 ++++---- .../contrib/udaf/example/UDAFExampleMinN.java | 11 ++++---- .../hive/contrib/udf/UDFRowSequence.java | 11 ++++---- .../contrib/udf/example/UDFExampleAdd.java | 11 ++++---- .../udf/example/UDFExampleArraySum.java | 11 ++++---- .../contrib/udf/example/UDFExampleFormat.java | 11 ++++---- .../udf/example/UDFExampleMapConcat.java | 11 ++++---- .../udf/example/UDFExampleStructPrint.java | 11 ++++---- .../udtf/example/GenericUDTFCount2.java | 11 ++++---- .../udtf/example/GenericUDTFExplode2.java | 11 ++++---- .../hive/contrib/util/typedbytes/Type.java | 11 ++++---- .../util/typedbytes/TypedBytesInput.java | 11 ++++---- .../util/typedbytes/TypedBytesOutput.java | 11 ++++---- .../typedbytes/TypedBytesRecordInput.java | 11 ++++---- .../typedbytes/TypedBytesRecordOutput.java | 11 ++++---- .../typedbytes/TypedBytesRecordReader.java | 11 ++++---- .../typedbytes/TypedBytesRecordWriter.java | 11 ++++---- .../util/typedbytes/TypedBytesWritable.java | 11 ++++---- .../typedbytes/TypedBytesWritableInput.java | 11 ++++---- .../typedbytes/TypedBytesWritableOutput.java | 11 ++++---- .../hadoop/hive/contrib/mr/TestGenericMR.java | 11 ++++---- .../hive/contrib/serde2/TestRegexSerDe.java | 11 ++++---- .../example/TestUDAFExampleMaxMinNUtil.java | 11 ++++---- .../hive/hbase/AbstractHBaseKeyFactory.java | 11 ++++---- .../AbstractHBaseKeyPredicateDecomposer.java | 11 ++++---- .../hadoop/hive/hbase/ColumnMappings.java | 11 ++++---- .../hive/hbase/CompositeHBaseKeyFactory.java | 11 ++++---- .../hive/hbase/DataInputInputStream.java | 11 ++++---- .../hive/hbase/DataOutputOutputStream.java | 11 ++++---- .../hive/hbase/DefaultHBaseKeyFactory.java | 11 ++++---- .../hadoop/hive/hbase/HBaseCompositeKey.java | 11 ++++---- .../hadoop/hive/hbase/HBaseKeyFactory.java | 11 ++++---- .../hive/hbase/HBaseLazyObjectFactory.java | 11 ++++---- .../hadoop/hive/hbase/HBaseMetaHook.java | 11 ++++---- .../hadoop/hive/hbase/HBaseRowSerializer.java | 11 ++++---- .../hadoop/hive/hbase/HBaseScanRange.java | 11 ++++---- .../apache/hadoop/hive/hbase/HBaseSerDe.java | 11 ++++---- .../hadoop/hive/hbase/HBaseSerDeHelper.java | 11 ++++---- .../hive/hbase/HBaseSerDeParameters.java | 11 ++++---- .../apache/hadoop/hive/hbase/HBaseSplit.java | 11 ++++---- .../hive/hbase/HBaseStorageHandler.java | 11 ++++---- .../HBaseTableSnapshotInputFormatUtil.java | 11 ++++---- .../hive/hbase/HiveHBaseInputFormatUtil.java | 11 ++++---- .../hive/hbase/HiveHBaseTableInputFormat.java | 11 ++++---- .../hbase/HiveHBaseTableOutputFormat.java | 11 ++++---- .../HiveHBaseTableSnapshotInputFormat.java | 11 ++++---- .../hive/hbase/HiveHFileOutputFormat.java | 11 ++++---- .../hadoop/hive/hbase/LazyHBaseCellMap.java | 11 ++++---- .../hadoop/hive/hbase/LazyHBaseRow.java | 11 ++++---- .../apache/hadoop/hive/hbase/PutWritable.java | 11 ++++---- .../hadoop/hive/hbase/ResultWritable.java | 11 ++++---- .../hadoop/hive/hbase/package-info.java | 11 ++++---- .../hbase/struct/AvroHBaseValueFactory.java | 11 ++++---- .../struct/DefaultHBaseValueFactory.java | 11 ++++---- .../hive/hbase/struct/HBaseStructValue.java | 11 ++++---- .../hive/hbase/struct/HBaseValueFactory.java | 11 ++++---- .../hbase/struct/StructHBaseValueFactory.java | 11 ++++---- .../hbase/HBaseTestAvroSchemaRetriever.java | 11 ++++---- .../hive/hbase/HBaseTestCompositeKey.java | 11 ++++---- .../hive/hbase/HBaseTestStructSerializer.java | 11 ++++---- .../hive/hbase/SampleHBaseKeyFactory.java | 11 ++++---- .../hive/hbase/SampleHBaseKeyFactory2.java | 11 ++++---- .../hive/hbase/SampleHBaseKeyFactory3.java | 11 ++++---- .../hadoop/hive/hbase/TestHBaseQueries.java | 11 ++++---- .../hadoop/hive/hbase/TestHBaseSerDe.java | 11 ++++---- .../hive/hbase/TestHBaseStorageHandler.java | 11 ++++---- .../hbase/TestHiveHBaseTableOutputFormat.java | 11 ++++---- .../hive/hbase/TestLazyHBaseCellMap.java | 11 ++++---- .../hive/hbase/TestLazyHBaseObject.java | 11 ++++---- .../hive/hbase/TestPutResultWritable.java | 11 ++++---- .../org/apache/hive/hcatalog/cli/HCatCli.java | 11 ++++---- .../apache/hive/hcatalog/cli/HCatDriver.java | 11 ++++---- .../SemanticAnalysis/CreateDatabaseHook.java | 11 ++++---- .../cli/SemanticAnalysis/CreateTableHook.java | 11 ++++---- .../cli/SemanticAnalysis/HCatAuthUtil.java | 11 ++++---- .../HCatSemanticAnalyzer.java | 11 ++++---- .../HCatSemanticAnalyzerBase.java | 11 ++++---- .../hive/hcatalog/common/ErrorType.java | 11 ++++---- .../hive/hcatalog/common/HCatConstants.java | 11 ++++---- .../hive/hcatalog/common/HCatContext.java | 11 ++++---- .../hive/hcatalog/common/HCatException.java | 11 ++++---- .../apache/hive/hcatalog/common/HCatUtil.java | 11 ++++---- .../apache/hive/hcatalog/data/DataType.java | 11 ++++---- .../hive/hcatalog/data/DefaultHCatRecord.java | 11 ++++---- .../apache/hive/hcatalog/data/HCatRecord.java | 11 ++++---- .../data/HCatRecordObjectInspector.java | 11 ++++---- .../HCatRecordObjectInspectorFactory.java | 11 ++++---- .../hive/hcatalog/data/HCatRecordSerDe.java | 11 ++++---- .../hive/hcatalog/data/HCatRecordable.java | 11 ++++---- .../apache/hive/hcatalog/data/JsonSerDe.java | 11 ++++---- .../hive/hcatalog/data/LazyHCatRecord.java | 11 ++++---- .../org/apache/hive/hcatalog/data/Pair.java | 11 ++++---- .../hive/hcatalog/data/ReaderWriter.java | 11 ++++---- .../hcatalog/data/schema/HCatFieldSchema.java | 11 ++++---- .../hive/hcatalog/data/schema/HCatSchema.java | 11 ++++---- .../hcatalog/data/schema/HCatSchemaUtils.java | 11 ++++---- .../data/transfer/DataTransferFactory.java | 11 ++++---- .../hcatalog/data/transfer/EntityBase.java | 11 ++++---- .../hcatalog/data/transfer/HCatReader.java | 11 ++++---- .../hcatalog/data/transfer/HCatWriter.java | 11 ++++---- .../hcatalog/data/transfer/ReadEntity.java | 11 ++++---- .../hcatalog/data/transfer/ReaderContext.java | 11 ++++---- .../hcatalog/data/transfer/WriteEntity.java | 11 ++++---- .../hcatalog/data/transfer/WriterContext.java | 11 ++++---- .../transfer/impl/HCatInputFormatReader.java | 11 ++++---- .../transfer/impl/HCatOutputFormatWriter.java | 11 ++++---- .../data/transfer/impl/ReaderContextImpl.java | 11 ++++---- .../data/transfer/impl/WriterContextImpl.java | 11 ++++---- .../transfer/state/DefaultStateProvider.java | 11 ++++---- .../data/transfer/state/StateProvider.java | 11 ++++---- .../har/HarOutputCommitterPostProcessor.java | 11 ++++---- .../DefaultOutputCommitterContainer.java | 11 ++++---- .../DefaultOutputFormatContainer.java | 11 ++++---- .../DefaultRecordWriterContainer.java | 11 ++++---- ...micPartitionFileRecordWriterContainer.java | 11 ++++---- .../FileOutputCommitterContainer.java | 11 ++++---- .../mapreduce/FileOutputFormatContainer.java | 11 ++++---- .../mapreduce/FileRecordWriterContainer.java | 11 ++++---- .../mapreduce/FosterStorageHandler.java | 11 ++++---- .../mapreduce/HCatBaseInputFormat.java | 11 ++++---- .../mapreduce/HCatBaseOutputFormat.java | 11 ++++---- .../hive/hcatalog/mapreduce/HCatFileUtil.java | 11 ++++---- .../hcatalog/mapreduce/HCatInputFormat.java | 11 ++++---- .../hcatalog/mapreduce/HCatMapRedUtil.java | 11 ++++---- .../hcatalog/mapreduce/HCatOutputFormat.java | 11 ++++---- .../hcatalog/mapreduce/HCatRecordReader.java | 11 ++++---- .../hive/hcatalog/mapreduce/HCatSplit.java | 11 ++++---- .../hcatalog/mapreduce/HCatTableInfo.java | 11 ++++---- .../hcatalog/mapreduce/InitializeInput.java | 11 ++++---- .../hive/hcatalog/mapreduce/InputJobInfo.java | 11 ++++---- .../hive/hcatalog/mapreduce/InternalUtil.java | 11 ++++---- .../hcatalog/mapreduce/MultiOutputFormat.java | 11 ++++---- .../mapreduce/OutputCommitterContainer.java | 11 ++++---- .../mapreduce/OutputFormatContainer.java | 11 ++++---- .../hcatalog/mapreduce/OutputJobInfo.java | 11 ++++---- .../hive/hcatalog/mapreduce/PartInfo.java | 11 ++++---- .../hcatalog/mapreduce/ProgressReporter.java | 11 ++++---- .../mapreduce/RecordWriterContainer.java | 11 ++++---- .../hive/hcatalog/mapreduce/Security.java | 11 ++++---- .../hive/hcatalog/mapreduce/SpecialCases.java | 11 ++++---- ...ticPartitionFileRecordWriterContainer.java | 11 ++++---- .../hive/hcatalog/mapreduce/StorerInfo.java | 11 ++++---- .../mapreduce/TaskCommitContextRegistry.java | 11 ++++---- .../hive/hcatalog/oozie/JavaAction.java | 11 ++++---- .../rcfile/RCFileMapReduceInputFormat.java | 11 ++++---- .../rcfile/RCFileMapReduceOutputFormat.java | 11 ++++---- .../rcfile/RCFileMapReduceRecordReader.java | 11 ++++---- .../storagehandler/DummyHCatAuthProvider.java | 11 ++++---- .../org/apache/hive/hcatalog/DerbyPolicy.java | 11 ++++---- .../apache/hive/hcatalog/ExitException.java | 11 ++++---- .../apache/hive/hcatalog/HcatTestUtils.java | 11 ++++---- .../org/apache/hive/hcatalog/MiniCluster.java | 11 ++++---- .../SemanticAnalysis/TestHCatAuthUtil.java | 11 ++++---- .../hive/hcatalog/cli/TestPermsGrp.java | 11 ++++---- .../hcatalog/cli/TestSemanticAnalysis.java | 11 ++++---- .../hive/hcatalog/cli/TestUseDatabase.java | 11 ++++---- .../hive/hcatalog/common/TestHCatUtil.java | 11 ++++---- .../hive/hcatalog/data/HCatDataCheckUtil.java | 11 ++++---- .../hcatalog/data/TestDefaultHCatRecord.java | 11 ++++---- .../hcatalog/data/TestHCatRecordSerDe.java | 11 ++++---- .../hive/hcatalog/data/TestJsonSerDe.java | 11 ++++---- .../hcatalog/data/TestLazyHCatRecord.java | 11 ++++---- .../hive/hcatalog/data/TestReaderWriter.java | 11 ++++---- .../hcatalog/data/schema/TestHCatSchema.java | 11 ++++---- .../data/schema/TestHCatSchemaUtils.java | 11 ++++---- .../hive/hcatalog/mapreduce/HCatBaseTest.java | 11 ++++---- .../hcatalog/mapreduce/HCatMapReduceTest.java | 11 ++++---- .../mapreduce/TestHCatDynamicPartitioned.java | 11 ++++---- .../hcatalog/mapreduce/TestHCatExtension.java | 11 ++++---- .../TestHCatExternalDynamicPartitioned.java | 11 ++++---- .../TestHCatExternalNonPartitioned.java | 11 ++++---- .../TestHCatExternalPartitioned.java | 11 ++++---- .../mapreduce/TestHCatInputFormat.java | 11 ++++---- .../mapreduce/TestHCatInputFormatMethods.java | 11 ++++---- .../mapreduce/TestHCatMultiOutputFormat.java | 11 ++++---- .../TestHCatMutableDynamicPartitioned.java | 11 ++++---- .../TestHCatMutableNonPartitioned.java | 11 ++++---- .../mapreduce/TestHCatMutablePartitioned.java | 11 ++++---- .../mapreduce/TestHCatNonPartitioned.java | 11 ++++---- .../mapreduce/TestHCatOutputFormat.java | 11 ++++---- .../mapreduce/TestHCatPartitionPublish.java | 11 ++++---- .../mapreduce/TestHCatPartitioned.java | 11 ++++---- .../hcatalog/mapreduce/TestInputJobInfo.java | 11 ++++---- .../mapreduce/TestMultiOutputFormat.java | 11 ++++---- .../mapreduce/TestPassProperties.java | 11 ++++---- .../apache/hive/hcatalog/package-info.java | 11 ++++---- .../TestRCFileMapReduceInputFormat.java | 11 ++++---- .../hive/hcatalog/pig/HCatBaseLoader.java | 11 ++++---- .../hive/hcatalog/pig/HCatBaseStorer.java | 11 ++++---- .../apache/hive/hcatalog/pig/HCatLoader.java | 11 ++++---- .../apache/hive/hcatalog/pig/HCatStorer.java | 11 ++++---- .../apache/hive/hcatalog/pig/PigHCatUtil.java | 11 ++++---- .../hcatalog/pig/AbstractHCatLoaderTest.java | 11 ++++---- .../hcatalog/pig/AbstractHCatStorerTest.java | 11 ++++---- .../hive/hcatalog/pig/HCatStorerWrapper.java | 11 ++++---- .../apache/hive/hcatalog/pig/MockLoader.java | 11 ++++---- .../hive/hcatalog/pig/MyPigStorage.java | 11 ++++---- .../hive/hcatalog/pig/TestAvroHCatLoader.java | 11 ++++---- .../hive/hcatalog/pig/TestAvroHCatStorer.java | 11 ++++---- .../hive/hcatalog/pig/TestE2EScenarios.java | 11 ++++---- .../pig/TestHCatLoaderComplexSchema.java | 11 ++++---- .../pig/TestHCatLoaderEncryption.java | 11 ++++---- .../hcatalog/pig/TestHCatLoaderStorer.java | 11 ++++---- .../hive/hcatalog/pig/TestHCatStorer.java | 11 ++++---- .../hcatalog/pig/TestHCatStorerMulti.java | 11 ++++---- .../hcatalog/pig/TestHCatStorerWrapper.java | 11 ++++---- .../hive/hcatalog/pig/TestOrcHCatLoader.java | 11 ++++---- .../hive/hcatalog/pig/TestOrcHCatStorer.java | 11 ++++---- .../hcatalog/pig/TestParquetHCatLoader.java | 11 ++++---- .../hcatalog/pig/TestParquetHCatStorer.java | 11 ++++---- .../hive/hcatalog/pig/TestPigHCatUtil.java | 11 ++++---- .../hcatalog/pig/TestRCFileHCatLoader.java | 11 ++++---- .../hcatalog/pig/TestRCFileHCatStorer.java | 11 ++++---- .../pig/TestSequenceFileHCatLoader.java | 11 ++++---- .../pig/TestSequenceFileHCatStorer.java | 11 ++++---- .../hcatalog/pig/TestTextFileHCatLoader.java | 11 ++++---- .../hcatalog/pig/TestTextFileHCatStorer.java | 11 ++++---- .../apache/hive/hcatalog/pig/TestUtil.java | 11 ++++---- .../listener/DbNotificationListener.java | 11 ++++---- .../listener/NotificationListener.java | 11 ++++---- .../messaging/AddPartitionMessage.java | 11 ++++---- .../messaging/AlterPartitionMessage.java | 11 ++++---- .../hcatalog/messaging/AlterTableMessage.java | 11 ++++---- .../messaging/CreateDatabaseMessage.java | 11 ++++---- .../messaging/CreateFunctionMessage.java | 11 ++++---- .../messaging/CreateTableMessage.java | 11 ++++---- .../messaging/DropDatabaseMessage.java | 11 ++++---- .../messaging/DropFunctionMessage.java | 11 ++++---- .../messaging/DropPartitionMessage.java | 11 ++++---- .../hcatalog/messaging/DropTableMessage.java | 11 ++++---- .../hcatalog/messaging/HCatEventMessage.java | 11 ++++---- .../hcatalog/messaging/InsertMessage.java | 11 ++++---- .../messaging/MessageDeserializer.java | 11 ++++---- .../hcatalog/messaging/MessageFactory.java | 11 ++++---- .../messaging/jms/MessagingUtils.java | 11 ++++---- .../json/JSONAddPartitionMessage.java | 11 ++++---- .../json/JSONAlterPartitionMessage.java | 11 ++++---- .../messaging/json/JSONAlterTableMessage.java | 11 ++++---- .../json/JSONCreateDatabaseMessage.java | 11 ++++---- .../json/JSONCreateFunctionMessage.java | 11 ++++---- .../json/JSONCreateTableMessage.java | 11 ++++---- .../json/JSONDropDatabaseMessage.java | 11 ++++---- .../json/JSONDropFunctionMessage.java | 11 ++++---- .../json/JSONDropPartitionMessage.java | 11 ++++---- .../messaging/json/JSONDropTableMessage.java | 11 ++++---- .../messaging/json/JSONInsertMessage.java | 11 ++++---- .../json/JSONMessageDeserializer.java | 11 ++++---- .../messaging/json/JSONMessageFactory.java | 11 ++++---- .../api/ConnectionFailureException.java | 11 ++++---- .../hcatalog/api/HCatAddPartitionDesc.java | 11 ++++---- .../apache/hive/hcatalog/api/HCatClient.java | 11 ++++---- .../hive/hcatalog/api/HCatClientHMSImpl.java | 11 ++++---- .../hive/hcatalog/api/HCatCreateDBDesc.java | 11 ++++---- .../hcatalog/api/HCatCreateTableDesc.java | 11 ++++---- .../hive/hcatalog/api/HCatDatabase.java | 11 ++++---- .../hcatalog/api/HCatNotificationEvent.java | 11 ++++---- .../hive/hcatalog/api/HCatPartition.java | 11 ++++---- .../hive/hcatalog/api/HCatPartitionSpec.java | 11 ++++---- .../apache/hive/hcatalog/api/HCatTable.java | 11 ++++---- .../hcatalog/api/MetadataJSONSerializer.java | 11 ++++---- .../hive/hcatalog/api/MetadataSerializer.java | 11 ++++---- .../hcatalog/api/ObjectNotFoundException.java | 11 ++++---- .../hive/hcatalog/api/repl/Command.java | 11 ++++---- .../api/repl/ErroredReplicationTask.java | 11 ++++---- .../api/repl/HCatReplicationTaskIterator.java | 11 ++++---- .../api/repl/NoopReplicationTask.java | 11 ++++---- .../hcatalog/api/repl/ReplicationTask.java | 11 ++++---- .../hcatalog/api/repl/ReplicationUtils.java | 11 ++++---- .../api/repl/StagingDirectoryProvider.java | 11 ++++---- .../repl/commands/DropDatabaseCommand.java | 11 ++++---- .../repl/commands/DropPartitionCommand.java | 11 ++++---- .../api/repl/commands/DropTableCommand.java | 11 ++++---- .../api/repl/commands/ExportCommand.java | 11 ++++---- .../api/repl/commands/ImportCommand.java | 11 ++++---- .../api/repl/commands/NoopCommand.java | 11 ++++---- .../exim/AddPartitionReplicationTask.java | 11 ++++---- .../exim/AlterPartitionReplicationTask.java | 11 ++++---- .../repl/exim/AlterTableReplicationTask.java | 11 ++++---- .../exim/CreateDatabaseReplicationTask.java | 11 ++++---- .../repl/exim/CreateTableReplicationTask.java | 11 ++++---- .../exim/DropDatabaseReplicationTask.java | 11 ++++---- .../exim/DropPartitionReplicationTask.java | 11 ++++---- .../repl/exim/DropTableReplicationTask.java | 11 ++++---- .../repl/exim/EximReplicationTaskFactory.java | 11 ++++---- .../api/repl/exim/InsertReplicationTask.java | 11 ++++---- .../hive/hcatalog/api/TestHCatClient.java | 11 ++++---- .../hcatalog/api/repl/CommandTestUtils.java | 11 ++++---- .../api/repl/ReplicationV1CompatRule.java | 11 ++++---- .../api/repl/TestReplicationTask.java | 11 ++++---- .../api/repl/commands/TestCommands.java | 11 ++++---- .../api/repl/commands/TestNoopCommand.java | 11 ++++---- .../repl/exim/TestEximReplicationTasks.java | 11 ++++---- .../hive/hcatalog/templeton/AppConfig.java | 11 ++++---- .../hive/hcatalog/templeton/BadParam.java | 11 ++++---- .../hcatalog/templeton/BusyException.java | 11 ++++---- .../templeton/CallbackFailedException.java | 11 ++++---- .../templeton/CatchallExceptionMapper.java | 11 ++++---- .../hive/hcatalog/templeton/ColumnDesc.java | 11 ++++---- .../hive/hcatalog/templeton/CompleteBean.java | 11 ++++---- .../hcatalog/templeton/CompleteDelegator.java | 11 ++++---- .../hive/hcatalog/templeton/DatabaseDesc.java | 11 ++++---- .../hcatalog/templeton/DeleteDelegator.java | 11 ++++---- .../hive/hcatalog/templeton/EnqueueBean.java | 11 ++++---- .../hive/hcatalog/templeton/ExecBean.java | 11 ++++---- .../hive/hcatalog/templeton/ExecService.java | 11 ++++---- .../hcatalog/templeton/ExecServiceImpl.java | 11 ++++---- .../templeton/GroupPermissionsDesc.java | 11 ++++---- .../hcatalog/templeton/HcatDelegator.java | 11 ++++---- .../hcatalog/templeton/HcatException.java | 11 ++++---- .../hcatalog/templeton/HiveDelegator.java | 11 ++++---- .../hive/hcatalog/templeton/JarDelegator.java | 11 ++++---- .../hive/hcatalog/templeton/JobCallable.java | 11 ++++---- .../hive/hcatalog/templeton/JobItemBean.java | 11 ++++---- .../templeton/JobRequestExecutor.java | 11 ++++---- .../hive/hcatalog/templeton/JsonBuilder.java | 11 ++++---- .../hcatalog/templeton/LauncherDelegator.java | 11 ++++---- .../hcatalog/templeton/ListDelegator.java | 11 ++++---- .../apache/hive/hcatalog/templeton/Main.java | 11 ++++---- .../templeton/MaxByteArrayOutputStream.java | 11 ++++---- .../templeton/NotAuthorizedException.java | 11 ++++---- .../hcatalog/templeton/PartitionDesc.java | 11 ++++---- .../hive/hcatalog/templeton/PigDelegator.java | 11 ++++---- .../hcatalog/templeton/ProxyUserSupport.java | 11 ++++---- .../hcatalog/templeton/QueueException.java | 11 ++++---- .../hcatalog/templeton/QueueStatusBean.java | 11 ++++---- .../templeton/SecureProxySupport.java | 11 ++++---- .../hive/hcatalog/templeton/Server.java | 11 ++++---- .../templeton/SimpleExceptionMapper.java | 11 ++++---- .../templeton/SimpleWebException.java | 11 ++++---- .../hcatalog/templeton/SqoopDelegator.java | 11 ++++---- .../hcatalog/templeton/StatusDelegator.java | 11 ++++---- .../templeton/StreamingDelegator.java | 11 ++++---- .../hive/hcatalog/templeton/TableDesc.java | 11 ++++---- .../hcatalog/templeton/TableLikeDesc.java | 11 ++++---- .../hcatalog/templeton/TablePropertyDesc.java | 11 ++++---- .../templeton/TempletonDelegator.java | 11 ++++---- .../templeton/TooManyRequestsException.java | 11 ++++---- .../hive/hcatalog/templeton/UgiFactory.java | 11 ++++---- .../hcatalog/templeton/VersionDelegator.java | 11 ++++---- .../hive/hcatalog/templeton/WadlConfig.java | 11 ++++---- .../templeton/tool/DelegationTokenCache.java | 11 ++++---- .../hcatalog/templeton/tool/HDFSCleanup.java | 11 ++++---- .../hcatalog/templeton/tool/HDFSStorage.java | 11 ++++---- .../templeton/tool/HiveJobIDParser.java | 11 ++++---- .../templeton/tool/JarJobIDParser.java | 11 ++++---- .../hcatalog/templeton/tool/JobIDParser.java | 11 ++++---- .../hcatalog/templeton/tool/JobState.java | 11 ++++---- .../templeton/tool/JobStateTracker.java | 11 ++++---- .../tool/JobSubmissionConstants.java | 11 ++++---- .../hcatalog/templeton/tool/LaunchMapper.java | 11 ++++---- .../hcatalog/templeton/tool/LogRetriever.java | 11 ++++---- .../templeton/tool/NotFoundException.java | 11 ++++---- .../templeton/tool/NullRecordReader.java | 11 ++++---- .../hcatalog/templeton/tool/NullSplit.java | 11 ++++---- .../templeton/tool/PigJobIDParser.java | 11 ++++---- .../templeton/tool/SingleInputFormat.java | 11 ++++---- .../tool/TempletonControllerJob.java | 11 ++++---- .../templeton/tool/TempletonStorage.java | 11 ++++---- .../templeton/tool/TempletonUtils.java | 11 ++++---- .../templeton/tool/TrivialExecService.java | 11 ++++---- .../templeton/tool/ZooKeeperCleanup.java | 11 ++++---- .../templeton/tool/ZooKeeperStorage.java | 11 ++++---- .../ConcurrentJobRequestsTestBase.java | 11 ++++---- .../templeton/MockAnswerTestHelper.java | 11 ++++---- .../templeton/TestConcurrentJobRequests.java | 11 ++++---- .../TestConcurrentJobRequestsThreads.java | 11 ++++---- ...oncurrentJobRequestsThreadsAndTimeout.java | 11 ++++---- .../hive/hcatalog/templeton/TestDesc.java | 11 ++++---- .../hive/hcatalog/templeton/TestServer.java | 11 ++++---- .../hcatalog/templeton/TestWebHCatE2e.java | 11 ++++---- .../templeton/mock/MockExecService.java | 11 ++++---- .../hcatalog/templeton/mock/MockServer.java | 11 ++++---- .../hcatalog/templeton/mock/MockUriInfo.java | 11 ++++---- .../templeton/tool/TestJobIDParser.java | 11 ++++---- .../templeton/tool/TestTempletonUtils.java | 11 ++++---- .../tool/TestTrivialExecService.java | 11 ++++---- .../org/apache/hive/hplsql/Arguments.java | 11 ++++---- .../apache/hive/hplsql/ArityException.java | 11 ++++---- .../main/java/org/apache/hive/hplsql/Cmp.java | 11 ++++---- .../java/org/apache/hive/hplsql/Column.java | 11 ++++---- .../apache/hive/hplsql/ColumnDefinition.java | 11 ++++---- .../org/apache/hive/hplsql/ColumnMap.java | 11 ++++---- .../org/apache/hive/hplsql/ColumnType.java | 11 ++++---- .../java/org/apache/hive/hplsql/Conf.java | 11 ++++---- .../java/org/apache/hive/hplsql/Conn.java | 11 ++++---- .../java/org/apache/hive/hplsql/Console.java | 11 ++++---- .../org/apache/hive/hplsql/Converter.java | 11 ++++---- .../java/org/apache/hive/hplsql/Copy.java | 11 ++++---- .../java/org/apache/hive/hplsql/Cursor.java | 11 ++++---- .../java/org/apache/hive/hplsql/Exec.java | 11 ++++---- .../org/apache/hive/hplsql/Expression.java | 11 ++++---- .../java/org/apache/hive/hplsql/File.java | 11 ++++---- .../java/org/apache/hive/hplsql/Handler.java | 11 ++++---- .../hive/hplsql/HplSqlSessionState.java | 11 ++++---- .../hive/hplsql/HplValidationException.java | 11 ++++---- .../java/org/apache/hive/hplsql/Hplsql.java | 11 ++++---- .../java/org/apache/hive/hplsql/Interval.java | 11 ++++---- .../java/org/apache/hive/hplsql/Meta.java | 11 ++++---- .../hive/hplsql/NoSuchHplMethodException.java | 11 ++++---- .../java/org/apache/hive/hplsql/Package.java | 11 ++++---- .../java/org/apache/hive/hplsql/Query.java | 11 ++++---- .../apache/hive/hplsql/ResultListener.java | 11 ++++---- .../main/java/org/apache/hive/hplsql/Row.java | 11 ++++---- .../java/org/apache/hive/hplsql/Scope.java | 11 ++++---- .../java/org/apache/hive/hplsql/Select.java | 11 ++++---- .../java/org/apache/hive/hplsql/Signal.java | 11 ++++---- .../java/org/apache/hive/hplsql/SqlCodes.java | 11 ++++---- .../java/org/apache/hive/hplsql/Stmt.java | 11 ++++---- .../org/apache/hive/hplsql/StreamGobbler.java | 11 ++++---- .../hive/hplsql/SyntaxErrorReporter.java | 11 ++++---- .../java/org/apache/hive/hplsql/Timer.java | 11 ++++---- .../org/apache/hive/hplsql/TypeException.java | 11 ++++---- .../hive/hplsql/UndefinedIdentException.java | 11 ++++---- .../java/org/apache/hive/hplsql/Utils.java | 11 ++++---- .../main/java/org/apache/hive/hplsql/Var.java | 11 ++++---- .../hive/hplsql/executor/ColumnMeta.java | 11 ++++---- .../hplsql/executor/JdbcQueryExecutor.java | 11 ++++---- .../apache/hive/hplsql/executor/Metadata.java | 11 ++++---- .../hive/hplsql/executor/QueryException.java | 11 ++++---- .../hive/hplsql/executor/QueryExecutor.java | 11 ++++---- .../hive/hplsql/executor/QueryResult.java | 11 ++++---- .../hive/hplsql/executor/RowResult.java | 11 ++++---- .../hplsql/functions/BuiltinFunctions.java | 11 ++++---- .../hplsql/functions/FunctionDatetime.java | 11 ++++---- .../hive/hplsql/functions/FunctionMisc.java | 11 ++++---- .../hplsql/functions/FunctionRegistry.java | 11 ++++---- .../hive/hplsql/functions/FunctionString.java | 11 ++++---- .../hplsql/functions/HmsFunctionRegistry.java | 11 ++++---- .../functions/InMemoryFunctionRegistry.java | 11 ++++---- .../apache/hive/hplsql/objects/DbmOutput.java | 11 ++++---- .../hive/hplsql/objects/DbmOutputClass.java | 11 ++++---- .../apache/hive/hplsql/objects/HplClass.java | 11 ++++---- .../apache/hive/hplsql/objects/HplObject.java | 11 ++++---- .../apache/hive/hplsql/objects/Method.java | 11 ++++---- .../hive/hplsql/objects/MethodDictionary.java | 11 ++++---- .../hive/hplsql/objects/MethodParams.java | 11 ++++---- .../org/apache/hive/hplsql/objects/Table.java | 11 ++++---- .../hive/hplsql/objects/TableClass.java | 11 ++++---- .../apache/hive/hplsql/objects/UtlFile.java | 11 ++++---- .../hive/hplsql/objects/UtlFileClass.java | 11 ++++---- .../hplsql/packages/HmsPackageRegistry.java | 11 ++++---- .../packages/InMemoryPackageRegistry.java | 11 ++++---- .../hive/hplsql/packages/PackageRegistry.java | 11 ++++---- .../java/org/apache/hive/hplsql/udf/Udf.java | 11 ++++---- .../org/apache/hive/hplsql/TestConsole.java | 11 ++++---- .../apache/hive/hplsql/TestHplsqlLocal.java | 11 ++++---- .../apache/hive/hplsql/TestHplsqlOffline.java | 11 ++++---- .../org/apache/hive/hplsql/TestUtils.java | 11 ++++---- .../apache/hive/hplsql/objects/TableTest.java | 11 ++++---- .../apache/hive/hplsql/udf/TestHplsqlUdf.java | 11 ++++---- .../checkstyle/checkstyle-suppressions.xml | 11 ++++---- iceberg/checkstyle/checkstyle.xml | 11 ++++---- .../org/apache/iceberg/hive/ScriptRunner.java | 11 ++++---- .../mr/hive/HiveIcebergQueryLifeTimeHook.java | 11 ++++---- .../mr/hive/IcebergMergeTaskProperties.java | 11 ++++---- .../actions/HiveIcebergDeleteOrphanFiles.java | 11 ++++---- .../compaction/IcebergCompactionService.java | 11 ++++---- .../compaction/IcebergCompactionUtil.java | 11 ++++---- .../compaction/IcebergTableOptimizer.java | 11 ++++---- .../evaluator/CompactionEvaluator.java | 11 ++++---- .../evaluator/HiveTableRuntime.java | 11 ++++---- .../amoro/CommonPartitionEvaluator.java | 11 ++++---- .../amoro/CompatiblePropertyUtil.java | 11 ++++---- .../amoro/IcebergTableFileScanHelper.java | 11 ++++---- .../evaluator/amoro/OptimizingConfig.java | 11 ++++---- .../evaluator/amoro/OptimizingStatus.java | 11 ++++---- .../evaluator/amoro/OptimizingType.java | 11 ++++---- .../evaluator/amoro/PartitionEvaluator.java | 11 ++++---- .../amoro/ServerTableIdentifier.java | 11 ++++---- .../evaluator/amoro/TableConfiguration.java | 11 ++++---- .../evaluator/amoro/TableFileScanHelper.java | 11 ++++---- .../evaluator/amoro/TableFormat.java | 11 ++++---- .../evaluator/amoro/TableIdentifier.java | 11 ++++---- .../evaluator/amoro/TableProperties.java | 11 ++++---- .../evaluator/amoro/TableRuntime.java | 11 ++++---- .../evaluator/amoro/TableRuntimeMeta.java | 11 ++++---- .../task/IcebergHouseKeeperService.java | 11 ++++---- .../mr/hive/plan/IcebergBucketFunction.java | 11 ++++---- .../mr/hive/udf/GenericUDFIcebergBucket.java | 11 ++++---- .../mr/hive/udf/GenericUDFIcebergDay.java | 11 ++++---- .../mr/hive/udf/GenericUDFIcebergHour.java | 11 ++++---- .../mr/hive/udf/GenericUDFIcebergMonth.java | 11 ++++---- .../hive/udf/GenericUDFIcebergTruncate.java | 11 ++++---- .../mr/hive/udf/GenericUDFIcebergYear.java | 11 ++++---- .../mr/hive/vector/HiveBatchIterator.java | 11 ++++---- .../mr/hive/vector/HiveValueConverter.java | 11 ++++---- .../vector/ParquetSchemaFieldNameVisitor.java | 11 ++++---- .../mr/hive/TestHiveCatalogEncryption.java | 11 ++++---- .../task/TestIcebergHouseKeeperService.java | 11 ++++---- ...tGenericUDFIcebergBucketStatEstimator.java | 11 ++++---- .../iceberg/util/TestCharSequenceSet.java | 11 ++++---- ...CustomNonSettableListObjectInspector1.java | 11 ++++---- ...stomNonSettableStructObjectInspector1.java | 11 ++++---- ...ustomNonSettableUnionObjectInspector1.java | 11 ++++---- .../hadoop/hive/serde2/CustomSerDe1.java | 11 ++++---- .../hadoop/hive/serde2/CustomSerDe2.java | 11 ++++---- .../hadoop/hive/serde2/CustomSerDe3.java | 11 ++++---- .../hadoop/hive/serde2/CustomSerDe4.java | 11 ++++---- .../hadoop/hive/serde2/CustomSerDe5.java | 11 ++++---- .../hadoop/hive/serde2/CustomTextSerDe.java | 11 ++++---- .../CustomTextStorageFormatDescriptor.java | 11 ++++---- .../main/java/hive/it/custom/udfs/UDF1.java | 11 ++++---- .../main/java/hive/it/custom/udfs/UDF2.java | 11 ++++---- .../main/java/hive/it/custom/udfs/Util.java | 11 ++++---- .../hive/it/custom/udfs/GenericUDFRot13.java | 11 ++++---- .../custom/udfs/vector/VectorStringRot13.java | 11 ++++---- .../listener/DummyRawStoreFailEvent.java | 11 ++++---- .../listener/TestDbNotificationCleanup.java | 10 +++---- .../hive/TestHiveRESTCatalogClientITBase.java | 11 ++++---- .../TestHiveRESTCatalogClientITNoAuth.java | 11 ++++---- .../TestHiveRESTCatalogClientITOauth2.java | 11 ++++---- .../ql/udf/ptf/ValueBoundaryScannerBench.java | 11 ++++---- .../benchmark/calcite/FieldTrimmerBench.java | 11 ++++---- .../hive/benchmark/hash/Murmur3Bench.java | 11 ++++---- .../benchmark/ql/exec/DumbTableExport.java | 11 ++++---- .../hive/benchmark/ql/exec/KryoBench.java | 11 ++++---- .../ql/exec/TableAndPartitionExportBench.java | 11 ++++---- .../hive/benchmark/serde/HiveCharBench.java | 11 ++++---- .../benchmark/serde/HyperLogLogBench.java | 11 ++++---- .../benchmark/serde/LazySimpleSerDeBench.java | 11 ++++---- .../storage/ColumnarStorageBench.java | 11 ++++---- .../udf/json_read/JsonReadBench.java | 11 ++++---- .../vectorization/AbstractExpression.java | 11 ++++---- .../vectorization/BlackholeOperator.java | 11 ++++---- .../VectorizedArithmeticBench.java | 11 ++++---- .../VectorizedComparisonBench.java | 11 ++++---- .../vectorization/VectorizedLikeBench.java | 11 ++++---- .../vectorization/VectorizedLogicBench.java | 11 ++++---- .../mapjoin/AbstractMapJoin.java | 11 ++++---- .../mapjoin/MapJoinMultiKeyBench.java | 11 ++++---- .../mapjoin/MapJoinMultiKeyBenchBase.java | 11 ++++---- .../mapjoin/MapJoinOneLongKeyBench.java | 11 ++++---- .../mapjoin/MapJoinOneLongKeyBenchBase.java | 11 ++++---- .../mapjoin/MapJoinOneStringKeyBench.java | 11 ++++---- .../mapjoin/MapJoinOneStringKeyBenchBase.java | 11 ++++---- .../mapjoin/load/AbstractHTLoadBench.java | 11 ++++---- .../mapjoin/load/BytesKeyBase.java | 11 ++++---- ...egacyVectorMapJoinFastHashTableLoader.java | 11 ++++---- .../mapjoin/load/LongKeyBase.java | 11 ++++---- .../mapjoin/load/MultiKeyBase.java | 11 ++++---- .../load/VectorFastHTBytesKeyBench.java | 11 ++++---- .../load/VectorFastHTLongKeyBench.java | 11 ++++---- .../load/VectorFastHTMultiKeyBench.java | 11 ++++---- .../operators/AbstractOperatorBench.java | 15 ++++++---- .../operators/VectorGroupByOperatorBench.java | 15 ++++++---- .../operators/VectorSelectOperatorBench.java | 15 ++++++---- .../compactor/TestCleanerWithSecureDFS.java | 26 +++++++++-------- .../minikdc/JdbcWithMiniKdcSQLAuthTest.java | 11 ++++---- .../org/apache/hive/minikdc/MiniHiveKdc.java | 11 ++++---- .../RemoteHiveMetaStoreDualAuthTest.java | 11 ++++---- .../hive/minikdc/TestAuthWithDigestMD5.java | 11 ++++---- .../minikdc/TestHS2AuthMechsWithMiniKdc.java | 11 ++++---- .../hive/minikdc/TestHS2JWTWithMiniKdc.java | 11 ++++---- .../hive/minikdc/TestHiveAuthFactory.java | 11 ++++---- .../hive/minikdc/TestHs2HooksWithMiniKdc.java | 11 ++++---- .../hive/minikdc/TestIsAuthTypeEnabled.java | 11 ++++---- .../TestJdbcNonKrbSASLWithMiniKdc.java | 11 ++++---- .../minikdc/TestJdbcWithDBTokenStore.java | 11 ++++---- .../TestJdbcWithDBTokenStoreNoDoAs.java | 11 ++++---- .../hive/minikdc/TestJdbcWithMiniKdc.java | 11 ++++---- .../minikdc/TestJdbcWithMiniKdcCookie.java | 13 +++++---- .../minikdc/TestJdbcWithMiniKdcDoAsHttp.java | 26 +++++++++-------- .../TestJdbcWithMiniKdcSQLAuthAll.java | 11 ++++---- .../TestJdbcWithMiniKdcSQLAuthBinary.java | 11 ++++---- .../TestJdbcWithMiniKdcSQLAuthHttp.java | 11 ++++---- .../apache/hive/minikdc/TestMiniHiveKdc.java | 11 ++++---- ...TestRemoteHiveMetaStoreDualAuthCustom.java | 11 ++++---- .../TestRemoteHiveMetaStoreDualAuthKerb.java | 11 ++++---- .../TestRemoteHiveMetaStoreKerberos.java | 11 ++++---- .../hive/minikdc/TestSSLWithMiniKdc.java | 13 +++++---- .../TestZooKeeperHS2HAWithMiniKdc.java | 11 ++++---- .../minikdc/TestZooKeeperWithMiniKdc.java | 11 ++++---- .../hadoop/hive/common/TestFileUtils.java | 11 ++++---- .../security/TestHadoopAuthBridge23.java | 11 ++++---- .../TestPasswordWithCredentialProvider.java | 11 ++++---- ...MetastoreAuthorizationProviderWithACL.java | 13 +++++---- .../org/hadoop/hive/jdbc/SSLTestUtils.java | 13 +++++---- .../org/apache/hadoop/hive/UtilsForTest.java | 11 ++++---- .../hadoop/hive/hooks/TestHs2Hooks.java | 11 ++++---- .../hadoop/hive/io/TestHadoopFileStatus.java | 11 ++++---- .../hive/llap/ext/TestLlapInputSplit.java | 11 ++++---- ...bstractTestAuthorizationApiAuthorizer.java | 11 ++++---- .../MetastoreHousekeepingLeaderTestBase.java | 11 ++++---- .../MetastoreTaskThreadAlwaysTestImpl.java | 11 ++++---- .../RemoteMetastoreTaskThreadTestImpl1.java | 11 ++++---- .../RemoteMetastoreTaskThreadTestImpl2.java | 11 ++++---- .../hive/metastore/TestAcidTableSetup.java | 11 ++++---- .../TestAuthzApiEmbedAuthorizerInEmbed.java | 13 +++++---- .../TestAuthzApiEmbedAuthorizerInRemote.java | 13 +++++---- .../TestDisallowColChangesExceptionList.java | 11 ++++---- .../TestHiveMetaStoreAlterColumnPar.java | 11 ++++---- .../TestHiveMetastoreTransformer.java | 11 ++++---- .../TestHiveProtoEventsCleanerTask.java | 11 ++++---- .../metastore/TestMetaStoreAuthorization.java | 11 ++++---- .../hive/metastore/TestMetaStoreMetrics.java | 11 ++++---- .../TestMetaStoreMultipleEncryptionZones.java | 11 ++++---- .../TestMetastoreHousekeepingLeader.java | 11 ++++---- ...etastoreHousekeepingLeaderEmptyConfig.java | 11 ++++---- .../TestMetastoreHousekeepingNonLeader.java | 11 ++++---- .../metastore/TestMetastoreLeaseLeader.java | 11 ++++---- .../TestMetastoreLeaseNonLeader.java | 11 ++++---- .../hive/metastore/TestMetastoreVersion.java | 11 ++++---- .../TestPartitionExpressionProxyDefault.java | 11 ++++---- .../hive/metastore/TestReplChangeManager.java | 11 ++++---- .../metastore/TestServerSpecificConfig.java | 11 ++++---- .../metastore/TestStorageSchemaReader.java | 11 ++++---- .../TestTenantBasedStorageHierarchy.java | 11 ++++---- .../TestTransactionalValidationListener.java | 11 ++++---- .../TestCachedStoreUpdateUsingEvents.java | 11 ++++---- .../metastore/security/TestDBTokenStore.java | 11 ++++---- .../TestZookeeperTokenStorePlain.java | 11 ++++---- .../TestZookeeperTokenStoreSSLEnabled.java | 11 ++++---- .../security/ZooKeeperTokenStoreTestBase.java | 11 ++++---- .../tools/metatool/TestHiveMetaTool.java | 11 ++++---- .../schematool/TestSchemaToolCatalogOps.java | 11 ++++---- .../hadoop/hive/ql/BaseTestQueries.java | 11 ++++---- .../apache/hadoop/hive/ql/TestAcidOnTez.java | 11 ++++---- .../hadoop/hive/ql/TestAutoPurgeTables.java | 11 ++++---- .../hadoop/hive/ql/TestConstraintsMerge.java | 11 ++++---- .../hadoop/hive/ql/TestCreateUdfEntities.java | 13 +++++---- .../hadoop/hive/ql/TestCtltExternalDir.java | 11 ++++---- ...tDDLWithRemoteMetastoreSecondNamenode.java | 13 +++++---- .../hive/ql/TestDatabaseTableDefault.java | 11 ++++---- .../hadoop/hive/ql/TestLocationQueries.java | 11 ++++---- .../TestMetaStoreLimitPartitionRequest.java | 11 ++++---- .../hadoop/hive/ql/TestWarehouseDnsPath.java | 27 +++++++++--------- .../hive/ql/TestWarehouseExternalDir.java | 13 +++++---- .../hive/ql/history/TestHiveHistory.java | 11 ++++---- .../hive/ql/log/syslog/TestSysLogSerDe.java | 11 ++++---- .../ql/metadata/TestAlterTableMetadata.java | 11 ++++---- .../TestSemanticAnalyzerHookLoading.java | 11 ++++---- .../parse/BaseReplicationAcrossInstances.java | 11 ++++---- .../BaseReplicationScenariosAcidTables.java | 11 ++++---- .../ReplMetaStoreEventListenerTestImpl.java | 11 ++++---- .../hive/ql/parse/ReplicationTestUtils.java | 11 ++++---- .../hadoop/hive/ql/parse/TestCopyUtils.java | 11 ++++---- .../hive/ql/parse/TestExportImport.java | 11 ++++---- .../TestMetaStoreEventListenerInRepl.java | 11 ++++---- .../ql/parse/TestParseUtilsStagingDir.java | 11 ++++---- ...eplAcidTablesBootstrapWithJsonMessage.java | 11 ++++---- .../TestReplAcidTablesWithJsonMessage.java | 11 ++++---- ...lAcrossInstancesWithJsonMessageFormat.java | 11 ++++---- ...rementalLoadAcidTablesWithJsonMessage.java | 11 ++++---- .../TestReplScenariosWithStrictManaged.java | 11 ++++---- .../parse/TestReplWithJsonMessageFormat.java | 11 ++++---- .../ql/parse/TestReplWithReadOnlyHook.java | 11 ++++---- .../TestReplicationFilterTransactions.java | 11 ++++---- ...stReplicationIncrementalCheckpointing.java | 11 ++++---- .../parse/TestReplicationMigrationTool.java | 11 ++++---- .../parse/TestReplicationOfHiveStreaming.java | 11 ++++---- .../TestReplicationOnHDFSEncryptedZones.java | 11 ++++---- .../TestReplicationOptimisedBootstrap.java | 11 ++++---- .../ql/parse/TestReplicationScenarios.java | 11 ++++---- .../TestReplicationScenariosAcidTables.java | 11 ++++---- ...plicationScenariosAcidTablesBootstrap.java | 11 ++++---- ...stReplicationScenariosAcrossInstances.java | 11 ++++---- ...tReplicationScenariosExclusiveReplica.java | 11 ++++---- ...estReplicationScenariosExternalTables.java | 11 ++++---- ...onScenariosExternalTablesMetaDataOnly.java | 11 ++++---- ...ionScenariosIncrementalLoadAcidTables.java | 11 ++++---- ...estReplicationScenariosUsingSnapshots.java | 11 ++++---- .../TestScheduledReplicationScenarios.java | 11 ++++---- .../parse/TestStatsReplicationScenarios.java | 11 ++++---- .../TestStatsReplicationScenariosACID.java | 11 ++++---- ...sReplicationScenariosACIDNoAutogather.java | 11 ++++---- .../TestStatsReplicationScenariosMM.java | 11 ++++---- ...atsReplicationScenariosMMNoAutogather.java | 11 ++++---- ...StatsReplicationScenariosNoAutogather.java | 11 ++++---- .../TestTableLevelReplicationScenarios.java | 11 ++++---- .../TestTimedOutTxnNotificationLogging.java | 11 ++++---- .../hive/ql/parse/WarehouseInstance.java | 11 ++++---- .../ql/processor/TestShowProcessList.java | 11 ++++---- .../queryhistory/TestQueryHistoryService.java | 11 ++++---- .../repository/TestIcebergRepository.java | 11 ++++---- .../ql/queryhistory/schema/DummyRecord.java | 11 ++++---- .../ql/queryhistory/schema/IcebergRecord.java | 11 ++++---- .../schema/QueryHistorySchemaTestUtils.java | 11 ++++---- .../schema/TestQueryHistoryRecord.java | 11 ++++---- .../TestReExecuteKilledTezAMQueryPlugin.java | 11 ++++---- .../StorageBasedMetastoreTestBase.java | 11 ++++---- .../TestAuthorizationPreEventListener.java | 11 ++++---- .../TestClientSideAuthorizationProvider.java | 11 ++++---- .../TestHDFSPermissionPolicyProvider.java | 11 ++++---- .../TestMetastoreAuthorizationProvider.java | 11 ++++---- ...astoreClientSideAuthorizationProvider.java | 11 ++++---- ...estMultiAuthorizationPreEventListener.java | 11 ++++---- .../ql/security/TestPasswordWithConfig.java | 11 ++++---- ...eBasedClientSideAuthorizationProvider.java | 11 ++++---- ...geBasedMetastoreAuthorizationProvider.java | 11 ++++---- .../TestHiveAuthorizerCheckInvocation.java | 11 ++++---- .../plugin/TestHiveAuthorizerShowFilters.java | 11 ++++---- .../session/TestClearDanglingScratchDir.java | 11 ++++---- .../TestUdfClassLoaderAcrossSessions.java | 11 ++++---- .../compactor/CompactionPoolOnTezTest.java | 13 +++++---- .../ql/txn/compactor/CompactorOnTezTest.java | 11 ++++---- .../ql/txn/compactor/CompactorTestUtil.java | 13 +++++---- .../compactor/TestCleanerWithReplication.java | 13 +++++---- .../txn/compactor/TestCompactionMetrics2.java | 13 +++++---- .../ql/txn/compactor/TestCompactionPools.java | 13 +++++---- .../hive/ql/txn/compactor/TestCompactor.java | 13 +++++---- .../ql/txn/compactor/TestCompactorBase.java | 13 +++++---- ...rWithAbortCleanupUsingCompactionCycle.java | 13 +++++---- .../txn/compactor/TestCrudCompactorOnTez.java | 13 +++++---- .../TestFetchWriteIdFromInsertOnlyTables.java | 11 ++++---- .../TestHiveMaterializedViewRegistry.java | 11 ++++---- .../compactor/TestIcebergCompactorOnTez.java | 13 +++++---- .../hive/ql/txn/compactor/TestInitiator2.java | 13 +++++---- ...2WithAbortCleanupUsingCompactionCycle.java | 13 +++++---- .../txn/compactor/TestMRCompactorOnTez.java | 13 +++++---- .../TestMaterializedViewRebuild.java | 11 ++++---- ...estMaterializedViewRebuildWithMiniHS2.java | 11 ++++---- .../ql/txn/compactor/TestMmCompactorOnMr.java | 11 ++++---- .../txn/compactor/TestMmCompactorOnTez.java | 11 ++++---- .../ql/txn/compactor/TestQueryRewrite.java | 11 ++++---- .../txn/compactor/TestRebalanceCompactor.java | 11 ++++---- .../schq/TestScheduledQueryIntegration.java | 11 ++++---- .../serde2/TestSerdeWithFieldComments.java | 11 ++++---- .../hive/beeline/TestBeeLineWithArgs.java | 11 ++++---- .../beeline/TestBeelinePasswordOption.java | 11 ++++---- .../hive/beeline/TestHplSqlViaBeeLine.java | 11 ++++---- .../BeelineWithHS2ConnectionFileTestBase.java | 11 ++++---- .../TestBeelineConnectionUsingHiveSite.java | 11 ++++---- .../TestBeelineWithUserHs2ConnectionFile.java | 11 ++++---- .../beeline/schematool/TestSchemaTool.java | 11 ++++---- .../hive/jdbc/AbstractJdbcTriggersTest.java | 15 ++++++---- .../AbstractTestJdbcGenericUDTFGetSplits.java | 15 ++++++---- .../hive/jdbc/BaseJdbcWithMiniLlap.java | 11 ++++---- .../org/apache/hive/jdbc/ReadableHook.java | 11 ++++---- .../apache/hive/jdbc/TestActivePassiveHA.java | 11 ++++---- .../org/apache/hive/jdbc/TestCSRFFilter.java | 13 +++++---- .../jdbc/TestExceptionMessageWithJdbc.java | 11 ++++---- .../hive/jdbc/TestHiveDatabaseMetaData.java | 11 ++++---- .../org/apache/hive/jdbc/TestJdbcDriver2.java | 11 ++++---- .../jdbc/TestJdbcGenericUDTFGetSplits.java | 15 ++++++---- .../apache/hive/jdbc/TestJdbcWithMiniHA.java | 11 ++++---- .../apache/hive/jdbc/TestJdbcWithMiniHS2.java | 11 ++++---- .../TestJdbcWithMiniHS2ErasureCoding.java | 11 ++++---- .../hive/jdbc/TestJdbcWithMiniLlapRow.java | 11 ++++---- .../jdbc/TestJdbcWithServiceDiscovery.java | 11 ++++---- ...estKillQueryWithAuthorizationDisabled.java | 11 ++++---- .../org/apache/hive/jdbc/TestNoSaslAuth.java | 11 ++++---- .../apache/hive/jdbc/TestRestrictedList.java | 15 ++++++---- .../java/org/apache/hive/jdbc/TestSSL.java | 11 ++++---- .../hive/jdbc/TestServiceDiscovery.java | 11 ++++---- .../jdbc/TestServiceDiscoveryWithMiniHS2.java | 11 ++++---- .../jdbc/TestTriggersMoveWorkloadManager.java | 15 ++++++---- .../jdbc/TestTriggersNoTezSessionPool.java | 15 ++++++---- .../TestTriggersTezSessionPoolManager.java | 15 ++++++---- .../jdbc/TestTriggersWorkloadManager.java | 15 ++++++---- .../hive/jdbc/TestWMMetricsWithTrigger.java | 11 ++++---- .../org/apache/hive/jdbc/TestXSRFFilter.java | 13 +++++---- .../TestCLIAuthzSessionContext.java | 11 ++++---- .../authorization/TestHS2AuthzContext.java | 11 ++++---- .../TestHS2AuthzSessionContext.java | 11 ++++---- .../TestJdbcMetadataApiAuth.java | 11 ++++---- .../TestJdbcWithSQLAuthUDFBlacklist.java | 11 ++++---- .../TestJdbcWithSQLAuthorization.java | 11 ++++---- .../hive/jdbc/cbo_rp_TestJdbcDriver2.java | 11 ++++---- .../jdbc/miniHS2/Hs2ConnectionMetrics.java | 11 ++++---- .../jdbc/miniHS2/StartMiniHS2Cluster.java | 11 ++++---- .../hive/jdbc/miniHS2/TestHiveServer2.java | 11 ++++---- .../jdbc/miniHS2/TestHiveServer2Acid.java | 11 ++++---- .../TestHiveServer2SessionTimeout.java | 11 ++++---- .../TestHs2ConnectionMetricsBinary.java | 11 ++++---- .../miniHS2/TestHs2ConnectionMetricsHttp.java | 11 ++++---- .../hive/jdbc/miniHS2/TestHs2Metrics.java | 11 ++++---- .../apache/hive/jdbc/miniHS2/TestMiniHS2.java | 11 ++++---- .../saml/SimpleSAMLPhpTestBrowserClient.java | 13 +++++---- .../hive/service/TestDFSErrorHandling.java | 11 ++++---- .../TestHS2ImpersonationWithRemoteMS.java | 11 ++++---- .../apache/hive/service/TestHttpServices.java | 11 ++++---- .../auth/TestCustomAuthentication.java | 11 ++++---- .../TestHttpCookieAuthenticationTest.java | 11 ++++---- ...properTrustDomainAuthenticationBinary.java | 11 ++++---- ...ImproperTrustDomainAuthenticationHttp.java | 11 ++++---- .../TestTrustDomainAuthenticationBinary.java | 11 ++++---- .../TestTrustDomainAuthenticationHttp.java | 11 ++++---- .../auth/TrustDomainAuthenticationTest.java | 11 ++++---- .../auth/jwt/TestHttpJwtAuthentication.java | 11 ++++---- .../auth/saml/TestHttpSamlAuthentication.java | 11 ++++---- .../TestEmbeddedThriftBinaryCLIService.java | 11 ++++---- .../OperationLoggingAPITestBase.java | 13 +++++---- .../TestOperationLoggingAPIWithMr.java | 11 ++++---- .../TestOperationLoggingAPIWithTez.java | 13 +++++---- .../operation/TestOperationLoggingLayout.java | 13 +++++---- .../cli/session/TestHiveSessionImpl.java | 11 ++++---- .../service/cli/session/TestQueryDisplay.java | 11 ++++---- .../TestMiniHS2StateWithNoZookeeper.java | 11 ++++---- .../thrift/TestThriftCLIServiceSecurity.java | 11 ++++---- .../TestThriftCLIServiceWithAllAndBinary.java | 11 ++++---- .../TestThriftCLIServiceWithAllAndHttp.java | 11 ++++---- .../TestThriftCLIServiceWithBinary.java | 11 ++++---- .../thrift/TestThriftCLIServiceWithHttp.java | 11 ++++---- .../TestThriftCliServiceMessageSize.java | 11 ++++---- .../TestThriftCliServiceWithInfoMessage.java | 11 ++++---- .../TestThriftHttpCLIServiceFeatures.java | 11 ++++---- ...nformationSchemaWithPrivilegeTestBase.java | 11 ++++---- .../service/server/TestGracefulStopHS2.java | 11 ++++---- .../TestHS2ClearDanglingScratchDir.java | 11 ++++---- .../service/server/TestHS2SessionHive.java | 11 ++++---- ...tionSchemaWithPrivilegeZookeeperPlain.java | 11 ++++---- ...mationSchemaWithPrivilegeZookeeperSSL.java | 11 ++++---- .../server/TestKillQueryZookeeperManager.java | 11 ++++---- itests/hive-unit/testUdf/DummyUDF.java | 11 ++++---- .../hive/cli/TestAccumuloCliDriver.java | 11 ++++---- .../test/java/org/apache/hive/TestDummy.java | 11 ++++---- .../BaseStandaloneRESTCatalogServerTest.java | 11 ++++---- .../hadoop/hive/cli/TestIcebergCliDriver.java | 11 ++++---- .../cli/TestIcebergLlapLocalCliDriver.java | 11 ++++---- ...estIcebergLlapLocalCompactorCliDriver.java | 11 ++++---- .../cli/TestIcebergNegativeCliDriver.java | 11 ++++---- ...ESTCatalogGravitinoLlapLocalCliDriver.java | 11 ++++---- ...ebergRESTCatalogHMSLlapLocalCliDriver.java | 11 ++++---- .../cli/TestStandaloneRESTCatalogServer.java | 11 ++++---- ...estStandaloneRESTCatalogServerJwtAuth.java | 11 ++++---- .../hadoop/hive/cli/TestKuduCliDriver.java | 11 ++++---- .../hive/cli/TestKuduNegativeCliDriver.java | 11 ++++---- .../apache/hadoop/hive/cli/package-info.java | 11 ++++---- .../hive/cli/ContribNegativeCliDriver.java | 11 ++++---- .../hadoop/hive/cli/TestBeeLineDriver.java | 11 ++++---- .../apache/hadoop/hive/cli/TestCliDriver.java | 11 ++++---- .../hadoop/hive/cli/TestContribCliDriver.java | 11 ++++---- .../cli/TestContribNegativeCliDriver.java | 11 ++++---- .../hive/cli/TestEncryptedHDFSCliDriver.java | 11 ++++---- .../cli/TestErasureCodingHDFSCliDriver.java | 11 ++++---- .../cli/TestExplainCBOFormattedCliDriver.java | 11 ++++---- .../hadoop/hive/cli/TestHBaseCliDriver.java | 11 ++++---- .../hive/cli/TestHBaseNegativeCliDriver.java | 11 ++++---- .../hive/cli/TestMiniHiveKafkaCliDriver.java | 11 ++++---- .../hive/cli/TestMiniLlapCliDriver.java | 11 ++++---- .../hive/cli/TestMiniLlapLocalCliDriver.java | 11 ++++---- .../TestMiniLlapLocalCompactorCliDriver.java | 11 ++++---- .../hadoop/hive/cli/TestMiniTezCliDriver.java | 11 ++++---- .../hadoop/hive/cli/TestMinimrCliDriver.java | 11 ++++---- .../hive/cli/TestNegativeLlapCliDriver.java | 11 ++++---- .../cli/TestNegativeLlapLocalCliDriver.java | 11 ++++---- .../hive/cli/TestTPCDSCteCliDriver.java | 11 ++++---- .../cli/TestTezTPCDS30TBPerfCliDriver.java | 11 ++++---- .../ql/parse/TestParseNegativeDriver.java | 11 ++++---- .../example/AlterPartitionParamsExample.java | 13 +++++---- .../test/java/org/apache/hive/TestDummy.java | 11 ++++---- .../rest/HiveIcebergRESTCatalogClient.java | 11 ++++---- .../rest/HiveIcebergRESTCatalogTests.java | 11 ++++---- .../rest/HiveIcebergRESTViewCatalogTests.java | 11 ++++---- .../apache/hive/jdbc/ITAbstractContainer.java | 11 ++++---- .../org/apache/hive/jdbc/ITHiveServer2.java | 11 ++++---- .../org/apache/hive/jdbc/ITZKHiveServer2.java | 11 ++++---- .../apache/hive/jdbc/TestStandaloneJdbc.java | 11 ++++---- .../apache/hadoop/hive/serde2/TestSerDe.java | 11 ++++---- .../udf/example/GenericUDFExampleAdd.java | 13 +++++---- .../hive/accumulo/AccumuloQTestUtil.java | 11 ++++---- .../hive/accumulo/AccumuloTestSetup.java | 24 ++++++++-------- .../hive/cli/OzoneS3GatewayContainers.java | 11 ++++---- .../hive/cli/control/AbstractCliConfig.java | 11 ++++---- .../AbstractCoreBlobstoreCliDriver.java | 11 ++++---- .../hadoop/hive/cli/control/CliAdapter.java | 11 ++++---- .../hadoop/hive/cli/control/CliConfigs.java | 11 ++++---- .../cli/control/CoreAccumuloCliDriver.java | 11 ++++---- .../hive/cli/control/CoreBeeLineDriver.java | 11 ++++---- .../cli/control/CoreBlobstoreCliDriver.java | 11 ++++---- .../CoreBlobstoreNegativeCliDriver.java | 11 ++++---- .../hive/cli/control/CoreCliDriver.java | 11 ++++---- .../hive/cli/control/CoreHBaseCliDriver.java | 11 ++++---- .../control/CoreHBaseNegativeCliDriver.java | 11 ++++---- .../hive/cli/control/CoreKuduCliDriver.java | 11 ++++---- .../control/CoreKuduNegativeCliDriver.java | 11 ++++---- .../cli/control/CoreNegativeCliDriver.java | 11 ++++---- .../hive/cli/control/CorePerfCliDriver.java | 11 ++++---- .../hadoop/hive/cli/control/SplitSupport.java | 11 ++++---- .../hadoop/hive/hbase/HBaseQTestUtil.java | 11 ++++---- .../hadoop/hive/hbase/HBaseTestSetup.java | 11 ++++---- .../hive/kafka/SingleNodeKafkaCluster.java | 11 ++++---- .../apache/hadoop/hive/kafka/Wikipedia.java | 11 ++++---- .../hadoop/hive/kudu/KuduTestSetup.java | 11 ++++---- .../apache/hadoop/hive/kudu/package-info.java | 11 ++++---- .../apache/hadoop/hive/llap/LlapItUtils.java | 11 ++++---- .../apache/hadoop/hive/ql/QOutProcessor.java | 11 ++++---- .../apache/hadoop/hive/ql/QTestArguments.java | 11 ++++---- .../hadoop/hive/ql/QTestMetaStoreHandler.java | 11 ++++---- .../hadoop/hive/ql/QTestMiniClusters.java | 11 ++++---- .../hive/ql/QTestProcessExecResult.java | 11 ++++---- .../hadoop/hive/ql/QTestResultProcessor.java | 11 ++++---- .../hadoop/hive/ql/QTestRunnerUtils.java | 11 ++++---- .../hadoop/hive/ql/QTestSyntaxUtil.java | 11 ++++---- .../hadoop/hive/ql/QTestSystemProperties.java | 11 ++++---- .../org/apache/hadoop/hive/ql/QTestUtil.java | 11 ++++---- .../hadoop/hive/ql/dataset/Dataset.java | 11 ++++---- .../hive/ql/dataset/DatasetCollection.java | 11 ++++---- .../hive/ql/dataset/QTestDatasetHandler.java | 11 ++++---- .../ql/externalDB/AbstractExternalDB.java | 11 ++++---- .../hadoop/hive/ql/externalDB/Derby.java | 11 ++++---- .../ql/externalDB/DockerizedDatabase.java | 11 ++++---- .../hive/ql/externalDB/MSSQLServer.java | 11 ++++---- .../hadoop/hive/ql/externalDB/MariaDB.java | 11 ++++---- .../hive/ql/externalDB/MySQLExternalDB.java | 11 ++++---- .../hadoop/hive/ql/externalDB/Oracle.java | 11 ++++---- .../ql/externalDB/PostgresExternalDB.java | 11 ++++---- .../hive/ql/hooks/CheckColumnAccessHook.java | 11 ++++---- .../ql/hooks/CheckQueryPropertiesHook.java | 11 ++++---- .../hive/ql/hooks/CheckTableAccessHook.java | 11 ++++---- .../ql/hooks/ExplainFormattedCBOHook.java | 11 ++++---- .../hive/ql/hooks/MapJoinCounterHook.java | 11 ++++---- .../ql/hooks/PrintCompletedTasksHook.java | 11 ++++---- .../hive/ql/hooks/ShowMapredStatsHook.java | 11 ++++---- .../hooks/VerifyCachingPrintStreamHook.java | 11 ++++---- .../hooks/VerifyContentSummaryCacheHook.java | 11 ++++---- .../VerifyHiveSortedInputFormatUsedHook.java | 11 ++++---- .../hive/ql/hooks/VerifyHooksRunInOrder.java | 11 ++++---- .../hive/ql/hooks/VerifyIsLocalModeHook.java | 11 ++++---- .../hive/ql/hooks/VerifyNumReducersHook.java | 11 ++++---- ...fyOutputTableLocationSchemeIsFileHook.java | 11 ++++---- .../ql/hooks/VerifyOverriddenConfigsHook.java | 11 ++++---- ...PartitionIsNotSubdirectoryOfTableHook.java | 11 ++++---- ...ifyPartitionIsSubdirectoryOfTableHook.java | 11 ++++---- .../VerifySessionStateLocalErrorsHook.java | 11 ++++---- .../VerifySessionStateStackTracesHook.java | 11 ++++---- .../VerifyTableDirectoryIsEmptyHook.java | 11 ++++---- .../hive/ql/io/udf/Rot13InputFormat.java | 11 ++++---- .../hive/ql/io/udf/Rot13OutputFormat.java | 11 ++++---- .../metadata/DummySemanticAnalyzerHook.java | 11 ++++---- .../metadata/DummySemanticAnalyzerHook1.java | 11 ++++---- .../hive/ql/parse/CoreParseNegative.java | 11 ++++---- .../ql/qoption/QTestAuthorizerHandler.java | 11 ++++---- .../hive/ql/qoption/QTestDatabaseHandler.java | 11 ++++---- .../hive/ql/qoption/QTestDisabledHandler.java | 11 ++++---- .../ql/qoption/QTestOptionDispatcher.java | 11 ++++---- .../hive/ql/qoption/QTestOptionHandler.java | 11 ++++---- .../ql/qoption/QTestQueryHistoryHandler.java | 11 ++++---- .../hive/ql/qoption/QTestReplaceHandler.java | 11 ++++---- .../hive/ql/qoption/QTestSysDbHandler.java | 11 ++++---- .../hive/ql/qoption/QTestTimezoneHandler.java | 11 ++++---- .../hive/ql/qoption/QTestTransactional.java | 11 ++++---- .../scheduled/QTestScheduledQueryCleaner.java | 11 ++++---- .../QTestScheduledQueryServiceProvider.java | 11 ++++---- .../hive/ql/security/DummyAuthenticator.java | 11 ++++---- ...mmyHiveMetastoreAuthorizationProvider.java | 11 ++++---- .../InjectableDummyAuthenticator.java | 11 ++++---- .../MetastoreAuthzAPIDisallowAuthorizer.java | 11 ++++---- .../SQLStdHiveAccessControllerForTest.java | 11 ++++---- ...LStdHiveAuthorizationValidatorForTest.java | 11 ++++---- .../SQLStdHiveAuthorizerFactoryForTest.java | 11 ++++---- .../hive/ql/stats/DummyStatsAggregator.java | 11 ++++---- .../hive/ql/stats/DummyStatsPublisher.java | 11 ++++---- .../ql/stats/KeyVerifyingStatsAggregator.java | 11 ++++---- .../hadoop/hive/ql/udf/UDAFTestMax.java | 11 ++++---- .../hadoop/hive/ql/udf/UDFFileLookup.java | 11 ++++---- .../hadoop/hive/ql/udf/UDFRunWorker.java | 11 ++++---- .../hive/ql/udf/UDFTestErrorOnFalse.java | 11 ++++---- .../hadoop/hive/ql/udf/UDFTestLength.java | 11 ++++---- .../hadoop/hive/ql/udf/UDFTestLength2.java | 11 ++++---- .../hive/ql/udf/generic/DummyContextUDF.java | 11 ++++---- .../ql/udf/generic/GenericUDAFSumList.java | 11 ++++---- .../udf/generic/GenericUDFCustomDateSub.java | 11 ++++---- .../ql/udf/generic/GenericUDFEvaluateNPE.java | 11 ++++---- .../generic/GenericUDFTestGetJavaBoolean.java | 11 ++++---- .../generic/GenericUDFTestGetJavaString.java | 11 ++++---- .../udf/generic/GenericUDFTestTranslate.java | 11 ++++---- .../hive/ql/udf/generic/TestConfigureUDF.java | 11 ++++---- .../hadoop/hive/scripts/extracturl.java | 11 ++++---- .../hive/beeline/ConvertedOutputFile.java | 11 ++++---- .../org/apache/hive/beeline/Parallelized.java | 11 ++++---- .../java/org/apache/hive/beeline/QFile.java | 11 ++++---- .../hive/beeline/QFileBeeLineClient.java | 11 ++++---- .../org/apache/hive/beeline/package-info.java | 11 ++++---- .../jdbc/miniHS2/AbstractHiveService.java | 11 ++++---- .../org/apache/hive/jdbc/miniHS2/MiniHS2.java | 11 ++++---- .../hive/cli/control/TestDanglingQOuts.java | 11 ++++---- .../hive/cli/control/TestSplitSupport.java | 11 ++++---- .../splitsupport/SplitSupportDummy.java | 11 ++++---- .../split0/SplitSupportDummy.java | 11 ++++---- .../split125/SplitSupportDummy.java | 11 ++++---- .../hadoop/hive/ql/TestQOutProcessor.java | 11 ++++---- .../hive/storage/jdbc/DBRecordWritable.java | 11 ++++---- .../hive/storage/jdbc/JdbcInputFormat.java | 11 ++++---- .../hive/storage/jdbc/JdbcInputSplit.java | 11 ++++---- .../hive/storage/jdbc/JdbcOutputFormat.java | 11 ++++---- .../hive/storage/jdbc/JdbcRecordReader.java | 11 ++++---- .../hive/storage/jdbc/JdbcRecordWriter.java | 11 ++++---- .../apache/hive/storage/jdbc/JdbcSerDe.java | 11 ++++---- .../hive/storage/jdbc/JdbcStorageHandler.java | 11 ++++---- .../jdbc/conf/CustomConfigManager.java | 11 ++++---- .../jdbc/conf/CustomConfigManagerFactory.java | 11 ++++---- .../hive/storage/jdbc/conf/DatabaseType.java | 11 ++++---- .../storage/jdbc/conf/JdbcStorageConfig.java | 11 ++++---- .../jdbc/conf/JdbcStorageConfigManager.java | 11 ++++---- .../storage/jdbc/dao/DB2DatabaseAccessor.java | 11 ++++---- .../storage/jdbc/dao/DatabaseAccessor.java | 11 ++++---- .../jdbc/dao/DatabaseAccessorFactory.java | 11 ++++---- .../jdbc/dao/DerbyDatabaseAccessor.java | 11 ++++---- .../jdbc/dao/GenericJdbcDatabaseAccessor.java | 11 ++++---- .../jdbc/dao/HiveDatabaseAccessor.java | 11 ++++---- .../storage/jdbc/dao/JdbcRecordIterator.java | 11 ++++---- .../jdbc/dao/JethroDatabaseAccessor.java | 11 ++++---- .../jdbc/dao/MsSqlDatabaseAccessor.java | 11 ++++---- .../jdbc/dao/MySqlDatabaseAccessor.java | 11 ++++---- .../jdbc/dao/OracleDatabaseAccessor.java | 11 ++++---- .../jdbc/dao/PostgresDatabaseAccessor.java | 11 ++++---- .../HiveJdbcDatabaseAccessException.java | 11 ++++---- .../exception/HiveJdbcStorageException.java | 11 ++++---- .../jdbc/spitter/DateIntervalSplitter.java | 11 ++++---- .../jdbc/spitter/DecimalIntervalSplitter.java | 11 ++++---- .../jdbc/spitter/DoubleIntervalSplitter.java | 11 ++++---- .../jdbc/spitter/IntervalSplitter.java | 11 ++++---- .../jdbc/spitter/IntervalSplitterFactory.java | 11 ++++---- .../jdbc/spitter/LongIntervalSpitter.java | 11 ++++---- .../spitter/TimestampIntervalSplitter.java | 11 ++++---- .../storage/jdbc/TestJdbcInputFormat.java | 11 ++++---- .../conf/TestJdbcStorageConfigManager.java | 11 ++++---- .../TestDatabaseAccessorByDatabaseType.java | 11 ++++---- .../dao/TestGenericJdbcDatabaseAccessor.java | 11 ++++---- .../ClosedOrCancelledStatementException.java | 11 ++++---- .../apache/hive/jdbc/ConvertedResultSet.java | 11 ++++---- .../hive/jdbc/CsrfHttpRequestInterceptor.java | 11 ++++---- .../hive/jdbc/EmbeddedCLIServicePortal.java | 11 ++++---- .../apache/hive/jdbc/HiveBaseResultSet.java | 11 ++++---- .../hive/jdbc/HiveCallableStatement.java | 11 ++++---- .../org/apache/hive/jdbc/HiveConnection.java | 11 ++++---- .../org/apache/hive/jdbc/HiveDataSource.java | 11 ++++---- .../hive/jdbc/HiveDatabaseMetaData.java | 11 ++++---- .../java/org/apache/hive/jdbc/HiveDriver.java | 11 ++++---- .../hive/jdbc/HiveMetaDataResultSet.java | 11 ++++---- .../hive/jdbc/HivePreparedStatement.java | 11 ++++---- .../apache/hive/jdbc/HiveQueryResultSet.java | 11 ++++---- .../hive/jdbc/HiveResultSetMetaData.java | 11 ++++---- .../org/apache/hive/jdbc/HiveStatement.java | 11 ++++---- .../hive/jdbc/HttpBasicAuthInterceptor.java | 11 ++++---- .../jdbc/HttpDefaultResponseInterceptor.java | 11 ++++---- .../jdbc/HttpKerberosRequestInterceptor.java | 11 ++++---- .../hive/jdbc/HttpRequestInterceptorBase.java | 11 ++++---- .../jdbc/HttpResponseInterceptorBase.java | 11 ++++---- .../hive/jdbc/HttpTokenAuthInterceptor.java | 11 ++++---- .../java/org/apache/hive/jdbc/JdbcColumn.java | 11 ++++---- .../hive/jdbc/JdbcColumnAttributes.java | 11 ++++---- .../java/org/apache/hive/jdbc/JdbcTable.java | 11 ++++---- .../hive/jdbc/JdbcUriParseException.java | 11 ++++---- jdbc/src/java/org/apache/hive/jdbc/Utils.java | 11 ++++---- .../hive/jdbc/XsrfHttpRequestInterceptor.java | 11 ++++---- .../jdbc/ZooKeeperHiveClientException.java | 11 ++++---- .../hive/jdbc/ZooKeeperHiveClientHelper.java | 11 ++++---- .../jwt/HttpJwtAuthRequestInterceptor.java | 11 ++++---- .../hive/jdbc/logs/InPlaceUpdateStream.java | 11 ++++---- .../hive/jdbc/saml/HiveJdbcBrowserClient.java | 11 ++++---- .../saml/HiveJdbcBrowserClientFactory.java | 11 ++++---- .../saml/HiveJdbcSamlRedirectStrategy.java | 11 ++++---- .../jdbc/saml/HttpBrowserClientServlet.java | 11 ++++---- .../saml/HttpSamlAuthRequestInterceptor.java | 11 ++++---- .../hive/jdbc/saml/IJdbcBrowserClient.java | 11 ++++---- .../jdbc/saml/IJdbcBrowserClientFactory.java | 11 ++++---- .../hive/jdbc/TestHiveBaseResultSet.java | 11 ++++---- .../apache/hive/jdbc/TestHiveConnection.java | 11 ++++---- .../hive/jdbc/TestHivePreparedStatement.java | 11 ++++---- .../apache/hive/jdbc/TestHiveStatement.java | 11 ++++---- .../hive/jdbc/TestHttpRequestInterceptor.java | 11 ++++---- .../org/apache/hive/jdbc/TestJdbcDriver.java | 11 ++++---- .../jdbc/ZooKeeperHiveClientHelperTest.java | 11 ++++---- .../apache/hive/jdbc/saml/TestSSOControl.java | 11 ++++---- .../hadoop/hive/kafka/HiveKafkaProducer.java | 11 ++++---- .../kafka/KafkaDagCredentialSupplier.java | 11 ++++---- .../hadoop/hive/kafka/KafkaInputFormat.java | 11 ++++---- .../hadoop/hive/kafka/KafkaInputSplit.java | 11 ++++---- .../hadoop/hive/kafka/KafkaJsonSerDe.java | 11 ++++---- .../hadoop/hive/kafka/KafkaOutputFormat.java | 11 ++++---- .../hive/kafka/KafkaRecordIterator.java | 11 ++++---- .../hadoop/hive/kafka/KafkaRecordReader.java | 11 ++++---- .../hadoop/hive/kafka/KafkaScanTrimmer.java | 11 ++++---- .../apache/hadoop/hive/kafka/KafkaSerDe.java | 11 ++++---- .../hive/kafka/KafkaStorageHandler.java | 11 ++++---- .../hive/kafka/KafkaStorageHandlerInfo.java | 11 ++++---- .../hive/kafka/KafkaTableProperties.java | 11 ++++---- .../apache/hadoop/hive/kafka/KafkaUtils.java | 11 ++++---- .../hadoop/hive/kafka/KafkaWritable.java | 11 ++++---- .../hadoop/hive/kafka/MetadataColumn.java | 11 ++++---- .../apache/hadoop/hive/kafka/RetryUtils.java | 11 ++++---- .../hadoop/hive/kafka/SimpleKafkaWriter.java | 11 ++++---- .../hive/kafka/TransactionalKafkaWriter.java | 11 ++++---- .../kafka/VectorizedKafkaRecordReader.java | 11 ++++---- .../hadoop/hive/kafka/package-info.java | 11 ++++---- .../hive/kafka/AvroBytesConverterTest.java | 11 ++++---- .../hive/kafka/HiveKafkaProducerTest.java | 11 ++++---- .../hive/kafka/KafkaBrokerResource.java | 11 ++++---- .../kafka/KafkaDagCredentialSupplierTest.java | 11 ++++---- .../hive/kafka/KafkaInputSplitTest.java | 11 ++++---- .../hive/kafka/KafkaRecordIteratorTest.java | 11 ++++---- .../hive/kafka/KafkaScanTrimmerTest.java | 11 ++++---- .../kafka/KafkaStorageHandlerInfoTest.java | 11 ++++---- .../hive/kafka/KafkaStorageHandlerTest.java | 11 ++++---- .../hadoop/hive/kafka/KafkaUtilsTest.java | 11 ++++---- .../hadoop/hive/kafka/KafkaWritableTest.java | 11 ++++---- .../hive/kafka/SimpleKafkaWriterTest.java | 11 ++++---- .../kafka/TransactionalKafkaWriterTest.java | 11 ++++---- .../hadoop/hive/kafka/package-info.java | 11 ++++---- .../hadoop/hive/kudu/KuduHiveUtils.java | 11 ++++---- .../hadoop/hive/kudu/KuduInputFormat.java | 11 ++++---- .../hadoop/hive/kudu/KuduOutputFormat.java | 11 ++++---- .../hive/kudu/KuduPredicateHandler.java | 11 ++++---- .../apache/hadoop/hive/kudu/KuduSerDe.java | 11 ++++---- .../hadoop/hive/kudu/KuduStorageHandler.java | 11 ++++---- .../apache/hadoop/hive/kudu/KuduWritable.java | 11 ++++---- .../apache/hadoop/hive/kudu/package-info.java | 11 ++++---- .../hadoop/hive/kudu/KuduTestUtils.java | 11 ++++---- .../hadoop/hive/kudu/TestKuduInputFormat.java | 11 ++++---- .../hive/kudu/TestKuduOutputFormat.java | 11 ++++---- .../hive/kudu/TestKuduPredicateHandler.java | 11 ++++---- .../hadoop/hive/kudu/TestKuduSerDe.java | 11 ++++---- .../apache/hadoop/hive/kudu/package-info.java | 11 ++++---- .../IllegalCacheConfigurationException.java | 11 ++++---- .../hive/llap/LlapBaseRecordReader.java | 11 ++++---- .../hadoop/hive/llap/LlapInputSplit.java | 11 ++++---- .../hadoop/hive/llap/LlapRowRecordReader.java | 11 ++++---- .../hadoop/hive/llap/SubmitWorkInfo.java | 11 ++++---- .../llap/coordinator/LlapCoordinator.java | 11 ++++---- .../hadoop/hive/llap/ext/LlapDaemonInfo.java | 11 ++++---- .../ext/LlapTaskUmbilicalExternalClient.java | 11 ++++---- .../hadoop/hive/llap/io/api/LlapIo.java | 11 ++++---- .../hadoop/hive/llap/io/api/LlapProxy.java | 11 ++++---- .../llap/registry/LlapServiceInstance.java | 11 ++++---- .../llap/registry/LlapServiceInstanceSet.java | 11 ++++---- .../hive/llap/registry/ServiceRegistry.java | 11 ++++---- .../impl/InactiveServiceInstance.java | 11 ++++---- .../registry/impl/LlapFixedRegistryImpl.java | 11 ++++---- .../registry/impl/LlapRegistryService.java | 11 ++++---- .../impl/LlapZookeeperRegistryImpl.java | 11 ++++---- .../hive/llap/registry/impl/SlotZnode.java | 11 ++++---- .../hive/llap/security/LlapTokenClient.java | 11 ++++---- .../security/LlapTokenLocalClientImpl.java | 11 ++++---- .../llap/tez/LlapProtocolClientProxy.java | 11 ++++---- .../helpers/LlapTaskUmbilicalServer.java | 11 ++++---- .../hive/registry/RegistryUtilities.java | 11 ++++---- .../hadoop/hive/registry/ServiceInstance.java | 11 ++++---- .../hive/registry/ServiceInstanceSet.java | 11 ++++---- .../ServiceInstanceStateChangeListener.java | 11 ++++---- .../registry/impl/ServiceInstanceBase.java | 11 ++++---- .../hive/registry/impl/TezAmInstance.java | 11 ++++---- .../hive/registry/impl/TezAmRegistryImpl.java | 11 ++++---- .../hive/registry/impl/ZkRegistryBase.java | 11 ++++---- .../hadoop/hive/llap/TestAsyncPbRpcProxy.java | 11 ++++---- .../impl/TestLlapZookeeperRegistryImpl.java | 11 ++++---- .../llap/registry/impl/TestSlotZnode.java | 11 ++++---- .../hadoop/hive/llap/AsyncPbRpcProxy.java | 11 ++++---- .../hive/llap/AsyncResponseHandler.java | 11 ++++---- .../org/apache/hadoop/hive/llap/DaemonId.java | 11 ++++---- .../apache/hadoop/hive/llap/FieldDesc.java | 11 ++++---- .../hadoop/hive/llap/LlapDaemonInfo.java | 11 ++++---- .../apache/hadoop/hive/llap/LlapNodeId.java | 11 ++++---- .../hive/llap/LlapThreadLocalStatistics.java | 11 ++++---- .../org/apache/hadoop/hive/llap/LlapUtil.java | 11 ++++---- .../hadoop/hive/llap/NotTezEventHelper.java | 11 ++++---- .../java/org/apache/hadoop/hive/llap/Row.java | 11 ++++---- .../org/apache/hadoop/hive/llap/Schema.java | 11 ++++---- .../hive/llap/counters/LlapIOCounters.java | 11 ++++---- .../hive/llap/counters/LlapWmCounters.java | 11 ++++---- .../LlapManagementProtocolClientImpl.java | 11 ++++---- .../impl/LlapPluginProtocolClientImpl.java | 11 ++++---- .../llap/impl/LlapProtocolClientImpl.java | 11 ++++---- .../hadoop/hive/llap/impl/ProtobufProxy.java | 11 ++++---- .../hive/llap/io/ChunkedInputStream.java | 11 ++++---- .../hive/llap/io/ChunkedOutputStream.java | 11 ++++---- .../hadoop/hive/llap/log/LogHelpers.java | 11 ++++---- .../llap/metrics/LlapDaemonExecutorInfo.java | 11 ++++---- .../hive/llap/metrics/LlapMetricsSystem.java | 11 ++++---- .../hive/llap/metrics/MetricsUtils.java | 11 ++++---- .../llap/metrics/ReadWriteLockMetrics.java | 11 ++++---- .../protocol/LlapManagementProtocolPB.java | 11 ++++---- .../llap/protocol/LlapPluginProtocolPB.java | 11 ++++---- .../llap/protocol/LlapProtocolBlockingPB.java | 11 ++++---- .../protocol/LlapTaskUmbilicalProtocol.java | 11 ++++---- .../DefaultJwtSharedSecretProvider.java | 11 ++++---- .../hive/llap/security/JwtSecretProvider.java | 11 ++++---- .../llap/security/LlapExtClientJwtHelper.java | 11 ++++---- .../llap/security/LlapServerSecurityInfo.java | 11 ++++---- .../hadoop/hive/llap/security/LlapSigner.java | 11 ++++---- .../hive/llap/security/LlapSignerImpl.java | 11 ++++---- .../llap/security/LlapTokenIdentifier.java | 11 ++++---- .../llap/security/LlapTokenLocalClient.java | 11 ++++---- .../hive/llap/security/LlapTokenSelector.java | 11 ++++---- .../hive/llap/security/SecretManager.java | 11 ++++---- .../llap/security/SigningSecretManager.java | 11 ++++---- .../hadoop/hive/llap/tez/Converters.java | 11 ++++---- .../hive/llap/AsyncResponseHandlerTest.java | 11 ++++---- .../llap/TestLlapThreadLocalStatistics.java | 11 ++++---- .../org/apache/hadoop/hive/llap/TestRow.java | 11 ++++---- .../hive/llap/io/TestChunkedInputStream.java | 11 ++++---- .../metrics/TestReadWriteLockMetrics.java | 11 ++++---- .../llap/testhelpers/ControlledClock.java | 11 ++++---- .../hadoop/hive/llap/tez/TestConverters.java | 11 ++++---- .../hadoop/hive/llap/LlapBaseInputFormat.java | 11 ++++---- .../org/apache/hadoop/hive/llap/LlapDump.java | 11 ++++---- .../hadoop/hive/llap/LlapRowInputFormat.java | 11 ++++---- .../hadoop/hive/llap/ConsumerFeedback.java | 11 ++++---- .../hadoop/hive/llap/LlapStorageHandler.java | 11 ++++---- .../hadoop/hive/llap/LlapUgiFactory.java | 11 ++++---- .../hadoop/hive/llap/LlapUgiManager.java | 11 ++++---- .../hive/llap/cache/BaseLlapDataBuffer.java | 11 ++++---- .../llap/cache/BasicLlapCacheHydration.java | 11 ++++---- .../hive/llap/cache/BuddyAllocator.java | 11 ++++---- .../hive/llap/cache/BuddyAllocatorMXBean.java | 11 ++++---- .../hive/llap/cache/BufferUsageManager.java | 11 ++++---- .../hive/llap/cache/CacheContentsTracker.java | 11 ++++---- .../llap/cache/EvictionAwareAllocator.java | 11 ++++---- .../hive/llap/cache/EvictionDispatcher.java | 11 ++++---- .../hive/llap/cache/EvictionListener.java | 11 ++++---- .../hadoop/hive/llap/cache/FileCache.java | 11 ++++---- .../llap/cache/FileCacheCleanupThread.java | 11 ++++---- .../hive/llap/cache/LlapAllocatorBuffer.java | 11 ++++---- .../hive/llap/cache/LlapCacheHydration.java | 11 ++++---- .../hive/llap/cache/LlapCacheableBuffer.java | 11 ++++---- .../hive/llap/cache/LlapDataBuffer.java | 11 ++++---- .../hive/llap/cache/LlapIoDebugDump.java | 11 ++++---- .../hadoop/hive/llap/cache/LowLevelCache.java | 11 ++++---- .../llap/cache/LowLevelCacheCounters.java | 11 ++++---- .../hive/llap/cache/LowLevelCacheImpl.java | 11 ++++---- .../cache/LowLevelCacheMemoryManager.java | 11 ++++---- .../hive/llap/cache/LowLevelCachePolicy.java | 11 ++++---- .../llap/cache/LowLevelFifoCachePolicy.java | 11 ++++---- .../llap/cache/LowLevelLrfuCachePolicy.java | 11 ++++---- .../llap/cache/MemoryLimitedPathCache.java | 11 ++++---- .../hadoop/hive/llap/cache/MemoryManager.java | 11 ++++---- .../hadoop/hive/llap/cache/PathCache.java | 11 ++++---- .../cache/ProactiveEvictingCachePolicy.java | 11 ++++---- .../llap/cache/SerDeLowLevelCacheImpl.java | 11 ++++---- .../hive/llap/cache/SimpleAllocator.java | 11 ++++---- .../hive/llap/cache/SimpleBufferManager.java | 11 ++++---- .../hadoop/hive/llap/cli/LlapSliderUtils.java | 11 ++++---- .../cli/service/AsyncTaskCopyAuxJars.java | 11 ++++---- .../cli/service/AsyncTaskCopyConfigs.java | 11 ++++---- .../cli/service/AsyncTaskCopyLocalJars.java | 11 ++++---- .../cli/service/AsyncTaskCreateUdfFile.java | 11 ++++---- .../cli/service/AsyncTaskDownloadTezJars.java | 11 ++++---- .../cli/service/LlapConfigJsonCreator.java | 11 ++++---- .../cli/service/LlapServiceCommandLine.java | 11 ++++---- .../llap/cli/service/LlapServiceDriver.java | 11 ++++---- .../cli/service/LlapTarComponentGatherer.java | 11 ++++---- .../hadoop/hive/llap/cli/status/AmInfo.java | 11 ++++---- .../llap/cli/status/AppStatusBuilder.java | 11 ++++---- .../hadoop/hive/llap/cli/status/ExitCode.java | 11 ++++---- .../hive/llap/cli/status/LlapInstance.java | 11 ++++---- .../cli/status/LlapStatusCliException.java | 11 ++++---- .../status/LlapStatusServiceCommandLine.java | 11 ++++---- .../cli/status/LlapStatusServiceDriver.java | 11 ++++---- .../hadoop/hive/llap/cli/status/State.java | 11 ++++---- .../LlapDaemonConfiguration.java | 11 ++++---- .../llap/counters/FragmentCountersMap.java | 11 ++++---- .../llap/counters/QueryFragmentCounters.java | 11 ++++---- .../llap/counters/WmFragmentCounters.java | 11 ++++---- .../hive/llap/daemon/ContainerRunner.java | 11 ++++---- .../daemon/FinishableStateUpdateHandler.java | 11 ++++---- .../daemon/FragmentCompletionHandler.java | 11 ++++---- .../hive/llap/daemon/HistoryLogger.java | 11 ++++---- .../hive/llap/daemon/KilledTaskHandler.java | 11 ++++---- .../hive/llap/daemon/QueryFailedHandler.java | 11 ++++---- .../SchedulerFragmentCompletingListener.java | 11 ++++---- .../hive/llap/daemon/impl/AMReporter.java | 11 ++++---- .../llap/daemon/impl/ContainerRunnerImpl.java | 11 ++++---- .../daemon/impl/DefaultLlapTokenManager.java | 11 ++++---- .../llap/daemon/impl/DummyTokenManager.java | 11 ++++---- .../daemon/impl/DumpingMetricsCollector.java | 11 ++++---- .../impl/EvictingPriorityBlockingQueue.java | 11 ++++---- .../llap/daemon/impl/FunctionLocalizer.java | 11 ++++---- .../hive/llap/daemon/impl/LlapConstants.java | 11 ++++---- .../hive/llap/daemon/impl/LlapDaemon.java | 11 ++++---- .../llap/daemon/impl/LlapDaemonMXBean.java | 11 ++++---- .../daemon/impl/LlapLoadGeneratorService.java | 11 ++++---- .../llap/daemon/impl/LlapPooledIOThread.java | 11 ++++---- .../daemon/impl/LlapProtocolServerImpl.java | 11 ++++---- .../llap/daemon/impl/LlapTaskReporter.java | 11 ++++---- .../llap/daemon/impl/LlapTokenChecker.java | 11 ++++---- .../llap/daemon/impl/LlapTokenManager.java | 11 ++++---- .../llap/daemon/impl/LocalDirCleaner.java | 11 ++++---- .../llap/daemon/impl/QueryFragmentInfo.java | 11 ++++---- .../llap/daemon/impl/QueryIdentifier.java | 11 ++++---- .../hive/llap/daemon/impl/QueryInfo.java | 11 ++++---- .../hive/llap/daemon/impl/QueryTracker.java | 11 ++++---- .../hive/llap/daemon/impl/Scheduler.java | 11 ++++---- .../impl/StaticPermanentFunctionChecker.java | 11 ++++---- .../daemon/impl/StatsRecordingThreadPool.java | 11 ++++---- .../llap/daemon/impl/TaskExecutorService.java | 11 ++++---- .../llap/daemon/impl/TaskRunnerCallable.java | 11 ++++---- .../comparator/FirstInFirstOutComparator.java | 11 ++++---- .../comparator/LlapQueueComparatorBase.java | 11 ++++---- .../ShortestJobFirstComparator.java | 11 ++++---- .../services/impl/LlapIoMemoryServlet.java | 11 ++++---- .../services/impl/LlapLockingServlet.java | 11 ++++---- .../daemon/services/impl/LlapWebServices.java | 11 ++++---- .../impl/SystemConfigurationServlet.java | 11 ++++---- .../llap/io/api/impl/ColumnVectorBatch.java | 11 ++++---- .../api/impl/LlapCacheMetadataSerializer.java | 11 ++++---- .../llap/io/api/impl/LlapInputFormat.java | 11 ++++---- .../hive/llap/io/api/impl/LlapIoImpl.java | 11 ++++---- .../llap/io/api/impl/LlapRecordReader.java | 11 ++++---- .../llap/io/decode/ColumnVectorProducer.java | 11 ++++---- .../llap/io/decode/EncodedDataConsumer.java | 11 ++++---- .../decode/GenericColumnVectorProducer.java | 11 ++++---- .../io/decode/OrcColumnVectorProducer.java | 11 ++++---- .../io/decode/OrcEncodedDataConsumer.java | 11 ++++---- .../hive/llap/io/decode/ReadPipeline.java | 11 ++++---- .../llap/io/encoded/LineRrOffsetReader.java | 11 ++++---- .../llap/io/encoded/LlapOrcCacheLoader.java | 11 ++++---- .../io/encoded/LlapRecordReaderUtils.java | 11 ++++---- .../llap/io/encoded/OrcEncodedDataReader.java | 11 ++++---- .../llap/io/encoded/PassThruOffsetReader.java | 11 ++++---- .../io/encoded/SerDeEncodedDataReader.java | 11 ++++---- .../llap/io/encoded/TezCounterSource.java | 11 ++++---- .../encoded/VectorDeserializeOrcWriter.java | 11 ++++---- .../llap/io/metadata/CompressionBuffer.java | 11 ++++---- .../io/metadata/ConsumerFileMetadata.java | 11 ++++---- .../io/metadata/ConsumerStripeMetadata.java | 11 ++++---- .../hive/llap/io/metadata/MetadataCache.java | 11 ++++---- .../io/metadata/OrcFileEstimateErrors.java | 11 ++++---- .../llap/io/metadata/OrcFileMetadata.java | 11 ++++---- .../llap/io/metadata/OrcStripeMetadata.java | 11 ++++---- .../log/LlapRandomAccessFileAppender.java | 11 ++++---- .../llap/log/Log4jQueryCompleteMarker.java | 11 ++++---- .../hive/llap/metrics/LLAPOTELExporter.java | 11 ++++---- .../llap/metrics/LlapDaemonCacheInfo.java | 11 ++++---- .../llap/metrics/LlapDaemonCacheMetrics.java | 11 ++++---- .../metrics/LlapDaemonCustomMetricsInfo.java | 11 ++++---- .../metrics/LlapDaemonExecutorMetrics.java | 11 ++++---- .../hive/llap/metrics/LlapDaemonIOInfo.java | 11 ++++---- .../llap/metrics/LlapDaemonIOMetrics.java | 11 ++++---- .../hive/llap/metrics/LlapDaemonJvmInfo.java | 11 ++++---- .../llap/metrics/LlapDaemonJvmMetrics.java | 11 ++++---- .../security/LlapDaemonPolicyProvider.java | 11 ++++---- .../hive/llap/security/LlapUgiHelper.java | 11 ++++---- .../AttemptRegistrationListener.java | 11 ++++---- .../hive/llap/shufflehandler/DirWatcher.java | 11 ++++---- .../shufflehandler/FadvisedChunkedFile.java | 11 ++++---- .../shufflehandler/FadvisedFileRegion.java | 11 ++++---- .../hive/llap/shufflehandler/IndexCache.java | 11 ++++---- .../llap/shufflehandler/ShuffleHandler.java | 11 ++++---- .../cache/TestBasicLlapCacheHydration.java | 11 ++++---- .../hive/llap/cache/TestBuddyAllocator.java | 11 ++++---- .../cache/TestBuddyAllocatorForceEvict.java | 11 ++++---- .../TestCacheAllocationsEvictionsCycles.java | 11 ++++---- .../llap/cache/TestCacheContentsTracker.java | 11 ++++---- .../hadoop/hive/llap/cache/TestFileCache.java | 11 ++++---- .../TestIncrementalObjectSizeEstimator.java | 11 ++++---- .../llap/cache/TestLowLevelCacheImpl.java | 11 ++++---- .../cache/TestLowLevelLrfuCachePolicy.java | 11 ++++---- .../cache/TestMemoryLimitedPathCache.java | 11 ++++---- .../hive/llap/cache/TestMetadataCache.java | 11 ++++---- .../llap/cache/TestProactiveEviction.java | 11 ++++---- .../service/TestLlapServiceCommandLine.java | 11 ++++---- .../TestLlapStatusServiceCommandLine.java | 11 ++++---- .../hive/llap/daemon/LlapDaemonExtension.java | 11 ++++---- .../hive/llap/daemon/LlapDaemonTestUtils.java | 11 ++++---- .../hive/llap/daemon/MiniLlapCluster.java | 11 ++++---- .../daemon/impl/TaskExecutorTestHelpers.java | 11 ++++---- .../daemon/impl/TestContainerRunnerImpl.java | 11 ++++---- .../TestEvictingPriorityBlockingQueue.java | 11 ++++---- .../hive/llap/daemon/impl/TestLlapDaemon.java | 11 ++++---- .../daemon/impl/TestLlapDaemonLogging.java | 11 ++++---- .../TestLlapDaemonProtocolServerImpl.java | 11 ++++---- .../impl/TestLlapLoadGeneratorService.java | 11 ++++---- .../daemon/impl/TestLlapTokenChecker.java | 11 ++++---- .../llap/daemon/impl/TestQueryIdentifier.java | 11 ++++---- .../daemon/impl/TestTaskExecutorService.java | 11 ++++---- .../impl/comparator/TestAMReporter.java | 11 ++++---- .../TestFirstInFirstOutComparator.java | 11 ++++---- .../TestShortestJobFirstComparator.java | 11 ++++---- .../services/impl/TestLlapWebServices.java | 11 ++++---- .../hadoop/hive/llap/io/LlapIoMocks.java | 11 ++++---- .../impl/LlapRecordReaderQueueSizeTest.java | 11 ++++---- .../impl/TestLlapCacheMetadataSerializer.java | 11 ++++---- .../io/encoded/TestLlapOrcCacheLoader.java | 11 ++++---- ...stOrcEncodedDataReaderIOCacheDisabled.java | 11 ++++---- .../TestVectorDeserializeOrcWriter.java | 11 ++++---- .../TestLlapDaemonExecutorMetrics.java | 11 ++++---- .../impl/TestLlapRegistryService.java | 11 ++++---- .../llap/security/TestLlapSignerImpl.java | 11 ++++---- .../llap/shufflehandler/TestIndexCache.java | 11 ++++---- .../shufflehandler/TestShuffleHandler.java | 11 ++++---- .../llap/tezplugins/ContainerFactory.java | 11 ++++---- .../tezplugins/LlapContainerLauncher.java | 11 ++++---- .../llap/tezplugins/LlapTaskCommunicator.java | 11 ++++---- .../tezplugins/LlapTaskSchedulerService.java | 11 ++++---- .../hive/llap/tezplugins/LlapTezUtils.java | 11 ++++---- .../LlapUmbilicalPolicyProvider.java | 11 ++++---- .../endpoint/LlapPluginPolicyProvider.java | 11 ++++---- .../endpoint/LlapPluginSecurityInfo.java | 11 ++++---- .../endpoint/LlapPluginServerImpl.java | 11 ++++---- .../tezplugins/helpers/MonotonicClock.java | 11 ++++---- .../helpers/SourceStateTracker.java | 11 ++++---- .../BlacklistingLlapMetricsListener.java | 11 ++++---- ...apManagementProtocolClientImplFactory.java | 11 ++++---- .../metrics/LlapMetricsCollector.java | 11 ++++---- .../metrics/LlapMetricsListener.java | 11 ++++---- .../metrics/LlapTaskSchedulerInfo.java | 11 ++++---- .../metrics/LlapTaskSchedulerMetrics.java | 11 ++++---- .../scheduler/LoggingFutureCallback.java | 11 ++++---- .../tezplugins/scheduler/StatsPerDag.java | 11 ++++---- .../tezplugins/TestLlapTaskCommunicator.java | 11 ++++---- .../TestLlapTaskSchedulerService.java | 11 ++++---- .../TestBlacklistingLlapMetricsListener.java | 11 ++++---- .../metrics/TestLlapMetricsCollector.java | 11 ++++---- .../metrics/TestLlapTaskSchedulerMetrics.java | 11 ++++---- .../hive/metastore/HiveClientCache.java | 11 ++++---- .../hive/metastore/HiveMetaStoreUtils.java | 11 ++++---- .../metastore/HiveProtoEventsCleanerTask.java | 11 ++++---- .../metastore/SerDeStorageSchemaReader.java | 11 ++++---- .../filemeta/OrcFileMetadataHandler.java | 11 ++++---- .../hive/metastore/TestHiveClientCache.java | 11 ++++---- .../kubernetes/operator/HiveOperatorMain.java | 11 ++++---- .../autoscaling/BackgroundMetricsScraper.java | 11 ++++---- .../autoscaling/ComponentAutoscaler.java | 11 ++++---- .../autoscaling/HiveClusterAutoscaler.java | 11 ++++---- .../HiveServer2ScalingStrategy.java | 11 ++++---- .../autoscaling/LlapScalingStrategy.java | 11 ++++---- .../autoscaling/MetastoreScalingStrategy.java | 11 ++++---- .../operator/autoscaling/MetricsCache.java | 11 ++++---- .../operator/autoscaling/MetricsScraper.java | 11 ++++---- .../operator/autoscaling/PodMetrics.java | 11 ++++---- .../autoscaling/PrometheusTextParser.java | 11 ++++---- .../operator/autoscaling/ScalingStrategy.java | 11 ++++---- .../autoscaling/StabilizationWindow.java | 11 ++++---- .../autoscaling/TezAmScalingStrategy.java | 11 ++++---- .../autoscaling/TezAmZkDeregister.java | 11 ++++---- .../dependent/HiveConfigMapDependent.java | 11 ++++---- .../dependent/HiveDependentResource.java | 11 ++++---- .../operator/dependent/HivePdbDependent.java | 11 ++++---- .../HiveServer2DeploymentDependent.java | 11 ++++---- .../dependent/HiveServiceDependent.java | 11 ++++---- .../dependent/LlapResourceBuilder.java | 11 ++++---- .../MetastoreDeploymentDependent.java | 11 ++++---- .../dependent/SchemaInitJobDependent.java | 11 ++++---- .../dependent/ScratchPvcDependent.java | 11 ++++---- .../operator/model/HiveCluster.java | 11 ++++---- .../operator/model/HiveClusterSpec.java | 11 ++++---- .../operator/model/HiveClusterStatus.java | 11 ++++---- .../operator/model/spec/AutoSuspendSpec.java | 11 ++++---- .../operator/model/spec/AutoscalingSpec.java | 11 ++++---- .../operator/model/spec/DatabaseConfig.java | 11 ++++---- .../operator/model/spec/HadoopSpec.java | 11 ++++---- .../operator/model/spec/HiveServer2Spec.java | 11 ++++---- .../operator/model/spec/LlapSpec.java | 11 ++++---- .../operator/model/spec/MetastoreSpec.java | 11 ++++---- .../operator/model/spec/ProbeSpec.java | 11 ++++---- .../model/spec/ResourceRequirementsSpec.java | 11 ++++---- .../operator/model/spec/SecretKeyRef.java | 11 ++++---- .../operator/model/spec/TezAmSpec.java | 11 ++++---- .../operator/model/spec/ZookeeperSpec.java | 11 ++++---- .../model/status/AutoscalingStatus.java | 11 ++++---- .../model/status/ComponentStatus.java | 11 ++++---- .../reconciler/HiveClusterReconciler.java | 11 ++++---- .../operator/reconciler/HiveWorkflowSpec.java | 11 ++++---- .../kubernetes/operator/util/ConfigUtils.java | 11 ++++---- .../operator/util/HadoopXmlBuilder.java | 11 ++++---- .../operator/util/HiveConfigBuilder.java | 11 ++++---- .../hive/kubernetes/operator/util/Labels.java | 11 ++++---- .../ql/parse/ANTLRNoCaseStringStream.java | 11 ++++---- .../hadoop/hive/ql/parse/ASTErrorNode.java | 11 ++++---- .../hadoop/hive/ql/parse/ASTErrorUtils.java | 11 ++++---- .../apache/hadoop/hive/ql/parse/ASTNode.java | 11 ++++---- .../hadoop/hive/ql/parse/ASTNodeOrigin.java | 11 ++++---- .../hive/ql/parse/GenericHiveLexer.java | 11 ++++---- .../hive/ql/parse/ImmutableCommonToken.java | 11 ++++---- .../hadoop/hive/ql/parse/ParseDriver.java | 11 ++++---- .../hadoop/hive/ql/parse/ParseError.java | 11 ++++---- .../hadoop/hive/ql/parse/ParseException.java | 11 ++++---- .../hadoop/hive/ql/parse/ParseResult.java | 11 ++++---- .../hadoop/hive/ql/parse/Quotation.java | 11 ++++---- .../hadoop/hive/ql/parse/HqlParser.java | 11 ++++---- .../apache/hadoop/hive/ql/parse/TestIUD.java | 11 ++++---- .../hive/ql/parse/TestMergeStatement.java | 11 ++++---- .../hive/ql/parse/TestNonReservedWords.java | 11 ++++---- .../hive/ql/parse/TestNullTreatment.java | 11 ++++---- .../hadoop/hive/ql/parse/TestParseCase.java | 11 ++++---- .../hive/ql/parse/TestParseCreateView.java | 11 ++++---- .../hive/ql/parse/TestParseDefault.java | 11 ++++---- .../hadoop/hive/ql/parse/TestParseDriver.java | 11 ++++---- .../ql/parse/TestParseDriverIntervals.java | 11 ++++---- .../hive/ql/parse/TestParseOptimizeTable.java | 11 ++++---- .../ql/parse/TestParseShowCompactions.java | 11 ++++---- .../hadoop/hive/ql/parse/TestParseTrim.java | 11 ++++---- .../ql/parse/TestParseWithinGroupClause.java | 11 ++++---- .../hive/ql/parse/TestReservedWords.java | 11 ++++---- .../TestSQL11ReservedKeyWordsNegative.java | 11 ++++---- .../TestSpecialCharacterInTableNames.java | 11 ++++---- ...estSpecialCharacterInTableNamesQuotes.java | 11 ++++---- ...dCharsInColumnNameCreateTableNegative.java | 11 ++++---- .../hive/ql/parse/TestValuesClause.java | 11 ++++---- .../positive/TestTransactionStatement.java | 11 ++++---- .../hadoop/hive/llap/ChannelOutputStream.java | 11 ++++---- .../apache/hadoop/hive/llap/DebugUtils.java | 11 ++++---- .../hadoop/hive/llap/LlapCacheAwareFs.java | 11 ++++---- .../hadoop/hive/llap/LlapHiveUtils.java | 11 ++++---- .../hadoop/hive/llap/LlapOutputFormat.java | 11 ++++---- .../hive/llap/LlapOutputFormatService.java | 11 ++++---- .../hadoop/hive/llap/LlapRecordWriter.java | 11 ++++---- .../hadoop/hive/llap/ProactiveEviction.java | 11 ++++---- .../hadoop/hive/llap/SchemaAwareCacheKey.java | 11 ++++---- .../hadoop/hive/ql/CompilationOpContext.java | 11 ++++---- .../org/apache/hadoop/hive/ql/Compiler.java | 11 ++++---- .../org/apache/hadoop/hive/ql/Context.java | 11 ++++---- .../org/apache/hadoop/hive/ql/Driver.java | 11 ++++---- .../apache/hadoop/hive/ql/DriverContext.java | 11 ++++---- .../apache/hadoop/hive/ql/DriverFactory.java | 11 ++++---- .../apache/hadoop/hive/ql/DriverState.java | 11 ++++---- .../hadoop/hive/ql/DriverTxnHandler.java | 11 ++++---- .../apache/hadoop/hive/ql/DriverUtils.java | 11 ++++---- .../org/apache/hadoop/hive/ql/Executor.java | 11 ++++---- .../hive/ql/HashTableLoaderFactory.java | 11 ++++---- .../hadoop/hive/ql/HiveDriverRunHook.java | 11 ++++---- .../hive/ql/HiveDriverRunHookContext.java | 11 ++++---- .../hive/ql/HiveDriverRunHookContextImpl.java | 11 ++++---- .../hadoop/hive/ql/HiveQueryLifeTimeHook.java | 11 ++++---- .../org/apache/hadoop/hive/ql/HookRunner.java | 11 ++++---- .../org/apache/hadoop/hive/ql/IDriver.java | 11 ++++---- .../apache/hadoop/hive/ql/MapRedStats.java | 11 ++++---- .../hive/ql/QueryCompilationSummaryHook.java | 11 ++++---- .../apache/hadoop/hive/ql/QueryDisplay.java | 11 ++++---- .../org/apache/hadoop/hive/ql/QueryInfo.java | 11 ++++---- .../org/apache/hadoop/hive/ql/QueryPlan.java | 11 ++++---- .../hadoop/hive/ql/QueryProperties.java | 11 ++++---- .../org/apache/hadoop/hive/ql/QueryState.java | 11 ++++---- .../apache/hadoop/hive/ql/ServiceContext.java | 11 ++++---- .../org/apache/hadoop/hive/ql/TaskQueue.java | 11 ++++---- .../hive/ql/cache/results/CacheUsage.java | 11 ++++---- .../ql/cache/results/QueryResultsCache.java | 11 ++++---- .../hive/ql/cleanup/CleanupService.java | 11 ++++---- .../ql/cleanup/EventualCleanupService.java | 11 ++++---- .../hive/ql/cleanup/SyncCleanupService.java | 11 ++++---- .../apache/hadoop/hive/ql/ddl/DDLDesc.java | 11 ++++---- .../ql/ddl/DDLDescWithTableProperties.java | 11 ++++---- .../hadoop/hive/ql/ddl/DDLOperation.java | 11 ++++---- .../hive/ql/ddl/DDLOperationContext.java | 11 ++++---- .../ql/ddl/DDLSemanticAnalyzerFactory.java | 11 ++++---- .../apache/hadoop/hive/ql/ddl/DDLTask.java | 11 ++++---- .../apache/hadoop/hive/ql/ddl/DDLUtils.java | 11 ++++---- .../apache/hadoop/hive/ql/ddl/DDLWork.java | 11 ++++---- .../apache/hadoop/hive/ql/ddl/ShowUtils.java | 11 ++++---- .../alter/AbstractAlterCatalogAnalyzer.java | 11 ++++---- .../alter/AbstractAlterCatalogDesc.java | 11 ++++---- .../alter/AbstractAlterCatalogOperation.java | 11 ++++---- .../AlterCatalogSetLocationAnalyzer.java | 11 ++++---- .../location/AlterCatalogSetLocationDesc.java | 11 ++++---- .../AlterCatalogSetLocationOperation.java | 11 ++++---- .../AlterCatalogSetPropertiesAnalyzer.java | 11 ++++---- .../AlterCatalogSetPropertiesDesc.java | 11 ++++---- .../AlterCatalogSetPropertiesOperation.java | 11 ++++---- .../catalog/create/CreateCatalogAnalyzer.java | 11 ++++---- .../ddl/catalog/create/CreateCatalogDesc.java | 11 ++++---- .../create/CreateCatalogOperation.java | 11 ++++---- .../ddl/catalog/desc/DescCatalogAnalyzer.java | 11 ++++---- .../ql/ddl/catalog/desc/DescCatalogDesc.java | 11 ++++---- .../catalog/desc/DescCatalogFormatter.java | 11 ++++---- .../catalog/desc/DescCatalogOperation.java | 11 ++++---- .../ddl/catalog/drop/DropCatalogAnalyzer.java | 11 ++++---- .../ql/ddl/catalog/drop/DropCatalogDesc.java | 11 ++++---- .../catalog/drop/DropCatalogOperation.java | 11 ++++---- .../catalog/show/ShowCatalogsAnalyzer.java | 11 ++++---- .../ql/ddl/catalog/show/ShowCatalogsDesc.java | 11 ++++---- .../catalog/show/ShowCatalogsFormatter.java | 11 ++++---- .../catalog/show/ShowCatalogsOperation.java | 11 ++++---- .../catalog/use/SwitchCatalogAnalyzer.java | 11 ++++---- .../ql/ddl/catalog/use/SwitchCatalogDesc.java | 11 ++++---- .../catalog/use/SwitchCatalogOperation.java | 11 ++++---- .../alter/AbstractAlterDatabaseAnalyzer.java | 11 ++++---- .../alter/AbstractAlterDatabaseDesc.java | 11 ++++---- .../alter/AbstractAlterDatabaseOperation.java | 11 ++++---- .../alter/AlterDatabaseAnalyzerCategory.java | 11 ++++---- .../AlterDatabaseSetLocationAnalyzer.java | 11 ++++---- .../AlterDatabaseSetLocationDesc.java | 11 ++++---- .../AlterDatabaseSetLocationOperation.java | 11 ++++---- ...terDatabaseSetManagedLocationAnalyzer.java | 11 ++++---- .../AlterDatabaseSetManagedLocationDesc.java | 11 ++++---- ...erDatabaseSetManagedLocationOperation.java | 11 ++++---- .../owner/AlterDatabaseSetOwnerAnalyzer.java | 11 ++++---- .../owner/AlterDatabaseSetOwnerDesc.java | 11 ++++---- .../owner/AlterDatabaseSetOwnerOperation.java | 11 ++++---- .../AlterDatabaseSetPropertiesAnalyzer.java | 11 ++++---- .../AlterDatabaseSetPropertiesDesc.java | 11 ++++---- .../AlterDatabaseSetPropertiesOperation.java | 11 ++++---- .../create/CreateDatabaseAnalyzer.java | 11 ++++---- .../database/create/CreateDatabaseDesc.java | 11 ++++---- .../create/CreateDatabaseOperation.java | 11 ++++---- .../database/desc/DescDatabaseAnalyzer.java | 11 ++++---- .../ddl/database/desc/DescDatabaseDesc.java | 11 ++++---- .../database/desc/DescDatabaseFormatter.java | 11 ++++---- .../database/desc/DescDatabaseOperation.java | 11 ++++---- .../database/drop/DropDatabaseAnalyzer.java | 11 ++++---- .../ddl/database/drop/DropDatabaseDesc.java | 11 ++++---- .../database/drop/DropDatabaseOperation.java | 11 ++++---- .../database/lock/LockDatabaseAnalyzer.java | 11 ++++---- .../ddl/database/lock/LockDatabaseDesc.java | 11 ++++---- .../database/lock/LockDatabaseOperation.java | 11 ++++---- .../database/show/ShowDatabasesAnalyzer.java | 11 ++++---- .../ddl/database/show/ShowDatabasesDesc.java | 11 ++++---- .../database/show/ShowDatabasesFormatter.java | 11 ++++---- .../database/show/ShowDatabasesOperation.java | 11 ++++---- .../ShowCreateDatabaseAnalyzer.java | 11 ++++---- .../showcreate/ShowCreateDatabaseDesc.java | 11 ++++---- .../ShowCreateDatabaseOperation.java | 11 ++++---- .../unlock/UnlockDatabaseAnalyzer.java | 11 ++++---- .../database/unlock/UnlockDatabaseDesc.java | 11 ++++---- .../unlock/UnlockDatabaseOperation.java | 11 ++++---- .../database/use/SwitchDatabaseAnalyzer.java | 11 ++++---- .../ddl/database/use/SwitchDatabaseDesc.java | 11 ++++---- .../database/use/SwitchDatabaseOperation.java | 11 ++++---- .../AbstractAlterDataConnectorAnalyzer.java | 11 ++++---- .../alter/AbstractAlterDataConnectorDesc.java | 11 ++++---- .../AbstractAlterDataConnectorOperation.java | 11 ++++---- .../AlterDataConnectorSetOwnerAnalyzer.java | 11 ++++---- .../owner/AlterDataConnectorSetOwnerDesc.java | 11 ++++---- .../AlterDataConnectorSetOwnerOperation.java | 11 ++++---- ...terDataConnectorSetPropertiesAnalyzer.java | 11 ++++---- .../AlterDataConnectorSetPropertiesDesc.java | 11 ++++---- ...erDataConnectorSetPropertiesOperation.java | 11 ++++---- .../url/AlterDataConnectorSetUrlAnalyzer.java | 11 ++++---- .../url/AlterDataConnectorSetUrlDesc.java | 11 ++++---- .../AlterDataConnectorSetUrlOperation.java | 11 ++++---- .../create/CreateDataConnectorAnalyzer.java | 11 ++++---- .../create/CreateDataConnectorDesc.java | 11 ++++---- .../create/CreateDataConnectorOperation.java | 11 ++++---- .../desc/DescDataConnectorAnalyzer.java | 11 ++++---- .../desc/DescDataConnectorDesc.java | 11 ++++---- .../desc/DescDataConnectorFormatter.java | 11 ++++---- .../desc/DescDataConnectorOperation.java | 11 ++++---- .../drop/DropDataConnectorAnalyzer.java | 11 ++++---- .../drop/DropDataConnectorDesc.java | 11 ++++---- .../drop/DropDataConnectorOperation.java | 11 ++++---- .../show/ShowDataConnectorsAnalyzer.java | 11 ++++---- .../show/ShowDataConnectorsDesc.java | 11 ++++---- .../show/ShowDataConnectorsFormatter.java | 11 ++++---- .../show/ShowDataConnectorsOperation.java | 11 ++++---- .../function/AbstractFunctionAnalyzer.java | 11 ++++---- .../create/CreateFunctionAnalyzer.java | 11 ++++---- .../function/create/CreateFunctionDesc.java | 11 ++++---- .../create/CreateFunctionOperation.java | 11 ++++---- .../function/desc/DescFunctionAnalyzer.java | 11 ++++---- .../ddl/function/desc/DescFunctionDesc.java | 11 ++++---- .../function/desc/DescFunctionOperation.java | 11 ++++---- .../function/drop/DropFunctionAnalyzer.java | 11 ++++---- .../ddl/function/drop/DropFunctionDesc.java | 11 ++++---- .../function/drop/DropFunctionOperation.java | 11 ++++---- .../macro/create/CreateMacroAnalyzer.java | 11 ++++---- .../macro/create/CreateMacroDesc.java | 11 ++++---- .../macro/create/CreateMacroOperation.java | 11 ++++---- .../macro/drop/DropMacroAnalyzer.java | 11 ++++---- .../function/macro/drop/DropMacroDesc.java | 11 ++++---- .../macro/drop/DropMacroOperation.java | 11 ++++---- .../reload/ReloadFunctionsAnalyzer.java | 11 ++++---- .../function/reload/ReloadFunctionsDesc.java | 11 ++++---- .../reload/ReloadFunctionsOperation.java | 11 ++++---- .../function/show/ShowFunctionsAnalyzer.java | 11 ++++---- .../ddl/function/show/ShowFunctionsDesc.java | 11 ++++---- .../function/show/ShowFunctionsOperation.java | 11 ++++---- .../ql/ddl/misc/conf/ShowConfAnalyzer.java | 11 ++++---- .../hive/ql/ddl/misc/conf/ShowConfDesc.java | 11 ++++---- .../ql/ddl/misc/conf/ShowConfOperation.java | 11 ++++---- .../ReplRemoveFirstIncLoadPendFlagDesc.java | 11 ++++---- ...plRemoveFirstIncLoadPendFlagOperation.java | 11 ++++---- .../ddl/misc/hooks/InsertCommitHookDesc.java | 11 ++++---- .../misc/hooks/InsertCommitHookOperation.java | 11 ++++---- .../misc/metadata/CacheMetadataAnalyzer.java | 11 ++++---- .../ddl/misc/metadata/CacheMetadataDesc.java | 11 ++++---- .../misc/metadata/CacheMetadataOperation.java | 11 ++++---- .../hive/ql/ddl/misc/msck/MsckAnalyzer.java | 11 ++++---- .../hive/ql/ddl/misc/msck/MsckDesc.java | 11 ++++---- .../hive/ql/ddl/misc/msck/MsckOperation.java | 11 ++++---- .../ql/ddl/misc/sortoder/SortFieldDesc.java | 11 ++++---- .../hive/ql/ddl/misc/sortoder/SortFields.java | 11 ++++---- .../ql/ddl/misc/sortoder/SortOrderUtils.java | 11 ++++---- .../ql/ddl/misc/sortoder/ZOrderFieldDesc.java | 11 ++++---- .../ql/ddl/misc/sortoder/ZOrderFields.java | 11 ++++---- .../privilege/AbstractPrivilegeAnalyzer.java | 11 ++++---- .../hive/ql/ddl/privilege/PrincipalDesc.java | 11 ++++---- .../hive/ql/ddl/privilege/PrivilegeDesc.java | 11 ++++---- .../ql/ddl/privilege/PrivilegeObjectDesc.java | 11 ++++---- .../hive/ql/ddl/privilege/PrivilegeUtils.java | 11 ++++---- .../ql/ddl/privilege/grant/GrantAnalyzer.java | 11 ++++---- .../ql/ddl/privilege/grant/GrantDesc.java | 11 ++++---- .../ddl/privilege/grant/GrantOperation.java | 11 ++++---- .../ddl/privilege/revoke/RevokeAnalyzer.java | 11 ++++---- .../ql/ddl/privilege/revoke/RevokeDesc.java | 11 ++++---- .../ddl/privilege/revoke/RevokeOperation.java | 11 ++++---- .../role/create/CreateRoleAnalyzer.java | 11 ++++---- .../privilege/role/create/CreateRoleDesc.java | 11 ++++---- .../role/create/CreateRoleOperation.java | 11 ++++---- .../privilege/role/drop/DropRoleAnalyzer.java | 11 ++++---- .../ddl/privilege/role/drop/DropRoleDesc.java | 11 ++++---- .../role/drop/DropRoleOperation.java | 11 ++++---- .../role/grant/GrantRoleAnalyzer.java | 11 ++++---- .../privilege/role/grant/GrantRoleDesc.java | 11 ++++---- .../role/grant/GrantRoleOperation.java | 11 ++++---- .../role/revoke/RevokeRoleAnalyzer.java | 11 ++++---- .../privilege/role/revoke/RevokeRoleDesc.java | 11 ++++---- .../role/revoke/RevokeRoleOperation.java | 11 ++++---- .../privilege/role/set/SetRoleAnalyzer.java | 11 ++++---- .../ddl/privilege/role/set/SetRoleDesc.java | 11 ++++---- .../privilege/role/set/SetRoleOperation.java | 11 ++++---- .../role/show/ShowCurrentRoleAnalyzer.java | 11 ++++---- .../role/show/ShowCurrentRoleDesc.java | 11 ++++---- .../role/show/ShowCurrentRoleOperation.java | 11 ++++---- .../role/show/ShowRolesAnalyzer.java | 11 ++++---- .../privilege/role/show/ShowRolesDesc.java | 11 ++++---- .../role/show/ShowRolesOperation.java | 11 ++++---- .../show/grant/ShowGrantAnalyzer.java | 11 ++++---- .../privilege/show/grant/ShowGrantDesc.java | 11 ++++---- .../show/grant/ShowGrantOperation.java | 11 ++++---- .../principals/ShowPrincipalsAnalyzer.java | 11 ++++---- .../show/principals/ShowPrincipalsDesc.java | 11 ++++---- .../principals/ShowPrincipalsOperation.java | 11 ++++---- .../show/rolegrant/ShowRoleGrantAnalyzer.java | 11 ++++---- .../show/rolegrant/ShowRoleGrantDesc.java | 11 ++++---- .../rolegrant/ShowRoleGrantOperation.java | 11 ++++---- .../abort/AbortTransactionsAnalyzer.java | 11 ++++---- .../process/abort/AbortTransactionsDesc.java | 11 ++++---- .../abort/AbortTransactionsOperation.java | 11 ++++---- .../compaction/AbortCompactionsAnalyzer.java | 11 ++++---- .../compaction/AbortCompactionsDesc.java | 11 ++++---- .../compaction/AbortCompactionsOperation.java | 11 ++++---- .../ddl/process/kill/KillQueriesAnalyzer.java | 11 ++++---- .../ql/ddl/process/kill/KillQueriesDesc.java | 11 ++++---- .../process/kill/KillQueriesOperation.java | 11 ++++---- .../compactions/ShowCompactionsAnalyzer.java | 11 ++++---- .../show/compactions/ShowCompactionsDesc.java | 11 ++++---- .../compactions/ShowCompactionsOperation.java | 11 ++++---- .../ShowTransactionsAnalyzer.java | 11 ++++---- .../transactions/ShowTransactionsDesc.java | 11 ++++---- .../ShowTransactionsOperation.java | 11 ++++---- .../ddl/table/AbstractAlterTableAnalyzer.java | 11 ++++---- .../ql/ddl/table/AbstractAlterTableDesc.java | 11 ++++---- .../table/AbstractAlterTableOperation.java | 11 ++++---- ...AbstractAlterTableWithConstraintsDesc.java | 11 ++++---- .../table/AbstractBaseAlterTableAnalyzer.java | 11 ++++---- .../ddl/table/AlterTableAnalyzerCategory.java | 11 ++++---- .../hive/ql/ddl/table/AlterTableType.java | 11 ++++---- .../hive/ql/ddl/table/AlterTableUtils.java | 11 ++++---- .../add/AlterTableAddColumnsAnalyzer.java | 11 ++++---- .../column/add/AlterTableAddColumnsDesc.java | 11 ++++---- .../add/AlterTableAddColumnsOperation.java | 11 ++++---- .../AlterTableChangeColumnAnalyzer.java | 11 ++++---- .../change/AlterTableChangeColumnDesc.java | 11 ++++---- .../AlterTableChangeColumnOperation.java | 11 ++++---- .../drop/AlterTableDropColumnAnalyser.java | 11 ++++---- .../column/drop/AlterTableDropColumnDesc.java | 11 ++++---- .../drop/AlterTableDropColumnOperation.java | 11 ++++---- .../AlterTableReplaceColumnsAnalyzer.java | 11 ++++---- .../replace/AlterTableReplaceColumnsDesc.java | 11 ++++---- .../AlterTableReplaceColumnsOperation.java | 11 ++++---- .../column/show/ShowColumnsAnalyzer.java | 11 ++++---- .../table/column/show/ShowColumnsDesc.java | 11 ++++---- .../column/show/ShowColumnsOperation.java | 11 ++++---- .../AlterTableUpdateColumnsAnalyzer.java | 11 ++++---- .../update/AlterTableUpdateColumnsDesc.java | 11 ++++---- .../AlterTableUpdateColumnsOperation.java | 11 ++++---- .../ql/ddl/table/constraint/Constraints.java | 11 ++++---- .../table/constraint/ConstraintsUtils.java | 11 ++++---- .../add/AlterTableAddConstraintAnalyzer.java | 11 ++++---- .../add/AlterTableAddConstraintDesc.java | 11 ++++---- .../add/AlterTableAddConstraintOperation.java | 11 ++++---- .../AlterTableDropConstraintAnalyzer.java | 11 ++++---- .../drop/AlterTableDropConstraintDesc.java | 11 ++++---- .../AlterTableDropConstraintOperation.java | 11 ++++---- .../convert/AlterTableConvertAnalyzer.java | 11 ++++---- .../table/convert/AlterTableConvertDesc.java | 11 ++++---- .../convert/AlterTableConvertOperation.java | 11 ++++---- .../ddl/table/create/CreateTableAnalyzer.java | 11 ++++---- .../ql/ddl/table/create/CreateTableDesc.java | 11 ++++---- .../table/create/CreateTableOperation.java | 11 ++++---- .../create/like/CreateTableLikeDesc.java | 11 ++++---- .../create/like/CreateTableLikeOperation.java | 11 ++++---- .../create/show/ShowCreateTableAnalyzer.java | 11 ++++---- .../create/show/ShowCreateTableDesc.java | 11 ++++---- .../create/show/ShowCreateTableOperation.java | 11 ++++---- .../ql/ddl/table/drop/DropTableAnalyzer.java | 11 ++++---- .../hive/ql/ddl/table/drop/DropTableDesc.java | 11 ++++---- .../ql/ddl/table/drop/DropTableOperation.java | 11 ++++---- .../execute/AlterTableExecuteAnalyzer.java | 11 ++++---- .../table/execute/AlterTableExecuteDesc.java | 11 ++++---- .../execute/AlterTableExecuteOperation.java | 11 ++++---- .../table/info/desc/DescTableAnalyzer.java | 11 ++++---- .../ql/ddl/table/info/desc/DescTableDesc.java | 11 ++++---- .../table/info/desc/DescTableOperation.java | 11 ++++---- .../desc/formatter/DescTableFormatter.java | 11 ++++---- .../formatter/JsonDescTableFormatter.java | 11 ++++---- .../formatter/TextDescTableFormatter.java | 11 ++++---- .../ShowTablePropertiesAnalyzer.java | 11 ++++---- .../properties/ShowTablePropertiesDesc.java | 11 ++++---- .../ShowTablePropertiesOperation.java | 11 ++++---- .../show/status/ShowTableStatusAnalyzer.java | 11 ++++---- .../info/show/status/ShowTableStatusDesc.java | 11 ++++---- .../show/status/ShowTableStatusOperation.java | 11 ++++---- .../JsonShowTableStatusFormatter.java | 11 ++++---- .../formatter/ShowTableStatusFormatter.java | 11 ++++---- .../TextShowTableStatusFormatter.java | 11 ++++---- .../info/show/tables/ShowTablesAnalyzer.java | 11 ++++---- .../info/show/tables/ShowTablesDesc.java | 11 ++++---- .../info/show/tables/ShowTablesFormatter.java | 11 ++++---- .../info/show/tables/ShowTablesOperation.java | 11 ++++---- .../ql/ddl/table/lock/LockTableAnalyzer.java | 11 ++++---- .../hive/ql/ddl/table/lock/LockTableDesc.java | 11 ++++---- .../ql/ddl/table/lock/LockTableOperation.java | 11 ++++---- .../ddl/table/lock/UnlockTableAnalyzer.java | 11 ++++---- .../ql/ddl/table/lock/UnlockTableDesc.java | 11 ++++---- .../ddl/table/lock/UnlockTableOperation.java | 11 ++++---- .../table/lock/show/ShowDbLocksAnalyzer.java | 11 ++++---- .../table/lock/show/ShowLocksAnalyzer.java | 11 ++++---- .../ql/ddl/table/lock/show/ShowLocksDesc.java | 11 ++++---- .../table/lock/show/ShowLocksOperation.java | 11 ++++---- ...lterTableDropColumnStatisticsAnalyzer.java | 11 ++++---- ...erTableUpdateColumnStatisticsAnalyzer.java | 11 ++++---- .../owner/AlterTableSetOwnerAnalyzer.java | 11 ++++---- .../misc/owner/AlterTableSetOwnerDesc.java | 11 ++++---- .../owner/AlterTableSetOwnerOperation.java | 11 ++++---- .../misc/preinsert/PreInsertTableDesc.java | 11 ++++---- .../preinsert/PreInsertTableOperation.java | 11 ++++---- .../AbstractAlterTablePropertiesAnalyzer.java | 11 ++++---- ...stractAlterTableSetPropertiesAnalyzer.java | 11 ++++---- ...ractAlterTableUnsetPropertiesAnalyzer.java | 11 ++++---- .../AlterTableSetPropertiesAnalyzer.java | 11 ++++---- .../AlterTableSetPropertiesDesc.java | 11 ++++---- .../AlterTableSetPropertiesOperation.java | 11 ++++---- .../AlterTableUnsetPropertiesAnalyzer.java | 11 ++++---- .../AlterTableUnsetPropertiesDesc.java | 11 ++++---- .../AlterTableUnsetPropertiesOperation.java | 11 ++++---- .../AbstractAlterTableRenameAnalyzer.java | 11 ++++---- .../misc/rename/AlterTableRenameAnalyzer.java | 11 ++++---- .../misc/rename/AlterTableRenameDesc.java | 11 ++++---- .../rename/AlterTableRenameOperation.java | 11 ++++---- .../misc/touch/AlterTableTouchAnalyzer.java | 11 ++++---- .../table/misc/touch/AlterTableTouchDesc.java | 11 ++++---- .../misc/touch/AlterTableTouchOperation.java | 11 ++++---- .../misc/truncate/TruncateTableAnalyzer.java | 11 ++++---- .../misc/truncate/TruncateTableDesc.java | 11 ++++---- .../misc/truncate/TruncateTableOperation.java | 11 ++++---- .../ddl/table/partition/PartitionUtils.java | 11 ++++---- .../add/AbstractAddPartitionAnalyzer.java | 11 ++++---- .../add/AlterTableAddPartitionAnalyzer.java | 11 ++++---- .../add/AlterTableAddPartitionDesc.java | 11 ++++---- .../add/AlterTableAddPartitionOperation.java | 11 ++++---- .../add/AlterViewAddPartitionAnalyzer.java | 11 ++++---- .../AlterTableAlterPartitionAnalyzer.java | 11 ++++---- .../alter/AlterTableAlterPartitionDesc.java | 11 ++++---- .../AlterTableAlterPartitionOperation.java | 11 ++++---- .../drop/AbstractDropPartitionAnalyzer.java | 11 ++++---- .../drop/AlterTableDropPartitionAnalyzer.java | 11 ++++---- .../drop/AlterTableDropPartitionDesc.java | 11 ++++---- .../AlterTableDropPartitionOperation.java | 11 ++++---- .../drop/AlterViewDropPartitionAnalyzer.java | 11 ++++---- .../AlterTableExchangePartitionAnalyzer.java | 11 ++++---- .../AlterTableExchangePartitionsDesc.java | 11 ++++---- ...AlterTableExchangePartitionsOperation.java | 11 ++++---- .../AlterTableRenamePartitionAnalyzer.java | 11 ++++---- .../rename/AlterTableRenamePartitionDesc.java | 11 ++++---- .../AlterTableRenamePartitionOperation.java | 11 ++++---- .../AlterTableSetPartitionSpecAnalyzer.java | 11 ++++---- .../set/AlterTableSetPartitionSpecDesc.java | 11 ++++---- .../AlterTableSetPartitionSpecOperation.java | 11 ++++---- .../partition/show/ShowPartitionAnalyzer.java | 11 ++++---- .../partition/show/ShowPartitionsDesc.java | 11 ++++---- .../show/ShowPartitionsFormatter.java | 11 ++++---- .../show/ShowPartitionsOperation.java | 11 ++++---- .../AlterTableCreateSnapshotRefAnalyzer.java | 11 ++++---- .../AlterTableDropSnapshotRefAnalyzer.java | 11 ++++---- .../AlterTableReplaceSnapshotRefAnalyzer.java | 11 ++++---- .../AlterTableSnapshotRefDesc.java | 11 ++++---- .../AlterTableSnapshotRefOperation.java | 11 ++++---- .../AlterTableCreateBranchAnalyzer.java | 11 ++++---- .../drop/AlterTableDropBranchAnalyzer.java | 11 ++++---- .../AlterTableRenameSnapshotRefAnalyzer.java | 11 ++++---- .../create/AlterTableCreateTagAnalyzer.java | 11 ++++---- .../tag/drop/AlterTableDropTagAnalyzer.java | 11 ++++---- .../AbstractAlterTableArchiveAnalyzer.java | 11 ++++---- .../archive/AlterTableArchiveAnalyzer.java | 11 ++++---- .../archive/AlterTableArchiveDesc.java | 11 ++++---- .../archive/AlterTableArchiveOperation.java | 11 ++++---- .../archive/AlterTableArchiveUtils.java | 11 ++++---- .../archive/AlterTableUnarchiveAnalyzer.java | 11 ++++---- .../archive/AlterTableUnarchiveDesc.java | 11 ++++---- .../archive/AlterTableUnarchiveOperation.java | 11 ++++---- .../AlterTableClusterSortAnalyzer.java | 11 ++++---- .../cluster/AlterTableClusteredByDesc.java | 11 ++++---- .../AlterTableClusteredByOperation.java | 11 ++++---- .../AlterTableIntoBucketsAnalyzer.java | 11 ++++---- .../cluster/AlterTableIntoBucketsDesc.java | 11 ++++---- .../AlterTableIntoBucketsOperation.java | 11 ++++---- .../cluster/AlterTableNotClusteredDesc.java | 11 ++++---- .../AlterTableNotClusteredOperation.java | 11 ++++---- .../cluster/AlterTableNotSortedDesc.java | 11 ++++---- .../cluster/AlterTableNotSortedOperation.java | 11 ++++---- .../compact/AlterTableCompactAnalyzer.java | 11 ++++---- .../compact/AlterTableCompactDesc.java | 11 ++++---- .../compact/AlterTableCompactOperation.java | 11 ++++---- .../AlterTableConcatenateAnalyzer.java | 11 ++++---- .../AlterTableConcatenateDesc.java | 11 ++++---- .../AlterTableConcatenateOperation.java | 11 ++++---- .../AlterTableSetWriteOrderAnalyzer.java | 11 ++++---- .../order/AlterTableSetWriteOrderDesc.java | 11 ++++---- .../AlterTableSetWriteOrderOperation.java | 11 ++++---- .../serde/AlterTableSetSerdeAnalyzer.java | 11 ++++---- .../storage/serde/AlterTableSetSerdeDesc.java | 11 ++++---- .../serde/AlterTableSetSerdeOperation.java | 11 ++++---- .../AlterTableSetSerdePropsAnalyzer.java | 11 ++++---- .../serde/AlterTableSetSerdePropsDesc.java | 11 ++++---- .../AlterTableSetSerdePropsOperation.java | 11 ++++---- .../AlterTableUnsetSerdePropsAnalyzer.java | 11 ++++---- .../serde/AlterTableUnsetSerdePropsDesc.java | 11 ++++---- .../AlterTableUnsetSerdePropsOperation.java | 11 ++++---- .../AlterTableSetFileFormatAnalyzer.java | 11 ++++---- .../AlterTableSetFileFormatDesc.java | 11 ++++---- .../AlterTableSetFileFormatOperation.java | 11 ++++---- .../AlterTableSetLocationAnalyzer.java | 11 ++++---- .../location/AlterTableSetLocationDesc.java | 11 ++++---- .../AlterTableSetLocationOperation.java | 11 ++++---- .../skewed/AlterTableNotSkewedDesc.java | 11 ++++---- .../skewed/AlterTableNotSkewedOperation.java | 11 ++++---- .../AlterTableSetSkewedLocationAnalyzer.java | 11 ++++---- .../AlterTableSetSkewedLocationDesc.java | 11 ++++---- .../AlterTableSetSkewedLocationOperation.java | 11 ++++---- .../skewed/AlterTableSkewedByAnalyzer.java | 11 ++++---- .../skewed/AlterTableSkewedByDesc.java | 11 ++++---- .../skewed/AlterTableSkewedByOperation.java | 11 ++++---- .../storage/skewed/SkewedTableUtils.java | 11 ++++---- .../ddl/view/AlterViewAnalyzerCategory.java | 11 ++++---- .../create/AbstractCreateViewAnalyzer.java | 11 ++++---- .../view/create/AbstractCreateViewDesc.java | 11 ++++---- .../ddl/view/create/AlterViewAsAnalyzer.java | 11 ++++---- .../ql/ddl/view/create/AlterViewAsDesc.java | 11 ++++---- .../ddl/view/create/AlterViewAsOperation.java | 11 ++++---- .../create/CreateMaterializedViewDesc.java | 11 ++++---- .../CreateMaterializedViewOperation.java | 11 ++++---- .../ddl/view/create/CreateViewAnalyzer.java | 11 ++++---- .../ql/ddl/view/create/CreateViewDesc.java | 11 ++++---- .../ddl/view/create/CreateViewOperation.java | 11 ++++---- .../ql/ddl/view/drop/DropViewAnalyzer.java | 11 ++++---- .../hive/ql/ddl/view/drop/DropViewDesc.java | 11 ++++---- .../ql/ddl/view/drop/DropViewOperation.java | 11 ++++---- .../AlterMaterializedViewRebuildAnalyzer.java | 11 ++++---- .../rebuild/MaterializedViewASTBuilder.java | 11 ++++---- .../NativeAcidMaterializedViewASTBuilder.java | 11 ++++---- ...nNativeAcidMaterializedViewASTBuilder.java | 11 ++++---- .../AlterMaterializedViewRewriteAnalyzer.java | 11 ++++---- .../AlterMaterializedViewRewriteDesc.java | 11 ++++---- ...AlterMaterializedViewRewriteOperation.java | 11 ++++---- .../drop/DropMaterializedViewAnalyzer.java | 11 ++++---- .../drop/DropMaterializedViewDesc.java | 11 ++++---- .../drop/DropMaterializedViewOperation.java | 11 ++++---- .../show/ShowMaterializedViewsAnalyzer.java | 11 ++++---- .../show/ShowMaterializedViewsDesc.java | 11 ++++---- .../show/ShowMaterializedViewsFormatter.java | 11 ++++---- .../show/ShowMaterializedViewsOperation.java | 11 ++++---- .../update/MaterializedViewUpdateDesc.java | 11 ++++---- .../MaterializedViewUpdateOperation.java | 11 ++++---- .../AlterViewSetPropertiesAnalyzer.java | 11 ++++---- .../AlterViewUnsetPropertiesAnalyzer.java | 11 ++++---- .../view/rename/AlterViewRenameAnalyzer.java | 11 ++++---- .../ql/ddl/view/show/ShowViewsAnalyzer.java | 11 ++++---- .../hive/ql/ddl/view/show/ShowViewsDesc.java | 11 ++++---- .../ql/ddl/view/show/ShowViewsOperation.java | 11 ++++---- .../ql/ddl/workloadmanagement/WMUtils.java | 11 ++++---- .../mapping/AbstractVMMappingAnalyzer.java | 11 ++++---- .../mapping/alter/AlterWMMappingAnalyzer.java | 11 ++++---- .../mapping/alter/AlterWMMappingDesc.java | 11 ++++---- .../alter/AlterWMMappingOperation.java | 11 ++++---- .../create/CreateWMMappingAnalyzer.java | 11 ++++---- .../mapping/create/CreateWMMappingDesc.java | 11 ++++---- .../create/CreateWMMappingOperation.java | 11 ++++---- .../mapping/drop/DropWMMappingAnalyzer.java | 11 ++++---- .../mapping/drop/DropWMMappingDesc.java | 11 ++++---- .../mapping/drop/DropWMMappingOperation.java | 11 ++++---- .../pool/alter/AlterWMPoolAnalyzer.java | 11 ++++---- .../pool/alter/AlterWMPoolDesc.java | 11 ++++---- .../pool/alter/AlterWMPoolOperation.java | 11 ++++---- .../pool/create/CreateWMPoolAnalyzer.java | 11 ++++---- .../pool/create/CreateWMPoolDesc.java | 11 ++++---- .../pool/create/CreateWMPoolOperation.java | 11 ++++---- .../pool/drop/DropWMPoolAnalyzer.java | 11 ++++---- .../pool/drop/DropWMPoolDesc.java | 11 ++++---- .../pool/drop/DropWMPoolOperation.java | 11 ++++---- ...tractAlterResourcePlanStatusOperation.java | 11 ++++---- .../AlterResourcePlanDisableAnalyzer.java | 11 ++++---- .../disable/AlterResourcePlanDisableDesc.java | 11 ++++---- .../AlterResourcePlanDisableOperation.java | 11 ++++---- .../AlterResourcePlanEnableAnalyzer.java | 11 ++++---- .../enable/AlterResourcePlanEnableDesc.java | 11 ++++---- .../AlterResourcePlanEnableOperation.java | 11 ++++---- .../AlterResourcePlanRenameAnalyzer.java | 11 ++++---- .../rename/AlterResourcePlanRenameDesc.java | 11 ++++---- .../AlterResourcePlanRenameOperation.java | 11 ++++---- .../AlterResourcePlanReplaceAnalyzer.java | 11 ++++---- .../replace/AlterResourcePlanReplaceDesc.java | 11 ++++---- .../AlterResourcePlanReplaceOperation.java | 11 ++++---- .../set/AlterResourcePlanSetAnalyzer.java | 11 ++++---- .../alter/set/AlterResourcePlanSetDesc.java | 11 ++++---- .../set/AlterResourcePlanSetOperation.java | 11 ++++---- .../unset/AlterResourcePlanUnsetAnalyzer.java | 11 ++++---- .../unset/AlterResourcePlanUnsetDesc.java | 11 ++++---- .../AlterResourcePlanUnsetOperation.java | 11 ++++---- .../AlterResourcePlanValidateAnalyzer.java | 11 ++++---- .../AlterResourcePlanValidateDesc.java | 11 ++++---- .../AlterResourcePlanValidateOperation.java | 11 ++++---- .../create/CreateResourcePlanAnalyzer.java | 11 ++++---- .../create/CreateResourcePlanDesc.java | 11 ++++---- .../create/CreateResourcePlanOperation.java | 11 ++++---- .../drop/DropResourcePlanAnalyzer.java | 11 ++++---- .../drop/DropResourcePlanDesc.java | 11 ++++---- .../drop/DropResourcePlanOperation.java | 11 ++++---- .../show/ShowResourcePlanAnalyzer.java | 11 ++++---- .../show/ShowResourcePlanDesc.java | 11 ++++---- .../show/ShowResourcePlanOperation.java | 11 ++++---- .../JsonShowResourcePlanFormatter.java | 11 ++++---- .../formatter/ShowResourcePlanFormatter.java | 11 ++++---- .../TextShowResourcePlanFormatter.java | 11 ++++---- .../trigger/TriggerUtils.java | 11 ++++---- .../trigger/alter/AlterWMTriggerAnalyzer.java | 11 ++++---- .../trigger/alter/AlterWMTriggerDesc.java | 11 ++++---- .../alter/AlterWMTriggerOperation.java | 11 ++++---- .../create/CreateWMTriggerAnalyzer.java | 11 ++++---- .../trigger/create/CreateWMTriggerDesc.java | 11 ++++---- .../create/CreateWMTriggerOperation.java | 11 ++++---- .../trigger/drop/DropWMTriggerAnalyzer.java | 11 ++++---- .../trigger/drop/DropWMTriggerDesc.java | 11 ++++---- .../trigger/drop/DropWMTriggerOperation.java | 11 ++++---- .../pool/add/AlterPoolAddTriggerAnalyzer.java | 11 ++++---- .../pool/add/AlterPoolAddTriggerDesc.java | 11 ++++---- .../add/AlterPoolAddTriggerOperation.java | 11 ++++---- .../drop/AlterPoolDropTriggerAnalyzer.java | 11 ++++---- .../pool/drop/AlterPoolDropTriggerDesc.java | 11 ++++---- .../drop/AlterPoolDropTriggerOperation.java | 11 ++++---- .../apache/hadoop/hive/ql/debug/Utils.java | 11 ++++---- .../ql/exec/AbstractFileMergeOperator.java | 11 ++++---- .../hive/ql/exec/AbstractMapJoinOperator.java | 11 ++++---- .../hive/ql/exec/AbstractMapOperator.java | 11 ++++---- .../hive/ql/exec/AddToClassPathAction.java | 11 ++++---- .../hive/ql/exec/AppMasterEventOperator.java | 11 ++++---- .../hadoop/hive/ql/exec/ArchiveUtils.java | 11 ++++---- .../hadoop/hive/ql/exec/AutoProgressor.java | 11 ++++---- .../hive/ql/exec/BinaryRecordReader.java | 11 ++++---- .../hadoop/hive/ql/exec/BoundaryCache.java | 11 ++++---- .../hadoop/hive/ql/exec/BucketMatcher.java | 11 ++++---- .../hadoop/hive/ql/exec/ByteWritable.java | 11 ++++---- .../hadoop/hive/ql/exec/CollectOperator.java | 11 ++++---- .../hadoop/hive/ql/exec/ColumnInfo.java | 11 ++++---- .../hive/ql/exec/ColumnStatsDropTask.java | 11 ++++---- .../hive/ql/exec/ColumnStatsUpdateTask.java | 11 ++++---- .../hive/ql/exec/CommonJoinOperator.java | 11 ++++---- .../hive/ql/exec/CommonMergeJoinOperator.java | 11 ++++---- .../ql/exec/ComparisonOpMethodResolver.java | 11 ++++---- .../hadoop/hive/ql/exec/ConditionalTask.java | 11 ++++---- .../apache/hadoop/hive/ql/exec/CopyTask.java | 11 ++++---- .../hadoop/hive/ql/exec/DDLPlanUtils.java | 11 ++++---- .../hive/ql/exec/DataSketchesFunctions.java | 11 ++++---- .../hive/ql/exec/DefaultBucketMatcher.java | 11 ++++---- .../exec/DefaultMemoryExhaustionChecker.java | 11 ++++---- .../hadoop/hive/ql/exec/DemuxOperator.java | 11 ++++---- .../ql/exec/DependencyCollectionTask.java | 11 ++++---- .../hive/ql/exec/DummyStoreOperator.java | 11 ++++---- .../hive/ql/exec/DynamicValueRegistry.java | 11 ++++---- .../hive/ql/exec/ExplainSQRewriteTask.java | 11 ++++---- .../hadoop/hive/ql/exec/ExplainTask.java | 11 ++++---- .../hadoop/hive/ql/exec/ExportTask.java | 11 ++++---- .../hive/ql/exec/ExprNodeColumnEvaluator.java | 11 ++++---- .../ql/exec/ExprNodeConstantEvaluator.java | 11 ++++---- .../exec/ExprNodeDynamicValueEvaluator.java | 11 ++++---- .../hive/ql/exec/ExprNodeEvaluator.java | 11 ++++---- .../ql/exec/ExprNodeEvaluatorFactory.java | 11 ++++---- .../hive/ql/exec/ExprNodeEvaluatorHead.java | 11 ++++---- .../hive/ql/exec/ExprNodeEvaluatorRef.java | 11 ++++---- .../hive/ql/exec/ExprNodeFieldEvaluator.java | 11 ++++---- .../ql/exec/ExprNodeGenericFuncEvaluator.java | 11 ++++---- .../hadoop/hive/ql/exec/FetchOperator.java | 11 ++++---- .../apache/hadoop/hive/ql/exec/FetchTask.java | 11 ++++---- .../hadoop/hive/ql/exec/FileSinkOperator.java | 11 ++++---- .../hadoop/hive/ql/exec/FilterOperator.java | 11 ++++---- .../hadoop/hive/ql/exec/FooterBuffer.java | 11 ++++---- .../hadoop/hive/ql/exec/ForwardOperator.java | 11 ++++---- .../hadoop/hive/ql/exec/FunctionInfo.java | 11 ++++---- .../hadoop/hive/ql/exec/FunctionRegistry.java | 11 ++++---- .../hadoop/hive/ql/exec/FunctionUtils.java | 11 ++++---- .../hive/ql/exec/GlobalWorkMapFactory.java | 11 ++++---- .../hadoop/hive/ql/exec/GroupByOperator.java | 11 ++++---- .../hive/ql/exec/HashTableDummyOperator.java | 11 ++++---- .../hadoop/hive/ql/exec/HashTableLoader.java | 11 ++++---- .../hive/ql/exec/HashTableSinkOperator.java | 11 ++++---- .../hadoop/hive/ql/exec/HiveFunctionInfo.java | 11 ++++---- .../hive/ql/exec/HiveStructComparator.java | 11 ++++---- .../ql/exec/HiveTotalOrderPartitioner.java | 11 ++++---- .../hive/ql/exec/HiveWritableComparator.java | 11 ++++---- .../hive/ql/exec/IConfigureJobConf.java | 11 ++++---- .../hadoop/hive/ql/exec/JoinOperator.java | 11 ++++---- .../apache/hadoop/hive/ql/exec/JoinUtil.java | 11 ++++---- .../hadoop/hive/ql/exec/KeyWrapper.java | 11 ++++---- .../hive/ql/exec/KeyWrapperComparator.java | 11 ++++---- .../hive/ql/exec/KeyWrapperFactory.java | 11 ++++---- .../ql/exec/LateralViewForwardOperator.java | 11 ++++---- .../hive/ql/exec/LateralViewJoinOperator.java | 11 ++++---- .../hadoop/hive/ql/exec/LimitOperator.java | 11 ++++---- .../hadoop/hive/ql/exec/ListSinkOperator.java | 11 ++++---- .../hadoop/hive/ql/exec/MapJoinOperator.java | 11 ++++---- .../hadoop/hive/ql/exec/MapOperator.java | 11 ++++---- .../hadoop/hive/ql/exec/MapredContext.java | 11 ++++---- .../hive/ql/exec/MemoryExhaustionChecker.java | 11 ++++---- .../exec/MemoryExhaustionCheckerFactory.java | 11 ++++---- .../hadoop/hive/ql/exec/MemoryInfo.java | 11 ++++---- .../hive/ql/exec/MemoryMonitorInfo.java | 11 ++++---- .../apache/hadoop/hive/ql/exec/MoveTask.java | 11 ++++---- .../hadoop/hive/ql/exec/MuxOperator.java | 11 ++++---- .../apache/hadoop/hive/ql/exec/NodeUtils.java | 11 ++++---- .../hive/ql/exec/NumericOpMethodResolver.java | 11 ++++---- .../ql/exec/NumericUDAFEvaluatorResolver.java | 11 ++++---- .../hadoop/hive/ql/exec/ObjectCache.java | 11 ++++---- .../hive/ql/exec/ObjectCacheFactory.java | 11 ++++---- .../hive/ql/exec/ObjectCacheWrapper.java | 11 ++++---- .../apache/hadoop/hive/ql/exec/Operator.java | 11 ++++---- .../hadoop/hive/ql/exec/OperatorFactory.java | 11 ++++---- .../hadoop/hive/ql/exec/OperatorUtils.java | 11 ++++---- .../hive/ql/exec/OrcFileMergeOperator.java | 11 ++++---- .../hadoop/hive/ql/exec/PTFOperator.java | 11 ++++---- .../hadoop/hive/ql/exec/PTFPartition.java | 11 ++++---- .../hive/ql/exec/PTFRollingPartition.java | 11 ++++---- .../hadoop/hive/ql/exec/PTFTopNHash.java | 11 ++++---- .../apache/hadoop/hive/ql/exec/PTFUtils.java | 11 ++++---- .../hadoop/hive/ql/exec/PTFValueCache.java | 11 ++++---- .../hive/ql/exec/ParsedOutputFileName.java | 11 ++++---- .../hive/ql/exec/PartitionKeySampler.java | 11 ++++---- .../PartitionTableFunctionDescription.java | 11 ++++---- .../hive/ql/exec/RCFileMergeOperator.java | 11 ++++---- .../hadoop/hive/ql/exec/RecordReader.java | 11 ++++---- .../hadoop/hive/ql/exec/RecordWriter.java | 11 ++++---- .../hive/ql/exec/ReduceSinkOperator.java | 11 ++++---- .../apache/hadoop/hive/ql/exec/Registry.java | 11 ++++---- .../hadoop/hive/ql/exec/ReplCopyTask.java | 11 ++++---- .../hadoop/hive/ql/exec/ReplTxnTask.java | 11 ++++---- .../apache/hadoop/hive/ql/exec/RowSchema.java | 11 ++++---- .../hive/ql/exec/SMBMapJoinOperator.java | 11 ++++---- .../hadoop/hive/ql/exec/ScriptOperator.java | 11 ++++---- .../hadoop/hive/ql/exec/SecureCmdDoAs.java | 11 ++++---- .../hadoop/hive/ql/exec/SelectOperator.java | 11 ++++---- .../hive/ql/exec/SerializationUtilities.java | 11 ++++---- .../hadoop/hive/ql/exec/SkewJoinHandler.java | 11 ++++---- .../org/apache/hadoop/hive/ql/exec/Stat.java | 11 ++++---- .../apache/hadoop/hive/ql/exec/StatsTask.java | 11 ++++---- .../hive/ql/exec/TableScanOperator.java | 11 ++++---- .../org/apache/hadoop/hive/ql/exec/Task.java | 11 ++++---- .../hadoop/hive/ql/exec/TaskFactory.java | 11 ++++---- .../hadoop/hive/ql/exec/TaskHandle.java | 11 ++++---- .../hadoop/hive/ql/exec/TaskResult.java | 11 ++++---- .../hadoop/hive/ql/exec/TaskRunner.java | 11 ++++---- .../ql/exec/TemporaryHashSinkOperator.java | 11 ++++---- .../hadoop/hive/ql/exec/TerminalOperator.java | 11 ++++---- .../hadoop/hive/ql/exec/TextRecordReader.java | 11 ++++---- .../hadoop/hive/ql/exec/TextRecordWriter.java | 11 ++++---- .../hive/ql/exec/TezDummyStoreOperator.java | 11 ++++---- .../apache/hadoop/hive/ql/exec/TopNHash.java | 11 ++++---- .../hadoop/hive/ql/exec/TopNKeyFilter.java | 11 ++++---- .../hadoop/hive/ql/exec/TopNKeyOperator.java | 11 ++++---- .../ql/exec/UDFArgumentLengthException.java | 11 ++++---- .../ql/exec/UDFArgumentTypeException.java | 11 ++++---- .../hadoop/hive/ql/exec/UDFClassLoader.java | 11 ++++---- .../hadoop/hive/ql/exec/UDTFOperator.java | 11 ++++---- .../hadoop/hive/ql/exec/UnionOperator.java | 11 ++++---- .../apache/hadoop/hive/ql/exec/Utilities.java | 11 ++++---- .../ql/exec/WindowFunctionDescription.java | 11 ++++---- .../hive/ql/exec/WindowFunctionInfo.java | 11 ++++---- .../ql/exec/WritableComparatorFactory.java | 11 ++++---- .../errors/DataConstraintViolationError.java | 11 ++++---- .../errors/DataCorruptErrorHeuristic.java | 11 ++++---- .../hive/ql/exec/errors/ErrorAndSolution.java | 11 ++++---- .../hive/ql/exec/errors/ErrorHeuristic.java | 11 ++++---- .../exec/errors/MapAggrMemErrorHeuristic.java | 11 ++++---- .../ql/exec/errors/RegexErrorHeuristic.java | 11 ++++---- .../ql/exec/errors/ScriptErrorHeuristic.java | 11 ++++---- .../hive/ql/exec/errors/TaskLogProcessor.java | 11 ++++---- .../hive/ql/exec/errors/package-info.java | 11 ++++---- .../mapjoin/MapJoinMemoryExhaustionError.java | 11 ++++---- .../MapJoinMemoryExhaustionHandler.java | 11 ++++---- .../hadoop/hive/ql/exec/mr/ExecDriver.java | 11 ++++---- .../hadoop/hive/ql/exec/mr/ExecMapRunner.java | 11 ++++---- .../hadoop/hive/ql/exec/mr/ExecMapper.java | 11 ++++---- .../hive/ql/exec/mr/ExecMapperContext.java | 11 ++++---- .../hadoop/hive/ql/exec/mr/ExecReducer.java | 11 ++++---- .../hive/ql/exec/mr/HadoopJobExecHelper.java | 11 ++++---- .../hive/ql/exec/mr/HadoopJobExecHook.java | 11 ++++---- .../hive/ql/exec/mr/HashTableLoader.java | 11 ++++---- .../hadoop/hive/ql/exec/mr/JobDebugger.java | 11 ++++---- .../ql/exec/mr/JobTrackerURLResolver.java | 11 ++++---- .../hadoop/hive/ql/exec/mr/MapRedTask.java | 11 ++++---- .../hive/ql/exec/mr/MapredLocalTask.java | 11 ++++---- .../hadoop/hive/ql/exec/mr/ObjectCache.java | 11 ++++---- .../hadoop/hive/ql/exec/mr/Throttle.java | 11 ++++---- .../hadoop/hive/ql/exec/package-info.java | 11 ++++---- .../AbstractMapJoinTableContainer.java | 11 ++++---- .../persistence/AbstractRowContainer.java | 11 ++++---- .../persistence/BytesBytesMultiHashMap.java | 11 ++++---- .../ql/exec/persistence/FlatRowContainer.java | 11 ++++---- .../ql/exec/persistence/HashMapWrapper.java | 11 ++++---- .../exec/persistence/HybridHashTableConf.java | 11 ++++---- .../persistence/HybridHashTableContainer.java | 11 ++++---- .../exec/persistence/KeyValueContainer.java | 11 ++++---- .../MapJoinBytesTableContainer.java | 11 ++++---- .../persistence/MapJoinEagerRowContainer.java | 11 ++++---- .../hive/ql/exec/persistence/MapJoinKey.java | 11 ++++---- .../ql/exec/persistence/MapJoinKeyObject.java | 11 ++++---- .../MapJoinObjectSerDeContext.java | 11 ++++---- .../MapJoinPersistableTableContainer.java | 11 ++++---- .../exec/persistence/MapJoinRowContainer.java | 11 ++++---- .../persistence/MapJoinTableContainer.java | 11 ++++---- .../MapJoinTableContainerDirectAccess.java | 11 ++++---- .../MapJoinTableContainerSerDe.java | 11 ++++---- .../ql/exec/persistence/MatchTracker.java | 11 ++++---- .../ql/exec/persistence/ObjectContainer.java | 11 ++++---- .../ql/exec/persistence/PTFRowContainer.java | 11 ++++---- .../ReusableGetAdaptorDirectAccess.java | 11 ++++---- .../ql/exec/persistence/RowContainer.java | 11 ++++---- .../exec/persistence/UnwrapRowContainer.java | 11 ++++---- .../hadoop/hive/ql/exec/repl/AckTask.java | 11 ++++---- .../hadoop/hive/ql/exec/repl/AckWork.java | 11 ++++---- .../hive/ql/exec/repl/AtlasDumpTask.java | 11 ++++---- .../hive/ql/exec/repl/AtlasDumpWork.java | 11 ++++---- .../hive/ql/exec/repl/AtlasLoadTask.java | 11 ++++---- .../hive/ql/exec/repl/AtlasLoadWork.java | 11 ++++---- .../ql/exec/repl/ClearDanglingTxnTask.java | 11 ++++---- .../ql/exec/repl/ClearDanglingTxnWork.java | 11 ++++---- .../hadoop/hive/ql/exec/repl/DirCopyTask.java | 11 ++++---- .../hadoop/hive/ql/exec/repl/DirCopyWork.java | 11 ++++---- .../ql/exec/repl/NoOpReplStatsTracker.java | 11 ++++---- .../ql/exec/repl/OptimisedBootstrapUtils.java | 11 ++++---- .../hive/ql/exec/repl/RangerDenyTask.java | 11 ++++---- .../hive/ql/exec/repl/RangerDenyWork.java | 11 ++++---- .../hive/ql/exec/repl/RangerDumpTask.java | 11 ++++---- .../hive/ql/exec/repl/RangerDumpWork.java | 11 ++++---- .../hive/ql/exec/repl/RangerLoadTask.java | 11 ++++---- .../hive/ql/exec/repl/RangerLoadWork.java | 11 ++++---- .../hadoop/hive/ql/exec/repl/ReplAck.java | 11 ++++---- .../hive/ql/exec/repl/ReplDumpTask.java | 11 ++++---- .../hive/ql/exec/repl/ReplDumpWork.java | 11 ++++---- .../hive/ql/exec/repl/ReplExternalTables.java | 11 ++++---- .../hive/ql/exec/repl/ReplLoadTask.java | 11 ++++---- .../hive/ql/exec/repl/ReplLoadWork.java | 11 ++++---- .../hive/ql/exec/repl/ReplLoadWorkMBean.java | 11 ++++---- .../hive/ql/exec/repl/ReplStateLogTask.java | 11 ++++---- .../hive/ql/exec/repl/ReplStateLogWork.java | 11 ++++---- .../hive/ql/exec/repl/ReplStatsTracker.java | 11 ++++---- .../exec/repl/ReplicationMigrationTool.java | 11 ++++---- .../ql/exec/repl/atlas/AtlasReplInfo.java | 11 ++++---- .../exec/repl/atlas/AtlasRequestBuilder.java | 11 ++++---- .../ql/exec/repl/atlas/AtlasRestClient.java | 11 ++++---- .../repl/atlas/AtlasRestClientBuilder.java | 11 ++++---- .../exec/repl/atlas/AtlasRestClientImpl.java | 11 ++++---- .../exec/repl/atlas/NoOpAtlasRestClient.java | 11 ++++---- .../repl/atlas/RetryingClientTimeBased.java | 11 ++++---- .../repl/bootstrap/events/BootstrapEvent.java | 11 ++++---- .../bootstrap/events/ConstraintEvent.java | 11 ++++---- .../repl/bootstrap/events/DatabaseEvent.java | 11 ++++---- .../repl/bootstrap/events/FunctionEvent.java | 11 ++++---- .../repl/bootstrap/events/PartitionEvent.java | 11 ++++---- .../repl/bootstrap/events/TableEvent.java | 11 ++++---- .../filesystem/BootstrapEventsIterator.java | 11 ++++---- .../filesystem/ConstraintEventsIterator.java | 11 ++++---- .../filesystem/DatabaseEventsIterator.java | 11 ++++---- .../events/filesystem/FSConstraintEvent.java | 11 ++++---- .../events/filesystem/FSDatabaseEvent.java | 11 ++++---- .../events/filesystem/FSFunctionEvent.java | 11 ++++---- .../events/filesystem/FSPartitionEvent.java | 11 ++++---- .../events/filesystem/FSTableEvent.java | 11 ++++---- .../repl/bootstrap/load/LoadConstraint.java | 11 ++++---- .../repl/bootstrap/load/LoadDatabase.java | 11 ++++---- .../repl/bootstrap/load/LoadFunction.java | 11 ++++---- .../repl/bootstrap/load/ReplicationState.java | 11 ++++---- .../bootstrap/load/table/LoadPartitions.java | 11 ++++---- .../repl/bootstrap/load/table/LoadTable.java | 11 ++++---- .../bootstrap/load/table/TableContext.java | 11 ++++---- .../repl/bootstrap/load/util/Context.java | 11 ++++---- .../repl/bootstrap/load/util/PathInfo.java | 11 ++++---- .../repl/bootstrap/load/util/PathUtils.java | 11 ++++---- .../IncrementalLoadEventsIterator.java | 11 ++++---- .../IncrementalLoadTasksBuilder.java | 11 ++++---- .../repl/ranger/NoOpRangerRestClient.java | 11 ++++---- .../repl/ranger/RangerBaseModelObject.java | 11 ++++---- .../repl/ranger/RangerExportPolicyList.java | 11 ++++---- .../ql/exec/repl/ranger/RangerPolicy.java | 11 ++++---- .../ql/exec/repl/ranger/RangerPolicyList.java | 11 ++++---- .../ql/exec/repl/ranger/RangerRestClient.java | 11 ++++---- .../repl/ranger/RangerRestClientImpl.java | 11 ++++---- .../exec/repl/util/AddDependencyToLeaves.java | 11 ++++---- .../hive/ql/exec/repl/util/FileList.java | 11 ++++---- .../hive/ql/exec/repl/util/ReplUtils.java | 11 ++++---- .../hive/ql/exec/repl/util/SnapshotUtils.java | 11 ++++---- .../repl/util/StringConvertibleObject.java | 11 ++++---- .../hive/ql/exec/repl/util/TaskTracker.java | 11 ++++---- .../schq/ScheduledQueryMaintenanceTask.java | 11 ++++---- .../ql/exec/tez/AbstractTriggerValidator.java | 11 ++++---- .../hadoop/hive/ql/exec/tez/AmPluginNode.java | 11 ++++---- .../ql/exec/tez/AvailableSlotsCalculator.java | 11 ++++---- .../exec/tez/ColumnarSplitSizeEstimator.java | 11 ++++---- .../hive/ql/exec/tez/CompileTimeCounters.java | 11 ++++---- .../ql/exec/tez/CustomEdgeConfiguration.java | 11 ++++---- .../hive/ql/exec/tez/CustomPartitionEdge.java | 11 ++++---- .../ql/exec/tez/CustomPartitionVertex.java | 11 ++++---- .../exec/tez/CustomVertexConfiguration.java | 11 ++++---- .../ql/exec/tez/DagCredentialSupplier.java | 11 ++++---- .../hadoop/hive/ql/exec/tez/DagUtils.java | 11 ++++---- .../hive/ql/exec/tez/DataInputByteBuffer.java | 11 ++++---- .../tez/DummyExternalSessionsRegistry.java | 11 ++++---- .../ql/exec/tez/DynamicPartitionPruner.java | 11 ++++---- .../ql/exec/tez/DynamicValueRegistryTez.java | 11 ++++---- .../ql/exec/tez/ExternalSessionsRegistry.java | 11 ++++---- .../tez/ExternalSessionsRegistryFactory.java | 11 ++++---- .../ql/exec/tez/GuaranteedTasksAllocator.java | 11 ++++---- .../hive/ql/exec/tez/HashTableLoader.java | 11 ++++---- .../hive/ql/exec/tez/HashableInputSplit.java | 11 ++++---- .../hive/ql/exec/tez/HiveInputCounters.java | 11 ++++---- .../ql/exec/tez/HivePreWarmProcessor.java | 11 ++++---- .../hive/ql/exec/tez/HiveSplitGenerator.java | 11 ++++---- .../HostAffinitySplitLocationProvider.java | 11 ++++---- .../ql/exec/tez/InterruptibleProcessing.java | 11 ++++---- .../hive/ql/exec/tez/KeyValuesAdapter.java | 11 ++++---- .../ql/exec/tez/KeyValuesFromKeyValue.java | 11 ++++---- .../ql/exec/tez/KeyValuesFromKeyValues.java | 11 ++++---- .../tez/KillMoveTriggerActionHandler.java | 11 ++++---- .../ql/exec/tez/KillTriggerActionHandler.java | 11 ++++---- .../hive/ql/exec/tez/LlapObjectCache.java | 11 ++++---- .../hive/ql/exec/tez/LlapObjectSubCache.java | 11 ++++---- .../ql/exec/tez/LlapPluginEndpointClient.java | 11 ++++---- .../tez/LlapPluginEndpointClientImpl.java | 11 ++++---- .../hive/ql/exec/tez/MapRecordProcessor.java | 11 ++++---- .../hive/ql/exec/tez/MapRecordSource.java | 11 ++++---- .../hive/ql/exec/tez/MapTezProcessor.java | 11 ++++---- .../ql/exec/tez/MergeFileRecordProcessor.java | 11 ++++---- .../ql/exec/tez/MergeFileTezProcessor.java | 11 ++++---- .../hadoop/hive/ql/exec/tez/NullMROutput.java | 11 ++++---- .../hadoop/hive/ql/exec/tez/ObjectCache.java | 11 ++++---- .../tez/PerPoolTriggerValidatorRunnable.java | 11 ++++---- .../ql/exec/tez/QueryAllocationManager.java | 11 ++++---- .../hive/ql/exec/tez/RecordProcessor.java | 11 ++++---- .../hadoop/hive/ql/exec/tez/RecordSource.java | 11 ++++---- .../ql/exec/tez/ReduceRecordProcessor.java | 11 ++++---- .../hive/ql/exec/tez/ReduceRecordSource.java | 11 ++++---- .../hive/ql/exec/tez/ReduceTezProcessor.java | 11 ++++---- .../ql/exec/tez/RestrictedConfigChecker.java | 11 ++++---- .../ql/exec/tez/SessionExpirationTracker.java | 11 ++++---- .../hadoop/hive/ql/exec/tez/SplitGrouper.java | 11 ++++---- .../exec/tez/TezAvailableSlotsCalculator.java | 11 ++++---- .../ql/exec/tez/TezConfigurationFactory.java | 11 ++++---- .../hadoop/hive/ql/exec/tez/TezContext.java | 11 ++++---- .../ql/exec/tez/TezExternalSessionState.java | 11 ++++---- .../hive/ql/exec/tez/TezJobExecHelper.java | 11 ++++---- .../hadoop/hive/ql/exec/tez/TezProcessor.java | 11 ++++---- .../hive/ql/exec/tez/TezRuntimeContext.java | 11 ++++---- .../hive/ql/exec/tez/TezRuntimeException.java | 11 ++++---- .../hadoop/hive/ql/exec/tez/TezSession.java | 11 ++++---- .../hive/ql/exec/tez/TezSessionPool.java | 11 ++++---- .../ql/exec/tez/TezSessionPoolManager.java | 11 ++++---- .../tez/TezSessionPoolManagerMetrics.java | 11 ++++---- .../ql/exec/tez/TezSessionPoolSession.java | 11 ++++---- .../hive/ql/exec/tez/TezSessionState.java | 11 ++++---- .../hadoop/hive/ql/exec/tez/TezTask.java | 11 ++++---- .../ql/exec/tez/TezTotalOrderPartitioner.java | 11 ++++---- .../ql/exec/tez/TriggerValidatorRunnable.java | 11 ++++---- .../hive/ql/exec/tez/UserPoolMapping.java | 11 ++++---- .../apache/hadoop/hive/ql/exec/tez/Utils.java | 11 ++++---- .../hadoop/hive/ql/exec/tez/WmEvent.java | 11 ++++---- .../hive/ql/exec/tez/WmPoolMetrics.java | 11 ++++---- .../hadoop/hive/ql/exec/tez/WmTezSession.java | 11 ++++---- .../hive/ql/exec/tez/WorkloadManager.java | 11 ++++---- .../exec/tez/WorkloadManagerFederation.java | 11 ++++---- .../ql/exec/tez/WorkloadManagerMxBean.java | 11 ++++---- .../hive/ql/exec/tez/YarnQueueHelper.java | 11 ++++---- ...okeeperExternalSessionsRegistryClient.java | 11 ++++---- .../ql/exec/tez/monitoring/Constants.java | 11 ++++---- .../ql/exec/tez/monitoring/DAGSummary.java | 11 ++++---- .../tez/monitoring/FSCountersSummary.java | 11 ++++---- .../ql/exec/tez/monitoring/LLAPioSummary.java | 11 ++++---- .../ql/exec/tez/monitoring/LlapWmSummary.java | 11 ++++---- .../NoopSkewedMergeJoinMonitor.java | 11 ++++---- .../ql/exec/tez/monitoring/PrintSummary.java | 11 ++++---- .../QueryExecutionBreakdownSummary.java | 11 ++++---- .../exec/tez/monitoring/RenderStrategy.java | 11 ++++---- .../tez/monitoring/SkewedJoinMonitor.java | 11 ++++---- .../monitoring/SkewedMergeJoinMonitor.java | 11 ++++---- .../ql/exec/tez/monitoring/TezJobMonitor.java | 11 ++++---- .../tez/monitoring/TezProgressMonitor.java | 11 ++++---- .../exec/tez/tools/KeyValueInputMerger.java | 11 ++++---- .../exec/tez/tools/KeyValuesInputMerger.java | 11 ++++---- .../exec/tez/tools/TezMergedLogicalInput.java | 11 ++++---- .../hive/ql/exec/util/DAGTraversal.java | 11 ++++---- .../hadoop/hive/ql/exec/util/Retryable.java | 11 ++++---- .../hive/ql/exec/vector/TimestampUtils.java | 11 ++++---- .../vector/VectorAggregationBufferBatch.java | 11 ++++---- .../vector/VectorAggregationBufferRow.java | 11 ++++---- .../ql/exec/vector/VectorAggregationDesc.java | 11 ++++---- .../vector/VectorAppMasterEventOperator.java | 11 ++++---- .../hive/ql/exec/vector/VectorAssignRow.java | 11 ++++---- .../hive/ql/exec/vector/VectorBatchDebug.java | 11 ++++---- .../ql/exec/vector/VectorColumnAssign.java | 11 ++++---- .../ql/exec/vector/VectorColumnMapping.java | 11 ++++---- .../exec/vector/VectorColumnOrderedMap.java | 11 ++++---- .../vector/VectorColumnOutputMapping.java | 11 ++++---- .../ql/exec/vector/VectorColumnSetInfo.java | 11 ++++---- .../vector/VectorColumnSourceMapping.java | 11 ++++---- .../hive/ql/exec/vector/VectorCopyRow.java | 11 ++++---- .../ql/exec/vector/VectorDeserializeRow.java | 11 ++++---- .../vector/VectorExpressionDescriptor.java | 11 ++++---- .../hive/ql/exec/vector/VectorExtractRow.java | 11 ++++---- .../exec/vector/VectorFileSinkOperator.java | 11 ++++---- .../ql/exec/vector/VectorFilterOperator.java | 11 ++++---- .../ql/exec/vector/VectorGroupByOperator.java | 11 ++++---- .../ql/exec/vector/VectorGroupKeyHelper.java | 11 ++++---- .../ql/exec/vector/VectorLimitOperator.java | 11 ++++---- .../vector/VectorMapJoinBaseOperator.java | 11 ++++---- .../ql/exec/vector/VectorMapJoinOperator.java | 11 ++++---- .../VectorMapJoinOuterFilteredOperator.java | 11 ++++---- .../ql/exec/vector/VectorMapOperator.java | 11 ++++---- .../exec/vector/VectorReduceSinkOperator.java | 11 ++++---- .../exec/vector/VectorSMBMapJoinOperator.java | 11 ++++---- .../ql/exec/vector/VectorSelectOperator.java | 11 ++++---- .../ql/exec/vector/VectorSerializeRow.java | 11 ++++---- .../ql/exec/vector/VectorTopNKeyOperator.java | 11 ++++---- .../vector/VectorUtilBatchObjectPool.java | 11 ++++---- .../ql/exec/vector/VectorizationContext.java | 11 ++++---- .../vector/VectorizationContextRegion.java | 11 ++++---- .../ql/exec/vector/VectorizationOperator.java | 11 ++++---- .../ql/exec/vector/VectorizedBatchUtil.java | 11 ++++---- .../ql/exec/vector/VectorizedExpressions.java | 11 ++++---- ...VectorizedExpressionsSupportDecimal64.java | 11 ++++---- .../VectorizedInputFormatInterface.java | 11 ++++---- .../ql/exec/vector/VectorizedRowBatchCtx.java | 11 ++++---- .../ql/exec/vector/VectorizedSupport.java | 11 ++++---- .../hive/ql/exec/vector/VectorizedUDAFs.java | 11 ++++---- ...stractFilterStringColLikeStringScalar.java | 11 ++++---- .../BRoundWithNumDigitsDoubleToDouble.java | 11 ++++---- .../expressions/BucketNumExpression.java | 11 ++++---- .../CastBooleanToCharViaLongToChar.java | 11 ++++---- .../CastBooleanToStringViaLongToString.java | 11 ++++---- .../CastBooleanToVarCharViaLongToVarChar.java | 11 ++++---- .../vector/expressions/CastCharToBinary.java | 11 ++++---- .../vector/expressions/CastDateToBoolean.java | 11 ++++---- .../vector/expressions/CastDateToChar.java | 11 ++++---- .../expressions/CastDateToCharWithFormat.java | 11 ++++---- .../vector/expressions/CastDateToString.java | 11 ++++---- .../CastDateToStringWithFormat.java | 11 ++++---- .../expressions/CastDateToTimestamp.java | 11 ++++---- .../vector/expressions/CastDateToVarChar.java | 11 ++++---- .../CastDateToVarCharWithFormat.java | 11 ++++---- .../expressions/CastDecimalToBoolean.java | 11 ++++---- .../vector/expressions/CastDecimalToChar.java | 11 ++++---- .../expressions/CastDecimalToDecimal.java | 11 ++++---- .../expressions/CastDecimalToDouble.java | 11 ++++---- .../expressions/CastDecimalToFloat.java | 11 ++++---- .../vector/expressions/CastDecimalToLong.java | 11 ++++---- .../expressions/CastDecimalToString.java | 11 ++++---- .../expressions/CastDecimalToTimestamp.java | 11 ++++---- .../expressions/CastDecimalToVarChar.java | 11 ++++---- .../vector/expressions/CastDoubleToChar.java | 11 ++++---- .../expressions/CastDoubleToDecimal.java | 11 ++++---- .../expressions/CastDoubleToString.java | 11 ++++---- .../expressions/CastDoubleToTimestamp.java | 11 ++++---- .../expressions/CastDoubleToVarChar.java | 11 ++++---- .../vector/expressions/CastFloatToChar.java | 11 ++++---- .../expressions/CastFloatToDecimal.java | 11 ++++---- .../vector/expressions/CastFloatToString.java | 11 ++++---- .../expressions/CastFloatToVarChar.java | 11 ++++---- .../vector/expressions/CastLongToChar.java | 11 ++++---- .../vector/expressions/CastLongToDecimal.java | 11 ++++---- .../expressions/CastLongToDecimal64.java | 11 ++++---- .../vector/expressions/CastLongToString.java | 11 ++++---- .../expressions/CastLongToTimestamp.java | 11 ++++---- .../vector/expressions/CastLongToVarChar.java | 11 ++++---- .../CastMillisecondsLongToTimestamp.java | 11 ++++---- .../expressions/CastStringGroupToChar.java | 11 ++++---- .../expressions/CastStringGroupToVarChar.java | 11 ++++---- .../expressions/CastStringToBoolean.java | 11 ++++---- .../vector/expressions/CastStringToDate.java | 11 ++++---- .../CastStringToDateWithFormat.java | 11 ++++---- .../expressions/CastStringToDecimal.java | 11 ++++---- .../expressions/CastStringToDouble.java | 11 ++++---- .../vector/expressions/CastStringToFloat.java | 11 ++++---- .../CastStringToIntervalDayTime.java | 11 ++++---- .../CastStringToIntervalYearMonth.java | 11 ++++---- .../vector/expressions/CastStringToLong.java | 11 ++++---- .../expressions/CastStringToTimestamp.java | 11 ++++---- .../CastStringToTimestampWithFormat.java | 11 ++++---- .../expressions/CastTimestampToBoolean.java | 11 ++++---- .../expressions/CastTimestampToChar.java | 11 ++++---- .../CastTimestampToCharWithFormat.java | 11 ++++---- .../expressions/CastTimestampToDate.java | 11 ++++---- .../expressions/CastTimestampToDecimal.java | 11 ++++---- .../expressions/CastTimestampToDouble.java | 11 ++++---- .../expressions/CastTimestampToLong.java | 11 ++++---- .../expressions/CastTimestampToString.java | 11 ++++---- .../CastTimestampToStringWithFormat.java | 11 ++++---- .../expressions/CastTimestampToVarChar.java | 11 ++++---- .../CastTimestampToVarCharWithFormat.java | 11 ++++---- .../ql/exec/vector/expressions/ColAndCol.java | 11 ++++---- .../ql/exec/vector/expressions/ColOrCol.java | 11 ++++---- .../expressions/ConstantVectorExpression.java | 11 ++++---- .../ConvertDecimal64ToDecimal.java | 11 ++++---- .../vector/expressions/CuckooSetBytes.java | 11 ++++---- .../vector/expressions/CuckooSetDouble.java | 11 ++++---- .../vector/expressions/CuckooSetLong.java | 11 ++++---- .../DateColSubtractDateColumn.java | 11 ++++---- .../DateColSubtractDateScalar.java | 11 ++++---- .../DateScalarSubtractDateColumn.java | 11 ++++---- .../expressions/Decimal64ColumnInList.java | 11 ++++---- .../vector/expressions/Decimal64Util.java | 11 ++++---- .../expressions/DecimalColumnInList.java | 11 ++++---- .../expressions/DecimalToStringUnaryUDF.java | 11 ++++---- .../exec/vector/expressions/DecimalUtil.java | 11 ++++---- .../expressions/DoubleColumnInList.java | 11 ++++---- .../expressions/DoubleToStringUnaryUDF.java | 11 ++++---- .../DynamicValueVectorExpression.java | 11 ++++---- .../expressions/FilterColAndScalar.java | 11 ++++---- .../vector/expressions/FilterColOrScalar.java | 11 ++++---- ...FilterConstantBooleanVectorExpression.java | 11 ++++---- .../FilterDecimal64ColumnBetween.java | 11 ++++---- .../FilterDecimal64ColumnInList.java | 11 ++++---- .../FilterDecimal64ColumnNotBetween.java | 11 ++++---- .../FilterDecimalColumnInList.java | 11 ++++---- .../expressions/FilterDoubleColumnInList.java | 11 ++++---- .../vector/expressions/FilterExprAndExpr.java | 11 ++++---- .../vector/expressions/FilterExprOrExpr.java | 11 ++++---- .../expressions/FilterLongColumnInList.java | 11 ++++---- .../expressions/FilterScalarAndColumn.java | 11 ++++---- .../expressions/FilterScalarOrColumn.java | 11 ++++---- .../FilterStringColLikeStringScalar.java | 11 ++++---- .../FilterStringColRegExpStringScalar.java | 11 ++++---- .../expressions/FilterStringColumnInList.java | 11 ++++---- .../expressions/FilterStructColumnInList.java | 11 ++++---- .../FilterTimestampColumnInList.java | 11 ++++---- ...ncBRoundWithNumDigitsDecimalToDecimal.java | 11 ++++---- .../ql/exec/vector/expressions/FuncBin.java | 11 ++++---- .../vector/expressions/FuncDateToDate.java | 11 ++++---- .../expressions/FuncDecimalToDouble.java | 11 ++++---- .../vector/expressions/FuncDecimalToLong.java | 11 ++++---- .../expressions/FuncDecimalToTimestamp.java | 11 ++++---- .../expressions/FuncDoubleToDecimal.java | 11 ++++---- .../ql/exec/vector/expressions/FuncHex.java | 11 ++++---- .../FuncLogWithBaseDoubleToDouble.java | 11 ++++---- .../FuncLogWithBaseLongToDouble.java | 11 ++++---- .../vector/expressions/FuncLongToDecimal.java | 11 ++++---- .../vector/expressions/FuncLongToString.java | 11 ++++---- .../expressions/FuncPowerDoubleToDouble.java | 11 ++++---- .../expressions/FuncPowerLongToDouble.java | 11 ++++---- .../ql/exec/vector/expressions/FuncRand.java | 11 ++++---- .../vector/expressions/FuncRandNoSeed.java | 11 ++++---- ...uncRoundWithNumDigitsDecimalToDecimal.java | 11 ++++---- .../vector/expressions/FuncStringToLong.java | 11 ++++---- .../expressions/FuncTimestampToDecimal.java | 11 ++++---- .../expressions/FuncTimestampToLong.java | 11 ++++---- .../expressions/FuncTimestampToTimestamp.java | 11 ++++---- .../vector/expressions/GroupingColumn.java | 11 ++++---- .../vector/expressions/GroupingColumns.java | 11 ++++---- .../vector/expressions/IDecimalInExpr.java | 11 ++++---- .../vector/expressions/IDoubleInExpr.java | 11 ++++---- .../exec/vector/expressions/ILongInExpr.java | 11 ++++---- .../vector/expressions/IStringInExpr.java | 11 ++++---- .../vector/expressions/IStructInExpr.java | 11 ++++---- .../vector/expressions/ITimestampInExpr.java | 11 ++++---- .../expressions/IdentityExpression.java | 11 ++++---- .../IfExprCharScalarStringGroupColumn.java | 11 ++++---- .../IfExprCharScalarStringScalar.java | 11 ++++---- .../expressions/IfExprColumnCondExpr.java | 11 ++++---- .../vector/expressions/IfExprColumnNull.java | 11 ++++---- .../expressions/IfExprCondExprBase.java | 11 ++++---- .../expressions/IfExprCondExprColumn.java | 11 ++++---- .../expressions/IfExprCondExprCondExpr.java | 11 ++++---- .../expressions/IfExprCondExprNull.java | 11 ++++---- .../IfExprDecimal64ColumnDecimal64Column.java | 11 ++++---- .../IfExprDecimal64ColumnDecimal64Scalar.java | 11 ++++---- .../IfExprDecimal64ScalarDecimal64Column.java | 11 ++++---- .../IfExprDecimal64ScalarDecimal64Scalar.java | 11 ++++---- .../IfExprDoubleColumnDoubleColumn.java | 11 ++++---- .../IfExprLongColumnLongColumn.java | 11 ++++---- .../vector/expressions/IfExprNullColumn.java | 11 ++++---- .../expressions/IfExprNullCondExpr.java | 11 ++++---- .../vector/expressions/IfExprNullNull.java | 11 ++++---- .../IfExprStringGroupColumnCharScalar.java | 11 ++++---- ...xprStringGroupColumnStringGroupColumn.java | 11 ++++---- .../IfExprStringGroupColumnStringScalar.java | 11 ++++---- .../IfExprStringGroupColumnVarCharScalar.java | 11 ++++---- .../IfExprStringScalarCharScalar.java | 11 ++++---- .../IfExprStringScalarStringGroupColumn.java | 11 ++++---- .../IfExprStringScalarStringScalar.java | 11 ++++---- .../IfExprStringScalarVarCharScalar.java | 11 ++++---- .../IfExprVarCharScalarStringGroupColumn.java | 11 ++++---- .../IfExprVarCharScalarStringScalar.java | 11 ++++---- .../ql/exec/vector/expressions/IsNotNull.java | 11 ++++---- .../ql/exec/vector/expressions/IsNull.java | 11 ++++---- .../expressions/ListIndexColColumn.java | 11 ++++---- .../expressions/ListIndexColScalar.java | 11 ++++---- .../expressions/LongColDivideLongColumn.java | 11 ++++---- .../expressions/LongColDivideLongScalar.java | 11 ++++---- .../vector/expressions/LongColumnInList.java | 11 ++++---- .../LongScalarDivideLongColumn.java | 11 ++++---- .../expressions/LongToStringUnaryUDF.java | 11 ++++---- .../ql/exec/vector/expressions/MathExpr.java | 11 ++++---- .../expressions/MathFuncDoubleToDouble.java | 11 ++++---- .../expressions/MathFuncLongToDouble.java | 11 ++++---- .../expressions/MathFuncLongToLong.java | 11 ++++---- .../expressions/MurmurHashExpression.java | 11 ++++---- .../expressions/MurmurHashIntColIntCol.java | 11 ++++---- .../MurmurHashStringColIntCol.java | 11 ++++---- .../MurmurHashStringColStringCol.java | 11 ++++---- .../ql/exec/vector/expressions/NotCol.java | 11 ++++---- .../ql/exec/vector/expressions/NullUtil.java | 11 ++++---- .../expressions/NullVectorExpression.java | 11 ++++---- .../exec/vector/expressions/OctetLength.java | 11 ++++---- .../vector/expressions/OverflowUtils.java | 11 ++++---- .../expressions/PosModDoubleToDouble.java | 11 ++++---- .../vector/expressions/PosModLongToLong.java | 11 ++++---- .../RoundWithNumDigitsDoubleToDouble.java | 11 ++++---- .../vector/expressions/ScalarNullAndCol.java | 11 ++++---- .../vector/expressions/ScalarNullOrCol.java | 11 ++++---- .../expressions/SelectColumnIsFalse.java | 11 ++++---- .../expressions/SelectColumnIsNotNull.java | 11 ++++---- .../expressions/SelectColumnIsNull.java | 11 ++++---- .../expressions/SelectColumnIsTrue.java | 11 ++++---- .../SelectStringColLikeStringScalar.java | 11 ++++---- .../expressions/StringColumnInList.java | 11 ++++---- .../StringGroupColConcatStringScalar.java | 11 ++++---- .../expressions/StringGroupConcatColCol.java | 11 ++++---- .../ql/exec/vector/expressions/StringHex.java | 11 ++++---- .../vector/expressions/StringInitCap.java | 11 ++++---- .../vector/expressions/StringLTrimCol.java | 11 ++++---- .../expressions/StringLTrimColScalar.java | 11 ++++---- .../exec/vector/expressions/StringLength.java | 11 ++++---- .../exec/vector/expressions/StringLower.java | 11 ++++---- .../vector/expressions/StringRTrimCol.java | 11 ++++---- .../expressions/StringRTrimColScalar.java | 11 ++++---- .../StringScalarConcatStringGroupCol.java | 11 ++++---- .../expressions/StringSubstrColStart.java | 11 ++++---- .../expressions/StringSubstrColStartLen.java | 11 ++++---- .../vector/expressions/StringTrimCol.java | 11 ++++---- .../expressions/StringTrimColScalar.java | 11 ++++---- .../expressions/StringTrimColScalarBase.java | 11 ++++---- .../vector/expressions/StringUnaryUDF.java | 11 ++++---- .../expressions/StringUnaryUDFDirect.java | 11 ++++---- .../exec/vector/expressions/StringUpper.java | 11 ++++---- .../expressions/StructColumnInList.java | 11 ++++---- .../expressions/TimestampColumnInList.java | 11 ++++---- .../TimestampToStringUnaryUDF.java | 11 ++++---- .../vector/expressions/TruncDateFromDate.java | 11 ++++---- .../expressions/TruncDateFromString.java | 11 ++++---- .../expressions/TruncDateFromTimestamp.java | 11 ++++---- .../exec/vector/expressions/TruncDecimal.java | 11 ++++---- .../expressions/TruncDecimalNoScale.java | 11 ++++---- .../exec/vector/expressions/TruncFloat.java | 11 ++++---- .../vector/expressions/TruncFloatNoScale.java | 11 ++++---- .../vector/expressions/TruncStringOutput.java | 11 ++++---- .../vector/expressions/VectorCoalesce.java | 11 ++++---- .../ql/exec/vector/expressions/VectorElt.java | 11 ++++---- .../vector/expressions/VectorExpression.java | 11 ++++---- .../expressions/VectorExpressionWriter.java | 11 ++++---- .../VectorExpressionWriterFactory.java | 11 ++++---- .../VectorInBloomFilterColDynamicValue.java | 11 ++++---- .../expressions/VectorUDFDateAddColCol.java | 11 ++++---- .../VectorUDFDateAddColScalar.java | 11 ++++---- .../VectorUDFDateAddScalarCol.java | 11 ++++---- .../expressions/VectorUDFDateDiffColCol.java | 11 ++++---- .../VectorUDFDateDiffColScalar.java | 11 ++++---- .../VectorUDFDateDiffScalarCol.java | 11 ++++---- .../expressions/VectorUDFDateString.java | 11 ++++---- .../expressions/VectorUDFDateSubColCol.java | 11 ++++---- .../VectorUDFDateSubColScalar.java | 11 ++++---- .../VectorUDFDateSubScalarCol.java | 11 ++++---- .../expressions/VectorUDFDateTimestamp.java | 11 ++++---- ...orUDFDatetimeLegacyHybridCalendarDate.java | 11 ++++---- ...DatetimeLegacyHybridCalendarTimestamp.java | 11 ++++---- .../expressions/VectorUDFDayOfMonthDate.java | 11 ++++---- .../VectorUDFDayOfMonthString.java | 11 ++++---- .../VectorUDFDayOfMonthTimestamp.java | 11 ++++---- .../expressions/VectorUDFDayOfWeekDate.java | 11 ++++---- .../expressions/VectorUDFDayOfWeekString.java | 11 ++++---- .../VectorUDFDayOfWeekTimestamp.java | 11 ++++---- .../vector/expressions/VectorUDFHourDate.java | 11 ++++---- .../expressions/VectorUDFHourString.java | 11 ++++---- .../expressions/VectorUDFHourTimestamp.java | 11 ++++---- .../expressions/VectorUDFMapIndexBaseCol.java | 11 ++++---- .../VectorUDFMapIndexBaseScalar.java | 11 ++++---- .../VectorUDFMapIndexDecimalCol.java | 11 ++++---- .../VectorUDFMapIndexDecimalScalar.java | 11 ++++---- .../VectorUDFMapIndexDoubleCol.java | 11 ++++---- .../VectorUDFMapIndexDoubleScalar.java | 11 ++++---- .../expressions/VectorUDFMapIndexLongCol.java | 11 ++++---- .../VectorUDFMapIndexLongScalar.java | 11 ++++---- .../VectorUDFMapIndexStringCol.java | 11 ++++---- .../VectorUDFMapIndexStringScalar.java | 11 ++++---- .../expressions/VectorUDFMinuteDate.java | 11 ++++---- .../expressions/VectorUDFMinuteString.java | 11 ++++---- .../expressions/VectorUDFMinuteTimestamp.java | 11 ++++---- .../expressions/VectorUDFMonthDate.java | 11 ++++---- .../expressions/VectorUDFMonthString.java | 11 ++++---- .../expressions/VectorUDFMonthTimestamp.java | 11 ++++---- .../expressions/VectorUDFSecondDate.java | 11 ++++---- .../expressions/VectorUDFSecondString.java | 11 ++++---- .../expressions/VectorUDFSecondTimestamp.java | 11 ++++---- .../expressions/VectorUDFStructField.java | 11 ++++---- .../VectorUDFTimestampFieldDate.java | 11 ++++---- .../VectorUDFTimestampFieldString.java | 11 ++++---- .../VectorUDFTimestampFieldTimestamp.java | 11 ++++---- .../VectorUDFUnixTimeStampDate.java | 11 ++++---- .../VectorUDFUnixTimeStampString.java | 11 ++++---- .../VectorUDFUnixTimeStampTimestamp.java | 11 ++++---- .../expressions/VectorUDFWeekOfYearDate.java | 11 ++++---- .../VectorUDFWeekOfYearString.java | 11 ++++---- .../VectorUDFWeekOfYearTimestamp.java | 11 ++++---- .../vector/expressions/VectorUDFYearDate.java | 11 ++++---- .../expressions/VectorUDFYearString.java | 11 ++++---- .../expressions/VectorUDFYearTimestamp.java | 11 ++++---- .../aggregates/VectorAggregateExpression.java | 11 ++++---- .../aggregates/VectorUDAFBloomFilter.java | 11 ++++---- .../VectorUDAFBloomFilterMerge.java | 11 ++++---- .../VectorUDAFComputeBitVectorDecimal.java | 11 ++++---- .../VectorUDAFComputeBitVectorString.java | 11 ++++---- .../VectorUDAFComputeBitVectorTimestamp.java | 11 ++++---- .../aggregates/VectorUDAFCount.java | 11 ++++---- .../aggregates/VectorUDAFCountMerge.java | 11 ++++---- .../aggregates/VectorUDAFCountStar.java | 11 ++++---- .../aggregates/VectorUDAFSumDecimal.java | 11 ++++---- .../aggregates/VectorUDAFSumDecimal64.java | 11 ++++---- .../VectorUDAFSumDecimal64ToDecimal.java | 11 ++++---- .../aggregates/VectorUDAFSumTimestamp.java | 11 ++++---- .../vector/keyseries/VectorKeySeries.java | 11 ++++---- .../VectorKeySeriesBytesSerialized.java | 11 ++++---- .../vector/keyseries/VectorKeySeriesImpl.java | 11 ++++---- .../VectorKeySeriesLongSerialized.java | 11 ++++---- .../VectorKeySeriesMultiSerialized.java | 11 ++++---- .../keyseries/VectorKeySeriesSerialized.java | 11 ++++---- .../VectorKeySeriesSerializedImpl.java | 11 ++++---- .../keyseries/VectorKeySeriesSingleImpl.java | 11 ++++---- ...MapJoinAntiJoinGenerateResultOperator.java | 11 ++++---- .../VectorMapJoinAntiJoinLongOperator.java | 11 ++++---- ...VectorMapJoinAntiJoinMultiKeyOperator.java | 11 ++++---- .../VectorMapJoinAntiJoinStringOperator.java | 11 ++++---- .../mapjoin/VectorMapJoinCommonOperator.java | 11 ++++---- .../VectorMapJoinFullOuterLongOperator.java | 11 ++++---- ...ectorMapJoinFullOuterMultiKeyOperator.java | 11 ++++---- .../VectorMapJoinFullOuterStringOperator.java | 11 ++++---- .../VectorMapJoinGenerateResultOperator.java | 11 ++++---- ...oinInnerBigOnlyGenerateResultOperator.java | 11 ++++---- ...VectorMapJoinInnerBigOnlyLongOperator.java | 11 ++++---- ...orMapJoinInnerBigOnlyMultiKeyOperator.java | 11 ++++---- ...ctorMapJoinInnerBigOnlyStringOperator.java | 11 ++++---- ...torMapJoinInnerGenerateResultOperator.java | 11 ++++---- .../VectorMapJoinInnerLongOperator.java | 11 ++++---- .../VectorMapJoinInnerMultiKeyOperator.java | 11 ++++---- .../VectorMapJoinInnerStringOperator.java | 11 ++++---- ...MapJoinLeftSemiGenerateResultOperator.java | 11 ++++---- .../VectorMapJoinLeftSemiLongOperator.java | 11 ++++---- ...VectorMapJoinLeftSemiMultiKeyOperator.java | 11 ++++---- .../VectorMapJoinLeftSemiStringOperator.java | 11 ++++---- .../mapjoin/VectorMapJoinLongHashUtil.java | 11 ++++---- ...torMapJoinOuterGenerateResultOperator.java | 11 ++++---- .../VectorMapJoinOuterLongOperator.java | 11 ++++---- .../VectorMapJoinOuterMultiKeyOperator.java | 11 ++++---- .../VectorMapJoinOuterStringOperator.java | 11 ++++---- .../VectorMapJoinFastBytesHashKeyRef.java | 11 ++++---- .../fast/VectorMapJoinFastBytesHashMap.java | 11 ++++---- .../VectorMapJoinFastBytesHashMapStore.java | 11 ++++---- .../VectorMapJoinFastBytesHashMultiSet.java | 11 ++++---- ...ctorMapJoinFastBytesHashMultiSetStore.java | 11 ++++---- .../fast/VectorMapJoinFastBytesHashSet.java | 11 ++++---- .../VectorMapJoinFastBytesHashSetStore.java | 11 ++++---- .../fast/VectorMapJoinFastBytesHashTable.java | 11 ++++---- .../fast/VectorMapJoinFastHashMultiSet.java | 11 ++++---- .../fast/VectorMapJoinFastHashSet.java | 11 ++++---- .../fast/VectorMapJoinFastHashTable.java | 11 ++++---- ...ctorMapJoinFastHashTableContainerBase.java | 11 ++++---- .../VectorMapJoinFastHashTableLoader.java | 11 ++++---- .../fast/VectorMapJoinFastKeyStore.java | 11 ++++---- .../fast/VectorMapJoinFastLongHashMap.java | 11 ++++---- ...VectorMapJoinFastLongHashMapContainer.java | 11 ++++---- .../VectorMapJoinFastLongHashMultiSet.java | 11 ++++---- ...rMapJoinFastLongHashMultiSetContainer.java | 11 ++++---- .../fast/VectorMapJoinFastLongHashSet.java | 11 ++++---- ...VectorMapJoinFastLongHashSetContainer.java | 11 ++++---- .../fast/VectorMapJoinFastLongHashTable.java | 11 ++++---- .../VectorMapJoinFastMultiKeyHashMap.java | 11 ++++---- ...orMapJoinFastMultiKeyHashMapContainer.java | 11 ++++---- ...VectorMapJoinFastMultiKeyHashMultiSet.java | 11 ++++---- ...JoinFastMultiKeyHashMultiSetContainer.java | 11 ++++---- .../VectorMapJoinFastMultiKeyHashSet.java | 11 ++++---- ...orMapJoinFastMultiKeyHashSetContainer.java | 11 ++++---- .../VectorMapJoinFastNonMatchedIterator.java | 11 ++++---- .../fast/VectorMapJoinFastStringCommon.java | 11 ++++---- .../fast/VectorMapJoinFastStringHashMap.java | 11 ++++---- ...ctorMapJoinFastStringHashMapContainer.java | 11 ++++---- .../VectorMapJoinFastStringHashMultiSet.java | 11 ++++---- ...apJoinFastStringHashMultiSetContainer.java | 11 ++++---- .../fast/VectorMapJoinFastStringHashSet.java | 11 ++++---- ...ctorMapJoinFastStringHashSetContainer.java | 11 ++++---- .../fast/VectorMapJoinFastTableContainer.java | 11 ++++---- .../fast/VectorMapJoinFastValueStore.java | 11 ++++---- .../hashtable/VectorMapJoinBytesHashMap.java | 11 ++++---- .../VectorMapJoinBytesHashMultiSet.java | 11 ++++---- .../hashtable/VectorMapJoinBytesHashSet.java | 11 ++++---- .../VectorMapJoinBytesHashTable.java | 11 ++++---- .../hashtable/VectorMapJoinHashMap.java | 11 ++++---- .../hashtable/VectorMapJoinHashMapResult.java | 11 ++++---- .../hashtable/VectorMapJoinHashMultiSet.java | 11 ++++---- .../VectorMapJoinHashMultiSetResult.java | 11 ++++---- .../hashtable/VectorMapJoinHashSet.java | 11 ++++---- .../hashtable/VectorMapJoinHashSetResult.java | 11 ++++---- .../hashtable/VectorMapJoinHashTable.java | 11 ++++---- .../VectorMapJoinHashTableResult.java | 11 ++++---- .../hashtable/VectorMapJoinLongHashMap.java | 11 ++++---- .../VectorMapJoinLongHashMultiSet.java | 11 ++++---- .../hashtable/VectorMapJoinLongHashSet.java | 11 ++++---- .../hashtable/VectorMapJoinLongHashTable.java | 11 ++++---- .../VectorMapJoinNonMatchedIterator.java | 11 ++++---- .../VectorMapJoinTableContainer.java | 11 ++++---- ...VectorMapJoinOptimizedCreateHashTable.java | 11 ++++---- .../VectorMapJoinOptimizedHashMap.java | 11 ++++---- .../VectorMapJoinOptimizedHashMultiSet.java | 11 ++++---- .../VectorMapJoinOptimizedHashSet.java | 11 ++++---- .../VectorMapJoinOptimizedHashTable.java | 11 ++++---- .../VectorMapJoinOptimizedLongCommon.java | 11 ++++---- .../VectorMapJoinOptimizedLongHashMap.java | 11 ++++---- ...ectorMapJoinOptimizedLongHashMultiSet.java | 11 ++++---- .../VectorMapJoinOptimizedLongHashSet.java | 11 ++++---- ...VectorMapJoinOptimizedMultiKeyHashMap.java | 11 ++++---- ...rMapJoinOptimizedMultiKeyHashMultiSet.java | 11 ++++---- ...VectorMapJoinOptimizedMultiKeyHashSet.java | 11 ++++---- ...torMapJoinOptimizedNonMatchedIterator.java | 11 ++++---- .../VectorMapJoinOptimizedStringCommon.java | 11 ++++---- .../VectorMapJoinOptimizedStringHashMap.java | 11 ++++---- ...torMapJoinOptimizedStringHashMultiSet.java | 11 ++++---- .../VectorMapJoinOptimizedStringHashSet.java | 11 ++++---- .../ptf/BufferedVectorizedRowBatch.java | 11 ++++---- .../ptf/VectorPTFEvaluatorAbstractAvg.java | 11 ++++---- .../VectorPTFEvaluatorAbstractLeadLag.java | 11 ++++---- .../ptf/VectorPTFEvaluatorAbstractSum.java | 11 ++++---- .../vector/ptf/VectorPTFEvaluatorBase.java | 11 ++++---- .../VectorPTFEvaluatorBytesCountDistinct.java | 11 ++++---- .../vector/ptf/VectorPTFEvaluatorCount.java | 11 ++++---- .../ptf/VectorPTFEvaluatorCountDistinct.java | 11 ++++---- .../ptf/VectorPTFEvaluatorCountStar.java | 11 ++++---- .../ptf/VectorPTFEvaluatorDecimalAvg.java | 11 ++++---- ...ectorPTFEvaluatorDecimalCountDistinct.java | 11 ++++---- .../VectorPTFEvaluatorDecimalFirstValue.java | 11 ++++---- .../VectorPTFEvaluatorDecimalLastValue.java | 11 ++++---- .../ptf/VectorPTFEvaluatorDecimalMax.java | 11 ++++---- .../ptf/VectorPTFEvaluatorDecimalMin.java | 11 ++++---- .../ptf/VectorPTFEvaluatorDecimalSum.java | 11 ++++---- .../ptf/VectorPTFEvaluatorDenseRank.java | 11 ++++---- .../ptf/VectorPTFEvaluatorDoubleAvg.java | 11 ++++---- ...VectorPTFEvaluatorDoubleCountDistinct.java | 11 ++++---- .../VectorPTFEvaluatorDoubleFirstValue.java | 11 ++++---- .../VectorPTFEvaluatorDoubleLastValue.java | 11 ++++---- .../ptf/VectorPTFEvaluatorDoubleMax.java | 11 ++++---- .../ptf/VectorPTFEvaluatorDoubleMin.java | 11 ++++---- .../ptf/VectorPTFEvaluatorDoubleSum.java | 11 ++++---- .../vector/ptf/VectorPTFEvaluatorHelper.java | 11 ++++---- .../vector/ptf/VectorPTFEvaluatorLag.java | 11 ++++---- .../vector/ptf/VectorPTFEvaluatorLead.java | 11 ++++---- .../vector/ptf/VectorPTFEvaluatorLongAvg.java | 11 ++++---- .../VectorPTFEvaluatorLongCountDistinct.java | 11 ++++---- .../ptf/VectorPTFEvaluatorLongFirstValue.java | 11 ++++---- .../ptf/VectorPTFEvaluatorLongLastValue.java | 11 ++++---- .../vector/ptf/VectorPTFEvaluatorLongMax.java | 11 ++++---- .../vector/ptf/VectorPTFEvaluatorLongMin.java | 11 ++++---- .../vector/ptf/VectorPTFEvaluatorLongSum.java | 11 ++++---- .../vector/ptf/VectorPTFEvaluatorRank.java | 11 ++++---- .../ptf/VectorPTFEvaluatorRowNumber.java | 11 ++++---- ...VectorPTFEvaluatorStreamingDecimalAvg.java | 11 ++++---- ...VectorPTFEvaluatorStreamingDecimalMax.java | 11 ++++---- ...VectorPTFEvaluatorStreamingDecimalMin.java | 11 ++++---- ...VectorPTFEvaluatorStreamingDecimalSum.java | 11 ++++---- .../VectorPTFEvaluatorStreamingDoubleAvg.java | 11 ++++---- .../VectorPTFEvaluatorStreamingDoubleMax.java | 11 ++++---- .../VectorPTFEvaluatorStreamingDoubleMin.java | 11 ++++---- .../VectorPTFEvaluatorStreamingDoubleSum.java | 11 ++++---- .../VectorPTFEvaluatorStreamingLongAvg.java | 11 ++++---- .../VectorPTFEvaluatorStreamingLongMax.java | 11 ++++---- .../VectorPTFEvaluatorStreamingLongMin.java | 11 ++++---- .../VectorPTFEvaluatorStreamingLongSum.java | 11 ++++---- ...torPTFEvaluatorTimestampCountDistinct.java | 11 ++++---- .../vector/ptf/VectorPTFGroupBatches.java | 11 ++++---- .../ql/exec/vector/ptf/VectorPTFOperator.java | 11 ++++---- .../vector/ptf/VectorSpillBlockContainer.java | 11 ++++---- .../VectorReduceSinkCommonOperator.java | 11 ++++---- .../VectorReduceSinkEmptyKeyOperator.java | 11 ++++---- .../VectorReduceSinkLongOperator.java | 11 ++++---- .../VectorReduceSinkMultiKeyOperator.java | 11 ++++---- .../VectorReduceSinkObjectHashOperator.java | 11 ++++---- .../VectorReduceSinkStringOperator.java | 11 ++++---- .../VectorReduceSinkUniformHashOperator.java | 11 ++++---- .../VectorRowBytesContainer.java | 11 ++++---- .../ql/exec/vector/udf/VectorUDFAdaptor.java | 11 ++++---- .../ql/exec/vector/udf/VectorUDFArgDesc.java | 11 ++++---- .../wrapper/VectorHashKeyWrapperBase.java | 11 ++++---- .../wrapper/VectorHashKeyWrapperBatch.java | 11 ++++---- .../wrapper/VectorHashKeyWrapperEmpty.java | 11 ++++---- .../wrapper/VectorHashKeyWrapperFactory.java | 11 ++++---- .../wrapper/VectorHashKeyWrapperGeneral.java | 11 ++++---- ...VectorHashKeyWrapperGeneralComparator.java | 11 ++++---- .../VectorHashKeyWrapperSingleBase.java | 11 ++++---- .../VectorHashKeyWrapperSingleLong.java | 11 ++++---- .../wrapper/VectorHashKeyWrapperTwoBase.java | 11 ++++---- .../wrapper/VectorHashKeyWrapperTwoLong.java | 11 ++++---- .../hadoop/hive/ql/history/HiveHistory.java | 11 ++++---- .../hive/ql/history/HiveHistoryImpl.java | 11 ++++---- .../ql/history/HiveHistoryProxyHandler.java | 11 ++++---- .../hive/ql/history/HiveHistoryUtil.java | 11 ++++---- .../hive/ql/history/HiveHistoryViewer.java | 11 ++++---- .../hooks/AccurateEstimatesCheckerHook.java | 11 ++++---- .../ql/hooks/CompileTimeCounterPreHook.java | 11 ++++---- .../hadoop/hive/ql/hooks/DriverTestHook.java | 11 ++++---- .../ql/hooks/EnforceReadOnlyDatabaseHook.java | 11 ++++---- .../hive/ql/hooks/EnforceReadOnlyTables.java | 11 ++++---- .../apache/hadoop/hive/ql/hooks/Entity.java | 11 ++++---- .../hive/ql/hooks/ExecuteWithHookContext.java | 11 ++++---- .../HiveHookEventProtoPartialBuilder.java | 11 ++++---- .../hadoop/hive/ql/hooks/HiveHooks.java | 11 ++++---- .../hive/ql/hooks/HiveProtoLoggingHook.java | 11 ++++---- .../org/apache/hadoop/hive/ql/hooks/Hook.java | 11 ++++---- .../hadoop/hive/ql/hooks/HookContext.java | 11 ++++---- .../hadoop/hive/ql/hooks/HookUtils.java | 11 ++++---- .../hadoop/hive/ql/hooks/LineageInfo.java | 11 ++++---- .../hadoop/hive/ql/hooks/LineageLogger.java | 11 ++++---- ...aterializedViewRegistryPropertiesHook.java | 11 ++++---- .../ql/hooks/MetricsQueryLifeTimeHook.java | 11 ++++---- .../ql/hooks/OperatorHealthCheckerHook.java | 11 ++++---- .../hive/ql/hooks/PostExecOrcFileDump.java | 11 ++++---- .../PostExecOrcRowGroupCountPrinter.java | 11 ++++---- .../ql/hooks/PostExecTezSummaryPrinter.java | 11 ++++---- .../hooks/PostExecWMEventsSummaryPrinter.java | 11 ++++---- .../hive/ql/hooks/PostExecutePrinter.java | 11 ++++---- .../hive/ql/hooks/PreExecutePrinter.java | 11 ++++---- .../hive/ql/hooks/PrivateHookContext.java | 11 ++++---- .../hive/ql/hooks/QueryLifeTimeHook.java | 11 ++++---- .../ql/hooks/QueryLifeTimeHookContext.java | 11 ++++---- .../hooks/QueryLifeTimeHookContextImpl.java | 11 ++++---- .../QueryLifeTimeHookWithParseHooks.java | 11 ++++---- .../hadoop/hive/ql/hooks/ReadEntity.java | 11 ++++---- .../apache/hadoop/hive/ql/hooks/Redactor.java | 11 ++++---- .../RuntimeStatsPersistenceCheckerHook.java | 11 ++++---- .../ql/hooks/UpdateInputAccessTimeHook.java | 11 ++++---- .../hadoop/hive/ql/hooks/WriteEntity.java | 11 ++++---- .../hive/ql/index/IndexPredicateAnalyzer.java | 11 ++++---- .../hive/ql/index/IndexSearchCondition.java | 11 ++++---- .../io/AbstractStorageFormatDescriptor.java | 11 ++++---- .../hadoop/hive/ql/io/AcidDirectory.java | 11 ++++---- .../hadoop/hive/ql/io/AcidInputFormat.java | 11 ++++---- .../hadoop/hive/ql/io/AcidOutputFormat.java | 11 ++++---- .../apache/hadoop/hive/ql/io/AcidUtils.java | 11 ++++---- .../ql/io/AvroStorageFormatDescriptor.java | 11 ++++---- .../hive/ql/io/BatchToRowInputFormat.java | 11 ++++---- .../hadoop/hive/ql/io/BatchToRowReader.java | 11 ++++---- .../apache/hadoop/hive/ql/io/BucketCodec.java | 11 ++++---- .../hadoop/hive/ql/io/BucketIdentifier.java | 11 ++++---- .../hive/ql/io/BucketizedHiveInputFormat.java | 11 ++++---- .../hive/ql/io/BucketizedHiveInputSplit.java | 11 ++++---- .../ql/io/BucketizedHiveRecordReader.java | 11 ++++---- .../apache/hadoop/hive/ql/io/CodecPool.java | 11 ++++---- .../hadoop/hive/ql/io/ColumnarSplit.java | 11 ++++---- .../hive/ql/io/CombineHiveInputFormat.java | 11 ++++---- .../hive/ql/io/CombineHiveRecordReader.java | 11 ++++---- .../hive/ql/io/ContentSummaryInputFormat.java | 11 ++++---- .../hive/ql/io/DefaultHivePartitioner.java | 11 ++++---- .../hive/ql/io/FlatFileInputFormat.java | 11 ++++---- .../apache/hadoop/hive/ql/io/HdfsUtils.java | 11 ++++---- .../hive/ql/io/HiveBinaryOutputFormat.java | 11 ++++---- .../ql/io/HiveContextAwareRecordReader.java | 11 ++++---- .../hive/ql/io/HiveFileFormatUtils.java | 11 ++++---- .../ql/io/HiveIgnoreKeyTextOutputFormat.java | 11 ++++---- .../hadoop/hive/ql/io/HiveInputFormat.java | 11 ++++---- .../org/apache/hadoop/hive/ql/io/HiveKey.java | 11 ++++---- ...HiveNullValueSequenceFileOutputFormat.java | 11 ++++---- .../hadoop/hive/ql/io/HiveOutputFormat.java | 11 ++++---- .../hive/ql/io/HiveOutputFormatImpl.java | 11 ++++---- .../hadoop/hive/ql/io/HivePartitioner.java | 11 ++++---- .../ql/io/HivePassThroughOutputFormat.java | 11 ++++---- .../ql/io/HivePassThroughRecordWriter.java | 11 ++++---- .../hadoop/hive/ql/io/HiveRecordReader.java | 11 ++++---- .../ql/io/HiveSequenceFileInputFormat.java | 11 ++++---- .../ql/io/HiveSequenceFileOutputFormat.java | 11 ++++---- .../apache/hadoop/hive/ql/io/IOConstants.java | 11 ++++---- .../apache/hadoop/hive/ql/io/IOContext.java | 11 ++++---- .../hadoop/hive/ql/io/IOContextMap.java | 11 ++++---- .../hadoop/hive/ql/io/IOPrepareCache.java | 11 ++++---- .../hive/ql/io/IgnoreKeyTextOutputFormat.java | 11 ++++---- .../hadoop/hive/ql/io/InputFormatChecker.java | 11 ++++---- .../io/JsonFileStorageFormatDescriptor.java | 11 ++++---- .../hadoop/hive/ql/io/LlapAwareSplit.java | 11 ++++---- .../io/LlapCacheOnlyInputFormatInterface.java | 11 ++++---- .../io/LlapWrappableInputFormatInterface.java | 11 ++++---- .../hive/ql/io/NonSyncDataInputBuffer.java | 11 ++++---- .../hive/ql/io/NonSyncDataOutputBuffer.java | 11 ++++---- .../hive/ql/io/NullRowsInputFormat.java | 11 ++++---- .../hadoop/hive/ql/io/NullScanFileSystem.java | 11 ++++---- .../ql/io/ORCFileStorageFormatDescriptor.java | 11 ++++---- .../hive/ql/io/OneNullRowInputFormat.java | 11 ++++---- .../hadoop/hive/ql/io/OriginalDirectory.java | 11 ++++---- .../ParquetFileStorageFormatDescriptor.java | 11 ++++---- .../hive/ql/io/PartitionAwareSplit.java | 11 ++++---- .../hadoop/hive/ql/io/PositionDeleteInfo.java | 11 ++++---- .../hive/ql/io/ProxyLocalFileSystem.java | 11 ++++---- .../org/apache/hadoop/hive/ql/io/RCFile.java | 11 ++++---- .../hadoop/hive/ql/io/RCFileInputFormat.java | 11 ++++---- .../hadoop/hive/ql/io/RCFileOutputFormat.java | 11 ++++---- .../hadoop/hive/ql/io/RCFileRecordReader.java | 11 ++++---- .../ql/io/RCFileStorageFormatDescriptor.java | 11 ++++---- .../hadoop/hive/ql/io/RecordIdentifier.java | 11 ++++---- .../hive/ql/io/RecordReaderWrapper.java | 11 ++++---- .../hadoop/hive/ql/io/RecordUpdater.java | 11 ++++---- .../hive/ql/io/ReworkMapredInputFormat.java | 11 ++++---- .../hadoop/hive/ql/io/RowLineageInfo.java | 11 ++++---- ...owPositionAwareVectorizedRecordReader.java | 11 ++++---- .../io/SchemaAwareCompressionInputStream.java | 11 ++++---- .../SchemaAwareCompressionOutputStream.java | 11 ++++---- .../hive/ql/io/SchemaInferenceUtils.java | 11 ++++---- .../SelfDescribingInputFormatInterface.java | 11 ++++---- .../ql/io/SequenceFileInputFormatChecker.java | 11 ++++---- .../SequenceFileStorageFormatDescriptor.java | 11 ++++---- .../hadoop/hive/ql/io/SingleFileSystem.java | 11 ++++---- .../hive/ql/io/SkippingTextInputFormat.java | 11 ++++---- .../ql/io/StatsProvidingRecordReader.java | 11 ++++---- .../ql/io/StatsProvidingRecordWriter.java | 11 ++++---- .../hive/ql/io/StorageFormatDescriptor.java | 11 ++++---- .../hive/ql/io/StorageFormatFactory.java | 11 ++++---- .../hive/ql/io/StreamingOutputFormat.java | 11 ++++---- .../hive/ql/io/SymbolicInputFormat.java | 11 ++++---- .../hive/ql/io/SymlinkTextInputFormat.java | 11 ++++---- .../hadoop/hive/ql/io/SyntheticFileId.java | 11 ++++---- .../ql/io/TeradataBinaryFileInputFormat.java | 11 ++++---- .../ql/io/TeradataBinaryFileOutputFormat.java | 11 ++++---- .../ql/io/TeradataBinaryRecordReader.java | 11 ++++---- .../io/TextFileStorageFormatDescriptor.java | 11 ++++---- .../hive/ql/io/ZeroRowsInputFormat.java | 11 ++++---- .../ql/io/avro/AvroContainerInputFormat.java | 11 ++++---- .../ql/io/avro/AvroContainerOutputFormat.java | 11 ++++---- .../ql/io/avro/AvroGenericRecordReader.java | 11 ++++---- .../ql/io/avro/AvroGenericRecordWriter.java | 11 ++++---- .../EnclosedBaseJsonRecordReader.java | 11 ++++---- .../esriJson/EnclosedEsriJsonInputFormat.java | 11 ++++---- .../EnclosedEsriJsonRecordReader.java | 11 ++++---- .../esriJson/EnclosedGeoJsonInputFormat.java | 11 ++++---- .../esriJson/EnclosedGeoJsonRecordReader.java | 11 ++++---- .../io/esriJson/EnclosedJsonInputFormat.java | 11 ++++---- .../io/esriJson/EnclosedJsonRecordReader.java | 11 ++++---- .../hive/ql/io/esriJson/EsriFeature.java | 11 ++++---- .../hive/ql/io/esriJson/EsriFeatureClass.java | 11 ++++---- .../hadoop/hive/ql/io/esriJson/EsriField.java | 11 ++++---- .../hive/ql/io/esriJson/EsriFieldType.java | 11 ++++---- .../hive/ql/io/esriJson/EsriJsonFactory.java | 11 ++++---- .../UnenclosedBaseJsonRecordReader.java | 11 ++++---- .../UnenclosedEsriJsonInputFormat.java | 11 ++++---- .../UnenclosedEsriJsonRecordReader.java | 11 ++++---- .../UnenclosedGeoJsonInputFormat.java | 11 ++++---- .../UnenclosedGeoJsonRecordReader.java | 11 ++++---- .../esriJson/UnenclosedJsonInputFormat.java | 11 ++++---- .../esriJson/UnenclosedJsonRecordReader.java | 11 ++++---- .../ql/io/merge/MergeFileInputFormat.java | 11 ++++---- .../hive/ql/io/merge/MergeFileMapper.java | 11 ++++---- .../ql/io/merge/MergeFileOutputFormat.java | 11 ++++---- .../hive/ql/io/merge/MergeFileTask.java | 11 ++++---- .../hive/ql/io/merge/MergeFileWork.java | 11 ++++---- .../hive/ql/io/orc/CompressionKind.java | 11 ++++---- .../hadoop/hive/ql/io/orc/ExternalCache.java | 11 ++++---- .../hive/ql/io/orc/FixAcidKeyIndex.java | 11 ++++---- .../hadoop/hive/ql/io/orc/LocalCache.java | 11 ++++---- .../io/orc/MetastoreExternalCachesByConf.java | 11 ++++---- .../apache/hadoop/hive/ql/io/orc/OrcFile.java | 11 ++++---- .../hive/ql/io/orc/OrcFileFormatProxy.java | 11 ++++---- .../hive/ql/io/orc/OrcFileKeyWrapper.java | 11 ++++---- .../io/orc/OrcFileStripeMergeInputFormat.java | 11 ++++---- .../orc/OrcFileStripeMergeRecordReader.java | 11 ++++---- .../hive/ql/io/orc/OrcFileValueWrapper.java | 11 ++++---- .../hadoop/hive/ql/io/orc/OrcInputFormat.java | 11 ++++---- .../hive/ql/io/orc/OrcNewInputFormat.java | 11 ++++---- .../hive/ql/io/orc/OrcNewOutputFormat.java | 11 ++++---- .../hadoop/hive/ql/io/orc/OrcNewSplit.java | 11 ++++---- .../hive/ql/io/orc/OrcOiBatchToRowReader.java | 11 ++++---- .../hive/ql/io/orc/OrcOutputFormat.java | 11 ++++---- .../hive/ql/io/orc/OrcRawRecordMerger.java | 11 ++++---- .../hive/ql/io/orc/OrcRecordUpdater.java | 11 ++++---- .../hadoop/hive/ql/io/orc/OrcSerde.java | 11 ++++---- .../hadoop/hive/ql/io/orc/OrcSplit.java | 11 ++++---- .../hadoop/hive/ql/io/orc/OrcStruct.java | 11 ++++---- .../hadoop/hive/ql/io/orc/OrcUnion.java | 11 ++++---- .../apache/hadoop/hive/ql/io/orc/Reader.java | 11 ++++---- .../hadoop/hive/ql/io/orc/ReaderImpl.java | 11 ++++---- .../hadoop/hive/ql/io/orc/RecordReader.java | 11 ++++---- .../hive/ql/io/orc/RecordReaderImpl.java | 11 ++++---- .../orc/VectorizedOrcAcidRowBatchReader.java | 11 ++++---- .../ql/io/orc/VectorizedOrcInputFormat.java | 11 ++++---- .../apache/hadoop/hive/ql/io/orc/Writer.java | 11 ++++---- .../hadoop/hive/ql/io/orc/WriterImpl.java | 11 ++++---- .../hive/ql/io/orc/encoded/CacheChunk.java | 11 ++++---- .../hive/ql/io/orc/encoded/Consumer.java | 11 ++++---- .../ql/io/orc/encoded/EncodedOrcFile.java | 11 ++++---- .../hive/ql/io/orc/encoded/EncodedReader.java | 11 ++++---- .../ql/io/orc/encoded/EncodedReaderImpl.java | 11 ++++---- .../orc/encoded/EncodedTreeReaderFactory.java | 11 ++++---- .../hive/ql/io/orc/encoded/IncompleteCb.java | 11 ++++---- .../hive/ql/io/orc/encoded/IoTrace.java | 11 ++++---- .../ql/io/orc/encoded/LlapDataReader.java | 11 ++++---- .../hive/ql/io/orc/encoded/OrcBatchKey.java | 11 ++++---- .../hadoop/hive/ql/io/orc/encoded/Reader.java | 11 ++++---- .../hive/ql/io/orc/encoded/ReaderImpl.java | 11 ++++---- .../encoded/SettableUncompressedStream.java | 11 ++++---- .../ql/io/orc/encoded/StoppableAllocator.java | 11 ++++---- .../hive/ql/io/orc/encoded/StreamUtils.java | 11 ++++---- .../hadoop/hive/ql/io/orc/package-info.java | 11 ++++---- .../parquet/FilterPredicateLeafBuilder.java | 11 ++++---- .../hive/ql/io/parquet/LeafFilterFactory.java | 11 ++++---- .../io/parquet/MapredParquetInputFormat.java | 11 ++++---- .../io/parquet/MapredParquetOutputFormat.java | 11 ++++---- .../io/parquet/ParquetRecordReaderBase.java | 11 ++++---- .../hive/ql/io/parquet/ProjectionPusher.java | 11 ++++---- .../parquet/VectorizedParquetInputFormat.java | 11 ++++---- .../io/parquet/convert/ConverterParent.java | 11 ++++---- .../convert/DataWritableRecordConverter.java | 11 ++++---- .../ql/io/parquet/convert/ETypeConverter.java | 11 ++++---- .../convert/HiveCollectionConverter.java | 11 ++++---- .../parquet/convert/HiveGroupConverter.java | 11 ++++---- .../parquet/convert/HiveSchemaConverter.java | 11 ++++---- .../parquet/convert/HiveStructConverter.java | 11 ++++---- .../hive/ql/io/parquet/convert/Repeated.java | 11 ++++---- .../parquet/read/DataWritableReadSupport.java | 11 ++++---- .../read/ParquetFilterPredicateConverter.java | 11 ++++---- .../read/ParquetRecordReaderWrapper.java | 11 ++++---- .../serde/AbstractParquetMapInspector.java | 11 ++++---- .../serde/ArrayWritableObjectInspector.java | 11 ++++---- .../serde/DeepParquetHiveMapInspector.java | 11 ++++---- .../serde/ParquetHiveArrayInspector.java | 11 ++++---- .../ql/io/parquet/serde/ParquetHiveSerDe.java | 11 ++++---- .../io/parquet/serde/ParquetTableUtils.java | 11 ++++---- .../StandardParquetHiveMapInspector.java | 11 ++++---- .../serde/primitive/ParquetByteInspector.java | 11 ++++---- .../ParquetPrimitiveInspectorFactory.java | 11 ++++---- .../primitive/ParquetShortInspector.java | 11 ++++---- .../primitive/ParquetStringInspector.java | 11 ++++---- .../ql/io/parquet/timestamp/NanoTime.java | 11 ++++---- .../io/parquet/timestamp/NanoTimeUtils.java | 11 ++++---- .../timestamp/ParquetTimestampUtils.java | 11 ++++---- .../vector/BaseVectorizedColumnReader.java | 11 ++++---- .../vector/ParquetDataColumnReader.java | 11 ++++---- .../ParquetDataColumnReaderFactory.java | 11 ++++---- .../vector/ParquetFooterInputFromCache.java | 11 ++++---- .../vector/VectorizedColumnReader.java | 11 ++++---- .../vector/VectorizedDummyColumnReader.java | 11 ++++---- .../vector/VectorizedListColumnReader.java | 11 ++++---- .../vector/VectorizedMapColumnReader.java | 11 ++++---- .../vector/VectorizedParquetRecordReader.java | 11 ++++---- .../VectorizedPrimitiveColumnReader.java | 11 ++++---- .../vector/VectorizedStructColumnReader.java | 11 ++++---- .../ql/io/parquet/vector/package-info.java | 11 ++++---- .../write/DataWritableWriteSupport.java | 11 ++++---- .../io/parquet/write/DataWritableWriter.java | 11 ++++---- .../write/ParquetRecordWriterWrapper.java | 11 ++++---- .../LenientProtobufMessageInputFormat.java | 11 ++++---- .../protobuf/ProtobufBytesWritableSerDe.java | 11 ++++---- .../protobuf/ProtobufMessageInputFormat.java | 11 ++++---- .../ql/io/protobuf/ProtobufMessageSerDe.java | 11 ++++---- .../hive/ql/io/protobuf/ProtobufSerDe.java | 11 ++++---- .../hive/ql/io/protobuf/package-info.java | 11 ++++---- .../merge/RCFileBlockMergeInputFormat.java | 11 ++++---- .../merge/RCFileBlockMergeRecordReader.java | 11 ++++---- .../rcfile/merge/RCFileKeyBufferWrapper.java | 11 ++++---- .../merge/RCFileValueBufferWrapper.java | 11 ++++---- .../rcfile/truncate/ColumnTruncateMapper.java | 11 ++++---- .../rcfile/truncate/ColumnTruncateTask.java | 11 ++++---- .../rcfile/truncate/ColumnTruncateWork.java | 11 ++++---- .../ql/io/sarg/ConvertAstToSearchArg.java | 11 ++++---- .../hive/ql/lib/CompositeProcessor.java | 11 ++++---- .../hive/ql/lib/CostLessRuleDispatcher.java | 11 ++++---- .../hive/ql/lib/DefaultGraphWalker.java | 11 ++++---- .../hive/ql/lib/DefaultRuleDispatcher.java | 11 ++++---- .../hadoop/hive/ql/lib/ExpressionWalker.java | 11 ++++---- .../hadoop/hive/ql/lib/ForwardWalker.java | 11 ++++---- .../hadoop/hive/ql/lib/LevelOrderWalker.java | 11 ++++---- .../hive/ql/lib/PreOrderOnceWalker.java | 11 ++++---- .../hadoop/hive/ql/lib/PreOrderWalker.java | 11 ++++---- .../hadoop/hive/ql/lib/RuleExactMatch.java | 11 ++++---- .../apache/hadoop/hive/ql/lib/RuleRegExp.java | 11 ++++---- .../hive/ql/lib/SemanticDispatcher.java | 11 ++++---- .../hive/ql/lib/SemanticGraphWalker.java | 11 ++++---- .../hive/ql/lib/SemanticNodeProcessor.java | 11 ++++---- .../hadoop/hive/ql/lib/SemanticRule.java | 11 ++++---- .../hive/ql/lib/SubqueryExpressionWalker.java | 11 ++++---- .../hadoop/hive/ql/lib/TaskGraphWalker.java | 11 ++++---- .../apache/hadoop/hive/ql/lib/TypeRule.java | 11 ++++---- .../org/apache/hadoop/hive/ql/lib/Utils.java | 11 ++++---- .../hadoop/hive/ql/lock/CompileLock.java | 11 ++++---- .../hive/ql/lock/CompileLockFactory.java | 11 ++++---- .../hive/ql/lockmgr/AcidTxnCoordinator.java | 11 ++++---- .../hadoop/hive/ql/lockmgr/DbLockManager.java | 11 ++++---- .../hadoop/hive/ql/lockmgr/DbTxnManager.java | 11 ++++---- .../hive/ql/lockmgr/DummyTxnManager.java | 11 ++++---- .../hive/ql/lockmgr/EmbeddedLockManager.java | 11 ++++---- .../hadoop/hive/ql/lockmgr/HiveLock.java | 11 ++++---- .../hive/ql/lockmgr/HiveLockManager.java | 11 ++++---- .../hive/ql/lockmgr/HiveLockManagerCtx.java | 11 ++++---- .../hadoop/hive/ql/lockmgr/HiveLockMode.java | 11 ++++---- .../hadoop/hive/ql/lockmgr/HiveLockObj.java | 11 ++++---- .../hive/ql/lockmgr/HiveLockObject.java | 11 ++++---- .../hive/ql/lockmgr/HiveTxnManager.java | 11 ++++---- .../hive/ql/lockmgr/HiveTxnManagerImpl.java | 11 ++++---- .../hadoop/hive/ql/lockmgr/LockException.java | 11 ++++---- .../hive/ql/lockmgr/TxnManagerFactory.java | 11 ++++---- .../hadoop/hive/ql/lockmgr/package-info.java | 11 ++++---- .../zookeeper/CuratorFrameworkSingleton.java | 11 ++++---- .../lockmgr/zookeeper/ZooKeeperHiveLock.java | 11 ++++---- .../zookeeper/ZooKeeperHiveLockManager.java | 11 ++++---- .../hadoop/hive/ql/log/HiveEventCounter.java | 11 ++++---- .../log/HushableRandomAccessFileAppender.java | 11 ++++---- .../hadoop/hive/ql/log/LogDivertAppender.java | 11 ++++---- .../hive/ql/log/LogDivertAppenderForTest.java | 11 ++++---- .../hadoop/hive/ql/log/NullAppender.java | 11 ++++---- .../hive/ql/log/PidFilePatternConverter.java | 11 ++++---- .../log/SlidingFilenameRolloverStrategy.java | 11 ++++---- .../hive/ql/log/syslog/SyslogInputFormat.java | 11 ++++---- .../hive/ql/log/syslog/SyslogParser.java | 11 ++++---- .../hive/ql/log/syslog/SyslogSerDe.java | 11 ++++---- .../ql/log/syslog/SyslogStorageHandler.java | 11 ++++---- .../ql/metadata/AuthorizationException.java | 11 ++++---- .../hive/ql/metadata/CheckConstraint.java | 11 ++++---- .../hive/ql/metadata/CheckJDOException.java | 11 ++++---- .../metadata/CreateExternalViewRequest.java | 11 ++++---- .../hive/ql/metadata/DefaultConstraint.java | 11 ++++---- .../ql/metadata/DefaultStorageHandler.java | 11 ++++---- .../hadoop/hive/ql/metadata/Dimension.java | 11 ++++---- .../hive/ql/metadata/DummyPartition.java | 11 ++++---- .../hive/ql/metadata/ForeignKeyInfo.java | 11 ++++---- .../apache/hadoop/hive/ql/metadata/Hive.java | 11 ++++---- .../HiveMaterializedViewsRegistry.java | 11 ++++---- .../HiveMetaStoreClientWithLocalCache.java | 11 ++++---- .../metadata/HiveRelOptMaterialization.java | 11 ++++---- .../hive/ql/metadata/HiveStorageHandler.java | 11 ++++---- .../metadata/HiveStoragePredicateHandler.java | 11 ++++---- .../hadoop/hive/ql/metadata/HiveUtils.java | 11 ++++---- .../hive/ql/metadata/InputEstimator.java | 11 ++++---- .../ql/metadata/InvalidTableException.java | 11 ++++---- .../hadoop/hive/ql/metadata/JarUtils.java | 11 ++++---- .../MaterializationValidationResult.java | 11 ++++---- .../hive/ql/metadata/MaterializedViewMap.java | 11 ++++---- .../ql/metadata/MaterializedViewMetadata.java | 11 ++++---- .../hive/ql/metadata/NotNullConstraint.java | 11 ++++---- .../hadoop/hive/ql/metadata/Partition.java | 11 ++++---- .../hive/ql/metadata/PartitionIterable.java | 11 ++++---- .../hive/ql/metadata/PartitionTree.java | 11 ++++---- .../hive/ql/metadata/PrimaryKeyInfo.java | 11 ++++---- .../hive/ql/metadata/RewriteAlgorithm.java | 11 ++++---- .../hive/ql/metadata/RowLineageUtils.java | 11 ++++---- .../hadoop/hive/ql/metadata/Sample.java | 11 ++++---- .../metadata/SessionHiveMetaStoreClient.java | 11 ++++---- .../hive/ql/metadata/StorageHandlerInfo.java | 11 ++++---- .../apache/hadoop/hive/ql/metadata/Table.java | 11 ++++---- .../ql/metadata/TableConstraintsInfo.java | 11 ++++---- .../hadoop/hive/ql/metadata/TempTable.java | 11 ++++---- .../hive/ql/metadata/UniqueConstraint.java | 11 ++++---- .../hive/ql/metadata/VirtualColumn.java | 11 ++++---- .../client/MetaStoreClientCacheUtils.java | 11 ++++---- .../ql/metadata/events/EventConsumer.java | 11 ++++---- .../hive/ql/metadata/events/EventUtils.java | 11 ++++---- .../events/NotificationEventPoll.java | 11 ++++---- .../formatting/JsonMetaDataFormatter.java | 11 ++++---- .../ql/metadata/formatting/MapBuilder.java | 11 ++++---- .../formatting/MetaDataFormatUtils.java | 11 ++++---- .../formatting/MetaDataFormatter.java | 11 ++++---- .../formatting/TextMetaDataFormatter.java | 11 ++++---- .../ql/optimizer/AbstractBucketJoinProc.java | 11 ++++---- .../ql/optimizer/AbstractSMBJoinProc.java | 11 ++++---- ...onSizeBasedBigTableSelectorForAutoSMJ.java | 11 ++++---- .../optimizer/BigTableSelectorForAutoSMJ.java | 11 ++++---- .../hive/ql/optimizer/BucketJoinProcCtx.java | 11 ++++---- .../ql/optimizer/BucketMapJoinOptimizer.java | 11 ++++---- .../hive/ql/optimizer/BucketMapjoinProc.java | 11 ++++---- .../ql/optimizer/BucketVersionPopulator.java | 11 ++++---- .../BucketingSortingReduceSinkOptimizer.java | 11 ++++---- .../hive/ql/optimizer/ColumnPruner.java | 11 ++++---- .../ql/optimizer/ColumnPrunerProcCtx.java | 11 ++++---- .../ql/optimizer/ColumnPrunerProcFactory.java | 11 ++++---- .../hive/ql/optimizer/ConstantPropagate.java | 11 ++++---- .../optimizer/ConstantPropagateProcCtx.java | 11 ++++---- .../ConstantPropagateProcFactory.java | 11 ++++---- .../hive/ql/optimizer/ConvertJoinMapJoin.java | 11 ++++---- .../optimizer/CountDistinctRewriteProc.java | 11 ++++---- .../DynamicPartitionPruningOptimization.java | 11 ++++---- .../hadoop/hive/ql/optimizer/FieldNode.java | 11 ++++---- .../ql/optimizer/FiltertagAppenderProc.java | 11 ++++---- .../FixedBucketPruningOptimizer.java | 11 ++++---- .../hive/ql/optimizer/GenMRFileSink1.java | 11 ++++---- .../hive/ql/optimizer/GenMROperator.java | 11 ++++---- .../hive/ql/optimizer/GenMRProcContext.java | 11 ++++---- .../hive/ql/optimizer/GenMRRedSink1.java | 11 ++++---- .../hive/ql/optimizer/GenMRRedSink2.java | 11 ++++---- .../hive/ql/optimizer/GenMRRedSink3.java | 11 ++++---- .../hive/ql/optimizer/GenMRTableScan1.java | 11 ++++---- .../hadoop/hive/ql/optimizer/GenMRUnion1.java | 11 ++++---- .../hive/ql/optimizer/GenMapRedUtils.java | 11 ++++---- .../ql/optimizer/GlobalLimitOptimizer.java | 11 ++++---- .../hive/ql/optimizer/GroupByOptimizer.java | 11 ++++---- .../ql/optimizer/GroupingSetOptimizer.java | 11 ++++---- .../ql/optimizer/IdentityProjectRemover.java | 11 ++++---- .../hadoop/hive/ql/optimizer/JoinReorder.java | 11 ++++---- .../LeftmostBigTableSelectorForAutoSMJ.java | 11 ++++---- .../ql/optimizer/LimitPushdownOptimizer.java | 11 ++++---- .../hive/ql/optimizer/MapJoinFactory.java | 11 ++++---- .../hive/ql/optimizer/MapJoinProcessor.java | 11 ++++---- .../hive/ql/optimizer/MergeJoinProc.java | 11 ++++---- .../NestedColumnFieldPruningUtils.java | 11 ++++---- .../ql/optimizer/NonBlockingOpDeDupProc.java | 11 ++++---- .../hadoop/hive/ql/optimizer/Optimizer.java | 11 ++++---- .../OrderlessLimitPushDownOptimizer.java | 11 ++++---- .../hive/ql/optimizer/ParallelEdgeFixer.java | 11 ++++---- .../optimizer/PartitionColumnsSeparator.java | 11 ++++---- .../ql/optimizer/PointLookupOptimizer.java | 11 ++++---- .../PrunerExpressionOperatorFactory.java | 11 ++++---- .../ql/optimizer/PrunerOperatorFactory.java | 11 ++++---- .../hadoop/hive/ql/optimizer/PrunerUtils.java | 11 ++++---- .../ql/optimizer/QueryPlanPostProcessor.java | 11 ++++---- .../ql/optimizer/ReduceSinkMapJoinProc.java | 11 ++++---- ...undantDynamicPruningConditionsRemoval.java | 11 ++++---- .../optimizer/RemoveDynamicPruningBySize.java | 11 ++++---- .../hive/ql/optimizer/SamplePruner.java | 11 ++++---- .../ql/optimizer/SemiJoinReductionMerge.java | 11 ++++---- .../optimizer/SetHashGroupByMinReduction.java | 11 ++++---- .../ql/optimizer/SetReducerParallelism.java | 11 ++++---- .../ql/optimizer/SharedWorkOptimizer.java | 11 ++++---- .../ql/optimizer/SimpleFetchAggregation.java | 11 ++++---- .../ql/optimizer/SimpleFetchOptimizer.java | 11 ++++---- .../SizeBasedBigTableSelectorForAutoSMJ.java | 11 ++++---- .../hive/ql/optimizer/SkewJoinOptimizer.java | 11 ++++---- .../ql/optimizer/SortBucketJoinProcCtx.java | 11 ++++---- .../SortedDynPartitionOptimizer.java | 11 ++++---- .../SortedMergeBucketMapJoinOptimizer.java | 11 ++++---- .../SortedMergeBucketMapjoinProc.java | 11 ++++---- .../ql/optimizer/SortedMergeJoinProc.java | 11 ++++---- .../hive/ql/optimizer/StatsOptimizer.java | 11 ++++---- .../TablePropertyEnrichmentOptimizer.java | 11 ++++---- ...leSizeBasedBigTableSelectorForAutoSMJ.java | 11 ++++---- .../ql/optimizer/TezBucketJoinProcCtx.java | 11 ++++---- .../hadoop/hive/ql/optimizer/Transform.java | 11 ++++---- .../ql/optimizer/UnionDistinctMerger.java | 11 ++++---- .../hadoop/hive/ql/optimizer/calcite/Bug.java | 11 ++++---- .../calcite/CalciteCteException.java | 11 ++++---- .../calcite/CalciteSemanticException.java | 11 ++++---- .../CalciteSubqueryRuntimeException.java | 11 ++++---- .../CalciteSubquerySemanticException.java | 11 ++++---- .../calcite/CalciteViewSemanticException.java | 11 ++++---- ...ommonTableExpressionIdentitySuggester.java | 11 ++++---- .../CommonTableExpressionPrintSuggester.java | 11 ++++---- .../CommonTableExpressionRegistry.java | 11 ++++---- .../CommonTableExpressionSuggester.java | 11 ++++---- ...CommonTableExpressionSuggesterFactory.java | 11 ++++---- .../ql/optimizer/calcite/HiveCalciteUtil.java | 11 ++++---- .../calcite/HiveConfPlannerContext.java | 11 ++++---- .../HiveDefaultRelMetadataProvider.java | 11 ++++---- ...lizedViewASTSubQueryRewriteRexShuttle.java | 11 ++++---- ...rializedViewASTSubQueryRewriteShuttle.java | 11 ++++---- .../optimizer/calcite/HivePlannerContext.java | 11 ++++---- .../ql/optimizer/calcite/HiveRelBuilder.java | 11 ++++---- .../optimizer/calcite/HiveRelCollation.java | 11 ++++---- .../calcite/HiveRelDistribution.java | 11 ++++---- .../optimizer/calcite/HiveRelFactories.java | 11 ++++---- .../ql/optimizer/calcite/HiveRelJson.java | 11 ++++---- .../ql/optimizer/calcite/HiveRelJsonImpl.java | 11 ++++---- .../optimizer/calcite/HiveRelJsonReader.java | 11 ++++---- .../calcite/HiveRelJsonSchemaReader.java | 11 ++++---- .../HiveRelOptMaterializationValidator.java | 11 ++++---- .../ql/optimizer/calcite/HiveRelOptUtil.java | 11 ++++---- .../ql/optimizer/calcite/HiveRelShuttle.java | 11 ++++---- .../optimizer/calcite/HiveRelShuttleImpl.java | 11 ++++---- .../calcite/HiveRexExecutorImpl.java | 11 ++++---- .../optimizer/calcite/HiveRexJsonBuilder.java | 11 ++++---- .../ql/optimizer/calcite/HiveSqlTypeUtil.java | 11 ++++---- .../HiveTezModelRelMetadataProvider.java | 11 ++++---- .../ql/optimizer/calcite/HiveTypeFactory.java | 11 ++++---- .../optimizer/calcite/HiveTypeSystemImpl.java | 11 ++++---- .../ql/optimizer/calcite/RangeConverter.java | 11 ++++---- .../ql/optimizer/calcite/RelOptHiveTable.java | 11 ++++---- .../optimizer/calcite/RelWriterImplCopy.java | 11 ++++---- .../ql/optimizer/calcite/RuleEventLogger.java | 11 ++++---- .../optimizer/calcite/SearchTransformer.java | 11 ++++---- .../ql/optimizer/calcite/SubqueryConf.java | 11 ++++---- .../hive/ql/optimizer/calcite/TraitsUtil.java | 11 ++++---- .../correlation/CorrelationInfoVisitor.java | 11 ++++---- .../correlation/HiveCorrelationInfo.java | 11 ++++---- .../calcite/cost/HiveAlgorithmsConf.java | 11 ++++---- .../calcite/cost/HiveAlgorithmsUtil.java | 11 ++++---- .../ql/optimizer/calcite/cost/HiveCost.java | 11 ++++---- .../optimizer/calcite/cost/HiveCostModel.java | 11 ++++---- .../calcite/cost/HiveDefaultCostModel.java | 11 ++++---- .../calcite/cost/HiveOnTezCostModel.java | 11 ++++---- .../optimizer/calcite/cost/HiveRelMdCost.java | 11 ++++---- .../calcite/cost/HiveVolcanoPlanner.java | 11 ++++---- .../functions/HiveMergeableAggregate.java | 11 ++++---- .../functions/HiveSqlAverageAggFunction.java | 11 ++++---- .../functions/HiveSqlCountAggFunction.java | 11 ++++---- .../functions/HiveSqlMinMaxAggFunction.java | 11 ++++---- .../functions/HiveSqlSumAggFunction.java | 11 ++++---- .../HiveSqlSumEmptyIsZeroAggFunction.java | 11 ++++---- .../functions/HiveSqlVarianceAggFunction.java | 11 ++++---- .../calcite/reloperators/HiveAggregate.java | 11 ++++---- .../calcite/reloperators/HiveAntiJoin.java | 11 ++++---- .../calcite/reloperators/HiveBetween.java | 11 ++++---- .../reloperators/HiveComponentAccess.java | 11 ++++---- .../calcite/reloperators/HiveConcat.java | 11 ++++---- .../reloperators/HiveDateAddSqlOperator.java | 11 ++++---- .../reloperators/HiveDateSubSqlOperator.java | 11 ++++---- .../calcite/reloperators/HiveExcept.java | 11 ++++---- .../calcite/reloperators/HiveExtractDate.java | 11 ++++---- .../calcite/reloperators/HiveFilter.java | 11 ++++---- .../calcite/reloperators/HiveFloorDate.java | 11 ++++---- .../HiveFromUnixTimeSqlOperator.java | 11 ++++---- .../calcite/reloperators/HiveGroupingID.java | 11 ++++---- .../calcite/reloperators/HiveIn.java | 11 ++++---- .../calcite/reloperators/HiveIntersect.java | 11 ++++---- .../calcite/reloperators/HiveJoin.java | 11 ++++---- .../calcite/reloperators/HiveMultiJoin.java | 11 ++++---- .../calcite/reloperators/HiveProject.java | 11 ++++---- .../calcite/reloperators/HiveRelNode.java | 11 ++++---- .../calcite/reloperators/HiveRexExprList.java | 11 ++++---- .../calcite/reloperators/HiveSemiJoin.java | 11 ++++---- .../reloperators/HiveSortExchange.java | 11 ++++---- .../calcite/reloperators/HiveSortLimit.java | 11 ++++---- .../calcite/reloperators/HiveSqlFunction.java | 11 ++++---- .../reloperators/HiveTableFunctionScan.java | 11 ++++---- .../calcite/reloperators/HiveTableScan.java | 11 ++++---- .../calcite/reloperators/HiveTableSpool.java | 11 ++++---- .../reloperators/HiveToDateSqlOperator.java | 11 ++++---- .../HiveToUnixTimestampSqlOperator.java | 11 ++++---- .../reloperators/HiveTruncSqlOperator.java | 11 ++++---- .../calcite/reloperators/HiveUnion.java | 11 ++++---- .../HiveUnixTimestampSqlOperator.java | 11 ++++---- .../calcite/reloperators/HiveValues.java | 11 ++++---- .../reloperators/jdbc/HiveJdbcConverter.java | 11 ++++---- .../reloperators/jdbc/JdbcHiveTableScan.java | 11 ++++---- .../rules/CommonRelSubExprRegisterRule.java | 11 ++++---- .../rules/CorrelateProjectExtractor.java | 11 ++++---- .../calcite/rules/CteRuleConfig.java | 11 ++++---- .../FilterFlattenCorrelatedConditionRule.java | 11 ++++---- .../rules/HiveAggregateJoinTransposeRule.java | 11 ++++---- .../rules/HiveAggregateProjectMergeRule.java | 11 ++++---- .../HiveAggregatePullUpConstantsRule.java | 11 ++++---- .../HiveAggregateReduceFunctionsRule.java | 11 ++++---- .../rules/HiveAggregateReduceRule.java | 11 ++++---- .../rules/HiveAggregateSortLimitRule.java | 11 ++++---- .../calcite/rules/HiveAggregateSplitRule.java | 11 ++++---- .../calcite/rules/HiveAntiSemiJoinRule.java | 11 ++++---- ...CardinalityPreservingJoinOptimization.java | 11 ++++---- .../HiveCardinalityPreservingJoinRule.java | 11 ++++---- .../calcite/rules/HiveExceptRewriteRule.java | 11 ++++---- .../HiveExpandDistinctAggregatesRule.java | 11 ++++---- .../calcite/rules/HiveFieldTrimmerRule.java | 11 ++++---- .../HiveFilterAggregateTransposeRule.java | 11 ++++---- .../calcite/rules/HiveFilterJoinRule.java | 11 ++++---- .../rules/HiveFilterProjectTransposeRule.java | 11 ++++---- .../rules/HiveFilterSetOpTransposeRule.java | 11 ++++---- .../rules/HiveFilterSortPredicates.java | 11 ++++---- .../rules/HiveFilterSortTransposeRule.java | 11 ++++---- .../HiveFilterTableFunctionTransposeRule.java | 11 ++++---- .../rules/HiveHepExtractRelNodeRule.java | 11 ++++---- .../rules/HiveInBetweenExpandRule.java | 11 ++++---- .../rules/HiveInsertExchange4JoinRule.java | 11 ++++---- .../calcite/rules/HiveIntersectMergeRule.java | 11 ++++---- .../rules/HiveIntersectRewriteRule.java | 11 ++++---- .../calcite/rules/HiveJoinAddNotNullRule.java | 11 ++++---- .../calcite/rules/HiveJoinCommuteRule.java | 11 ++++---- .../rules/HiveJoinConstraintsRule.java | 11 ++++---- .../rules/HiveJoinProjectTransposeRule.java | 11 ++++---- .../HiveJoinPushTransitivePredicatesRule.java | 11 ++++---- .../rules/HiveJoinSwapConstraintsRule.java | 11 ++++---- .../rules/HiveJoinToMultiJoinRule.java | 11 ++++---- .../calcite/rules/HiveLoptJoinTree.java | 11 ++++---- .../calcite/rules/HiveLoptMultiJoin.java | 11 ++++---- .../rules/HiveLoptOptimizeJoinRule.java | 11 ++++---- .../rules/HiveLoptSemiJoinOptimizer.java | 11 ++++---- ...eOptimizeInlineArrayTableFunctionRule.java | 11 ++++---- .../calcite/rules/HivePartitionPruneRule.java | 11 ++++---- .../rules/HivePointLookupOptimizerRule.java | 11 ++++---- .../calcite/rules/HivePreFilteringRule.java | 11 ++++---- .../HiveProjectFilterPullUpConstantsRule.java | 11 ++++---- .../rules/HiveProjectJoinTransposeRule.java | 11 ++++---- .../calcite/rules/HiveProjectMergeRule.java | 11 ++++---- .../HiveProjectOverIntersectRemoveRule.java | 11 ++++---- .../HiveProjectSortExchangeTransposeRule.java | 11 ++++---- .../rules/HiveProjectSortTransposeRule.java | 11 ++++---- .../rules/HiveReduceExpressionsRule.java | 11 ++++---- .../HiveReduceExpressionsWithStatsRule.java | 11 ++++---- .../calcite/rules/HiveReflectUtil.java | 11 ++++---- .../rules/HiveRelColumnsAlignment.java | 11 ++++---- .../calcite/rules/HiveRelDecorrelator.java | 11 ++++---- .../calcite/rules/HiveRelFieldTrimmer.java | 11 ++++---- .../rules/HiveRemoveEmptySingleRules.java | 11 ++++---- .../rules/HiveRemoveGBYSemiJoinRule.java | 11 ++++---- .../calcite/rules/HiveRemoveSqCountCheck.java | 11 ++++---- .../rules/HiveRewriteToDataSketchesRules.java | 11 ++++---- .../rules/HiveRexShuttleTransformRule.java | 11 ++++---- .../calcite/rules/HiveRuleConfig.java | 11 ++++---- .../calcite/rules/HiveRulesRegistry.java | 11 ++++---- .../calcite/rules/HiveSearchRules.java | 11 ++++---- .../HiveSemiJoinProjectTransposeRule.java | 11 ++++---- .../calcite/rules/HiveSemiJoinRule.java | 11 ++++---- .../calcite/rules/HiveSortJoinReduceRule.java | 11 ++++---- .../rules/HiveSortLimitRemoveRule.java | 11 ++++---- .../calcite/rules/HiveSortMergeRule.java | 11 ++++---- .../rules/HiveSortProjectTransposeRule.java | 11 ++++---- .../rules/HiveSortPullUpConstantsRule.java | 11 ++++---- .../calcite/rules/HiveSortRemoveRule.java | 11 ++++---- .../rules/HiveSortUnionReduceRule.java | 11 ++++---- .../calcite/rules/HiveSubQueryRemoveRule.java | 11 ++++---- .../calcite/rules/HiveUnionMergeRule.java | 11 ++++---- .../rules/HiveUnionPullUpConstantsRule.java | 11 ++++---- ...veUnionSimpleSelectsToInlineTableRule.java | 11 ++++---- .../calcite/rules/HiveWindowingFixRule.java | 11 ++++---- .../rules/HiveWindowingLastValueRewrite.java | 11 ++++---- .../calcite/rules/PartitionPrune.java | 11 ++++---- .../calcite/rules/RelFieldTrimmer.java | 11 ++++---- .../rules/RemoveInfrequentCteRule.java | 11 ++++---- .../calcite/rules/TableScanToSpoolRule.java | 11 ++++---- .../rules/jdbc/HiveJdbcImplementor.java | 11 ++++---- .../jdbc/JDBCAbstractSplitFilterRule.java | 11 ++++---- .../jdbc/JDBCAggregateProjectMergeRule.java | 11 ++++---- .../jdbc/JDBCAggregationPushDownRule.java | 11 ++++---- .../rules/jdbc/JDBCExpandExpressionsRule.java | 11 ++++---- .../rules/jdbc/JDBCExtractJoinFilterRule.java | 11 ++++---- .../rules/jdbc/JDBCFilterJoinRule.java | 11 ++++---- .../rules/jdbc/JDBCFilterPushDownRule.java | 11 ++++---- .../rules/jdbc/JDBCJoinPushDownRule.java | 11 ++++---- .../rules/jdbc/JDBCProjectPushDownRule.java | 11 ++++---- .../rules/jdbc/JDBCRexCallValidator.java | 11 ++++---- .../rules/jdbc/JDBCSortPushDownRule.java | 11 ++++---- .../rules/jdbc/JDBCUnionPushDownRule.java | 11 ++++---- .../views/ColumnPropagationException.java | 11 ++++---- ...AggregateIncrementalRewritingRuleBase.java | 11 ++++---- ...eInsertDeleteIncrementalRewritingRule.java | 11 ++++---- ...gregateInsertIncrementalRewritingRule.java | 11 ++++---- ...gatePartitionIncrementalRewritingRule.java | 11 ++++---- .../views/HiveAugmentMaterializationRule.java | 11 ++++---- ...iveAugmentSnapshotMaterializationRule.java | 11 ++++---- .../views/HiveInsertOnlyScanWriteIdRule.java | 11 ++++---- ...iveJoinInsertIncrementalRewritingRule.java | 11 ++++---- ...iveMaterializationRelMetadataProvider.java | 11 ++++---- .../views/HiveMaterializedViewBoxing.java | 11 ++++---- .../rules/views/HiveMaterializedViewRule.java | 11 ++++---- .../views/HiveMaterializedViewUtils.java | 11 ++++---- .../views/HivePushdownSnapshotFilterRule.java | 11 ++++---- .../views/HiveRowIsDeletedPropagator.java | 11 ++++---- .../rules/views/IncrementalRebuildMode.java | 11 ++++---- .../calcite/rules/views/InputRefShifter.java | 11 ++++---- ...zedViewIncrementalRewritingRelVisitor.java | 11 ++++---- .../MaterializedViewRewritingRelVisitor.java | 11 ++++---- .../calcite/stats/AggregatedColumns.java | 11 ++++---- .../calcite/stats/EstimateUniqueKeys.java | 11 ++++---- .../stats/FilterSelectivityEstimator.java | 11 ++++---- .../stats/HiveIncrementalRelMdRowCount.java | 11 ++++---- .../stats/HiveRelMdAggregatedColumns.java | 11 ++++---- .../calcite/stats/HiveRelMdCollation.java | 11 ++++---- .../stats/HiveRelMdColumnUniqueness.java | 11 ++++---- .../stats/HiveRelMdCumulativeCost.java | 11 ++++---- .../stats/HiveRelMdDistinctRowCount.java | 11 ++++---- .../calcite/stats/HiveRelMdDistribution.java | 11 ++++---- .../stats/HiveRelMdExpressionLineage.java | 11 ++++---- .../calcite/stats/HiveRelMdMemory.java | 11 ++++---- .../calcite/stats/HiveRelMdParallelism.java | 11 ++++---- .../calcite/stats/HiveRelMdPredicates.java | 11 ++++---- .../calcite/stats/HiveRelMdRowCount.java | 11 ++++---- .../stats/HiveRelMdRuntimeRowCount.java | 11 ++++---- .../calcite/stats/HiveRelMdSelectivity.java | 11 ++++---- .../calcite/stats/HiveRelMdSize.java | 11 ++++---- .../stats/HiveRelMdTableReferences.java | 11 ++++---- .../calcite/stats/HiveRelMdUniqueKeys.java | 11 ++++---- .../calcite/stats/HiveRelMetadataQuery.java | 11 ++++---- .../calcite/stats/MetadataMethod.java | 11 ++++---- .../calcite/translator/ASTBuilder.java | 11 ++++---- .../calcite/translator/ASTConverter.java | 11 ++++---- .../calcite/translator/ExprNodeConverter.java | 11 ++++---- .../translator/HiveOpConverterPostProc.java | 11 ++++---- .../translator/HiveSqlOperatorTable.java | 11 ++++---- .../translator/PlanModifierForASTConv.java | 11 ++++---- .../translator/PlanModifierForReturnPath.java | 11 ++++---- .../calcite/translator/PlanModifierUtil.java | 11 ++++---- .../calcite/translator/RexNodeConverter.java | 11 ++++---- .../translator/SqlFunctionConverter.java | 11 ++++---- .../calcite/translator/TypeConverter.java | 11 ++++---- .../opconventer/HiveAggregateVisitor.java | 11 ++++---- .../opconventer/HiveFilterVisitor.java | 11 ++++---- .../opconventer/HiveGBOpConvUtil.java | 11 ++++---- .../opconventer/HiveOpConverter.java | 11 ++++---- .../opconventer/HiveOpConverterUtils.java | 11 ++++---- .../opconventer/HiveProjectVisitor.java | 11 ++++---- .../opconventer/HiveRelNodeVisitor.java | 11 ++++---- .../opconventer/HiveSortExchangeVisitor.java | 11 ++++---- .../opconventer/HiveSortLimitVisitor.java | 11 ++++---- .../HiveTableFunctionScanVisitor.java | 11 ++++---- .../opconventer/HiveTableScanVisitor.java | 11 ++++---- .../opconventer/HiveUnionVisitor.java | 11 ++++---- .../opconventer/HiveValuesVisitor.java | 11 ++++---- .../translator/opconventer/JoinVisitor.java | 11 ++++---- .../AbstractCorrelationProcCtx.java | 11 ++++---- .../correlation/CorrelationOptimizer.java | 11 ++++---- .../correlation/CorrelationUtilities.java | 11 ++++---- .../correlation/IntraQueryCorrelation.java | 11 ++++---- .../QueryPlanTreeTransformation.java | 11 ++++---- .../correlation/ReduceSinkDeDuplication.java | 11 ++++---- .../ReduceSinkDeDuplicationUtils.java | 11 ++++---- .../ReduceSinkJoinDeDuplication.java | 11 ++++---- .../hive/ql/optimizer/graph/DagGraph.java | 11 ++++---- .../hive/ql/optimizer/graph/DiGraph.java | 11 ++++---- .../hive/ql/optimizer/graph/DotExporter.java | 11 ++++---- .../ql/optimizer/graph/OperatorGraph.java | 11 ++++---- .../ql/optimizer/lineage/ExprProcCtx.java | 11 ++++---- .../ql/optimizer/lineage/ExprProcFactory.java | 11 ++++---- .../hive/ql/optimizer/lineage/Generator.java | 11 ++++---- .../hive/ql/optimizer/lineage/LineageCtx.java | 11 ++++---- .../ql/optimizer/lineage/OpProcFactory.java | 11 ++++---- .../listbucketingpruner/LBExprProcCtx.java | 11 ++++---- .../LBExprProcFactory.java | 11 ++++---- .../LBOpPartitionWalkerCtx.java | 11 ++++---- .../listbucketingpruner/LBOpWalkerCtx.java | 11 ++++---- .../LBPartitionProcFactory.java | 11 ++++---- .../listbucketingpruner/LBProcFactory.java | 11 ++++---- .../ListBucketingPruner.java | 11 ++++---- .../ListBucketingPrunerUtils.java | 11 ++++---- .../annotation/AnnotateOpTraitsProcCtx.java | 11 ++++---- .../annotation/AnnotateWithOpTraits.java | 11 ++++---- .../annotation/OpTraitsRulesProcFactory.java | 11 ++++---- .../query/JoinOperationMetadataResolver.java | 11 ++++---- .../pcr/PartitionConditionRemover.java | 11 ++++---- .../hive/ql/optimizer/pcr/PcrExprProcCtx.java | 11 ++++---- .../ql/optimizer/pcr/PcrExprProcFactory.java | 11 ++++---- .../ql/optimizer/pcr/PcrOpProcFactory.java | 11 ++++---- .../hive/ql/optimizer/pcr/PcrOpWalkerCtx.java | 11 ++++---- .../physical/AbstractJoinTaskDispatcher.java | 11 ++++---- .../AnnotateRunTimeStatsOptimizer.java | 11 ++++---- .../physical/BucketingSortingCtx.java | 11 ++++---- .../BucketingSortingInferenceOptimizer.java | 11 ++++---- .../BucketingSortingOpProcFactory.java | 11 ++++---- .../physical/CommonJoinResolver.java | 11 ++++---- .../physical/CommonJoinTaskDispatcher.java | 11 ++++---- .../physical/CrossProductHandler.java | 11 ++++---- .../physical/GenMRSkewJoinProcessor.java | 11 ++++---- .../physical/LlapClusterStateForCompile.java | 11 ++++---- .../ql/optimizer/physical/LlapDecider.java | 11 ++++---- .../physical/LlapPreVectorizationPass.java | 11 ++++---- .../physical/LocalMapJoinProcFactory.java | 11 ++++---- .../optimizer/physical/MapJoinResolver.java | 11 ++++---- .../ql/optimizer/physical/MemoryDecider.java | 11 ++++---- .../physical/MetadataOnlyOptimizer.java | 11 ++++---- .../optimizer/physical/NullScanOptimizer.java | 11 ++++---- .../physical/NullScanTaskDispatcher.java | 11 ++++---- .../optimizer/physical/PhysicalContext.java | 11 ++++---- .../optimizer/physical/PhysicalOptimizer.java | 11 ++++---- .../physical/PhysicalPlanResolver.java | 11 ++++---- .../optimizer/physical/SamplingOptimizer.java | 11 ++++---- .../optimizer/physical/SerializeFilter.java | 11 ++++---- .../physical/SkewJoinProcFactory.java | 11 ++++---- .../optimizer/physical/SkewJoinResolver.java | 11 ++++---- .../physical/SortMergeJoinResolver.java | 11 ++++---- .../physical/SortMergeJoinTaskDispatcher.java | 11 ++++---- .../physical/StageIDsRearranger.java | 11 ++++---- .../ql/optimizer/physical/Vectorizer.java | 11 ++++---- .../optimizer/physical/VectorizerReason.java | 11 ++++---- .../hive/ql/optimizer/ppr/ExprProcCtx.java | 11 ++++---- .../ql/optimizer/ppr/ExprProcFactory.java | 11 ++++---- .../hive/ql/optimizer/ppr/OpProcFactory.java | 11 ++++---- .../hive/ql/optimizer/ppr/OpWalkerCtx.java | 11 ++++---- .../ql/optimizer/ppr/PartExprEvalUtils.java | 11 ++++---- .../ppr/PartitionExpressionForMetastore.java | 11 ++++---- .../ql/optimizer/ppr/PartitionPruner.java | 11 ++++---- .../ql/optimizer/signature/OpSignature.java | 11 ++++---- .../optimizer/signature/OpTreeSignature.java | 11 ++++---- .../signature/OpTreeSignatureFactory.java | 11 ++++---- .../optimizer/signature/RelTreeSignature.java | 11 ++++---- .../signature/RuntimeStatsPersister.java | 11 ++++---- .../ql/optimizer/signature/Signature.java | 11 ++++---- .../optimizer/signature/SignatureUtils.java | 11 ++++---- .../annotation/AnnotateStatsProcCtx.java | 11 ++++---- .../annotation/AnnotateWithStatistics.java | 11 ++++---- .../stats/annotation/HiveMurmur3Adapter.java | 11 ++++---- .../annotation/StatsRulesProcFactory.java | 11 ++++---- .../ql/optimizer/topnkey/CommonKeyPrefix.java | 11 ++++---- .../optimizer/topnkey/TopNKeyProcessor.java | 11 ++++---- .../topnkey/TopNKeyPushdownProcessor.java | 11 ++++---- .../optimizer/unionproc/UnionProcContext.java | 11 ++++---- .../optimizer/unionproc/UnionProcFactory.java | 11 ++++---- .../optimizer/unionproc/UnionProcessor.java | 11 ++++---- .../parse/AbstractSemanticAnalyzerHook.java | 11 ++++---- .../ql/parse/AcidExportSemanticAnalyzer.java | 11 ++++---- .../hive/ql/parse/AlterTableConvertSpec.java | 11 ++++---- .../hive/ql/parse/AlterTableExecuteSpec.java | 11 ++++---- .../ql/parse/AlterTableSnapshotRefSpec.java | 11 ++++---- .../hive/ql/parse/AnalyzeCommandUtils.java | 11 ++++---- .../ql/parse/AppMasterEventProcessor.java | 11 ++++---- .../hive/ql/parse/BaseSemanticAnalyzer.java | 11 ++++---- .../hive/ql/parse/CBOFallbackStrategy.java | 11 ++++---- .../apache/hadoop/hive/ql/parse/CBOPlan.java | 11 ++++---- .../hadoop/hive/ql/parse/CalcitePlanner.java | 11 ++++---- .../hive/ql/parse/ColumnAccessAnalyzer.java | 11 ++++---- .../hive/ql/parse/ColumnAccessInfo.java | 11 ++++---- .../parse/ColumnStatsAutoGatherContext.java | 11 ++++---- .../hadoop/hive/ql/parse/ColumnStatsList.java | 11 ++++---- .../ql/parse/ColumnStatsSemanticAnalyzer.java | 11 ++++---- .../hive/ql/parse/DeleteSemanticAnalyzer.java | 11 ++++---- .../ql/parse/ExecuteStatementAnalyzer.java | 11 ++++---- .../apache/hadoop/hive/ql/parse/EximUtil.java | 11 ++++---- .../hive/ql/parse/ExplainConfiguration.java | 11 ++++---- .../ExplainSQRewriteSemanticAnalyzer.java | 11 ++++---- .../ql/parse/ExplainSemanticAnalyzer.java | 11 ++++---- .../hive/ql/parse/ExportSemanticAnalyzer.java | 11 ++++---- .../hive/ql/parse/FileSinkProcessor.java | 11 ++++---- .../hadoop/hive/ql/parse/GenMapRedWalker.java | 11 ++++---- .../hive/ql/parse/GenTezProcContext.java | 11 ++++---- .../hadoop/hive/ql/parse/GenTezUtils.java | 11 ++++---- .../hadoop/hive/ql/parse/GenTezWork.java | 11 ++++---- .../hive/ql/parse/GenTezWorkWalker.java | 11 ++++---- .../hadoop/hive/ql/parse/GlobalLimitCtx.java | 11 ++++---- .../ql/parse/HiveSemanticAnalyzerHook.java | 11 ++++---- .../HiveSemanticAnalyzerHookContext.java | 11 ++++---- .../HiveSemanticAnalyzerHookContextImpl.java | 11 ++++---- .../hadoop/hive/ql/parse/HiveTableName.java | 11 ++++---- .../hive/ql/parse/ImportSemanticAnalyzer.java | 11 ++++---- .../apache/hadoop/hive/ql/parse/JoinCond.java | 11 ++++---- .../apache/hadoop/hive/ql/parse/JoinType.java | 11 ++++---- .../hadoop/hive/ql/parse/LeadLagInfo.java | 11 ++++---- .../hive/ql/parse/LoadSemanticAnalyzer.java | 11 ++++---- .../hive/ql/parse/MapReduceCompiler.java | 11 ++++---- .../hive/ql/parse/MaskAndFilterInfo.java | 11 ++++---- .../hive/ql/parse/MergeSemanticAnalyzer.java | 11 ++++---- .../hive/ql/parse/MetaDataExportListener.java | 11 ++++---- .../hadoop/hive/ql/parse/NamedJoinInfo.java | 11 ++++---- .../hadoop/hive/ql/parse/OpParseContext.java | 11 ++++---- .../hive/ql/parse/OptimizeTezProcContext.java | 11 ++++---- .../hive/ql/parse/PTFInvocationSpec.java | 11 ++++---- .../hadoop/hive/ql/parse/PTFTranslator.java | 11 ++++---- .../hadoop/hive/ql/parse/ParseContext.java | 11 ++++---- .../hadoop/hive/ql/parse/ParseUtils.java | 11 ++++---- .../hive/ql/parse/ParsedQueryTables.java | 11 ++++---- .../hive/ql/parse/PartitionTransform.java | 11 ++++---- .../ql/parse/PrepareStatementAnalyzer.java | 11 ++++---- .../hive/ql/parse/ProcessAnalyzeTable.java | 11 ++++---- .../hive/ql/parse/PrunedPartitionList.java | 11 ++++---- .../org/apache/hadoop/hive/ql/parse/QB.java | 11 ++++---- .../apache/hadoop/hive/ql/parse/QBExpr.java | 11 ++++---- .../hadoop/hive/ql/parse/QBJoinTree.java | 11 ++++---- .../hadoop/hive/ql/parse/QBMetaData.java | 11 ++++---- .../hadoop/hive/ql/parse/QBParseInfo.java | 11 ++++---- .../hadoop/hive/ql/parse/QBSubQuery.java | 11 ++++---- .../hive/ql/parse/QBSubQueryParseInfo.java | 11 ++++---- .../hadoop/hive/ql/parse/QBSystemVersion.java | 11 ++++---- .../hadoop/hive/ql/parse/QueryTables.java | 11 ++++---- .../ql/parse/ReplicationSemanticAnalyzer.java | 11 ++++---- .../hadoop/hive/ql/parse/ReplicationSpec.java | 11 ++++---- .../ql/parse/RewriteSemanticAnalyzer.java | 11 ++++---- .../hadoop/hive/ql/parse/RowResolver.java | 11 ++++---- .../hive/ql/parse/RuntimeValuesInfo.java | 11 ++++---- .../hive/ql/parse/ScheduledQueryAnalyzer.java | 11 ++++---- .../hive/ql/parse/SemanticAnalyzer.java | 11 ++++---- .../ql/parse/SemanticAnalyzerFactory.java | 11 ++++---- .../hive/ql/parse/SemiJoinBranchInfo.java | 11 ++++---- .../hadoop/hive/ql/parse/SemiJoinHint.java | 11 ++++---- .../hadoop/hive/ql/parse/SplitSample.java | 11 ++++---- .../hadoop/hive/ql/parse/StorageFormat.java | 11 ++++---- .../hive/ql/parse/SubQueryDiagnostic.java | 11 ++++---- .../hadoop/hive/ql/parse/SubQueryUtils.java | 11 ++++---- .../hive/ql/parse/TableAccessAnalyzer.java | 11 ++++---- .../hadoop/hive/ql/parse/TableAccessCtx.java | 11 ++++---- .../hadoop/hive/ql/parse/TableAccessInfo.java | 11 ++++---- .../hadoop/hive/ql/parse/TableHelper.java | 11 ++++---- .../hadoop/hive/ql/parse/TableMask.java | 11 ++++---- .../hadoop/hive/ql/parse/TableSample.java | 11 ++++---- .../hadoop/hive/ql/parse/TaskCompiler.java | 11 ++++---- .../hive/ql/parse/TaskCompilerFactory.java | 11 ++++---- .../hadoop/hive/ql/parse/TezCompiler.java | 11 ++++---- .../hadoop/hive/ql/parse/TransformSpec.java | 11 ++++---- .../hadoop/hive/ql/parse/UnionProcessor.java | 11 ++++---- .../hive/ql/parse/UnparseTranslator.java | 11 ++++---- .../hive/ql/parse/UpdateSemanticAnalyzer.java | 11 ++++---- .../hive/ql/parse/WindowingComponentizer.java | 11 ++++---- .../WindowingExprNodeEvaluatorFactory.java | 11 ++++---- .../hadoop/hive/ql/parse/WindowingSpec.java | 11 ++++---- .../AuthorizationParseUtils.java | 11 ++++---- .../HiveAuthorizationTaskFactory.java | 11 ++++---- .../HiveAuthorizationTaskFactoryImpl.java | 11 ++++---- .../ql/parse/relnodegen/LateralViewPlan.java | 11 ++++---- .../hadoop/hive/ql/parse/repl/CopyUtils.java | 11 ++++---- .../hadoop/hive/ql/parse/repl/DumpType.java | 11 ++++---- .../hive/ql/parse/repl/PathBuilder.java | 11 ++++---- .../hadoop/hive/ql/parse/repl/ReplLogger.java | 11 ++++---- .../hadoop/hive/ql/parse/repl/ReplState.java | 11 ++++---- .../BootStrapReplicationSpecFunction.java | 11 ++++---- .../parse/repl/dump/EventsDumpMetadata.java | 11 ++++---- .../hive/ql/parse/repl/dump/ExportJob.java | 11 ++++---- .../ql/parse/repl/dump/ExportService.java | 11 ++++---- .../hive/ql/parse/repl/dump/HiveWrapper.java | 11 ++++---- .../ql/parse/repl/dump/PartitionExport.java | 11 ++++---- .../hive/ql/parse/repl/dump/TableExport.java | 11 ++++---- .../hadoop/hive/ql/parse/repl/dump/Utils.java | 11 ++++---- .../repl/dump/events/AbortTxnHandler.java | 11 ++++---- .../AbstractConstraintEventHandler.java | 11 ++++---- .../dump/events/AbstractEventHandler.java | 11 ++++---- .../events/AddCheckConstraintHandler.java | 11 ++++---- .../events/AddDefaultConstraintHandler.java | 11 ++++---- .../dump/events/AddForeignKeyHandler.java | 11 ++++---- .../events/AddNotNullConstraintHandler.java | 11 ++++---- .../repl/dump/events/AddPartitionHandler.java | 11 ++++---- .../dump/events/AddPrimaryKeyHandler.java | 11 ++++---- .../events/AddUniqueConstraintHandler.java | 11 ++++---- .../repl/dump/events/AllocWriteIdHandler.java | 11 ++++---- .../dump/events/AlterDatabaseHandler.java | 11 ++++---- .../dump/events/AlterPartitionHandler.java | 11 ++++---- .../dump/events/AlterPartitionsHandler.java | 11 ++++---- .../repl/dump/events/AlterTableHandler.java | 11 ++++---- .../repl/dump/events/CommitTxnHandler.java | 11 ++++---- .../dump/events/CreateDatabaseHandler.java | 11 ++++---- .../dump/events/CreateFunctionHandler.java | 11 ++++---- .../repl/dump/events/CreateTableHandler.java | 11 ++++---- .../repl/dump/events/DefaultHandler.java | 11 ++++---- .../dump/events/DeletePartColStatHandler.java | 11 ++++---- .../events/DeleteTableColStatHandler.java | 11 ++++---- .../dump/events/DropConstraintHandler.java | 11 ++++---- .../repl/dump/events/DropDatabaseHandler.java | 11 ++++---- .../repl/dump/events/DropFunctionHandler.java | 11 ++++---- .../dump/events/DropPartitionHandler.java | 11 ++++---- .../repl/dump/events/DropTableHandler.java | 11 ++++---- .../parse/repl/dump/events/EventHandler.java | 11 ++++---- .../repl/dump/events/EventHandlerFactory.java | 11 ++++---- .../parse/repl/dump/events/InsertHandler.java | 11 ++++---- .../repl/dump/events/OpenTxnHandler.java | 11 ++++---- .../dump/events/UpdatePartColStatHandler.java | 11 ++++---- .../events/UpdateTableColStatHandler.java | 11 ++++---- .../repl/dump/io/ConstraintsSerializer.java | 11 ++++---- .../ql/parse/repl/dump/io/DBSerializer.java | 11 ++++---- .../ql/parse/repl/dump/io/FileOperations.java | 11 ++++---- .../repl/dump/io/FunctionSerializer.java | 11 ++++---- .../ql/parse/repl/dump/io/JsonWriter.java | 11 ++++---- .../repl/dump/io/PartitionSerializer.java | 11 ++++---- .../dump/io/ReplicationSpecSerializer.java | 11 ++++---- .../parse/repl/dump/io/TableSerializer.java | 11 ++++---- .../parse/repl/dump/log/AtlasDumpLogger.java | 11 ++++---- .../repl/dump/log/BootstrapDumpLogger.java | 11 ++++---- .../repl/dump/log/IncrementalDumpLogger.java | 11 ++++---- .../parse/repl/dump/log/RangerDumpLogger.java | 11 ++++---- .../repl/dump/log/state/AtlasDumpBegin.java | 11 ++++---- .../repl/dump/log/state/AtlasDumpEnd.java | 11 ++++---- .../dump/log/state/BootstrapDumpBegin.java | 11 ++++---- .../repl/dump/log/state/BootstrapDumpEnd.java | 11 ++++---- .../dump/log/state/BootstrapDumpFunction.java | 11 ++++---- .../dump/log/state/BootstrapDumpTable.java | 11 ++++---- .../dump/log/state/IncrementalDumpBegin.java | 11 ++++---- .../dump/log/state/IncrementalDumpEnd.java | 11 ++++---- .../dump/log/state/IncrementalDumpEvent.java | 11 ++++---- .../repl/dump/log/state/RangerDumpBegin.java | 11 ++++---- .../repl/dump/log/state/RangerDumpEnd.java | 11 ++++---- .../metric/BootstrapDumpMetricCollector.java | 11 ++++---- .../IncrementalDumpMetricCollector.java | 11 ++++---- ...OptimizedBootstrapDumpMetricCollector.java | 11 ++++---- ...OptimizedBootstrapDumpMetricCollector.java | 11 ++++---- .../hive/ql/parse/repl/load/DumpMetaData.java | 11 ++++---- .../repl/load/EventDumpDirComparator.java | 11 ++++---- .../ql/parse/repl/load/FailoverMetaData.java | 11 ++++---- .../hive/ql/parse/repl/load/MetaData.java | 11 ++++---- .../hive/ql/parse/repl/load/MetadataJson.java | 11 ++++---- .../repl/load/UpdatedMetaDataTracker.java | 11 ++++---- .../parse/repl/load/log/AtlasLoadLogger.java | 11 ++++---- .../repl/load/log/BootstrapLoadLogger.java | 11 ++++---- .../repl/load/log/IncrementalLoadLogger.java | 11 ++++---- .../parse/repl/load/log/RangerLoadLogger.java | 11 ++++---- .../repl/load/log/state/AtlasLoadBegin.java | 11 ++++---- .../repl/load/log/state/AtlasLoadEnd.java | 11 ++++---- .../load/log/state/BootstrapLoadBegin.java | 11 ++++---- .../repl/load/log/state/BootstrapLoadEnd.java | 11 ++++---- .../load/log/state/BootstrapLoadFunction.java | 11 ++++---- .../load/log/state/BootstrapLoadTable.java | 11 ++++---- .../repl/load/log/state/DataCopyEnd.java | 11 ++++---- .../load/log/state/IncrementalLoadBegin.java | 11 ++++---- .../load/log/state/IncrementalLoadEnd.java | 11 ++++---- .../load/log/state/IncrementalLoadEvent.java | 11 ++++---- .../repl/load/log/state/RangerLoadBegin.java | 11 ++++---- .../repl/load/log/state/RangerLoadEnd.java | 11 ++++---- .../repl/load/message/AbortTxnHandler.java | 11 ++++---- .../load/message/AbstractMessageHandler.java | 11 ++++---- .../message/AddCheckConstraintHandler.java | 11 ++++---- .../message/AddDefaultConstraintHandler.java | 11 ++++---- .../load/message/AddForeignKeyHandler.java | 11 ++++---- .../message/AddNotNullConstraintHandler.java | 11 ++++---- .../load/message/AddPrimaryKeyHandler.java | 11 ++++---- .../message/AddUniqueConstraintHandler.java | 11 ++++---- .../load/message/AllocWriteIdHandler.java | 11 ++++---- .../load/message/AlterDatabaseHandler.java | 11 ++++---- .../repl/load/message/CommitTxnHandler.java | 11 ++++---- .../load/message/CreateDatabaseHandler.java | 11 ++++---- .../load/message/CreateFunctionHandler.java | 11 ++++---- .../repl/load/message/DefaultHandler.java | 11 ++++---- .../message/DeletePartColStatHandler.java | 11 ++++---- .../message/DeleteTableColStatHandler.java | 11 ++++---- .../load/message/DropConstraintHandler.java | 11 ++++---- .../load/message/DropDatabaseHandler.java | 11 ++++---- .../load/message/DropFunctionHandler.java | 11 ++++---- .../load/message/DropPartitionHandler.java | 11 ++++---- .../repl/load/message/DropTableHandler.java | 11 ++++---- .../repl/load/message/InsertHandler.java | 11 ++++---- .../repl/load/message/MessageHandler.java | 11 ++++---- .../repl/load/message/OpenTxnHandler.java | 11 ++++---- .../load/message/RenamePartitionHandler.java | 11 ++++---- .../repl/load/message/RenameTableHandler.java | 11 ++++---- .../parse/repl/load/message/TableHandler.java | 11 ++++---- .../message/TruncatePartitionHandler.java | 11 ++++---- .../load/message/TruncateTableHandler.java | 11 ++++---- .../message/UpdatePartColStatHandler.java | 11 ++++---- .../message/UpdateTableColStatHandler.java | 11 ++++---- .../metric/BootstrapLoadMetricCollector.java | 11 ++++---- .../IncrementalLoadMetricCollector.java | 11 ++++---- ...OptimizedBootstrapLoadMetricCollector.java | 11 ++++---- ...OptimizedBootstrapLoadMetricCollector.java | 11 ++++---- .../ql/parse/repl/metric/MetricCollector.java | 11 ++++---- .../hive/ql/parse/repl/metric/MetricSink.java | 11 ++++---- .../metric/ReplicationMetricCollector.java | 11 ++++---- .../ql/parse/repl/metric/event/Metadata.java | 11 ++++---- .../ql/parse/repl/metric/event/Metric.java | 11 ++++---- .../ql/parse/repl/metric/event/Progress.java | 11 ++++---- .../repl/metric/event/ProgressMapper.java | 11 ++++---- .../repl/metric/event/ReplicationMetric.java | 11 ++++---- .../ql/parse/repl/metric/event/Stage.java | 11 ++++---- .../parse/repl/metric/event/StageMapper.java | 11 ++++---- .../ql/parse/repl/metric/event/Status.java | 11 ++++---- .../rewrite/CopyOnWriteDeleteRewriter.java | 11 ++++---- .../rewrite/CopyOnWriteMergeRewriter.java | 11 ++++---- .../rewrite/CopyOnWriteUpdateRewriter.java | 11 ++++---- .../hive/ql/parse/rewrite/DeleteRewriter.java | 11 ++++---- .../parse/rewrite/DeleteRewriterFactory.java | 11 ++++---- .../ql/parse/rewrite/DeleteStatement.java | 11 ++++---- .../hive/ql/parse/rewrite/MergeRewriter.java | 11 ++++---- .../parse/rewrite/MergeRewriterFactory.java | 11 ++++---- .../hive/ql/parse/rewrite/MergeStatement.java | 11 ++++---- .../rewrite/PartitionSplitUpdateRewriter.java | 11 ++++---- .../hive/ql/parse/rewrite/Rewriter.java | 11 ++++---- .../ql/parse/rewrite/RewriterFactory.java | 11 ++++---- .../ql/parse/rewrite/SplitMergeRewriter.java | 11 ++++---- .../ql/parse/rewrite/SplitUpdateRewriter.java | 11 ++++---- .../hive/ql/parse/rewrite/UpdateRewriter.java | 11 ++++---- .../parse/rewrite/UpdateRewriterFactory.java | 11 ++++---- .../ql/parse/rewrite/UpdateStatement.java | 11 ++++---- .../rewrite/sql/COWWithClauseBuilder.java | 11 ++++---- .../rewrite/sql/MultiInsertSqlGenerator.java | 11 ++++---- .../NativeAcidMultiInsertSqlGenerator.java | 11 ++++---- .../NonNativeAcidMultiInsertSqlGenerator.java | 11 ++++---- .../rewrite/sql/PartitionSetValuesClause.java | 11 ++++---- .../parse/rewrite/sql/SetClausePatcher.java | 11 ++++---- .../ql/parse/rewrite/sql/SetValuesClause.java | 11 ++++---- .../rewrite/sql/SetValuesClauseBase.java | 11 ++++---- .../rewrite/sql/SqlGeneratorFactory.java | 11 ++++---- .../parse/rewrite/sql/WhereClausePatcher.java | 11 ++++---- .../parse/type/ConstraintExprGenerator.java | 11 ++++---- .../hive/ql/parse/type/ExprFactory.java | 11 ++++---- .../parse/type/ExprNodeDescExprFactory.java | 11 ++++---- .../hive/ql/parse/type/ExprNodeTypeCheck.java | 11 ++++---- .../hive/ql/parse/type/FunctionHelper.java | 11 ++++---- .../ql/parse/type/HiveFunctionHelper.java | 11 ++++---- .../type/JoinCondTypeCheckProcFactory.java | 11 ++++---- .../hive/ql/parse/type/JoinTypeCheckCtx.java | 11 ++++---- .../ql/parse/type/RexNodeExprFactory.java | 11 ++++---- .../hive/ql/parse/type/RexNodeTypeCheck.java | 11 ++++---- .../hive/ql/parse/type/TypeCheckCtx.java | 11 ++++---- .../ql/parse/type/TypeCheckProcFactory.java | 11 ++++---- .../hive/ql/plan/AbstractOperatorDesc.java | 11 ++++---- .../hive/ql/plan/AbstractVectorDesc.java | 11 ++++---- .../hadoop/hive/ql/plan/AggregationDesc.java | 11 ++++---- .../hive/ql/plan/AppMasterEventDesc.java | 11 ++++---- .../hadoop/hive/ql/plan/ArchiveWork.java | 11 ++++---- .../hadoop/hive/ql/plan/BaseCopyWork.java | 11 ++++---- .../apache/hadoop/hive/ql/plan/BaseWork.java | 11 ++++---- .../hive/ql/plan/BasicStatsNoJobWork.java | 11 ++++---- .../hadoop/hive/ql/plan/BasicStatsWork.java | 11 ++++---- .../hive/ql/plan/BucketMapJoinContext.java | 11 ++++---- .../hadoop/hive/ql/plan/ColStatistics.java | 11 ++++---- .../hadoop/hive/ql/plan/CollectDesc.java | 11 ++++---- .../hadoop/hive/ql/plan/ColumnStatsDesc.java | 11 ++++---- .../hive/ql/plan/ColumnStatsDropWork.java | 11 ++++---- .../hive/ql/plan/ColumnStatsUpdateWork.java | 11 ++++---- .../hive/ql/plan/CommonMergeJoinDesc.java | 11 ++++---- .../hive/ql/plan/ConditionalResolver.java | 11 ++++---- .../plan/ConditionalResolverCommonJoin.java | 11 ++++---- .../plan/ConditionalResolverMergeFiles.java | 11 ++++---- .../ql/plan/ConditionalResolverSkewJoin.java | 11 ++++---- .../hadoop/hive/ql/plan/ConditionalWork.java | 11 ++++---- .../apache/hadoop/hive/ql/plan/CopyWork.java | 11 ++++---- .../hive/ql/plan/CustomBucketFunction.java | 11 ++++---- .../hive/ql/plan/DeferredWorkContext.java | 11 ++++---- .../apache/hadoop/hive/ql/plan/DemuxDesc.java | 11 ++++---- .../ql/plan/DependencyCollectionWork.java | 11 ++++---- .../hadoop/hive/ql/plan/DummyStoreDesc.java | 11 ++++---- .../hive/ql/plan/DynamicPartitionCtx.java | 11 ++++---- .../hive/ql/plan/DynamicPruningEventDesc.java | 11 ++++---- .../hadoop/hive/ql/plan/DynamicValue.java | 11 ++++---- .../apache/hadoop/hive/ql/plan/Explain.java | 11 ++++---- .../hadoop/hive/ql/plan/ExplainLockDesc.java | 11 ++++---- .../hive/ql/plan/ExplainSQRewriteWork.java | 11 ++++---- .../hadoop/hive/ql/plan/ExplainWork.java | 11 ++++---- .../hadoop/hive/ql/plan/ExportWork.java | 11 ++++---- .../hive/ql/plan/ExprDynamicParamDesc.java | 11 ++++---- .../hive/ql/plan/ExprNodeColumnDesc.java | 11 ++++---- .../hive/ql/plan/ExprNodeColumnListDesc.java | 11 ++++---- .../hive/ql/plan/ExprNodeConstantDesc.java | 11 ++++---- .../hadoop/hive/ql/plan/ExprNodeDesc.java | 11 ++++---- .../hive/ql/plan/ExprNodeDescUtils.java | 11 ++++---- .../hive/ql/plan/ExprNodeDynamicListDesc.java | 11 ++++---- .../ql/plan/ExprNodeDynamicValueDesc.java | 11 ++++---- .../hive/ql/plan/ExprNodeFieldDesc.java | 11 ++++---- .../hive/ql/plan/ExprNodeGenericFuncDesc.java | 11 ++++---- .../hive/ql/plan/ExprNodeSubQueryDesc.java | 11 ++++---- .../apache/hadoop/hive/ql/plan/FetchWork.java | 11 ++++---- .../hadoop/hive/ql/plan/FileMergeDesc.java | 11 ++++---- .../hadoop/hive/ql/plan/FileSinkDesc.java | 11 ++++---- .../hadoop/hive/ql/plan/FilterDesc.java | 11 ++++---- .../hadoop/hive/ql/plan/ForwardDesc.java | 11 ++++---- .../hadoop/hive/ql/plan/GroupByDesc.java | 11 ++++---- .../hive/ql/plan/HashTableDummyDesc.java | 11 ++++---- .../hive/ql/plan/HashTableSinkDesc.java | 11 ++++---- .../hadoop/hive/ql/plan/HiveOperation.java | 11 ++++---- .../hadoop/hive/ql/plan/IStatsGatherDesc.java | 11 ++++---- .../hadoop/hive/ql/plan/ImportTableDesc.java | 11 ++++---- .../hadoop/hive/ql/plan/JoinCondDesc.java | 11 ++++---- .../apache/hadoop/hive/ql/plan/JoinDesc.java | 11 ++++---- .../hive/ql/plan/LateralViewForwardDesc.java | 11 ++++---- .../hive/ql/plan/LateralViewJoinDesc.java | 11 ++++---- .../apache/hadoop/hive/ql/plan/LimitDesc.java | 11 ++++---- .../hadoop/hive/ql/plan/ListBucketingCtx.java | 11 ++++---- .../hadoop/hive/ql/plan/ListSinkDesc.java | 11 ++++---- .../apache/hadoop/hive/ql/plan/LoadDesc.java | 11 ++++---- .../hadoop/hive/ql/plan/LoadFileDesc.java | 11 ++++---- .../hive/ql/plan/LoadMultiFilesDesc.java | 11 ++++---- .../hadoop/hive/ql/plan/LoadTableDesc.java | 11 ++++---- .../hadoop/hive/ql/plan/MapJoinDesc.java | 11 ++++---- .../apache/hadoop/hive/ql/plan/MapWork.java | 11 ++++---- .../hadoop/hive/ql/plan/MapredLocalWork.java | 11 ++++---- .../hadoop/hive/ql/plan/MapredWork.java | 11 ++++---- .../hadoop/hive/ql/plan/MergeJoinWork.java | 11 ++++---- .../hive/ql/plan/MergeTaskProperties.java | 11 ++++---- .../apache/hadoop/hive/ql/plan/MoveWork.java | 11 ++++---- .../apache/hadoop/hive/ql/plan/MuxDesc.java | 11 ++++---- .../apache/hadoop/hive/ql/plan/OpTraits.java | 11 ++++---- .../hadoop/hive/ql/plan/OperatorDesc.java | 11 ++++---- .../ql/plan/OperatorExplainVectorization.java | 11 ++++---- .../hadoop/hive/ql/plan/OrcFileMergeDesc.java | 11 ++++---- .../apache/hadoop/hive/ql/plan/PTFDesc.java | 11 ++++---- .../hadoop/hive/ql/plan/PTFDeserializer.java | 11 ++++---- .../plan/PartitionAwareOptimizationCtx.java | 11 ++++---- .../hadoop/hive/ql/plan/PartitionDesc.java | 11 ++++---- .../apache/hadoop/hive/ql/plan/PlanUtils.java | 11 ++++---- .../hadoop/hive/ql/plan/RCFileMergeDesc.java | 11 ++++---- .../hadoop/hive/ql/plan/ReduceSinkDesc.java | 11 ++++---- .../hadoop/hive/ql/plan/ReduceWork.java | 11 ++++---- .../hive/ql/plan/ReducerTimeStatsPerJob.java | 11 ++++---- .../hadoop/hive/ql/plan/ReplCopyWork.java | 11 ++++---- .../hadoop/hive/ql/plan/ReplTxnWork.java | 11 ++++---- .../hadoop/hive/ql/plan/SMBJoinDesc.java | 11 ++++---- .../hadoop/hive/ql/plan/ScriptDesc.java | 11 ++++---- .../hadoop/hive/ql/plan/SelectDesc.java | 11 ++++---- .../ql/plan/SkewedColumnPositionPair.java | 11 ++++---- .../hadoop/hive/ql/plan/Statistics.java | 11 ++++---- .../apache/hadoop/hive/ql/plan/StatsWork.java | 11 ++++---- .../hadoop/hive/ql/plan/SubqueryType.java | 11 ++++---- .../apache/hadoop/hive/ql/plan/TableDesc.java | 11 ++++---- .../hadoop/hive/ql/plan/TableScanDesc.java | 11 ++++---- .../hadoop/hive/ql/plan/TezEdgeProperty.java | 11 ++++---- .../apache/hadoop/hive/ql/plan/TezWork.java | 11 ++++---- .../hadoop/hive/ql/plan/TopNKeyDesc.java | 11 ++++---- .../apache/hadoop/hive/ql/plan/UDTFDesc.java | 11 ++++---- .../apache/hadoop/hive/ql/plan/UnionDesc.java | 11 ++++---- .../apache/hadoop/hive/ql/plan/UnionWork.java | 11 ++++---- .../hive/ql/plan/ValidationUtility.java | 11 ++++---- .../ql/plan/VectorAppMasterEventDesc.java | 11 ++++---- .../hadoop/hive/ql/plan/VectorDesc.java | 11 ++++---- .../hive/ql/plan/VectorFileSinkDesc.java | 11 ++++---- .../hadoop/hive/ql/plan/VectorFilterDesc.java | 11 ++++---- .../hive/ql/plan/VectorGroupByDesc.java | 11 ++++---- .../hadoop/hive/ql/plan/VectorLimitDesc.java | 11 ++++---- .../hive/ql/plan/VectorMapJoinDesc.java | 11 ++++---- .../hive/ql/plan/VectorMapJoinInfo.java | 11 ++++---- .../hadoop/hive/ql/plan/VectorPTFDesc.java | 11 ++++---- .../hadoop/hive/ql/plan/VectorPTFInfo.java | 11 ++++---- .../ql/plan/VectorPartitionConversion.java | 11 ++++---- .../hive/ql/plan/VectorPartitionDesc.java | 11 ++++---- .../hive/ql/plan/VectorReduceSinkDesc.java | 11 ++++---- .../hive/ql/plan/VectorReduceSinkInfo.java | 11 ++++---- .../hive/ql/plan/VectorSMBJoinDesc.java | 11 ++++---- .../hadoop/hive/ql/plan/VectorSelectDesc.java | 11 ++++---- .../hive/ql/plan/VectorTableScanDesc.java | 11 ++++---- .../hive/ql/plan/VectorTopNKeyDesc.java | 11 ++++---- .../hive/ql/plan/VectorizationCondition.java | 11 ++++---- .../ql/plan/mapper/AuxOpTreeSignature.java | 11 ++++---- .../ql/plan/mapper/CachingStatsSource.java | 11 ++++---- .../hive/ql/plan/mapper/EmptyStatsSource.java | 11 ++++---- .../hive/ql/plan/mapper/GroupTransformer.java | 11 ++++---- .../ql/plan/mapper/MapBackedStatsSource.java | 11 ++++---- .../plan/mapper/MetastoreStatsConnector.java | 11 ++++---- .../ql/plan/mapper/PersistedRuntimeStats.java | 11 ++++---- .../hive/ql/plan/mapper/PlanMapper.java | 11 ++++---- .../hive/ql/plan/mapper/StatsSource.java | 11 ++++---- .../hive/ql/plan/mapper/StatsSources.java | 11 ++++---- .../hadoop/hive/ql/plan/ptf/BoundaryDef.java | 11 ++++---- .../hadoop/hive/ql/plan/ptf/OrderDef.java | 11 ++++---- .../hive/ql/plan/ptf/OrderExpressionDef.java | 11 ++++---- .../hive/ql/plan/ptf/PTFExpressionDef.java | 11 ++++---- .../hadoop/hive/ql/plan/ptf/PTFInputDef.java | 11 ++++---- .../hive/ql/plan/ptf/PTFQueryInputDef.java | 11 ++++---- .../hadoop/hive/ql/plan/ptf/PartitionDef.java | 11 ++++---- .../plan/ptf/PartitionedTableFunctionDef.java | 11 ++++---- .../hadoop/hive/ql/plan/ptf/ShapeDetails.java | 11 ++++---- .../hive/ql/plan/ptf/WindowExpressionDef.java | 11 ++++---- .../hive/ql/plan/ptf/WindowFrameDef.java | 11 ++++---- .../hive/ql/plan/ptf/WindowFunctionDef.java | 11 ++++---- .../ql/plan/ptf/WindowTableFunctionDef.java | 11 ++++---- .../hadoop/hive/ql/ppd/ExprWalkerInfo.java | 11 ++++---- .../hive/ql/ppd/ExprWalkerProcFactory.java | 11 ++++---- .../hadoop/hive/ql/ppd/OpProcFactory.java | 11 ++++---- .../hadoop/hive/ql/ppd/OpWalkerInfo.java | 11 ++++---- .../hadoop/hive/ql/ppd/PredicatePushDown.java | 11 ++++---- .../ql/ppd/PredicateTransitivePropagate.java | 11 ++++---- .../hive/ql/ppd/SimplePredicatePushDown.java | 11 ++++---- .../hive/ql/ppd/SyntheticJoinPredicate.java | 11 ++++---- .../ql/processors/AddResourceProcessor.java | 11 ++++---- .../hive/ql/processors/CommandProcessor.java | 11 ++++---- .../processors/CommandProcessorException.java | 11 ++++---- .../processors/CommandProcessorFactory.java | 11 ++++---- .../processors/CommandProcessorResponse.java | 11 ++++---- .../hive/ql/processors/CommandUtil.java | 11 ++++---- .../hive/ql/processors/CompileProcessor.java | 11 ++++---- .../hive/ql/processors/CryptoProcessor.java | 11 ++++---- .../processors/DeleteResourceProcessor.java | 11 ++++---- .../hive/ql/processors/DfsProcessor.java | 11 ++++---- .../hive/ql/processors/ErasureProcessor.java | 11 ++++---- .../hive/ql/processors/HiveCommand.java | 11 ++++---- .../ql/processors/ListResourceProcessor.java | 11 ++++---- .../LlapCacheResourceProcessor.java | 11 ++++---- .../LlapClusterResourceProcessor.java | 11 ++++---- .../hive/ql/processors/ReloadProcessor.java | 11 ++++---- .../hive/ql/processors/ResetProcessor.java | 11 ++++---- .../hive/ql/processors/SetProcessor.java | 11 ++++---- .../processors/ShowProcessListProcessor.java | 11 ++++---- .../ql/queryhistory/QueryHistoryService.java | 11 ++++---- .../hive/ql/queryhistory/RecordEnricher.java | 11 ++++---- .../repository/AbstractRepository.java | 11 ++++---- .../repository/IcebergRepository.java | 11 ++++---- .../repository/QueryHistoryRepository.java | 11 ++++---- .../hive/ql/queryhistory/schema/Record.java | 11 ++++---- .../hive/ql/queryhistory/schema/Schema.java | 11 ++++---- .../hive/ql/reexec/IReExecutionPlugin.java | 11 ++++---- .../hive/ql/reexec/ReCompileException.java | 11 ++++---- .../ql/reexec/ReCompileWithoutCBOPlugin.java | 11 ++++---- .../hadoop/hive/ql/reexec/ReExecDriver.java | 11 ++++---- .../ql/reexec/ReExecuteLostAMQueryPlugin.java | 11 ++++---- .../ReExecuteOnWriteConflictPlugin.java | 11 ++++---- .../ql/reexec/ReExecutionDagSubmitPlugin.java | 11 ++++---- .../ql/reexec/ReExecutionOverlayPlugin.java | 11 ++++---- .../ql/reexec/ReExecutionStrategyType.java | 11 ++++---- .../hive/ql/reexec/ReOptimizePlugin.java | 11 ++++---- .../IScheduledQueryMaintenanceService.java | 11 ++++---- .../MetastoreBasedScheduledQueryService.java | 11 ++++---- .../ScheduledQueryExecutionContext.java | 11 ++++---- .../ScheduledQueryExecutionService.java | 11 ++++---- .../ScheduledQueryMaintenanceWork.java | 11 ++++---- .../AWSSecretsManagerSecretSource.java | 11 ++++---- .../hadoop/hive/ql/secrets/SecretSource.java | 11 ++++---- .../hive/ql/secrets/URISecretSource.java | 11 ++++---- .../security/HadoopDefaultAuthenticator.java | 11 ++++---- .../HadoopDefaultMetastoreAuthenticator.java | 11 ++++---- .../security/HiveAuthenticationProvider.java | 11 ++++---- .../HiveMetastoreAuthenticationProvider.java | 11 ++++---- .../ql/security/ProxyUserAuthenticator.java | 11 ++++---- .../SessionStateConfigUserAuthenticator.java | 11 ++++---- .../SessionStateUserAuthenticator.java | 11 ++++---- .../authorization/AuthorizationFactory.java | 11 ++++---- .../AuthorizationPreEventListener.java | 11 ++++---- .../authorization/AuthorizationUtils.java | 11 ++++---- .../BitSetCheckedAuthorizationProvider.java | 11 ++++---- .../DefaultHiveAuthorizationProvider.java | 11 ++++---- .../DefaultHiveAuthorizationTranslator.java | 11 ++++---- ...ultHiveMetastoreAuthorizationProvider.java | 11 ++++---- .../HDFSPermissionPolicyProvider.java | 11 ++++---- .../HiveAuthorizationProvider.java | 11 ++++---- .../HiveAuthorizationProviderBase.java | 11 ++++---- .../HiveCustomStorageHandlerUtils.java | 11 ++++---- .../HiveMetastoreAuthorizationProvider.java | 11 ++++---- ...ltiPartitionAuthorizationProviderBase.java | 11 ++++---- .../MetaStoreAuthzAPIAuthorizerEmbedOnly.java | 11 ++++---- .../PolicyProviderContainer.java | 11 ++++---- .../ql/security/authorization/Privilege.java | 11 ++++---- .../authorization/PrivilegeRegistry.java | 11 ++++---- .../authorization/PrivilegeScope.java | 11 ++++---- .../authorization/PrivilegeSynchronizer.java | 11 ++++---- .../security/authorization/PrivilegeType.java | 11 ++++---- .../StorageBasedAuthorizationProvider.java | 11 ++++---- .../command/CommandAuthorizer.java | 11 ++++---- .../command/CommandAuthorizerV1.java | 11 ++++---- .../command/CommandAuthorizerV2.java | 11 ++++---- .../plugin/AbstractHiveAuthorizer.java | 11 ++++---- .../AuthorizationMetaStoreFilterHook.java | 11 ++++---- .../plugin/DisallowTransformHook.java | 11 ++++---- .../plugin/HiveAccessControlException.java | 11 ++++---- .../plugin/HiveAccessController.java | 11 ++++---- .../plugin/HiveAuthorizationTranslator.java | 11 ++++---- .../plugin/HiveAuthorizationValidator.java | 11 ++++---- .../authorization/plugin/HiveAuthorizer.java | 11 ++++---- .../plugin/HiveAuthorizerFactory.java | 11 ++++---- .../plugin/HiveAuthorizerImpl.java | 11 ++++---- .../plugin/HiveAuthzContext.java | 11 ++++---- .../plugin/HiveAuthzPluginException.java | 11 ++++---- .../plugin/HiveAuthzSessionContext.java | 11 ++++---- .../plugin/HiveMetastoreClientFactory.java | 11 ++++---- .../HiveMetastoreClientFactoryImpl.java | 11 ++++---- .../plugin/HiveOperationType.java | 11 ++++---- .../plugin/HivePolicyChangeListener.java | 11 ++++---- .../plugin/HivePolicyProvider.java | 11 ++++---- .../authorization/plugin/HivePrincipal.java | 11 ++++---- .../authorization/plugin/HivePrivilege.java | 11 ++++---- .../plugin/HivePrivilegeInfo.java | 11 ++++---- .../plugin/HivePrivilegeObject.java | 11 ++++---- .../plugin/HivePrivilegeObjectUtils.java | 11 ++++---- .../plugin/HiveResourceACLs.java | 11 ++++---- .../plugin/HiveResourceACLsImpl.java | 11 ++++---- .../authorization/plugin/HiveRoleGrant.java | 11 ++++---- .../plugin/HiveV1Authorizer.java | 11 ++++---- .../plugin/SettableConfigUpdater.java | 11 ++++---- .../fallback/FallbackHiveAuthorizer.java | 11 ++++---- .../FallbackHiveAuthorizerFactory.java | 11 ++++---- .../HiveMetaStoreAuthorizableEvent.java | 11 ++++---- .../metastore/HiveMetaStoreAuthorizer.java | 11 ++++---- .../metastore/HiveMetaStoreAuthzInfo.java | 11 ++++---- .../metastore/events/AddPartitionEvent.java | 11 ++++---- .../events/AlterDataConnectorEvent.java | 11 ++++---- .../metastore/events/AlterDatabaseEvent.java | 11 ++++---- .../metastore/events/AlterPartitionEvent.java | 11 ++++---- .../metastore/events/AlterTableEvent.java | 11 ++++---- .../events/CreateDataConnectorEvent.java | 11 ++++---- .../metastore/events/CreateDatabaseEvent.java | 11 ++++---- .../metastore/events/CreateFunctionEvent.java | 11 ++++---- .../metastore/events/CreateTableEvent.java | 11 ++++---- .../events/DropDataConnectorEvent.java | 11 ++++---- .../metastore/events/DropDatabaseEvent.java | 11 ++++---- .../metastore/events/DropFunctionEvent.java | 11 ++++---- .../metastore/events/DropPartitionEvent.java | 11 ++++---- .../metastore/events/DropTableEvent.java | 11 ++++---- .../events/LoadPartitionDoneEvent.java | 11 ++++---- .../metastore/events/ReadDatabaseEvent.java | 11 ++++---- .../metastore/events/ReadTableEvent.java | 11 ++++---- .../DataConnectorFilterContext.java | 11 ++++---- .../filtercontext/DatabaseFilterContext.java | 11 ++++---- .../filtercontext/TableFilterContext.java | 11 ++++---- .../authorization/plugin/package-info.java | 11 ++++---- .../DummyHiveAuthorizationValidator.java | 11 ++++---- .../plugin/sqlstd/GrantPrivAuthUtils.java | 11 ++++---- .../plugin/sqlstd/Operation2Privilege.java | 11 ++++---- .../plugin/sqlstd/RequiredPrivileges.java | 11 ++++---- .../plugin/sqlstd/RevokePrivAuthUtils.java | 11 ++++---- .../plugin/sqlstd/SQLAuthorizationUtils.java | 11 ++++---- .../plugin/sqlstd/SQLPrivTypeGrant.java | 11 ++++---- .../plugin/sqlstd/SQLPrivilegeType.java | 11 ++++---- .../SQLStdConfOnlyAuthorizerFactory.java | 11 ++++---- .../sqlstd/SQLStdHiveAccessController.java | 11 ++++---- .../SQLStdHiveAccessControllerWrapper.java | 11 ++++---- .../SQLStdHiveAuthorizationValidator.java | 11 ++++---- .../sqlstd/SQLStdHiveAuthorizerFactory.java | 11 ++++---- .../ql/session/ClearDanglingScratchDir.java | 11 ++++---- .../ql/session/CreateTableAutomaticGrant.java | 11 ++++---- .../hive/ql/session/ISessionAuthState.java | 11 ++++---- .../hadoop/hive/ql/session/KillQuery.java | 11 ++++---- .../hadoop/hive/ql/session/LineageState.java | 11 ++++---- .../hadoop/hive/ql/session/NullKillQuery.java | 11 ++++---- .../hadoop/hive/ql/session/OperationLog.java | 11 ++++---- .../hive/ql/session/ProcessListInfo.java | 11 ++++---- .../hadoop/hive/ql/session/SessionState.java | 11 ++++---- .../hive/ql/session/SessionStateUtil.java | 11 ++++---- .../hadoop/hive/ql/stats/BasicStats.java | 11 ++++---- .../hive/ql/stats/BasicStatsNoJobTask.java | 11 ++++---- .../hadoop/hive/ql/stats/BasicStatsTask.java | 11 ++++---- .../hive/ql/stats/ClientStatsPublisher.java | 11 ++++---- .../hive/ql/stats/ColStatsProcessor.java | 11 ++++---- .../stats/ColumnStatisticsObjTranslator.java | 11 ++++---- .../hadoop/hive/ql/stats/IStatsProcessor.java | 11 ++++---- .../hadoop/hive/ql/stats/OperatorStats.java | 11 ++++---- .../ql/stats/OperatorStatsReaderHook.java | 11 ++++---- .../apache/hadoop/hive/ql/stats/Partish.java | 11 ++++---- .../hadoop/hive/ql/stats/StatsAggregator.java | 11 ++++---- .../hive/ql/stats/StatsCollectionContext.java | 11 ++++---- .../hadoop/hive/ql/stats/StatsFactory.java | 11 ++++---- .../hadoop/hive/ql/stats/StatsPublisher.java | 11 ++++---- .../hive/ql/stats/StatsUpdaterThread.java | 11 ++++---- .../hadoop/hive/ql/stats/StatsUtils.java | 11 ++++---- .../estimator/PessimisticStatCombiner.java | 11 ++++---- .../ql/stats/estimator/StatEstimator.java | 11 ++++---- .../estimator/StatEstimatorProvider.java | 11 ++++---- .../hive/ql/stats/fs/FSStatsAggregator.java | 11 ++++---- .../hive/ql/stats/fs/FSStatsPublisher.java | 11 ++++---- .../hadoop/hive/ql/tools/LineageInfo.java | 11 ++++---- .../ql/txn/compactor/AcidTableOptimizer.java | 11 ++++---- .../hadoop/hive/ql/txn/compactor/Cleaner.java | 11 ++++---- .../hive/ql/txn/compactor/CleanupRequest.java | 11 ++++---- .../ql/txn/compactor/CompactionException.java | 11 ++++---- .../compactor/CompactionHeartbeatService.java | 11 ++++---- .../txn/compactor/CompactionQueryBuilder.java | 11 ++++---- .../CompactionQueryBuilderFactory.java | 11 ++++---- .../CompactionQueryBuilderForInsertOnly.java | 11 ++++---- .../CompactionQueryBuilderForMajor.java | 11 ++++---- .../CompactionQueryBuilderForMinor.java | 11 ++++---- .../CompactionQueryBuilderForRebalance.java | 11 ++++---- .../hive/ql/txn/compactor/Compactor.java | 11 ++++---- .../ql/txn/compactor/CompactorContext.java | 11 ++++---- .../ql/txn/compactor/CompactorFactory.java | 11 ++++---- .../ql/txn/compactor/CompactorPipeline.java | 11 ++++---- .../ql/txn/compactor/CompactorThread.java | 11 ++++---- .../hive/ql/txn/compactor/CompactorUtil.java | 11 ++++---- .../hive/ql/txn/compactor/FSRemover.java | 11 ++++---- .../compactor/IMetaStoreClientFactory.java | 11 ++++---- .../hive/ql/txn/compactor/Initiator.java | 11 ++++---- .../hive/ql/txn/compactor/MRCompactor.java | 11 ++++---- .../ql/txn/compactor/MajorQueryCompactor.java | 11 ++++---- .../hive/ql/txn/compactor/MergeCompactor.java | 11 ++++---- .../compactor/MetaStoreCompactorThread.java | 11 ++++---- .../hive/ql/txn/compactor/MetadataCache.java | 11 ++++---- .../ql/txn/compactor/MinorQueryCompactor.java | 11 ++++---- .../txn/compactor/MmMajorQueryCompactor.java | 11 ++++---- .../txn/compactor/MmMinorQueryCompactor.java | 11 ++++---- .../hive/ql/txn/compactor/OrcFileMerger.java | 11 ++++---- .../hive/ql/txn/compactor/QueryCompactor.java | 11 ++++---- .../compactor/RebalanceQueryCompactor.java | 11 ++++---- .../txn/compactor/RemoteCompactorThread.java | 11 ++++---- .../ql/txn/compactor/RemoteCompactorUtil.java | 11 ++++---- .../hive/ql/txn/compactor/StatsUpdater.java | 11 ++++---- .../hive/ql/txn/compactor/TableOptimizer.java | 11 ++++---- .../hadoop/hive/ql/txn/compactor/Worker.java | 11 ++++---- .../compactor/handler/AbortedTxnCleaner.java | 11 ++++---- .../compactor/handler/CompactionCleaner.java | 11 ++++---- .../ql/txn/compactor/handler/TaskHandler.java | 11 ++++---- .../compactor/handler/TaskHandlerFactory.java | 11 ++++---- .../service/AcidCompactionService.java | 11 ++++---- .../service/CompactionExecutorFactory.java | 11 ++++---- .../compactor/service/CompactionService.java | 11 ++++---- .../hadoop/hive/ql/udf/SettableUDF.java | 11 ++++---- .../udf/TimestampCastRestrictorResolver.java | 11 ++++---- .../hadoop/hive/ql/udf/UDAFPercentile.java | 11 ++++---- .../ql/udf/UDAFWrongArgLengthForTestCase.java | 11 ++++---- .../apache/hadoop/hive/ql/udf/UDFAcos.java | 11 ++++---- .../apache/hadoop/hive/ql/udf/UDFAscii.java | 11 ++++---- .../apache/hadoop/hive/ql/udf/UDFAsin.java | 11 ++++---- .../apache/hadoop/hive/ql/udf/UDFAtan.java | 11 ++++---- .../apache/hadoop/hive/ql/udf/UDFBase64.java | 11 ++++---- .../hadoop/hive/ql/udf/UDFBaseBitOP.java | 11 ++++---- .../org/apache/hadoop/hive/ql/udf/UDFBin.java | 11 ++++---- .../hadoop/hive/ql/udf/UDFBuildVersion.java | 11 ++++---- .../org/apache/hadoop/hive/ql/udf/UDFChr.java | 11 ++++---- .../apache/hadoop/hive/ql/udf/UDFConv.java | 11 ++++---- .../org/apache/hadoop/hive/ql/udf/UDFCos.java | 11 ++++---- .../apache/hadoop/hive/ql/udf/UDFCosh.java | 11 ++++---- .../apache/hadoop/hive/ql/udf/UDFCrc32.java | 11 ++++---- .../hadoop/hive/ql/udf/UDFDateFloor.java | 11 ++++---- .../hadoop/hive/ql/udf/UDFDateFloorDay.java | 11 ++++---- .../hadoop/hive/ql/udf/UDFDateFloorHour.java | 11 ++++---- .../hive/ql/udf/UDFDateFloorMinute.java | 11 ++++---- .../hadoop/hive/ql/udf/UDFDateFloorMonth.java | 11 ++++---- .../hive/ql/udf/UDFDateFloorQuarter.java | 11 ++++---- .../hive/ql/udf/UDFDateFloorSecond.java | 11 ++++---- .../hadoop/hive/ql/udf/UDFDateFloorWeek.java | 11 ++++---- .../hadoop/hive/ql/udf/UDFDateFloorYear.java | 11 ++++---- .../hadoop/hive/ql/udf/UDFDayOfMonth.java | 11 ++++---- .../hadoop/hive/ql/udf/UDFDayOfWeek.java | 11 ++++---- .../apache/hadoop/hive/ql/udf/UDFDegrees.java | 11 ++++---- .../org/apache/hadoop/hive/ql/udf/UDFE.java | 11 ++++---- .../org/apache/hadoop/hive/ql/udf/UDFExp.java | 11 ++++---- .../hadoop/hive/ql/udf/UDFFindInSet.java | 11 ++++---- .../org/apache/hadoop/hive/ql/udf/UDFHex.java | 11 ++++---- .../apache/hadoop/hive/ql/udf/UDFHour.java | 11 ++++---- .../apache/hadoop/hive/ql/udf/UDFJson.java | 11 ++++---- .../apache/hadoop/hive/ql/udf/UDFLike.java | 11 ++++---- .../org/apache/hadoop/hive/ql/udf/UDFLn.java | 11 ++++---- .../org/apache/hadoop/hive/ql/udf/UDFLog.java | 11 ++++---- .../apache/hadoop/hive/ql/udf/UDFLog10.java | 11 ++++---- .../apache/hadoop/hive/ql/udf/UDFLog2.java | 11 ++++---- .../apache/hadoop/hive/ql/udf/UDFMath.java | 11 ++++---- .../org/apache/hadoop/hive/ql/udf/UDFMd5.java | 11 ++++---- .../apache/hadoop/hive/ql/udf/UDFMinute.java | 11 ++++---- .../apache/hadoop/hive/ql/udf/UDFMonth.java | 11 ++++---- .../hadoop/hive/ql/udf/UDFOPBitAnd.java | 11 ++++---- .../hadoop/hive/ql/udf/UDFOPBitNot.java | 11 ++++---- .../apache/hadoop/hive/ql/udf/UDFOPBitOr.java | 11 ++++---- .../hadoop/hive/ql/udf/UDFOPBitShiftLeft.java | 11 ++++---- .../hive/ql/udf/UDFOPBitShiftRight.java | 11 ++++---- .../ql/udf/UDFOPBitShiftRightUnsigned.java | 11 ++++---- .../hadoop/hive/ql/udf/UDFOPBitXor.java | 11 ++++---- .../hadoop/hive/ql/udf/UDFOPLongDivide.java | 11 ++++---- .../org/apache/hadoop/hive/ql/udf/UDFPI.java | 11 ++++---- .../hadoop/hive/ql/udf/UDFParseUrl.java | 11 ++++---- .../apache/hadoop/hive/ql/udf/UDFRadians.java | 11 ++++---- .../apache/hadoop/hive/ql/udf/UDFRand.java | 11 ++++---- .../hadoop/hive/ql/udf/UDFRegExpExtract.java | 11 ++++---- .../hadoop/hive/ql/udf/UDFRegExpReplace.java | 11 ++++---- .../apache/hadoop/hive/ql/udf/UDFRepeat.java | 11 ++++---- .../apache/hadoop/hive/ql/udf/UDFReplace.java | 11 ++++---- .../apache/hadoop/hive/ql/udf/UDFReverse.java | 11 ++++---- .../apache/hadoop/hive/ql/udf/UDFSecond.java | 11 ++++---- .../apache/hadoop/hive/ql/udf/UDFSha1.java | 11 ++++---- .../apache/hadoop/hive/ql/udf/UDFSign.java | 11 ++++---- .../org/apache/hadoop/hive/ql/udf/UDFSin.java | 11 ++++---- .../apache/hadoop/hive/ql/udf/UDFSinh.java | 11 ++++---- .../apache/hadoop/hive/ql/udf/UDFSpace.java | 11 ++++---- .../apache/hadoop/hive/ql/udf/UDFSqrt.java | 11 ++++---- .../apache/hadoop/hive/ql/udf/UDFSubstr.java | 11 ++++---- .../org/apache/hadoop/hive/ql/udf/UDFTan.java | 11 ++++---- .../apache/hadoop/hive/ql/udf/UDFTanh.java | 11 ++++---- .../hadoop/hive/ql/udf/UDFToBoolean.java | 11 ++++---- .../apache/hadoop/hive/ql/udf/UDFToByte.java | 11 ++++---- .../hadoop/hive/ql/udf/UDFToDouble.java | 11 ++++---- .../apache/hadoop/hive/ql/udf/UDFToFloat.java | 11 ++++---- .../hadoop/hive/ql/udf/UDFToInteger.java | 11 ++++---- .../apache/hadoop/hive/ql/udf/UDFToLong.java | 11 ++++---- .../apache/hadoop/hive/ql/udf/UDFToShort.java | 11 ++++---- .../apache/hadoop/hive/ql/udf/UDFUUID.java | 11 ++++---- .../hadoop/hive/ql/udf/UDFUnbase64.java | 11 ++++---- .../apache/hadoop/hive/ql/udf/UDFUnhex.java | 11 ++++---- .../apache/hadoop/hive/ql/udf/UDFUtils.java | 11 ++++---- .../apache/hadoop/hive/ql/udf/UDFVersion.java | 11 ++++---- .../hadoop/hive/ql/udf/UDFWeekOfYear.java | 11 ++++---- .../apache/hadoop/hive/ql/udf/UDFYear.java | 11 ++++---- .../hadoop/hive/ql/udf/esri/BinUtils.java | 11 ++++---- .../hive/ql/udf/esri/EsriJsonConverter.java | 11 ++++---- .../hive/ql/udf/esri/EsriShapeConverter.java | 11 ++++---- .../hive/ql/udf/esri/GeometryUtils.java | 11 ++++---- .../hadoop/hive/ql/udf/esri/Haversine.java | 11 ++++---- .../hadoop/hive/ql/udf/esri/HiveGeometry.java | 11 ++++---- .../ql/udf/esri/HiveGeometryOIHelper.java | 11 ++++---- .../hadoop/hive/ql/udf/esri/LogUtils.java | 11 ++++---- .../hive/ql/udf/esri/ST_Aggr_ConvexHull.java | 11 ++++---- .../ql/udf/esri/ST_Aggr_Intersection.java | 11 ++++---- .../hive/ql/udf/esri/ST_Aggr_Union.java | 11 ++++---- .../hadoop/hive/ql/udf/esri/ST_Area.java | 11 ++++---- .../hadoop/hive/ql/udf/esri/ST_AsBinary.java | 11 ++++---- .../hadoop/hive/ql/udf/esri/ST_AsGeoJson.java | 11 ++++---- .../hadoop/hive/ql/udf/esri/ST_AsJson.java | 11 ++++---- .../hadoop/hive/ql/udf/esri/ST_AsShape.java | 11 ++++---- .../hadoop/hive/ql/udf/esri/ST_AsText.java | 11 ++++---- .../hadoop/hive/ql/udf/esri/ST_Bin.java | 11 ++++---- .../hive/ql/udf/esri/ST_BinEnvelope.java | 11 ++++---- .../hadoop/hive/ql/udf/esri/ST_Boundary.java | 11 ++++---- .../hadoop/hive/ql/udf/esri/ST_Buffer.java | 11 ++++---- .../hadoop/hive/ql/udf/esri/ST_Centroid.java | 11 ++++---- .../hadoop/hive/ql/udf/esri/ST_Contains.java | 11 ++++---- .../hive/ql/udf/esri/ST_ConvexHull.java | 11 ++++---- .../hadoop/hive/ql/udf/esri/ST_CoordDim.java | 11 ++++---- .../hadoop/hive/ql/udf/esri/ST_Crosses.java | 11 ++++---- .../hive/ql/udf/esri/ST_Difference.java | 11 ++++---- .../hadoop/hive/ql/udf/esri/ST_Dimension.java | 11 ++++---- .../hadoop/hive/ql/udf/esri/ST_Disjoint.java | 11 ++++---- .../hadoop/hive/ql/udf/esri/ST_Distance.java | 11 ++++---- .../hive/ql/udf/esri/ST_DistanceSphere.java | 11 ++++---- .../hadoop/hive/ql/udf/esri/ST_EndPoint.java | 11 ++++---- .../hive/ql/udf/esri/ST_EnvIntersects.java | 11 ++++---- .../hadoop/hive/ql/udf/esri/ST_Envelope.java | 11 ++++---- .../hadoop/hive/ql/udf/esri/ST_Equals.java | 11 ++++---- .../hive/ql/udf/esri/ST_ExteriorRing.java | 11 ++++---- .../ql/udf/esri/ST_GeodesicLengthWGS84.java | 11 ++++---- .../hive/ql/udf/esri/ST_GeomCollection.java | 11 ++++---- .../hive/ql/udf/esri/ST_GeomFromGeoJson.java | 11 ++++---- .../hive/ql/udf/esri/ST_GeomFromJson.java | 11 ++++---- .../hive/ql/udf/esri/ST_GeomFromShape.java | 11 ++++---- .../hive/ql/udf/esri/ST_GeomFromText.java | 11 ++++---- .../hive/ql/udf/esri/ST_GeomFromWKB.java | 11 ++++---- .../hadoop/hive/ql/udf/esri/ST_Geometry.java | 11 ++++---- .../hive/ql/udf/esri/ST_GeometryAccessor.java | 11 ++++---- .../hadoop/hive/ql/udf/esri/ST_GeometryN.java | 11 ++++---- .../ql/udf/esri/ST_GeometryProcessing.java | 11 ++++---- .../ql/udf/esri/ST_GeometryRelational.java | 11 ++++---- .../hive/ql/udf/esri/ST_GeometryType.java | 11 ++++---- .../hive/ql/udf/esri/ST_InteriorRingN.java | 11 ++++---- .../hive/ql/udf/esri/ST_Intersection.java | 11 ++++---- .../hive/ql/udf/esri/ST_Intersects.java | 11 ++++---- .../hadoop/hive/ql/udf/esri/ST_Is3D.java | 11 ++++---- .../hadoop/hive/ql/udf/esri/ST_IsClosed.java | 11 ++++---- .../hadoop/hive/ql/udf/esri/ST_IsEmpty.java | 11 ++++---- .../hive/ql/udf/esri/ST_IsMeasured.java | 11 ++++---- .../hadoop/hive/ql/udf/esri/ST_IsRing.java | 11 ++++---- .../hadoop/hive/ql/udf/esri/ST_IsSimple.java | 11 ++++---- .../hadoop/hive/ql/udf/esri/ST_Length.java | 11 ++++---- .../hive/ql/udf/esri/ST_LineFromWKB.java | 11 ++++---- .../hive/ql/udf/esri/ST_LineString.java | 11 ++++---- .../apache/hadoop/hive/ql/udf/esri/ST_M.java | 11 ++++---- .../hive/ql/udf/esri/ST_MLineFromWKB.java | 11 ++++---- .../hive/ql/udf/esri/ST_MPointFromWKB.java | 11 ++++---- .../hive/ql/udf/esri/ST_MPolyFromWKB.java | 11 ++++---- .../hadoop/hive/ql/udf/esri/ST_MaxM.java | 11 ++++---- .../hadoop/hive/ql/udf/esri/ST_MaxX.java | 11 ++++---- .../hadoop/hive/ql/udf/esri/ST_MaxY.java | 11 ++++---- .../hadoop/hive/ql/udf/esri/ST_MaxZ.java | 11 ++++---- .../hadoop/hive/ql/udf/esri/ST_MinM.java | 11 ++++---- .../hadoop/hive/ql/udf/esri/ST_MinX.java | 11 ++++---- .../hadoop/hive/ql/udf/esri/ST_MinY.java | 11 ++++---- .../hadoop/hive/ql/udf/esri/ST_MinZ.java | 11 ++++---- .../hive/ql/udf/esri/ST_MultiLineString.java | 11 ++++---- .../hive/ql/udf/esri/ST_MultiPoint.java | 11 ++++---- .../hive/ql/udf/esri/ST_MultiPolygon.java | 11 ++++---- .../hive/ql/udf/esri/ST_NumGeometries.java | 11 ++++---- .../hive/ql/udf/esri/ST_NumInteriorRing.java | 11 ++++---- .../hadoop/hive/ql/udf/esri/ST_NumPoints.java | 11 ++++---- .../hadoop/hive/ql/udf/esri/ST_Overlaps.java | 11 ++++---- .../hadoop/hive/ql/udf/esri/ST_Point.java | 11 ++++---- .../hive/ql/udf/esri/ST_PointFromWKB.java | 11 ++++---- .../hadoop/hive/ql/udf/esri/ST_PointN.java | 11 ++++---- .../hadoop/hive/ql/udf/esri/ST_PointZ.java | 11 ++++---- .../hive/ql/udf/esri/ST_PolyFromWKB.java | 11 ++++---- .../hadoop/hive/ql/udf/esri/ST_Polygon.java | 11 ++++---- .../hadoop/hive/ql/udf/esri/ST_Relate.java | 11 ++++---- .../hadoop/hive/ql/udf/esri/ST_SRID.java | 11 ++++---- .../hadoop/hive/ql/udf/esri/ST_SetSRID.java | 11 ++++---- .../hive/ql/udf/esri/ST_StartPoint.java | 11 ++++---- .../hive/ql/udf/esri/ST_SymmetricDiff.java | 11 ++++---- .../hadoop/hive/ql/udf/esri/ST_Touches.java | 11 ++++---- .../hadoop/hive/ql/udf/esri/ST_Union.java | 11 ++++---- .../hadoop/hive/ql/udf/esri/ST_Within.java | 11 ++++---- .../apache/hadoop/hive/ql/udf/esri/ST_X.java | 11 ++++---- .../apache/hadoop/hive/ql/udf/esri/ST_Y.java | 11 ++++---- .../apache/hadoop/hive/ql/udf/esri/ST_Z.java | 11 ++++---- .../hive/ql/udf/esri/serde/BaseJsonSerDe.java | 11 ++++---- .../hive/ql/udf/esri/serde/EsriJsonSerDe.java | 11 ++++---- .../hive/ql/udf/esri/serde/GeoJsonSerDe.java | 11 ++++---- .../hive/ql/udf/esri/serde/JsonSerde.java | 11 ++++---- .../hive/ql/udf/esri/shims/HiveShims.java | 11 ++++---- .../generic/AbstractGenericUDAFResolver.java | 11 ++++---- .../generic/AbstractGenericUDFArrayBase.java | 11 ++++---- .../generic/AbstractGenericUDFReflect.java | 11 ++++---- .../hive/ql/udf/generic/BaseMaskUDF.java | 11 ++++---- .../hadoop/hive/ql/udf/generic/Collector.java | 11 ++++---- .../GenericUDAFApproximateDistinct.java | 11 ++++---- .../ql/udf/generic/GenericUDAFAverage.java | 11 ++++---- .../GenericUDAFBinarySetFunctions.java | 11 ++++---- .../udf/generic/GenericUDAFBloomFilter.java | 11 ++++---- .../ql/udf/generic/GenericUDAFBridge.java | 11 ++++---- .../udf/generic/GenericUDAFCollectList.java | 11 ++++---- .../ql/udf/generic/GenericUDAFCollectSet.java | 11 ++++---- .../GenericUDAFComputeBitVectorBase.java | 11 ++++---- .../GenericUDAFComputeBitVectorFMSketch.java | 11 ++++---- .../GenericUDAFComputeBitVectorHLL.java | 11 ++++---- .../udf/generic/GenericUDAFComputeStats.java | 11 ++++---- .../udf/generic/GenericUDAFContextNGrams.java | 11 ++++---- .../udf/generic/GenericUDAFCorrelation.java | 11 ++++---- .../hive/ql/udf/generic/GenericUDAFCount.java | 11 ++++---- .../ql/udf/generic/GenericUDAFCovariance.java | 11 ++++---- .../generic/GenericUDAFCovarianceSample.java | 11 ++++---- .../ql/udf/generic/GenericUDAFCumeDist.java | 11 ++++---- .../ql/udf/generic/GenericUDAFDenseRank.java | 11 ++++---- .../ql/udf/generic/GenericUDAFEvaluator.java | 11 ++++---- .../generic/GenericUDAFExceptionInVertex.java | 11 ++++---- .../ql/udf/generic/GenericUDAFFirstValue.java | 11 ++++---- .../generic/GenericUDAFHistogramNumeric.java | 11 ++++---- .../hive/ql/udf/generic/GenericUDAFLag.java | 11 ++++---- .../ql/udf/generic/GenericUDAFLastValue.java | 11 ++++---- .../hive/ql/udf/generic/GenericUDAFLead.java | 11 ++++---- .../ql/udf/generic/GenericUDAFLeadLag.java | 11 ++++---- .../hive/ql/udf/generic/GenericUDAFMax.java | 11 ++++---- .../hive/ql/udf/generic/GenericUDAFMin.java | 11 ++++---- .../GenericUDAFMkCollectionEvaluator.java | 11 ++++---- .../hive/ql/udf/generic/GenericUDAFNTile.java | 11 ++++---- .../udf/generic/GenericUDAFParameterInfo.java | 11 ++++---- .../udf/generic/GenericUDAFPercentRank.java | 11 ++++---- .../generic/GenericUDAFPercentileApprox.java | 11 ++++---- .../generic/GenericUDAFPercentileCont.java | 11 ++++---- .../generic/GenericUDAFPercentileDisc.java | 11 ++++---- .../hive/ql/udf/generic/GenericUDAFRank.java | 11 ++++---- .../ql/udf/generic/GenericUDAFResolver.java | 11 ++++---- .../ql/udf/generic/GenericUDAFResolver2.java | 11 ++++---- .../ql/udf/generic/GenericUDAFRowNumber.java | 11 ++++---- .../hive/ql/udf/generic/GenericUDAFStd.java | 11 ++++---- .../ql/udf/generic/GenericUDAFStdSample.java | 11 ++++---- .../GenericUDAFStreamingEvaluator.java | 11 ++++---- .../hive/ql/udf/generic/GenericUDAFSum.java | 11 ++++---- .../generic/GenericUDAFSumEmptyIsZero.java | 11 ++++---- .../ql/udf/generic/GenericUDAFVariance.java | 11 ++++---- .../generic/GenericUDAFVarianceSample.java | 11 ++++---- .../ql/udf/generic/GenericUDAFnGrams.java | 11 ++++---- .../hive/ql/udf/generic/GenericUDF.java | 11 ++++---- .../hive/ql/udf/generic/GenericUDFAbs.java | 11 ++++---- .../ql/udf/generic/GenericUDFAddMonths.java | 11 ++++---- .../ql/udf/generic/GenericUDFAesBase.java | 11 ++++---- .../ql/udf/generic/GenericUDFAesDecrypt.java | 11 ++++---- .../ql/udf/generic/GenericUDFAesEncrypt.java | 11 ++++---- .../hive/ql/udf/generic/GenericUDFArray.java | 11 ++++---- .../ql/udf/generic/GenericUDFArrayAppend.java | 11 ++++---- .../udf/generic/GenericUDFArrayCompact.java | 11 ++++---- .../udf/generic/GenericUDFArrayContains.java | 11 ++++---- .../udf/generic/GenericUDFArrayDistinct.java | 11 ++++---- .../ql/udf/generic/GenericUDFArrayExcept.java | 11 ++++---- .../udf/generic/GenericUDFArrayIntersect.java | 11 ++++---- .../ql/udf/generic/GenericUDFArrayJoin.java | 11 ++++---- .../ql/udf/generic/GenericUDFArrayMax.java | 11 ++++---- .../ql/udf/generic/GenericUDFArrayMin.java | 11 ++++---- .../udf/generic/GenericUDFArrayPosition.java | 11 ++++---- .../ql/udf/generic/GenericUDFArrayRemove.java | 11 ++++---- .../ql/udf/generic/GenericUDFArraySlice.java | 11 ++++---- .../ql/udf/generic/GenericUDFArrayUnion.java | 11 ++++---- .../ql/udf/generic/GenericUDFAssertTrue.java | 11 ++++---- .../udf/generic/GenericUDFAssertTrueOOM.java | 11 ++++---- .../hive/ql/udf/generic/GenericUDFBRound.java | 11 ++++---- .../udf/generic/GenericUDFBaseArithmetic.java | 11 ++++---- .../ql/udf/generic/GenericUDFBaseBinary.java | 11 ++++---- .../ql/udf/generic/GenericUDFBaseCompare.java | 11 ++++---- .../ql/udf/generic/GenericUDFBaseDTI.java | 11 ++++---- .../ql/udf/generic/GenericUDFBaseNumeric.java | 11 ++++---- .../generic/GenericUDFBaseNwayCompare.java | 11 ++++---- .../ql/udf/generic/GenericUDFBasePad.java | 11 ++++---- .../ql/udf/generic/GenericUDFBaseTrim.java | 11 ++++---- .../ql/udf/generic/GenericUDFBaseUnary.java | 11 ++++---- .../ql/udf/generic/GenericUDFBetween.java | 11 ++++---- .../hive/ql/udf/generic/GenericUDFBridge.java | 11 ++++---- .../udf/generic/GenericUDFBucketNumber.java | 11 ++++---- .../GenericUDFCardinalityViolation.java | 11 ++++---- .../ql/udf/generic/GenericUDFCastFormat.java | 11 ++++---- .../hive/ql/udf/generic/GenericUDFCbrt.java | 11 ++++---- .../hive/ql/udf/generic/GenericUDFCeil.java | 11 ++++---- .../generic/GenericUDFCharacterLength.java | 11 ++++---- .../ql/udf/generic/GenericUDFCoalesce.java | 11 ++++---- .../hive/ql/udf/generic/GenericUDFConcat.java | 11 ++++---- .../ql/udf/generic/GenericUDFConcatWS.java | 11 ++++---- .../generic/GenericUDFCurrentAuthorizer.java | 11 ++++---- .../udf/generic/GenericUDFCurrentCatalog.java | 11 ++++---- .../generic/GenericUDFCurrentDatabase.java | 11 ++++---- .../ql/udf/generic/GenericUDFCurrentDate.java | 11 ++++---- .../udf/generic/GenericUDFCurrentGroups.java | 11 ++++---- .../udf/generic/GenericUDFCurrentSchema.java | 11 ++++---- .../generic/GenericUDFCurrentTimestamp.java | 11 ++++---- .../ql/udf/generic/GenericUDFCurrentUser.java | 11 ++++---- .../hive/ql/udf/generic/GenericUDFDate.java | 11 ++++---- .../ql/udf/generic/GenericUDFDateAdd.java | 11 ++++---- .../ql/udf/generic/GenericUDFDateDiff.java | 11 ++++---- .../ql/udf/generic/GenericUDFDateFormat.java | 11 ++++---- .../ql/udf/generic/GenericUDFDateSub.java | 11 ++++---- ...enericUDFDatetimeLegacyHybridCalendar.java | 11 ++++---- .../hive/ql/udf/generic/GenericUDFDecode.java | 11 ++++---- .../ql/udf/generic/GenericUDFDeserialize.java | 11 ++++---- .../hive/ql/udf/generic/GenericUDFElt.java | 11 ++++---- .../hive/ql/udf/generic/GenericUDFEncode.java | 11 ++++---- .../generic/GenericUDFEnforceConstraint.java | 11 ++++---- .../ql/udf/generic/GenericUDFEpochMilli.java | 11 ++++---- .../generic/GenericUDFExceptionInVertex.java | 11 ++++---- .../udf/generic/GenericUDFExtractUnion.java | 11 ++++---- .../ql/udf/generic/GenericUDFFactorial.java | 11 ++++---- .../hive/ql/udf/generic/GenericUDFField.java | 11 ++++---- .../hive/ql/udf/generic/GenericUDFFloor.java | 11 ++++---- .../udf/generic/GenericUDFFloorCeilBase.java | 11 ++++---- .../udf/generic/GenericUDFFormatNumber.java | 11 ++++---- .../udf/generic/GenericUDFFromUnixTime.java | 11 ++++---- .../generic/GenericUDFFromUtcTimestamp.java | 11 ++++---- .../ql/udf/generic/GenericUDFGreatest.java | 11 ++++---- .../ql/udf/generic/GenericUDFGrouping.java | 11 ++++---- .../hive/ql/udf/generic/GenericUDFHash.java | 11 ++++---- .../hive/ql/udf/generic/GenericUDFIf.java | 11 ++++---- .../hive/ql/udf/generic/GenericUDFIn.java | 11 ++++---- .../udf/generic/GenericUDFInBloomFilter.java | 11 ++++---- .../hive/ql/udf/generic/GenericUDFInFile.java | 11 ++++---- .../hive/ql/udf/generic/GenericUDFIndex.java | 11 ++++---- .../ql/udf/generic/GenericUDFInitCap.java | 11 ++++---- .../hive/ql/udf/generic/GenericUDFInstr.java | 11 ++++---- .../generic/GenericUDFInternalInterval.java | 11 ++++---- .../ql/udf/generic/GenericUDFJsonRead.java | 11 ++++---- .../hive/ql/udf/generic/GenericUDFLTrim.java | 11 ++++---- .../hive/ql/udf/generic/GenericUDFLag.java | 11 ++++---- .../ql/udf/generic/GenericUDFLastDay.java | 11 ++++---- .../hive/ql/udf/generic/GenericUDFLead.java | 11 ++++---- .../ql/udf/generic/GenericUDFLeadLag.java | 11 ++++---- .../hive/ql/udf/generic/GenericUDFLeast.java | 11 ++++---- .../hive/ql/udf/generic/GenericUDFLength.java | 11 ++++---- .../ql/udf/generic/GenericUDFLevenshtein.java | 11 ++++---- .../ql/udf/generic/GenericUDFLikeAll.java | 11 ++++---- .../ql/udf/generic/GenericUDFLikeAny.java | 11 ++++---- .../hive/ql/udf/generic/GenericUDFLocate.java | 11 ++++---- .../udf/generic/GenericUDFLoggedInUser.java | 11 ++++---- .../hive/ql/udf/generic/GenericUDFLower.java | 11 ++++---- .../hive/ql/udf/generic/GenericUDFLpad.java | 11 ++++---- .../hive/ql/udf/generic/GenericUDFMacro.java | 11 ++++---- .../hive/ql/udf/generic/GenericUDFMap.java | 11 ++++---- .../ql/udf/generic/GenericUDFMapKeys.java | 11 ++++---- .../ql/udf/generic/GenericUDFMapValues.java | 11 ++++---- .../hive/ql/udf/generic/GenericUDFMask.java | 11 ++++---- .../ql/udf/generic/GenericUDFMaskFirstN.java | 11 ++++---- .../ql/udf/generic/GenericUDFMaskHash.java | 11 ++++---- .../ql/udf/generic/GenericUDFMaskLastN.java | 11 ++++---- .../udf/generic/GenericUDFMaskShowFirstN.java | 11 ++++---- .../udf/generic/GenericUDFMaskShowLastN.java | 11 ++++---- .../udf/generic/GenericUDFMonthsBetween.java | 11 ++++---- .../ql/udf/generic/GenericUDFMurmurHash.java | 11 ++++---- .../GenericUDFNDVComputeBitVector.java | 11 ++++---- .../ql/udf/generic/GenericUDFNamedStruct.java | 11 ++++---- .../ql/udf/generic/GenericUDFNextDay.java | 11 ++++---- .../hive/ql/udf/generic/GenericUDFNullif.java | 11 ++++---- .../hive/ql/udf/generic/GenericUDFOPAnd.java | 11 ++++---- .../ql/udf/generic/GenericUDFOPDTIMinus.java | 11 ++++---- .../ql/udf/generic/GenericUDFOPDTIPlus.java | 11 ++++---- .../ql/udf/generic/GenericUDFOPDivide.java | 11 ++++---- .../ql/udf/generic/GenericUDFOPEqual.java | 11 ++++---- .../ql/udf/generic/GenericUDFOPEqualNS.java | 11 ++++---- .../GenericUDFOPEqualOrGreaterThan.java | 11 ++++---- .../generic/GenericUDFOPEqualOrLessThan.java | 11 ++++---- .../ql/udf/generic/GenericUDFOPFalse.java | 11 ++++---- .../udf/generic/GenericUDFOPGreaterThan.java | 11 ++++---- .../ql/udf/generic/GenericUDFOPLessThan.java | 11 ++++---- .../ql/udf/generic/GenericUDFOPMinus.java | 11 ++++---- .../hive/ql/udf/generic/GenericUDFOPMod.java | 11 ++++---- .../ql/udf/generic/GenericUDFOPMultiply.java | 11 ++++---- .../ql/udf/generic/GenericUDFOPNegative.java | 11 ++++---- .../hive/ql/udf/generic/GenericUDFOPNot.java | 11 ++++---- .../ql/udf/generic/GenericUDFOPNotEqual.java | 11 ++++---- .../udf/generic/GenericUDFOPNotEqualNS.java | 11 ++++---- .../ql/udf/generic/GenericUDFOPNotFalse.java | 11 ++++---- .../ql/udf/generic/GenericUDFOPNotNull.java | 11 ++++---- .../ql/udf/generic/GenericUDFOPNotTrue.java | 11 ++++---- .../hive/ql/udf/generic/GenericUDFOPNull.java | 11 ++++---- .../udf/generic/GenericUDFOPNumericMinus.java | 11 ++++---- .../udf/generic/GenericUDFOPNumericPlus.java | 11 ++++---- .../hive/ql/udf/generic/GenericUDFOPOr.java | 11 ++++---- .../hive/ql/udf/generic/GenericUDFOPPlus.java | 11 ++++---- .../ql/udf/generic/GenericUDFOPPositive.java | 11 ++++---- .../generic/GenericUDFOPScaleUpDecimal64.java | 11 ++++---- .../hive/ql/udf/generic/GenericUDFOPTrue.java | 11 ++++---- .../ql/udf/generic/GenericUDFOctetLength.java | 11 ++++---- .../ql/udf/generic/GenericUDFParamUtils.java | 11 ++++---- .../ql/udf/generic/GenericUDFParseJson.java | 11 ++++---- .../hive/ql/udf/generic/GenericUDFPosMod.java | 11 ++++---- .../hive/ql/udf/generic/GenericUDFPower.java | 11 ++++---- .../hive/ql/udf/generic/GenericUDFPrintf.java | 11 ++++---- .../ql/udf/generic/GenericUDFQuarter.java | 11 ++++---- .../hive/ql/udf/generic/GenericUDFQuote.java | 11 ++++---- .../hive/ql/udf/generic/GenericUDFRTrim.java | 11 ++++---- .../ql/udf/generic/GenericUDFReflect.java | 11 ++++---- .../ql/udf/generic/GenericUDFReflect2.java | 11 ++++---- .../hive/ql/udf/generic/GenericUDFRegExp.java | 11 ++++---- .../GenericUDFRestrictInformationSchema.java | 11 ++++---- .../hive/ql/udf/generic/GenericUDFRound.java | 11 ++++---- .../hive/ql/udf/generic/GenericUDFRpad.java | 11 ++++---- .../udf/generic/GenericUDFSQCountCheck.java | 11 ++++---- .../ql/udf/generic/GenericUDFSentences.java | 11 ++++---- .../hive/ql/udf/generic/GenericUDFSha2.java | 11 ++++---- .../hive/ql/udf/generic/GenericUDFSize.java | 11 ++++---- .../ql/udf/generic/GenericUDFSortArray.java | 11 ++++---- .../generic/GenericUDFSortArrayByField.java | 11 ++++---- .../ql/udf/generic/GenericUDFSoundex.java | 11 ++++---- .../hive/ql/udf/generic/GenericUDFSplit.java | 11 ++++---- .../ql/udf/generic/GenericUDFStringToMap.java | 11 ++++---- .../generic/GenericUDFStringToPrivilege.java | 11 ++++---- .../hive/ql/udf/generic/GenericUDFStruct.java | 11 ++++---- .../ql/udf/generic/GenericUDFStructField.java | 11 ++++---- .../udf/generic/GenericUDFSubstringIndex.java | 11 ++++---- .../udf/generic/GenericUDFSurrogateKey.java | 11 ++++---- .../ql/udf/generic/GenericUDFTimestamp.java | 11 ++++---- .../ql/udf/generic/GenericUDFToArray.java | 11 ++++---- .../ql/udf/generic/GenericUDFToBinary.java | 11 ++++---- .../hive/ql/udf/generic/GenericUDFToChar.java | 11 ++++---- .../hive/ql/udf/generic/GenericUDFToDate.java | 11 ++++---- .../ql/udf/generic/GenericUDFToDecimal.java | 11 ++++---- .../generic/GenericUDFToIntervalDayTime.java | 11 ++++---- .../GenericUDFToIntervalYearMonth.java | 11 ++++---- .../hive/ql/udf/generic/GenericUDFToJson.java | 11 ++++---- .../hive/ql/udf/generic/GenericUDFToMap.java | 11 ++++---- .../ql/udf/generic/GenericUDFToString.java | 11 ++++---- .../ql/udf/generic/GenericUDFToStruct.java | 11 ++++---- .../generic/GenericUDFToTimestampLocalTZ.java | 11 ++++---- .../generic/GenericUDFToUnixTimeStamp.java | 11 ++++---- .../udf/generic/GenericUDFToUtcTimestamp.java | 11 ++++---- .../ql/udf/generic/GenericUDFToVarchar.java | 11 ++++---- .../ql/udf/generic/GenericUDFTranslate.java | 11 ++++---- .../hive/ql/udf/generic/GenericUDFTrim.java | 11 ++++---- .../hive/ql/udf/generic/GenericUDFTrunc.java | 11 ++++---- .../udf/generic/GenericUDFTryVariantGet.java | 11 ++++---- .../udf/generic/GenericUDFTumbledWindow.java | 11 ++++---- .../hive/ql/udf/generic/GenericUDFTypeOf.java | 11 ++++---- .../hive/ql/udf/generic/GenericUDFUnion.java | 11 ++++---- .../udf/generic/GenericUDFUnixTimeStamp.java | 11 ++++---- .../hive/ql/udf/generic/GenericUDFUpper.java | 11 ++++---- .../hive/ql/udf/generic/GenericUDFUtils.java | 11 ++++---- .../GenericUDFValidateAcidSortOrder.java | 11 ++++---- .../ql/udf/generic/GenericUDFVariantGet.java | 11 ++++---- .../hive/ql/udf/generic/GenericUDFWhen.java | 11 ++++---- .../ql/udf/generic/GenericUDFWidthBucket.java | 11 ++++---- .../hive/ql/udf/generic/GenericUDTF.java | 11 ++++---- .../ql/udf/generic/GenericUDTFExplode.java | 11 ++++---- .../udf/generic/GenericUDTFGetSQLSchema.java | 11 ++++---- .../ql/udf/generic/GenericUDTFGetSplits.java | 11 ++++---- .../ql/udf/generic/GenericUDTFGetSplits2.java | 11 ++++---- .../ql/udf/generic/GenericUDTFInline.java | 11 ++++---- .../ql/udf/generic/GenericUDTFJSONTuple.java | 11 ++++---- .../udf/generic/GenericUDTFParseUrlTuple.java | 11 ++++---- .../ql/udf/generic/GenericUDTFPosExplode.java | 11 ++++---- .../udf/generic/GenericUDTFReplicateRows.java | 11 ++++---- .../hive/ql/udf/generic/GenericUDTFStack.java | 11 ++++---- .../ISupportStreamingModeForWindowing.java | 11 ++++---- .../udf/generic/InstantDateTimeFormatter.java | 11 ++++---- .../hive/ql/udf/generic/InstantFormatter.java | 11 ++++---- .../ql/udf/generic/InstantFormatterCache.java | 11 ++++---- .../generic/InstantSimpleDateFormatter.java | 11 ++++---- .../hive/ql/udf/generic/LeadLagBuffer.java | 11 ++++---- .../hadoop/hive/ql/udf/generic/NDV.java | 11 ++++---- .../hive/ql/udf/generic/NGramEstimator.java | 11 ++++---- .../hive/ql/udf/generic/NumericHistogram.java | 11 ++++---- .../hive/ql/udf/generic/RoundUtils.java | 11 ++++---- .../SimpleGenericUDAFParameterInfo.java | 11 ++++---- .../hive/ql/udf/generic/UDTFCollector.java | 11 ++++---- .../hive/ql/udf/generic/package-info.java | 11 ++++---- .../ql/udf/ptf/BasePartitionEvaluator.java | 11 ++++---- .../hadoop/hive/ql/udf/ptf/MatchPath.java | 11 ++++---- .../apache/hadoop/hive/ql/udf/ptf/Noop.java | 11 ++++---- .../hadoop/hive/ql/udf/ptf/NoopStreaming.java | 11 ++++---- .../hadoop/hive/ql/udf/ptf/NoopWithMap.java | 11 ++++---- .../hive/ql/udf/ptf/NoopWithMapStreaming.java | 11 ++++---- .../hadoop/hive/ql/udf/ptf/PTFRangeUtil.java | 11 ++++---- .../apache/hadoop/hive/ql/udf/ptf/Range.java | 11 ++++---- .../ql/udf/ptf/TableFunctionEvaluator.java | 11 ++++---- .../ql/udf/ptf/TableFunctionResolver.java | 11 ++++---- .../hive/ql/udf/ptf/ValueBoundaryScanner.java | 11 ++++---- .../ql/udf/ptf/WindowingTableFunction.java | 11 ++++---- .../hive/ql/udf/xml/GenericUDFXPath.java | 11 ++++---- .../hive/ql/udf/xml/UDFXPathBoolean.java | 11 ++++---- .../hive/ql/udf/xml/UDFXPathDouble.java | 11 ++++---- .../hadoop/hive/ql/udf/xml/UDFXPathFloat.java | 11 ++++---- .../hive/ql/udf/xml/UDFXPathInteger.java | 11 ++++---- .../hadoop/hive/ql/udf/xml/UDFXPathLong.java | 11 ++++---- .../hadoop/hive/ql/udf/xml/UDFXPathShort.java | 11 ++++---- .../hive/ql/udf/xml/UDFXPathString.java | 11 ++++---- .../hadoop/hive/ql/udf/xml/UDFXPathUtil.java | 11 ++++---- .../hive/ql/util/CloseableThreadLocal.java | 11 ++++---- .../hadoop/hive/ql/util/DateTimeMath.java | 11 ++++---- .../hive/ql/util/DependencyResolver.java | 11 ++++---- .../hadoop/hive/ql/util/DirectionUtils.java | 11 ++++---- .../ql/util/HiveStrictManagedMigration.java | 11 ++++---- ...veStrictManagedMigrationControlConfig.java | 11 ++++---- .../NamedForkJoinWorkerThreadFactory.java | 11 ++++---- .../hadoop/hive/ql/util/NullOrdering.java | 11 ++++---- .../hive/ql/util/ResourceDownloader.java | 11 ++++---- .../hadoop/hive/ql/util/UpgradeTool.java | 11 ++++---- .../org/apache/hadoop/hive/ql/wm/Action.java | 11 ++++---- .../hadoop/hive/ql/wm/CounterLimit.java | 11 ++++---- .../hadoop/hive/ql/wm/CustomCounterLimit.java | 11 ++++---- .../hadoop/hive/ql/wm/ExecutionTrigger.java | 11 ++++---- .../apache/hadoop/hive/ql/wm/Expression.java | 11 ++++---- .../hadoop/hive/ql/wm/ExpressionFactory.java | 11 ++++---- .../hive/ql/wm/FileSystemCounterLimit.java | 11 ++++---- .../hive/ql/wm/SessionTriggerProvider.java | 11 ++++---- .../hadoop/hive/ql/wm/TimeCounterLimit.java | 11 ++++---- .../org/apache/hadoop/hive/ql/wm/Trigger.java | 11 ++++---- .../hive/ql/wm/TriggerActionHandler.java | 11 ++++---- .../hadoop/hive/ql/wm/TriggerExpression.java | 11 ++++---- .../hadoop/hive/ql/wm/VertexCounterLimit.java | 11 ++++---- .../apache/hadoop/hive/ql/wm/WmContext.java | 11 ++++---- .../vectorization/ColumnVectorGenUtil.java | 11 ++++---- .../apache/hive/plugin/api/HiveUDFPlugin.java | 11 ++++---- .../apache/tez/dag/api/TaskSpecBuilder.java | 11 ++++---- .../hive/llap/TestLlapOutputFormat.java | 11 ++++---- .../TestListPartitionsWithXIncludeParams.java | 11 ++++---- .../hive/metastore/TestMetastoreExpr.java | 11 ++++---- .../metastore/TestTablesListByFilter.java | 11 ++++---- .../txn/TestCompactionTxnHandler.java | 11 ++++---- .../txn/TestHeartbeatTxnRangeFunction.java | 11 ++++---- .../hive/metastore/txn/TestTxnHandler.java | 11 ++++---- .../txn/TestTxnHandlerNoConnectionPool.java | 11 ++++---- .../txn/TestTxnHandlerWithOneConnection.java | 11 ++++---- .../hadoop/hive/ql/TestCompileLock.java | 11 ++++---- .../org/apache/hadoop/hive/ql/TestDriver.java | 11 ++++---- .../hadoop/hive/ql/TestDriverFactory.java | 11 ++++---- .../apache/hadoop/hive/ql/TestErrorMsg.java | 11 ++++---- .../hadoop/hive/ql/TestServiceContext.java | 11 ++++---- .../hadoop/hive/ql/TestTxnAddPartition.java | 11 ++++---- .../hadoop/hive/ql/TestTxnCommands.java | 11 ++++---- .../hadoop/hive/ql/TestTxnCommands2.java | 11 ++++---- ...2WithAbortCleanupUsingCompactionCycle.java | 11 ++++---- ...mands2WithSplitUpdateAndVectorization.java | 11 ++++---- .../hadoop/hive/ql/TestTxnCommands3.java | 11 ++++---- .../hive/ql/TestTxnCommandsForMmTable.java | 11 ++++---- .../hive/ql/TestTxnCommandsForOrcMmTable.java | 11 ++++---- ...mmandsWithSplitUpdateAndVectorization.java | 11 ++++---- .../hadoop/hive/ql/TestTxnConcatenate.java | 11 ++++---- .../apache/hadoop/hive/ql/TestTxnExIm.java | 11 ++++---- .../hadoop/hive/ql/TestTxnLoadData.java | 11 ++++---- .../hadoop/hive/ql/TestTxnNoBuckets.java | 11 ++++---- .../hive/ql/TestTxnNoBucketsVectorized.java | 11 ++++---- .../hive/ql/TxnCommandsBaseForTests.java | 11 ++++---- .../hive/ql/cleanup/TestCleanupService.java | 11 ++++---- .../hadoop/hive/ql/ddl/TestShowUtils.java | 11 ++++---- .../drop/TestDropFunctionAnalyzer.java | 11 ++++---- .../info/desc/TestDescTableOperation.java | 11 ++++---- .../show/TestShowPartitionAnalyzer.java | 11 ++++---- .../hive/ql/exec/InputEstimatorTestClass.java | 11 ++++---- .../ql/exec/ParsedOutputFileNameTest.java | 11 ++++---- .../hadoop/hive/ql/exec/PartitionUtil.java | 11 ++++---- .../ql/exec/TestAddToClassPathAction.java | 11 ++++---- .../TestCommonMergeJoinSkewThreshold.java | 11 ++++---- .../ql/exec/TestConcurrentDppInserts.java | 11 ++++---- .../hadoop/hive/ql/exec/TestContext.java | 11 ++++---- .../ql/exec/TestDataSketchesFunctions.java | 11 ++++---- .../hadoop/hive/ql/exec/TestExecDriver.java | 11 ++++---- .../hive/ql/exec/TestExplainDdlAcidTable.java | 11 ++++---- .../hadoop/hive/ql/exec/TestExplainTask.java | 11 ++++---- .../hive/ql/exec/TestExpressionEvaluator.java | 11 ++++---- .../hive/ql/exec/TestFileSinkOperator.java | 11 ++++---- .../hive/ql/exec/TestFunctionRegistry.java | 11 ++++---- .../hive/ql/exec/TestFunctionUtils.java | 11 ++++---- .../hive/ql/exec/TestGetInputSummary.java | 11 ++++---- .../exec/TestGetPartitionAuthWithBatches.java | 11 ++++---- .../ql/exec/TestGetPartitionInBatches.java | 11 ++++---- .../TestGetPartitionsWithSpecsInBatches.java | 11 ++++---- .../ql/exec/TestHiveCredentialProviders.java | 11 ++++---- .../hive/ql/exec/TestKeyWrapperFactory.java | 11 ++++---- .../hive/ql/exec/TestLimitOperator.java | 11 ++++---- .../hadoop/hive/ql/exec/TestMoveTask.java | 11 ++++---- .../TestMsckCreatePartitionsInBatches.java | 11 ++++---- .../exec/TestMsckDropPartitionsInBatches.java | 11 ++++---- .../hive/ql/exec/TestOperatorNames.java | 28 ++++--------------- .../hive/ql/exec/TestOperatorUtils.java | 11 ++++---- .../hadoop/hive/ql/exec/TestOperators.java | 11 ++++---- .../hive/ql/exec/TestPartitionKeySampler.java | 11 ++++---- .../apache/hadoop/hive/ql/exec/TestPlan.java | 11 ++++---- .../ql/exec/TestSerializationUtilities.java | 11 ++++---- .../hive/ql/exec/TestTopNKeyFilter.java | 11 ++++---- .../hadoop/hive/ql/exec/TestUtilities.java | 11 ++++---- .../ql/exec/errors/TestTaskLogProcessor.java | 11 ++++---- .../TestMapJoinMemoryExhaustionHandler.java | 11 ++++---- .../hive/ql/exec/mr/TestMapRedTask.java | 11 ++++---- .../hive/ql/exec/mr/TestMapredLocalTask.java | 11 ++++---- .../TestBytesBytesMultiHashMap.java | 11 ++++---- .../exec/persistence/TestHashPartition.java | 11 ++++---- .../TestMapJoinEqualityTableContainer.java | 11 ++++---- .../ql/exec/persistence/TestMapJoinKey.java | 11 ++++---- .../persistence/TestMapJoinRowContainer.java | 11 ++++---- .../TestMapJoinTableContainer.java | 11 ++++---- .../exec/persistence/TestPTFRowContainer.java | 11 ++++---- .../ql/exec/persistence/TestRowContainer.java | 11 ++++---- .../hive/ql/exec/persistence/Utilities.java | 11 ++++---- .../hive/ql/exec/repl/TestAtlasDumpTask.java | 11 ++++---- .../hive/ql/exec/repl/TestAtlasLoadTask.java | 11 ++++---- .../hive/ql/exec/repl/TestRangerDumpTask.java | 11 ++++---- .../hive/ql/exec/repl/TestRangerLoadTask.java | 11 ++++---- .../hive/ql/exec/repl/TestReplDumpTask.java | 11 ++++---- .../bootstrap/AddDependencyToLeavesTest.java | 11 ++++---- .../repl/bootstrap/load/TestTaskTracker.java | 11 ++++---- .../hive/ql/exec/repl/dump/TestUtils.java | 11 ++++---- .../repl/ranger/TestRangerRestClient.java | 11 ++++---- .../hive/ql/exec/repl/util/TestFileList.java | 11 ++++---- .../IncrementalIntDagCredentialSupplier.java | 11 ++++---- .../ql/exec/tez/SampleTezSessionState.java | 11 ++++---- .../exec/tez/TestCustomPartitionVertex.java | 11 ++++---- .../hadoop/hive/ql/exec/tez/TestDagUtils.java | 11 ++++---- .../exec/tez/TestDagUtilsSecurityEnabled.java | 11 ++++---- .../exec/tez/TestDynamicPartitionPruner.java | 11 ++++---- .../exec/tez/TestGuaranteedTaskAllocator.java | 11 ++++---- .../ql/exec/tez/TestHiveSplitGenerator.java | 11 ++++---- ...TestHostAffinitySplitLocationProvider.java | 11 ++++---- .../ql/exec/tez/TestInputSplitComparator.java | 11 ++++---- .../exec/tez/TestTezConfigurationFactory.java | 11 ++++---- .../exec/tez/TestTezExternalSessionState.java | 11 ++++---- ...TestTezExternalSessionsRegistryClient.java | 11 ++++---- .../ql/exec/tez/TestTezOutputCommitter.java | 11 ++++---- .../hive/ql/exec/tez/TestTezProcessor.java | 11 ++++---- .../hive/ql/exec/tez/TestTezSessionPool.java | 11 ++++---- .../tez/TestTezSessionPoolManagerMetrics.java | 11 ++++---- .../hive/ql/exec/tez/TestTezSessionState.java | 11 ++++---- .../hadoop/hive/ql/exec/tez/TestTezTask.java | 11 ++++---- .../tez/TestTezTotalOrderPartitioner.java | 11 ++++---- .../hadoop/hive/ql/exec/tez/TestUtils.java | 11 ++++---- .../tez/TestVectorMapJoinFastHashTable.java | 11 ++++---- .../hive/ql/exec/tez/TestWorkloadManager.java | 11 ++++---- ...okeeperExternalSessionsRegistryClient.java | 11 ++++---- .../monitoring/TestTezProgressMonitor.java | 11 ++++---- .../hive/ql/exec/util/DAGTraversalTest.java | 11 ++++---- .../hive/ql/exec/util/DescriptionTest.java | 11 ++++---- .../hive/ql/exec/util/TestRetryable.java | 11 ++++---- .../CollectorTestOperator.java | 11 ++++---- .../CountCollectorTestOperator.java | 11 ++++---- .../CountVectorCollectorTestOperator.java | 11 ++++---- .../RowCollectorTestOperator.java | 11 ++++---- .../RowCollectorTestOperatorBase.java | 11 ++++---- .../RowVectorCollectorTestOperator.java | 11 ++++---- .../exec/util/rowobjects/RowTestObjects.java | 11 ++++---- .../util/rowobjects/RowTestObjectsMap.java | 11 ++++---- .../rowobjects/RowTestObjectsMultiSet.java | 11 ++++---- .../TestTimestampWritableAndColumnVector.java | 11 ++++---- .../exec/vector/TestVectorFilterOperator.java | 11 ++++---- .../vector/TestVectorGroupByOperator.java | 11 ++++---- .../vector/TestVectorHashKeyWrapperBatch.java | 11 ++++---- .../exec/vector/TestVectorLimitOperator.java | 11 ++++---- .../ql/exec/vector/TestVectorOperator.java | 11 ++++---- .../vector/TestVectorRowBytesContainer.java | 11 ++++---- .../ql/exec/vector/TestVectorRowObject.java | 11 ++++---- .../exec/vector/TestVectorSelectOperator.java | 11 ++++---- .../ql/exec/vector/TestVectorSerDeRow.java | 11 ++++---- .../vector/TestVectorTopNKeyOperator.java | 11 ++++---- .../exec/vector/TestVectorizationContext.java | 11 ++++---- .../exec/vector/TestVectorizedBatchUtil.java | 11 ++++---- .../exec/vector/TestVectorizedRowBatch.java | 11 ++++---- .../hive/ql/exec/vector/UDFHelloTest.java | 11 ++++---- .../exec/vector/VectorRandomBatchSource.java | 11 ++++---- .../ql/exec/vector/VectorRandomRowSource.java | 11 ++++---- .../hive/ql/exec/vector/VectorVerifyFast.java | 11 ++++---- .../vector/aggregation/AggregationBase.java | 11 ++++---- .../aggregation/TestVectorAggregation.java | 11 ++++---- .../TestConstantVectorExpression.java | 11 ++++---- .../vector/expressions/TestCuckooSet.java | 11 ++++---- .../vector/expressions/TestDecimalUtil.java | 11 ++++---- .../expressions/TestMurmurHashExpression.java | 11 ++++---- .../vector/expressions/TestUnaryMinus.java | 11 ++++---- .../expressions/TestVectorArithmetic.java | 11 ++++---- .../TestVectorArithmeticExpressions.java | 11 ++++---- .../expressions/TestVectorBetweenIn.java | 11 ++++---- .../expressions/TestVectorCastStatement.java | 11 ++++---- .../expressions/TestVectorCoalesceElt.java | 11 ++++---- .../TestVectorConditionalExpressions.java | 11 ++++---- .../expressions/TestVectorDateAddSub.java | 11 ++++---- .../expressions/TestVectorDateDiff.java | 11 ++++---- .../TestVectorDateExpressions.java | 11 ++++---- .../TestVectorExpressionWriters.java | 11 ++++---- .../expressions/TestVectorFilterCompare.java | 11 ++++---- .../TestVectorFilterExpressions.java | 11 ++++---- .../TestVectorGenericDateExpressions.java | 11 ++++---- .../expressions/TestVectorIfStatement.java | 11 ++++---- .../vector/expressions/TestVectorIndex.java | 11 ++++---- .../TestVectorLogicalExpressions.java | 11 ++++---- .../expressions/TestVectorMathFunctions.java | 11 ++++---- .../expressions/TestVectorNegative.java | 11 ++++---- .../vector/expressions/TestVectorNull.java | 11 ++++---- .../TestVectorScalarColArithmetic.java | 11 ++++---- .../expressions/TestVectorStringConcat.java | 11 ++++---- .../TestVectorStringExpressions.java | 11 ++++---- .../expressions/TestVectorStringUnary.java | 11 ++++---- .../expressions/TestVectorStructField.java | 11 ++++---- .../vector/expressions/TestVectorSubStr.java | 11 ++++---- .../TestVectorTimestampExpressions.java | 11 ++++---- .../TestVectorTimestampExtract.java | 11 ++++---- .../expressions/TestVectorTypeCasts.java | 11 ++++---- .../TestVectorTypeCastsWithFormat.java | 11 ++++---- ...VectorUDFDatetimeLegacyHybridCalendar.java | 11 ++++---- .../TestVectorUDFUnixTimeStampString.java | 11 ++++---- .../TestVectorUDAFBloomFilterMerge.java | 11 ++++---- .../vector/mapjoin/MapJoinTestConfig.java | 11 ++++---- .../exec/vector/mapjoin/MapJoinTestData.java | 11 ++++---- .../mapjoin/MapJoinTestDescription.java | 11 ++++---- .../exec/vector/mapjoin/NoOpExpression.java | 11 ++++---- .../exec/vector/mapjoin/TestDebugDisplay.java | 11 ++++---- .../vector/mapjoin/TestMapJoinOperator.java | 11 ++++---- ...torMapJoinOuterGenerateResultOperator.java | 11 ++++---- .../mapjoin/fast/CheckFastHashTable.java | 11 ++++---- .../mapjoin/fast/CheckFastRowHashMap.java | 11 ++++---- .../mapjoin/fast/CommonFastHashTable.java | 11 ++++---- .../mapjoin/fast/RandomByteArrayStream.java | 11 ++++---- .../vector/mapjoin/fast/RandomLongStream.java | 11 ++++---- .../TestVectorMapJoinFastBytesHashMap.java | 11 ++++---- ...ctorMapJoinFastBytesHashMapNonMatched.java | 11 ++++---- ...estVectorMapJoinFastBytesHashMultiSet.java | 11 ++++---- .../TestVectorMapJoinFastBytesHashSet.java | 11 ++++---- ...MapJoinFastHashMapContainerNonMatched.java | 11 ++++---- .../TestVectorMapJoinFastLongHashMap.java | 11 ++++---- ...ectorMapJoinFastLongHashMapNonMatched.java | 11 ++++---- ...TestVectorMapJoinFastLongHashMultiSet.java | 11 ++++---- .../TestVectorMapJoinFastLongHashSet.java | 11 ++++---- .../fast/TestVectorMapJoinFastRowHashMap.java | 11 ++++---- .../vector/mapjoin/fast/VerifyFastRow.java | 11 ++++---- .../vector/ptf/TestVectorPTFGroupBatches.java | 11 ++++---- .../exec/vector/udf/TestVectorUDFAdaptor.java | 11 ++++---- .../vector/udf/generic/GenericUDFIsNull.java | 11 ++++---- .../udf/legacy/ConcatTextLongDoubleUDF.java | 11 ++++---- .../ql/exec/vector/udf/legacy/LongUDF.java | 11 ++++---- .../vector/util/AllVectorTypesRecord.java | 11 ++++---- .../vector/util/FakeCaptureOutputDesc.java | 11 ++++---- .../util/FakeCaptureOutputOperator.java | 11 ++++---- .../FakeCaptureVectorToRowOutputOperator.java | 11 ++++---- .../util/FakeVectorDataSourceOperator.java | 11 ++++---- .../FakeVectorDataSourceOperatorDesc.java | 11 ++++---- .../vector/util/FakeVectorRowBatchBase.java | 11 ++++---- .../util/FakeVectorRowBatchFromConcat.java | 11 ++++---- .../FakeVectorRowBatchFromLongIterables.java | 11 ++++---- ...FakeVectorRowBatchFromObjectIterables.java | 11 ++++---- .../util/FakeVectorRowBatchFromRepeats.java | 11 ++++---- .../ql/exec/vector/util/OrcFileGenerator.java | 11 ++++---- .../util/VectorizedRowGroupGenUtil.java | 11 ++++---- .../batchgen/TestVectorBatchGenerate.java | 11 ++++---- .../batchgen/VectorBatchGenerateStream.java | 11 ++++---- .../batchgen/VectorBatchGenerateUtil.java | 11 ++++---- .../util/batchgen/VectorBatchGenerator.java | 11 ++++---- .../batchgen/VectorColumnGroupGenerator.java | 11 ++++---- .../hive/ql/hooks/QueryLifeTimeHookTest.java | 11 ++++---- .../ScheduledQueryCreationRegistryHook.java | 11 ++++---- .../TestHiveHookEventProtoPartialBuilder.java | 11 ++++---- .../hadoop/hive/ql/hooks/TestHiveHooks.java | 11 ++++---- .../ql/hooks/TestHiveProtoLoggingHook.java | 11 ++++---- .../hadoop/hive/ql/hooks/TestHooks.java | 11 ++++---- .../hooks/TestMetricsQueryLifeTimeHook.java | 11 ++++---- .../hadoop/hive/ql/hooks/TestQueryHooks.java | 11 ++++---- .../hive/ql/index/MockHiveInputSplits.java | 11 ++++---- .../hadoop/hive/ql/index/MockInputFile.java | 11 ++++---- .../index/TestHiveInputSplitComparator.java | 11 ++++---- .../ql/io/PerformTestRCFileAndSeqFile.java | 11 ++++---- .../hadoop/hive/ql/io/StorageFormats.java | 11 ++++---- .../hive/ql/io/TestAcidInputFormat.java | 11 ++++---- .../hadoop/hive/ql/io/TestAcidUtils.java | 11 ++++---- .../hadoop/hive/ql/io/TestBucketCodec.java | 11 ++++---- .../ql/io/TestCombineHiveInputFormat.java | 11 ++++---- .../io/TestHiveBinarySearchRecordReader.java | 11 ++++---- .../hive/ql/io/TestHiveFileFormatUtils.java | 11 ++++---- .../hive/ql/io/TestHiveInputOutputBuffer.java | 11 ++++---- .../hadoop/hive/ql/io/TestIOContextMap.java | 11 ++++---- .../hadoop/hive/ql/io/TestLineBuffer.java | 11 ++++---- .../io/TestPerformTestRCFileAndSeqFile.java | 11 ++++---- .../apache/hadoop/hive/ql/io/TestRCFile.java | 11 ++++---- .../hive/ql/io/TestRecordIdentifier.java | 11 ++++---- .../hive/ql/io/TestSingleFileSystem.java | 11 ++++---- .../ql/io/TestSkippingTextInputFormat.java | 11 ++++---- .../ql/io/TestStorageFormatDescriptor.java | 11 ++++---- .../ql/io/TestSymlinkTextInputFormat.java | 11 ++++---- .../io/avro/TestAvroGenericRecordReader.java | 11 ++++---- .../TestEnclosedEsriJsonRecordReader.java | 11 ++++---- .../TestEnclosedGeoJsonRecordReader.java | 11 ++++---- .../TestUnenclosedEsriJsonRecordMrv1.java | 11 ++++---- .../TestUnenclosedEsriJsonRecordReader.java | 11 ++++---- .../TestUnenclosedGeoJsonRecordReader.java | 11 ++++---- .../hive/ql/io/filter/TestFilterContext.java | 11 ++++---- .../hive/ql/io/orc/TestFixAcidKeyIndex.java | 11 ++++---- .../hive/ql/io/orc/TestInputOutputFormat.java | 11 ++++---- .../ql/io/orc/TestNewInputOutputFormat.java | 11 ++++---- .../hadoop/hive/ql/io/orc/TestOrcFile.java | 11 ++++---- .../TestOrcFileStripeMergeRecordReader.java | 11 ++++---- .../ql/io/orc/TestOrcRawRecordMerger.java | 11 ++++---- .../hive/ql/io/orc/TestOrcRecordUpdater.java | 11 ++++---- .../hive/ql/io/orc/TestOrcSerDeStats.java | 11 ++++---- .../hadoop/hive/ql/io/orc/TestOrcSplit.java | 11 ++++---- .../ql/io/orc/TestOrcSplitElimination.java | 11 ++++---- .../hadoop/hive/ql/io/orc/TestOrcStruct.java | 11 ++++---- .../ql/io/orc/TestVectorizedORCReader.java | 11 ++++---- .../TestVectorizedOrcAcidRowBatchReader.java | 11 ++++---- .../ql/io/orc/encoded/TestEncodedOrcFile.java | 11 ++++---- .../io/orc/encoded/TestEncodedReaderImpl.java | 11 ++++---- .../io/parquet/AbstractTestParquetDirect.java | 11 ++++---- .../parquet/HiveParquetSchemaTestUtils.java | 11 ++++---- .../ql/io/parquet/TestArrayCompatibility.java | 11 ++++---- .../ql/io/parquet/TestDataWritableWriter.java | 11 ++++---- .../io/parquet/TestHiveSchemaConverter.java | 11 ++++---- .../hive/ql/io/parquet/TestMapStructures.java | 11 ++++---- .../parquet/TestMapredParquetInputFormat.java | 11 ++++---- .../TestMapredParquetOutputFormat.java | 11 ++++---- .../io/parquet/TestParquetRowGroupFilter.java | 11 ++++---- .../hive/ql/io/parquet/TestParquetSerDe.java | 11 ++++---- .../parquet/TestVectorizedColumnReader.java | 11 ++++---- ...torizedDictionaryEncodingColumnReader.java | 11 ++++---- .../TestVectorizedListColumnReader.java | 11 ++++---- .../TestVectorizedMapColumnReader.java | 11 ++++---- .../VectorizedColumnReaderTestBase.java | 11 ++++---- .../io/parquet/convert/MyConverterParent.java | 11 ++++---- .../parquet/convert/TestETypeConverter.java | 11 ++++---- .../TestGetDataColumnReaderByType.java | 11 ++++---- .../ql/io/parquet/convert/package-info.java | 11 ++++---- .../read/TestDataWritableReadSupport.java | 11 ++++---- .../read/TestParquetFilterPredicate.java | 11 ++++---- .../TestAbstractParquetMapInspector.java | 11 ++++---- .../TestArrayWritableObjectInspector.java | 11 ++++---- .../TestDeepParquetHiveMapInspector.java | 11 ++++---- .../serde/TestParquetHiveArrayInspector.java | 11 ++++---- .../serde/TestParquetTimestampUtils.java | 11 ++++---- ...stParquetTimestampsHive2Compatibility.java | 11 ++++---- .../TestStandardParquetHiveMapInspector.java | 11 ++++---- .../primitive/TestParquetByteInspector.java | 11 ++++---- .../primitive/TestParquetShortInspector.java | 11 ++++---- .../ql/io/protobuf/TestProtoMessageSerDe.java | 11 ++++---- .../ql/io/sarg/TestConvertAstToSearchArg.java | 11 ++++---- .../ql/io/sarg/TestSearchArgumentImpl.java | 11 ++++---- .../hadoop/hive/ql/lib/TestRuleRegExp.java | 11 ++++---- .../lockmgr/DbTxnManagerEndToEndTestBase.java | 11 ++++---- .../hive/ql/lockmgr/ITestDbTxnManager.java | 11 ++++---- .../hive/ql/lockmgr/TestDbTxnManager.java | 11 ++++---- .../hive/ql/lockmgr/TestDbTxnManager2.java | 11 ++++---- .../TestDbTxnManagerIsolationProperties.java | 11 ++++---- .../hive/ql/lockmgr/TestDummyTxnManager.java | 11 ++++---- .../ql/lockmgr/TestEmbeddedLockManager.java | 11 ++++---- .../hive/ql/lockmgr/TestHiveLockObject.java | 11 ++++---- .../hive/ql/lockmgr/TestTxnManager.java | 11 ++++---- .../zookeeper/TestZookeeperLockManager.java | 11 ++++---- .../hive/ql/log/TestLog4j2Appenders.java | 11 ++++---- .../TestSlidingFilenameRolloverStrategy.java | 11 ++++---- .../hive/ql/log/TestSyslogInputFormat.java | 11 ++++---- .../hive/ql/metadata/StorageHandlerMock.java | 11 ++++---- .../hive/ql/metadata/StringAppender.java | 11 ++++---- .../hadoop/hive/ql/metadata/TestHive.java | 11 ++++---- .../hive/ql/metadata/TestHiveCopyFiles.java | 11 ++++---- .../TestHiveLoadPartitionKeepExisting.java | 11 ++++---- .../ql/metadata/TestHiveMetaStoreChecker.java | 11 ++++---- .../ql/metadata/TestHiveMetaStoreClient.java | 11 ++++---- ...iveMetaStoreClientApiArgumentsChecker.java | 11 ++++---- .../hive/ql/metadata/TestHiveRemote.java | 11 ++++---- .../hive/ql/metadata/TestHiveUtils.java | 11 ++++---- .../ql/metadata/TestMSCKRepairOnAcid.java | 11 ++++---- .../ql/metadata/TestMaterializedViewMap.java | 11 ++++---- ...eClientAddPartitionsFromSpecTempTable.java | 11 ++++---- ...MetastoreClientAddPartitionsTempTable.java | 11 ++++---- ...tastoreClientAlterPartitionsTempTable.java | 11 ++++---- ...tastoreClientAppendPartitionTempTable.java | 11 ++++---- ...etastoreClientDropPartitionsTempTable.java | 11 ++++---- ...toreClientExchangePartitionsTempTable.java | 11 ++++---- ...MetastoreClientGetPartitionsTempTable.java | 11 ++++---- ...etastoreClientListPartitionsTempTable.java | 11 ++++---- .../hive/ql/metadata/TestTempAcidTable.java | 11 ++++---- .../formatting/TestJsonRPFormatter.java | 11 ++++---- .../optimizer/TestBucketVersionPopulator.java | 11 ++++---- .../ql/optimizer/TestColumnPrunerProcCtx.java | 11 ++++---- .../ql/optimizer/TestConvertJoinMapJoin.java | 11 ++++---- ...stGenMapRedUtilsCreateConditionalTask.java | 11 ++++---- .../TestGenMapRedUtilsStagingPath.java | 11 ++++---- ...apRedUtilsUsePartitionColumnsNegative.java | 11 ++++---- ...apRedUtilsUsePartitionColumnsPositive.java | 11 ++++---- .../TestNestedColumnFieldPruningUtils.java | 11 ++++---- .../ql/optimizer/TestSharedWorkOptimizer.java | 11 ++++---- .../optimizer/calcite/TestCBOMaxNumToCNF.java | 11 ++++---- .../calcite/TestCBORuleFiredOnlyOnce.java | 11 ++++---- .../calcite/TestHiveRelJsonReader.java | 11 ++++---- .../calcite/TestHiveRelJsonSchemaReader.java | 11 ++++---- .../calcite/TestSearchTransformerShuttle.java | 11 ++++---- .../hive/ql/optimizer/calcite/TpcdsTable.java | 11 ++++---- .../reloperators/TestHiveTableScan.java | 11 ++++---- .../TestSqlOperatorInferReturnType.java | 11 ++++---- .../rules/TestHiveAntiSemiJoinRule.java | 11 ++++---- .../TestHivePointLookupOptimizerRule.java | 11 ++++---- ...estHiveReduceExpressionsWithStatsRule.java | 11 ++++---- .../rules/TestHiveRelDecorrelator.java | 11 ++++---- .../rules/TestHiveRelFieldTrimmer.java | 11 ++++---- ...stHiveSortExchangePullUpConstantsRule.java | 11 ++++---- .../TestHiveSortLimitPullUpConstantsRule.java | 11 ++++---- .../TestHiveUnionPullUpConstantsRule.java | 11 ++++---- .../calcite/rules/TestRuleHelper.java | 11 ++++---- .../TestHiveAugmentMaterializationRule.java | 11 ++++---- ...iveAugmentSnapshotMaterializationRule.java | 11 ++++---- .../TestHivePushdownSnapshotFilterRule.java | 11 ++++---- .../views/TestHiveRowIsDeletedPropagator.java | 11 ++++---- ...zedViewIncrementalRewritingRelVisitor.java | 11 ++++---- .../calcite/rules/views/TestRuleBase.java | 11 ++++---- .../stats/TestFilterSelectivityEstimator.java | 11 ++++---- .../calcite/translator/TestASTConverter.java | 11 ++++---- .../ql/optimizer/graph/TestOperatorGraph.java | 11 ++++---- .../ql/optimizer/lineage/TestGenerator.java | 11 ++++---- .../TestDynamicMultiDimeCollection.java | 11 ++++---- .../TestListBucketingPrunner.java | 11 ++++---- .../TestJoinOperationMetadataResolver.java | 11 ++++---- .../physical/TestNullScanTaskDispatcher.java | 11 ++++---- .../ql/optimizer/physical/TestVectorizer.java | 11 ++++---- ...estNegativePartitionPrunerCompactExpr.java | 11 ++++---- ...estPositivePartitionPrunerCompactExpr.java | 11 ++++---- .../optimizer/signature/TestOpSigFactory.java | 11 ++++---- .../signature/TestOperatorSignature.java | 11 ++++---- .../optimizer/signature/TestRelSignature.java | 11 ++++---- .../TestRuntimeStatsPersistence.java | 11 ++++---- .../annotation/TestStatsRulesProcFactory.java | 11 ++++---- .../topnkey/TestCommonKeyPrefix.java | 11 ++++---- .../hive/ql/parse/TestColumnAccess.java | 11 ++++---- .../ql/parse/TestDMLSemanticAnalyzer.java | 11 ++++---- .../hadoop/hive/ql/parse/TestEximUtil.java | 11 ++++---- .../hadoop/hive/ql/parse/TestGenTezWork.java | 11 ++++---- .../hive/ql/parse/TestHiveDecimalParse.java | 11 ++++---- .../ql/parse/TestMacroSemanticAnalyzer.java | 11 ++++---- .../hadoop/hive/ql/parse/TestParseUtils.java | 11 ++++---- .../hadoop/hive/ql/parse/TestQBCompact.java | 11 ++++---- .../parse/TestQBJoinTreeApplyPredicate.java | 11 ++++---- .../hadoop/hive/ql/parse/TestQBSubQuery.java | 11 ++++---- .../hive/ql/parse/TestQueryProperties.java | 11 ++++---- .../TestReplicationSemanticAnalyzer.java | 11 ++++---- .../hive/ql/parse/TestSemanticAnalyzer.java | 11 ++++---- .../ql/parse/TestSemanticAnalyzerFactory.java | 11 ++++---- .../hadoop/hive/ql/parse/TestSplitSample.java | 11 ++++---- .../authorization/AuthorizationTestUtil.java | 11 ++++---- .../parse/authorization/ListSizeMatcher.java | 11 ++++---- .../authorization/PrivilegesTestBase.java | 11 ++++---- .../TestHiveAuthorizationTaskFactory.java | 11 ++++---- .../parse/authorization/TestPrivilegesV1.java | 11 ++++---- .../parse/authorization/TestPrivilegesV2.java | 11 ++++---- .../authorization/TestSessionUserName.java | 11 ++++---- .../sqlstd/TestOperation2Privilege.java | 11 ++++---- .../hive/ql/parse/repl/TestCopyUtils.java | 11 ++++---- .../repl/TestReplStateLogTimeFormat.java | 11 ++++---- .../ql/parse/repl/dump/TestExportService.java | 11 ++++---- .../ql/parse/repl/dump/TestHiveWrapper.java | 11 ++++---- .../dump/events/TestEventHandlerFactory.java | 11 ++++---- .../repl/load/TestEventDumpDirComparator.java | 11 ++++---- .../TestPrimaryToReplicaResourceFunction.java | 11 ++++---- .../TestReplicationMetricCollector.java | 11 ++++---- .../metric/TestReplicationMetricSink.java | 11 ++++---- .../TestReplicationMetricUpdateOnFailure.java | 11 ++++---- .../type/TestBigIntCompareValidation.java | 11 ++++---- .../type/TestDecimalStringValidation.java | 11 ++++---- .../type/TestExprNodeDescExprFactory.java | 11 ++++---- .../type/TestExprProcessorGetFuncExpr.java | 11 ++++---- .../ql/parse/type/TestHiveFunctionHelper.java | 11 ++++---- .../parse/type/TestTypeCheckProcFactory.java | 11 ++++---- .../TestConditionalResolverCommonJoin.java | 11 ++++---- .../hive/ql/plan/TestCreateMacroDesc.java | 11 ++++---- .../hive/ql/plan/TestDropMacroDesc.java | 11 ++++---- .../TestExecutionEngineWorkConcurrency.java | 11 ++++---- .../hadoop/hive/ql/plan/TestMapWork.java | 11 ++++---- .../hive/ql/plan/TestReadEntityDirect.java | 11 ++++---- .../hadoop/hive/ql/plan/TestStatistics.java | 11 ++++---- .../hadoop/hive/ql/plan/TestTezWork.java | 11 ++++---- .../hadoop/hive/ql/plan/TestViewEntity.java | 11 ++++---- .../ql/plan/mapping/TestCounterMapping.java | 11 ++++---- .../hive/ql/plan/mapping/TestOperatorCmp.java | 11 ++++---- .../ql/plan/mapping/TestReOptimization.java | 11 ++++---- .../ql/plan/mapping/TestStatEstimations.java | 11 ++++---- .../TestCommandProcessorFactory.java | 11 ++++---- .../ql/processors/TestCompileProcessor.java | 11 ++++---- .../hive/ql/processors/TestSetProcessor.java | 11 ++++---- .../TestReExecuteLostAMQueryPlugin.java | 11 ++++---- .../ql/schq/MockScheduledQueryService.java | 11 ++++---- .../ql/schq/TestScheduledQueryService.java | 11 ++++---- .../ql/schq/TestScheduledQueryStatements.java | 11 ++++---- .../AWSSecretsManagerSecretSourceTest.java | 11 ++++---- .../hive/ql/secrets/URISecretSourceTest.java | 11 ++++---- .../TestAvroSchemaUrlAuthorizationUtils.java | 11 ++++---- .../TestAuthorizationMetaStoreFilterHook.java | 11 ++++---- .../plugin/TestHiveOperationType.java | 11 ++++---- ...stHivePrivilegeObjectOwnerNameAndType.java | 11 ++++---- .../TestViewPartitionPrivilegeObjects.java | 11 ++++---- .../MockMetaStoreOwnerFilterHook.java | 11 ++++---- .../TestHiveMetaStoreAuthorizer.java | 11 ++++---- .../TestTablePermissionFilterAlgos.java | 11 ++++---- .../TestSQLStdHiveAccessControllerCLI.java | 11 ++++---- .../TestSQLStdHiveAccessControllerHS2.java | 11 ++++---- .../hive/ql/session/TestAddResource.java | 11 ++++---- .../hive/ql/session/TestSessionState.java | 11 ++++---- .../hadoop/hive/ql/stats/TestBasicStats.java | 11 ++++---- .../hive/ql/stats/TestStatsUpdaterThread.java | 11 ++++---- .../hadoop/hive/ql/stats/TestStatsUtils.java | 11 ++++---- .../TestPessimisticStatCombiner.java | 11 ++++---- .../hive/ql/testutil/BaseScalarUdfTest.java | 11 ++++---- .../hadoop/hive/ql/testutil/DataBuilder.java | 11 ++++---- .../hive/ql/testutil/OperatorTestUtils.java | 11 ++++---- .../hive/ql/testutil/TxnStoreHelper.java | 11 ++++---- .../hadoop/hive/ql/tool/TestLineageInfo.java | 11 ++++---- .../CompactionQueryBuilderTestBase.java | 11 ++++---- .../hive/ql/txn/compactor/CompactorTest.java | 11 ++++---- .../txn/compactor/CompactorTestUtilities.java | 11 ++++---- .../TestAbortCleanupUsingCompactionCycle.java | 11 ++++---- ...gCompactionCycleWithMinHistoryWriteId.java | 11 ++++---- .../hive/ql/txn/compactor/TestCleaner.java | 11 ++++---- .../hive/ql/txn/compactor/TestCleaner2.java | 11 ++++---- .../TestCleanerWithMinHistoryWriteId.java | 11 ++++---- .../TestCleanerWithoutMinHistoryLevel.java | 11 ++++---- .../TestCompactionHeartbeatService.java | 11 ++++---- .../txn/compactor/TestCompactionMetrics.java | 11 ++++---- ...pactionQueryBuilderForMajorCompaction.java | 11 ++++---- ...pactionQueryBuilderForMinorCompaction.java | 11 ++++---- ...CompactionQueryBuilderForMmCompaction.java | 11 ++++---- ...ionQueryBuilderForRebalanceCompaction.java | 11 ++++---- .../ql/txn/compactor/TestCompactorUtil.java | 11 ++++---- .../compactor/TestDeltaFilesMetricFlags.java | 11 ++++---- .../txn/compactor/TestDeltaFilesMetrics.java | 11 ++++---- .../compactor/TestFileSystemCacheLeakFix.java | 11 ++++---- .../hive/ql/txn/compactor/TestInitiator.java | 11 ++++---- ...rWithAbortCleanupUsingCompactionCycle.java | 11 ++++---- .../TestMRCompactorJobQueueConfiguration.java | 11 ++++---- .../ql/txn/compactor/TestStatsUpdater.java | 11 ++++---- .../ql/txn/compactor/TestStringableList.java | 11 ++++---- .../hive/ql/txn/compactor/TestWorker.java | 11 ++++---- .../hive/ql/txn/compactor/TestWorker2.java | 11 ++++---- .../handler/TestAbortedTxnCleaner.java | 11 ++++---- .../ql/txn/compactor/handler/TestHandler.java | 11 ++++---- .../hadoop/hive/ql/udaf/TestStreamingAvg.java | 11 ++++---- .../hadoop/hive/ql/udaf/TestStreamingMax.java | 11 ++++---- .../hadoop/hive/ql/udaf/TestStreamingMin.java | 11 ++++---- .../hadoop/hive/ql/udaf/TestStreamingSum.java | 11 ++++---- .../hadoop/hive/ql/udf/TestBlockedUdf.java | 11 ++++---- .../hadoop/hive/ql/udf/TestToInteger.java | 11 ++++---- .../hadoop/hive/ql/udf/TestUDFBase64.java | 11 ++++---- .../hive/ql/udf/TestUDFBuildVersion.java | 11 ++++---- .../hadoop/hive/ql/udf/TestUDFCrc32.java | 11 ++++---- .../ql/udf/TestUDFDateFormatGranularity.java | 11 ++++---- .../apache/hadoop/hive/ql/udf/TestUDFHex.java | 11 ++++---- .../hadoop/hive/ql/udf/TestUDFJson.java | 11 ++++---- .../hadoop/hive/ql/udf/TestUDFMath.java | 11 ++++---- .../apache/hadoop/hive/ql/udf/TestUDFMd5.java | 11 ++++---- .../hadoop/hive/ql/udf/TestUDFSha1.java | 11 ++++---- .../hadoop/hive/ql/udf/TestUDFSign.java | 11 ++++---- .../hadoop/hive/ql/udf/TestUDFUUID.java | 11 ++++---- .../hadoop/hive/ql/udf/TestUDFUnbase64.java | 11 ++++---- .../hadoop/hive/ql/udf/TestUDFUnhex.java | 11 ++++---- .../hadoop/hive/ql/udf/TestUDFVersion.java | 11 ++++---- .../ql/udf/esri/TestEsriJsonConverter.java | 11 ++++---- .../ql/udf/esri/TestEsriShapeConverter.java | 11 ++++---- .../hive/ql/udf/esri/TestStAsShape.java | 11 ++++---- .../hive/ql/udf/esri/TestStCentroid.java | 11 ++++---- .../ql/udf/esri/TestStDistanceSphere.java | 11 ++++---- .../udf/esri/TestStGeodesicLengthWGS84.java | 11 ++++---- .../hive/ql/udf/esri/TestStGeomFromShape.java | 11 ++++---- .../hive/ql/udf/esri/TestStGeometryType.java | 11 ++++---- .../hive/ql/udf/esri/TestStLineString.java | 11 ++++---- .../hadoop/hive/ql/udf/esri/TestStMinX.java | 11 ++++---- .../hadoop/hive/ql/udf/esri/TestStMinY.java | 11 ++++---- .../hive/ql/udf/esri/TestStMultiPoint.java | 11 ++++---- .../hive/ql/udf/esri/TestStMultiPolygon.java | 11 ++++---- .../hadoop/hive/ql/udf/esri/TestStPoint.java | 11 ++++---- .../hadoop/hive/ql/udf/esri/TestStX.java | 11 ++++---- .../hadoop/hive/ql/udf/esri/TestStY.java | 11 ++++---- .../udf/esri/serde/JsonSerDeTestingBase.java | 11 ++++---- .../ql/udf/esri/serde/TestEsriJsonSerDe.java | 11 ++++---- .../ql/udf/esri/serde/TestGeoJsonSerDe.java | 11 ++++---- .../AbstractTestGenericUDFOPNumeric.java | 11 ++++---- .../TestAbstractGenericUDFArrayBase.java | 11 ++++---- .../TestGenericUDAFBinarySetFunctions.java | 11 ++++---- .../generic/TestGenericUDAFCorrelation.java | 11 ++++---- .../udf/generic/TestGenericUDAFEvaluator.java | 11 ++++---- .../TestGenericUDAFPercentileCont.java | 11 ++++---- .../TestGenericUDAFPercentileDisc.java | 11 ++++---- .../ql/udf/generic/TestGenericUDFAbs.java | 11 ++++---- .../udf/generic/TestGenericUDFAddMonths.java | 11 ++++---- .../udf/generic/TestGenericUDFAesDecrypt.java | 11 ++++---- .../udf/generic/TestGenericUDFAesEncrypt.java | 11 ++++---- .../ql/udf/generic/TestGenericUDFArray.java | 11 ++++---- .../generic/TestGenericUDFArrayAppend.java | 11 ++++---- .../generic/TestGenericUDFArrayCompact.java | 11 ++++---- .../generic/TestGenericUDFArrayDistinct.java | 11 ++++---- .../generic/TestGenericUDFArrayExcept.java | 11 ++++---- .../generic/TestGenericUDFArrayIntersect.java | 11 ++++---- .../udf/generic/TestGenericUDFArrayJoin.java | 11 ++++---- .../udf/generic/TestGenericUDFArrayMax.java | 11 ++++---- .../udf/generic/TestGenericUDFArrayMin.java | 11 ++++---- .../generic/TestGenericUDFArrayPosition.java | 11 ++++---- .../generic/TestGenericUDFArrayRemove.java | 11 ++++---- .../udf/generic/TestGenericUDFArraySlice.java | 11 ++++---- .../udf/generic/TestGenericUDFArrayUnion.java | 11 ++++---- .../ql/udf/generic/TestGenericUDFBRound.java | 11 ++++---- .../ql/udf/generic/TestGenericUDFBridge.java | 11 ++++---- .../udf/generic/TestGenericUDFCastFormat.java | 11 ++++---- .../ql/udf/generic/TestGenericUDFCbrt.java | 11 ++++---- .../ql/udf/generic/TestGenericUDFCeil.java | 11 ++++---- .../ql/udf/generic/TestGenericUDFChr.java | 11 ++++---- .../ql/udf/generic/TestGenericUDFConcat.java | 11 ++++---- .../ql/udf/generic/TestGenericUDFDate.java | 11 ++++---- .../ql/udf/generic/TestGenericUDFDateAdd.java | 11 ++++---- .../udf/generic/TestGenericUDFDateDiff.java | 11 ++++---- .../udf/generic/TestGenericUDFDateFormat.java | 11 ++++---- .../TestGenericUDFDateFormatEvaluate.java | 11 ++++---- .../ql/udf/generic/TestGenericUDFDateSub.java | 11 ++++---- ...enericUDFDatetimeLegacyHybridCalendar.java | 11 ++++---- .../ql/udf/generic/TestGenericUDFDecode.java | 11 ++++---- .../generic/TestGenericUDFDeserialize.java | 11 ++++---- .../ql/udf/generic/TestGenericUDFEncode.java | 11 ++++---- .../TestGenericUDFEnforceConstraint.java | 11 ++++---- .../generic/TestGenericUDFExtractUnion.java | 11 ++++---- ...FExtractUnionObjectInspectorConverter.java | 11 ++++---- ...tGenericUDFExtractUnionValueConverter.java | 11 ++++---- .../udf/generic/TestGenericUDFFactorial.java | 11 ++++---- .../ql/udf/generic/TestGenericUDFFloor.java | 11 ++++---- .../generic/TestGenericUDFFromUnixTime.java | 11 ++++---- .../TestGenericUDFFromUnixTimeEvaluate.java | 11 ++++---- .../TestGenericUDFFromUtcTimestamp.java | 11 ++++---- .../udf/generic/TestGenericUDFGreatest.java | 11 ++++---- .../ql/udf/generic/TestGenericUDFInitCap.java | 11 ++++---- .../TestGenericUDFInitializeOnCompareUDF.java | 11 ++++---- .../TestGenericUDFInternalInterval.java | 11 ++++---- .../udf/generic/TestGenericUDFJsonRead.java | 11 ++++---- .../ql/udf/generic/TestGenericUDFLTrim.java | 11 ++++---- .../ql/udf/generic/TestGenericUDFLastDay.java | 11 ++++---- .../ql/udf/generic/TestGenericUDFLeast.java | 11 ++++---- .../generic/TestGenericUDFLevenshtein.java | 11 ++++---- .../ql/udf/generic/TestGenericUDFLikeAll.java | 11 ++++---- .../ql/udf/generic/TestGenericUDFLikeAny.java | 11 ++++---- .../ql/udf/generic/TestGenericUDFLpad.java | 11 ++++---- .../ql/udf/generic/TestGenericUDFMacro.java | 11 ++++---- .../udf/generic/TestGenericUDFMapValues.java | 11 ++++---- .../generic/TestGenericUDFMonthsBetween.java | 11 ++++---- .../ql/udf/generic/TestGenericUDFNextDay.java | 11 ++++---- .../ql/udf/generic/TestGenericUDFNullif.java | 11 ++++---- .../ql/udf/generic/TestGenericUDFOPAnd.java | 11 ++++---- .../udf/generic/TestGenericUDFOPDivide.java | 11 ++++---- .../ql/udf/generic/TestGenericUDFOPMinus.java | 11 ++++---- .../ql/udf/generic/TestGenericUDFOPMod.java | 11 ++++---- .../udf/generic/TestGenericUDFOPMultiply.java | 11 ++++---- .../udf/generic/TestGenericUDFOPNegative.java | 11 ++++---- .../ql/udf/generic/TestGenericUDFOPOr.java | 11 ++++---- .../ql/udf/generic/TestGenericUDFOPPlus.java | 11 ++++---- .../udf/generic/TestGenericUDFOPPositive.java | 11 ++++---- .../ql/udf/generic/TestGenericUDFPosMod.java | 11 ++++---- .../ql/udf/generic/TestGenericUDFPower.java | 11 ++++---- .../ql/udf/generic/TestGenericUDFPrintf.java | 11 ++++---- .../ql/udf/generic/TestGenericUDFQuarter.java | 11 ++++---- .../ql/udf/generic/TestGenericUDFQuote.java | 11 ++++---- .../ql/udf/generic/TestGenericUDFRTrim.java | 11 ++++---- .../ql/udf/generic/TestGenericUDFRegexp.java | 11 ++++---- .../ql/udf/generic/TestGenericUDFReplace.java | 11 ++++---- .../ql/udf/generic/TestGenericUDFRound.java | 11 ++++---- .../ql/udf/generic/TestGenericUDFRpad.java | 11 ++++---- .../ql/udf/generic/TestGenericUDFSha2.java | 11 ++++---- .../udf/generic/TestGenericUDFSortArray.java | 11 ++++---- .../TestGenericUDFSortArrayByField.java | 11 ++++---- .../ql/udf/generic/TestGenericUDFSoundex.java | 11 ++++---- .../generic/TestGenericUDFStringToMap.java | 11 ++++---- .../generic/TestGenericUDFSubstringIndex.java | 11 ++++---- .../generic/TestGenericUDFSurrogateKey.java | 11 ++++---- .../TestGenericUDFToUnixTimestamp.java | 11 ++++---- ...DFToUnixTimestampEvaluateStringString.java | 11 ++++---- .../ql/udf/generic/TestGenericUDFTrim.java | 11 ++++---- .../ql/udf/generic/TestGenericUDFTrunc.java | 11 ++++---- .../ql/udf/generic/TestGenericUDFTypeOf.java | 11 ++++---- .../ql/udf/generic/TestGenericUDFUtils.java | 11 ++++---- .../generic/TestGenericUDFWidthBucket.java | 11 ++++---- .../generic/TestGenericUDTFGetSQLSchema.java | 11 ++++---- .../ql/udf/generic/TestUDFSplitMapPrivs.java | 11 ++++---- .../hive/ql/udf/ptf/TestBoundaryCache.java | 11 ++++---- .../hive/ql/udf/ptf/TestPTFValueCache.java | 11 ++++---- .../hadoop/hive/ql/udf/ptf/TestRange.java | 11 ++++---- .../ql/udf/ptf/TestValueBoundaryScanner.java | 11 ++++---- .../ql/udf/xml/TestReusableStringReader.java | 11 ++++---- .../hive/ql/udf/xml/TestUDFXPathUtil.java | 11 ++++---- .../ql/util/CloseableThreadLocalTest.java | 11 ++++---- .../hadoop/hive/ql/util/TestDateTimeMath.java | 11 ++++---- .../util/TestHiveStrictManagedMigration.java | 11 ++++---- .../hadoop/hive/ql/util/TestUpgradeTool.java | 11 ++++---- .../ql/util/TestUpgradeToolRerturnPath.java | 11 ++++---- .../hive/ql/wm/TestExpressionFactory.java | 11 ++++---- .../apache/hadoop/hive/ql/wm/TestTrigger.java | 11 ++++---- .../hive/testutils/HiveTestEnvSetup.java | 11 ++++---- .../hive/testutils/MiniZooKeeperCluster.java | 11 ++++---- .../hive/testutils/TestHiveTestEnvSetup.java | 11 ++++---- .../apache/hadoop/hive/serde/Constants.java | 11 ++++---- .../serde2/AbstractEncodingAwareSerDe.java | 11 ++++---- .../hadoop/hive/serde2/AbstractSerDe.java | 11 ++++---- .../serde2/BaseStructObjectInspector.java | 11 ++++---- .../apache/hadoop/hive/serde2/ByteStream.java | 11 ++++---- .../hive/serde2/ByteStreamTypedSerDe.java | 11 ++++---- .../hive/serde2/ColumnProjectionUtils.java | 11 ++++---- .../apache/hadoop/hive/serde2/ColumnSet.java | 11 ++++---- .../hive/serde2/DefaultFetchFormatter.java | 11 ++++---- .../hive/serde2/DelimitedJSONSerDe.java | 11 ++++---- .../hadoop/hive/serde2/Deserializer.java | 11 ++++---- .../hadoop/hive/serde2/FetchFormatter.java | 11 ++++---- .../apache/hadoop/hive/serde2/JsonSerDe.java | 11 ++++---- .../serde2/MetadataTypedColumnsetSerDe.java | 11 ++++---- .../hadoop/hive/serde2/MultiDelimitSerDe.java | 11 ++++---- .../hive/serde2/NoOpFetchFormatter.java | 11 ++++---- .../hadoop/hive/serde2/NullStructSerDe.java | 11 ++++---- .../hadoop/hive/serde2/OpenCSVSerde.java | 11 ++++---- .../hadoop/hive/serde2/RandomTypeUtil.java | 11 ++++---- .../apache/hadoop/hive/serde2/RegexSerDe.java | 11 ++++---- .../hadoop/hive/serde2/SchemaInference.java | 11 ++++---- .../org/apache/hadoop/hive/serde2/SerDe.java | 11 ++++---- .../hadoop/hive/serde2/SerDeException.java | 11 ++++---- .../apache/hadoop/hive/serde2/SerDeSpec.java | 11 ++++---- .../apache/hadoop/hive/serde2/SerDeStats.java | 11 ++++---- .../hadoop/hive/serde2/SerDeStatsStruct.java | 11 ++++---- .../apache/hadoop/hive/serde2/SerDeUtils.java | 11 ++++---- .../apache/hadoop/hive/serde2/Serializer.java | 11 ++++---- .../hadoop/hive/serde2/StructObject.java | 11 ++++---- .../apache/hadoop/hive/serde2/TypedSerDe.java | 11 ++++---- .../hadoop/hive/serde2/WriteBuffers.java | 11 ++++---- .../hive/serde2/avro/AvroDeserializer.java | 11 ++++---- .../avro/AvroGenericRecordWritable.java | 11 ++++---- .../serde2/avro/AvroLazyObjectInspector.java | 11 ++++---- .../avro/AvroObjectInspectorException.java | 11 ++++---- .../avro/AvroObjectInspectorGenerator.java | 11 ++++---- .../hive/serde2/avro/AvroSchemaRetriever.java | 11 ++++---- .../hadoop/hive/serde2/avro/AvroSerDe.java | 11 ++++---- .../hive/serde2/avro/AvroSerdeException.java | 11 ++++---- .../hive/serde2/avro/AvroSerdeUtils.java | 11 ++++---- .../hive/serde2/avro/AvroSerializer.java | 11 ++++---- .../hive/serde2/avro/BadSchemaException.java | 11 ++++---- .../hive/serde2/avro/InstanceCache.java | 11 ++++---- .../serde2/avro/ReaderWriterSchemaPair.java | 11 ++++---- .../serde2/avro/SchemaResolutionProblem.java | 11 ++++---- .../hive/serde2/avro/SchemaToTypeInfo.java | 11 ++++---- .../hive/serde2/avro/TypeInfoToSchema.java | 11 ++++---- .../binarysortable/BinarySortableSerDe.java | 11 ++++---- .../BinarySortableSerDeWithEndPrefix.java | 11 ++++---- .../binarysortable/BinarySortableUtils.java | 11 ++++---- .../binarysortable/InputByteBuffer.java | 11 ++++---- .../fast/BinarySortableDeserializeRead.java | 11 ++++---- .../fast/BinarySortableSerializeWrite.java | 11 ++++---- .../columnar/BytesRefArrayWritable.java | 11 ++++---- .../serde2/columnar/BytesRefWritable.java | 11 ++++---- .../hive/serde2/columnar/ColumnarSerDe.java | 11 ++++---- .../serde2/columnar/ColumnarSerDeBase.java | 11 ++++---- .../hive/serde2/columnar/ColumnarStruct.java | 11 ++++---- .../serde2/columnar/ColumnarStructBase.java | 11 ++++---- .../columnar/LazyBinaryColumnarSerDe.java | 11 ++++---- .../columnar/LazyBinaryColumnarStruct.java | 11 ++++---- .../columnar/LazyDecompressionCallback.java | 11 ++++---- .../GeometryJsonDeserializer.java | 11 ++++---- .../GeometryTypeJsonDeserializer.java | 11 ++++---- .../SpatialReferenceJsonDeserializer.java | 11 ++++---- .../serializer/GeometryJsonSerializer.java | 11 ++++---- .../GeometryTypeJsonSerializer.java | 11 ++++---- .../SpatialReferenceJsonSerializer.java | 11 ++++---- .../hive/serde2/fast/DeserializeRead.java | 11 ++++---- .../hive/serde2/fast/SerializeWrite.java | 11 ++++---- .../hadoop/hive/serde2/io/ByteWritable.java | 11 ++++---- .../hadoop/hive/serde2/io/DateWritableV2.java | 11 ++++---- .../hadoop/hive/serde2/io/DoubleWritable.java | 11 ++++---- .../hive/serde2/io/HiveBaseCharWritable.java | 11 ++++---- .../hive/serde2/io/HiveCharWritable.java | 11 ++++---- .../io/HiveIntervalDayTimeWritable.java | 11 ++++---- .../io/HiveIntervalYearMonthWritable.java | 11 ++++---- .../hive/serde2/io/HiveVarcharWritable.java | 11 ++++---- .../hive/serde2/io/ParquetHiveRecord.java | 11 ++++---- .../hadoop/hive/serde2/io/ShortWritable.java | 11 ++++---- .../serde2/io/TimestampLocalTZWritable.java | 11 ++++---- .../hive/serde2/io/TimestampWritable.java | 11 ++++---- .../hive/serde2/io/TimestampWritableV2.java | 11 ++++---- .../hive/serde2/json/BinaryEncoding.java | 11 ++++---- .../hive/serde2/json/HiveJsonReader.java | 11 ++++---- .../hive/serde2/json/HiveJsonWriter.java | 11 ++++---- .../hadoop/hive/serde2/lazy/ByteArrayRef.java | 11 ++++---- .../hadoop/hive/serde2/lazy/LazyArray.java | 11 ++++---- .../hadoop/hive/serde2/lazy/LazyBinary.java | 11 ++++---- .../hadoop/hive/serde2/lazy/LazyBoolean.java | 11 ++++---- .../hadoop/hive/serde2/lazy/LazyByte.java | 11 ++++---- .../hadoop/hive/serde2/lazy/LazyDate.java | 11 ++++---- .../hadoop/hive/serde2/lazy/LazyDouble.java | 11 ++++---- .../hadoop/hive/serde2/lazy/LazyFactory.java | 11 ++++---- .../hadoop/hive/serde2/lazy/LazyFloat.java | 11 ++++---- .../hadoop/hive/serde2/lazy/LazyHiveChar.java | 11 ++++---- .../hive/serde2/lazy/LazyHiveDecimal.java | 11 ++++---- .../serde2/lazy/LazyHiveIntervalDayTime.java | 11 ++++---- .../lazy/LazyHiveIntervalYearMonth.java | 11 ++++---- .../hive/serde2/lazy/LazyHiveVarchar.java | 11 ++++---- .../hadoop/hive/serde2/lazy/LazyInteger.java | 11 ++++---- .../hadoop/hive/serde2/lazy/LazyLong.java | 11 ++++---- .../hadoop/hive/serde2/lazy/LazyMap.java | 11 ++++---- .../hive/serde2/lazy/LazyNonPrimitive.java | 11 ++++---- .../hadoop/hive/serde2/lazy/LazyObject.java | 11 ++++---- .../hive/serde2/lazy/LazyObjectBase.java | 11 ++++---- .../hive/serde2/lazy/LazyPrimitive.java | 11 ++++---- .../hive/serde2/lazy/LazySerDeParameters.java | 11 ++++---- .../hadoop/hive/serde2/lazy/LazyShort.java | 11 ++++---- .../hive/serde2/lazy/LazySimpleSerDe.java | 11 ++++---- .../hadoop/hive/serde2/lazy/LazyString.java | 11 ++++---- .../hadoop/hive/serde2/lazy/LazyStruct.java | 11 ++++---- .../hive/serde2/lazy/LazyTimestamp.java | 11 ++++---- .../serde2/lazy/LazyTimestampLocalTZ.java | 11 ++++---- .../hadoop/hive/serde2/lazy/LazyUnion.java | 11 ++++---- .../hadoop/hive/serde2/lazy/LazyUtils.java | 11 ++++---- .../hadoop/hive/serde2/lazy/LazyVoid.java | 11 ++++---- .../hadoop/hive/serde2/lazy/VerifyLazy.java | 11 ++++---- .../lazy/fast/LazySimpleDeserializeRead.java | 11 ++++---- .../lazy/fast/LazySimpleSerializeWrite.java | 11 ++++---- .../LazyListObjectInspector.java | 11 ++++---- .../LazyMapObjectInspector.java | 11 ++++---- .../LazyObjectInspectorFactory.java | 11 ++++---- .../LazySimpleStructObjectInspector.java | 11 ++++---- .../LazyUnionObjectInspector.java | 11 ++++---- .../AbstractPrimitiveLazyObjectInspector.java | 11 ++++---- .../primitive/LazyBinaryObjectInspector.java | 11 ++++---- .../primitive/LazyBooleanObjectInspector.java | 11 ++++---- .../primitive/LazyByteObjectInspector.java | 11 ++++---- .../primitive/LazyDateObjectInspector.java | 11 ++++---- .../primitive/LazyDoubleObjectInspector.java | 11 ++++---- .../primitive/LazyFloatObjectInspector.java | 11 ++++---- .../LazyHiveCharObjectInspector.java | 11 ++++---- .../LazyHiveDecimalObjectInspector.java | 11 ++++---- ...azyHiveIntervalDayTimeObjectInspector.java | 11 ++++---- ...yHiveIntervalYearMonthObjectInspector.java | 11 ++++---- .../LazyHiveVarcharObjectInspector.java | 11 ++++---- .../primitive/LazyIntObjectInspector.java | 11 ++++---- .../primitive/LazyLongObjectInspector.java | 11 ++++---- .../LazyObjectInspectorParameters.java | 11 ++++---- .../LazyObjectInspectorParametersImpl.java | 11 ++++---- .../LazyPrimitiveObjectInspectorFactory.java | 11 ++++---- .../primitive/LazyShortObjectInspector.java | 11 ++++---- .../primitive/LazyStringObjectInspector.java | 11 ++++---- .../LazyTimestampLocalTZObjectInspector.java | 11 ++++---- .../LazyTimestampObjectInspector.java | 11 ++++---- .../primitive/LazyVoidObjectInspector.java | 11 ++++---- .../serde2/lazybinary/LazyBinaryArray.java | 11 ++++---- .../serde2/lazybinary/LazyBinaryBinary.java | 11 ++++---- .../serde2/lazybinary/LazyBinaryBoolean.java | 11 ++++---- .../serde2/lazybinary/LazyBinaryByte.java | 11 ++++---- .../serde2/lazybinary/LazyBinaryDate.java | 11 ++++---- .../serde2/lazybinary/LazyBinaryDouble.java | 11 ++++---- .../serde2/lazybinary/LazyBinaryFactory.java | 11 ++++---- .../serde2/lazybinary/LazyBinaryFloat.java | 11 ++++---- .../serde2/lazybinary/LazyBinaryHiveChar.java | 11 ++++---- .../lazybinary/LazyBinaryHiveDecimal.java | 11 ++++---- .../LazyBinaryHiveIntervalDayTime.java | 11 ++++---- .../LazyBinaryHiveIntervalYearMonth.java | 11 ++++---- .../lazybinary/LazyBinaryHiveVarchar.java | 11 ++++---- .../serde2/lazybinary/LazyBinaryInteger.java | 11 ++++---- .../serde2/lazybinary/LazyBinaryLong.java | 11 ++++---- .../hive/serde2/lazybinary/LazyBinaryMap.java | 11 ++++---- .../lazybinary/LazyBinaryNonPrimitive.java | 11 ++++---- .../serde2/lazybinary/LazyBinaryObject.java | 11 ++++---- .../lazybinary/LazyBinaryPrimitive.java | 11 ++++---- .../serde2/lazybinary/LazyBinarySerDe.java | 11 ++++---- .../serde2/lazybinary/LazyBinarySerDe2.java | 11 ++++---- .../serde2/lazybinary/LazyBinaryShort.java | 11 ++++---- .../serde2/lazybinary/LazyBinaryString.java | 11 ++++---- .../serde2/lazybinary/LazyBinaryStruct.java | 11 ++++---- .../lazybinary/LazyBinaryTimestamp.java | 11 ++++---- .../LazyBinaryTimestampLocalTZ.java | 11 ++++---- .../serde2/lazybinary/LazyBinaryUnion.java | 11 ++++---- .../serde2/lazybinary/LazyBinaryUtils.java | 11 ++++---- .../serde2/lazybinary/LazyBinaryVoid.java | 11 ++++---- .../fast/LazyBinaryDeserializeRead.java | 11 ++++---- .../fast/LazyBinarySerializeWrite.java | 11 ++++---- .../LazyBinaryListObjectInspector.java | 11 ++++---- .../LazyBinaryMapObjectInspector.java | 11 ++++---- .../LazyBinaryObjectInspectorFactory.java | 11 ++++---- .../LazyBinaryStructObjectInspector.java | 11 ++++---- .../LazyBinaryUnionObjectInspector.java | 11 ++++---- .../hive/serde2/lazydio/LazyDioBinary.java | 11 ++++---- .../hive/serde2/lazydio/LazyDioBoolean.java | 11 ++++---- .../hive/serde2/lazydio/LazyDioByte.java | 11 ++++---- .../hive/serde2/lazydio/LazyDioDouble.java | 11 ++++---- .../hive/serde2/lazydio/LazyDioFloat.java | 11 ++++---- .../serde2/lazydio/LazyDioHiveDecimal.java | 11 ++++---- .../hive/serde2/lazydio/LazyDioInteger.java | 11 ++++---- .../hive/serde2/lazydio/LazyDioLong.java | 11 ++++---- .../hive/serde2/lazydio/LazyDioShort.java | 11 ++++---- .../ColumnarStructObjectInspector.java | 11 ++++---- .../ConstantObjectInspector.java | 11 ++++---- .../CrossMapEqualComparer.java | 11 ++++---- .../objectinspector/FullMapEqualComparer.java | 11 ++++---- .../objectinspector/InspectableObject.java | 11 ++++---- .../objectinspector/ListObjectInspector.java | 11 ++++---- .../ListObjectsEqualComparer.java | 11 ++++---- .../objectinspector/MapEqualComparer.java | 11 ++++---- .../objectinspector/MapObjectInspector.java | 11 ++++---- .../MetadataListStructObjectInspector.java | 11 ++++---- .../objectinspector/ObjectComparator.java | 11 ++++---- .../objectinspector/ObjectInspector.java | 11 ++++---- .../ObjectInspectorConverters.java | 11 ++++---- .../ObjectInspectorFactory.java | 11 ++++---- .../objectinspector/ObjectInspectorUtils.java | 11 ++++---- .../PrimitiveObjectInspector.java | 11 ++++---- .../ProtocolBuffersStructObjectInspector.java | 11 ++++---- .../ReflectionStructObjectInspector.java | 11 ++++---- .../SettableListObjectInspector.java | 11 ++++---- .../SettableMapObjectInspector.java | 11 ++++---- .../SettableStructObjectInspector.java | 11 ++++---- .../SettableUnionObjectInspector.java | 11 ++++---- .../SimpleMapEqualComparer.java | 11 ++++---- .../StandardConstantListObjectInspector.java | 11 ++++---- .../StandardConstantMapObjectInspector.java | 11 ++++---- ...StandardConstantStructObjectInspector.java | 11 ++++---- .../StandardListObjectInspector.java | 11 ++++---- .../StandardMapObjectInspector.java | 11 ++++---- .../StandardStructObjectInspector.java | 11 ++++---- .../StandardUnionObjectInspector.java | 11 ++++---- .../serde2/objectinspector/StructField.java | 11 ++++---- .../StructObjectInspector.java | 11 ++++---- .../SubStructObjectInspector.java | 11 ++++---- .../ThriftObjectInspectorUtils.java | 11 ++++---- .../ThriftStructObjectInspector.java | 11 ++++---- .../ThriftUnionObjectInspector.java | 11 ++++---- .../serde2/objectinspector/UnionObject.java | 11 ++++---- .../objectinspector/UnionObjectInspector.java | 11 ++++---- .../UnionStructObjectInspector.java | 11 ++++---- .../UnknownObjectInspector.java | 11 ++++---- .../VariantObjectInspector.java | 11 ++++---- .../AbstractPrimitiveJavaObjectInspector.java | 11 ++++---- .../AbstractPrimitiveObjectInspector.java | 11 ++++---- ...tractPrimitiveWritableObjectInspector.java | 11 ++++---- .../primitive/BinaryObjectInspector.java | 11 ++++---- .../primitive/BooleanObjectInspector.java | 11 ++++---- .../primitive/ByteObjectInspector.java | 11 ++++---- .../primitive/DateObjectInspector.java | 11 ++++---- .../primitive/DoubleObjectInspector.java | 11 ++++---- .../primitive/FloatObjectInspector.java | 11 ++++---- .../primitive/HiveCharObjectInspector.java | 11 ++++---- .../primitive/HiveDecimalObjectInspector.java | 11 ++++---- .../HiveIntervalDayTimeObjectInspector.java | 11 ++++---- .../HiveIntervalYearMonthObjectInspector.java | 11 ++++---- .../primitive/HiveVarcharObjectInspector.java | 11 ++++---- .../primitive/IntObjectInspector.java | 11 ++++---- .../primitive/JavaBinaryObjectInspector.java | 11 ++++---- .../primitive/JavaBooleanObjectInspector.java | 11 ++++---- .../primitive/JavaByteObjectInspector.java | 11 ++++---- .../JavaConstantBinaryObjectInspector.java | 11 ++++---- .../JavaConstantBooleanObjectInspector.java | 11 ++++---- .../JavaConstantByteObjectInspector.java | 11 ++++---- .../JavaConstantDateObjectInspector.java | 11 ++++---- .../JavaConstantDoubleObjectInspector.java | 11 ++++---- .../JavaConstantFloatObjectInspector.java | 11 ++++---- .../JavaConstantHiveCharObjectInspector.java | 11 ++++---- ...avaConstantHiveDecimalObjectInspector.java | 11 ++++---- ...avaConstantHiveVarcharObjectInspector.java | 11 ++++---- .../JavaConstantIntObjectInspector.java | 11 ++++---- .../JavaConstantLongObjectInspector.java | 11 ++++---- .../JavaConstantShortObjectInspector.java | 11 ++++---- .../JavaConstantStringObjectInspector.java | 11 ++++---- .../JavaConstantTimestampObjectInspector.java | 11 ++++---- .../primitive/JavaDateObjectInspector.java | 11 ++++---- .../primitive/JavaDoubleObjectInspector.java | 11 ++++---- .../primitive/JavaFloatObjectInspector.java | 11 ++++---- .../JavaHiveCharObjectInspector.java | 11 ++++---- .../JavaHiveDecimalObjectInspector.java | 11 ++++---- ...avaHiveIntervalDayTimeObjectInspector.java | 11 ++++---- ...aHiveIntervalYearMonthObjectInspector.java | 11 ++++---- .../JavaHiveVarcharObjectInspector.java | 11 ++++---- .../primitive/JavaIntObjectInspector.java | 11 ++++---- .../primitive/JavaLongObjectInspector.java | 11 ++++---- .../primitive/JavaShortObjectInspector.java | 11 ++++---- .../primitive/JavaStringObjectInspector.java | 11 ++++---- .../JavaTimestampLocalTZObjectInspector.java | 11 ++++---- .../JavaTimestampObjectInspector.java | 11 ++++---- .../primitive/JavaVoidObjectInspector.java | 11 ++++---- .../primitive/LongObjectInspector.java | 11 ++++---- .../PrimitiveObjectInspectorConverter.java | 11 ++++---- .../PrimitiveObjectInspectorFactory.java | 11 ++++---- .../PrimitiveObjectInspectorUtils.java | 11 ++++---- .../SettableBinaryObjectInspector.java | 11 ++++---- .../SettableBooleanObjectInspector.java | 11 ++++---- .../SettableByteObjectInspector.java | 11 ++++---- .../SettableDateObjectInspector.java | 11 ++++---- .../SettableDoubleObjectInspector.java | 11 ++++---- .../SettableFloatObjectInspector.java | 11 ++++---- .../SettableHiveCharObjectInspector.java | 11 ++++---- .../SettableHiveDecimalObjectInspector.java | 11 ++++---- ...bleHiveIntervalDayTimeObjectInspector.java | 11 ++++---- ...eHiveIntervalYearMonthObjectInspector.java | 11 ++++---- .../SettableHiveVarcharObjectInspector.java | 11 ++++---- .../primitive/SettableIntObjectInspector.java | 11 ++++---- .../SettableLongObjectInspector.java | 11 ++++---- .../SettableShortObjectInspector.java | 11 ++++---- .../SettableStringObjectInspector.java | 11 ++++---- ...ttableTimestampLocalTZObjectInspector.java | 11 ++++---- .../SettableTimestampObjectInspector.java | 11 ++++---- .../primitive/ShortObjectInspector.java | 11 ++++---- .../primitive/StringObjectInspector.java | 11 ++++---- .../TimestampLocalTZObjectInspector.java | 11 ++++---- .../primitive/TimestampObjectInspector.java | 11 ++++---- .../primitive/VoidObjectInspector.java | 11 ++++---- .../WritableBinaryObjectInspector.java | 11 ++++---- .../WritableBooleanObjectInspector.java | 11 ++++---- .../WritableByteObjectInspector.java | 11 ++++---- ...WritableConstantBinaryObjectInspector.java | 11 ++++---- ...ritableConstantBooleanObjectInspector.java | 11 ++++---- .../WritableConstantByteObjectInspector.java | 11 ++++---- .../WritableConstantDateObjectInspector.java | 11 ++++---- ...WritableConstantDoubleObjectInspector.java | 11 ++++---- .../WritableConstantFloatObjectInspector.java | 11 ++++---- ...itableConstantHiveCharObjectInspector.java | 11 ++++---- ...bleConstantHiveDecimalObjectInspector.java | 11 ++++---- ...antHiveIntervalDayTimeObjectInspector.java | 11 ++++---- ...tHiveIntervalYearMonthObjectInspector.java | 11 ++++---- ...bleConstantHiveVarcharObjectInspector.java | 11 ++++---- .../WritableConstantIntObjectInspector.java | 11 ++++---- .../WritableConstantLongObjectInspector.java | 11 ++++---- .../WritableConstantShortObjectInspector.java | 11 ++++---- ...WritableConstantStringObjectInspector.java | 11 ++++---- ...nstantTimestampLocalTZObjectInspector.java | 11 ++++---- ...tableConstantTimestampObjectInspector.java | 11 ++++---- .../WritableDateObjectInspector.java | 11 ++++---- .../WritableDoubleObjectInspector.java | 11 ++++---- .../WritableFloatObjectInspector.java | 11 ++++---- .../WritableHiveCharObjectInspector.java | 11 ++++---- .../WritableHiveDecimalObjectInspector.java | 11 ++++---- ...bleHiveIntervalDayTimeObjectInspector.java | 11 ++++---- ...eHiveIntervalYearMonthObjectInspector.java | 11 ++++---- .../WritableHiveVarcharObjectInspector.java | 11 ++++---- .../primitive/WritableIntObjectInspector.java | 11 ++++---- .../WritableLongObjectInspector.java | 11 ++++---- .../WritableShortObjectInspector.java | 11 ++++---- .../WritableStringObjectInspector.java | 11 ++++---- ...itableTimestampLocalTZObjectInspector.java | 11 ++++---- .../WritableTimestampObjectInspector.java | 11 ++++---- .../WritableVoidObjectInspector.java | 11 ++++---- .../TeradataBinaryDataInputStream.java | 11 ++++---- .../TeradataBinaryDataOutputStream.java | 11 ++++---- .../serde2/teradata/TeradataBinarySerde.java | 11 ++++---- .../hive/serde2/thrift/ColumnBuffer.java | 11 ++++---- .../serde2/thrift/ConfigurableTProtocol.java | 11 ++++---- .../serde2/thrift/SkippableTProtocol.java | 11 ++++---- .../thrift/TBinarySortableProtocol.java | 11 ++++---- .../serde2/thrift/TCTLSeparatedProtocol.java | 11 ++++---- .../hive/serde2/thrift/TReflectionUtils.java | 11 ++++---- .../thrift/ThriftByteStreamTypedSerDe.java | 11 ++++---- .../serde2/thrift/ThriftDeserializer.java | 11 ++++---- .../hive/serde2/thrift/ThriftFormatter.java | 11 ++++---- .../serde2/thrift/ThriftJDBCBinarySerDe.java | 11 ++++---- .../hadoop/hive/serde2/thrift/Type.java | 11 ++++---- .../serde2/thrift/WriteNullsProtocol.java | 11 ++++---- .../hive/serde2/thrift/WriteTextProtocol.java | 11 ++++---- .../serde2/typeinfo/BaseCharTypeInfo.java | 11 ++++---- .../hive/serde2/typeinfo/BaseCharUtils.java | 11 ++++---- .../hive/serde2/typeinfo/CharTypeInfo.java | 11 ++++---- .../hive/serde2/typeinfo/DecimalTypeInfo.java | 11 ++++---- .../serde2/typeinfo/HiveDecimalUtils.java | 11 ++++---- .../hive/serde2/typeinfo/ListTypeInfo.java | 11 ++++---- .../hive/serde2/typeinfo/MapTypeInfo.java | 11 ++++---- .../serde2/typeinfo/PrimitiveTypeInfo.java | 11 ++++---- .../hive/serde2/typeinfo/StructTypeInfo.java | 11 ++++---- .../typeinfo/TimestampLocalTZTypeInfo.java | 11 ++++---- .../serde2/typeinfo/TimestampTypeInfo.java | 11 ++++---- .../hadoop/hive/serde2/typeinfo/TypeInfo.java | 11 ++++---- .../hive/serde2/typeinfo/TypeInfoFactory.java | 11 ++++---- .../hive/serde2/typeinfo/TypeInfoUtils.java | 11 ++++---- .../hive/serde2/typeinfo/UnionTypeInfo.java | 11 ++++---- .../hive/serde2/typeinfo/UnknownTypeInfo.java | 11 ++++---- .../hive/serde2/typeinfo/VarcharTypeInfo.java | 11 ++++---- .../hive/serde2/typeinfo/VariantTypeInfo.java | 11 ++++---- .../hive/serde2/typeinfo/package-info.java | 11 ++++---- .../hadoop/hive/serde2/variant/Variant.java | 11 ++++---- .../hive/serde2/variant/VariantBuilder.java | 11 ++++---- .../variant/VariantSizeLimitException.java | 11 ++++---- .../hive/serde2/variant/VariantUtil.java | 11 ++++---- .../hive/serde2/SerdeRandomRowSource.java | 11 ++++---- .../serde2/TestColumnProjectionUtils.java | 11 ++++---- .../hadoop/hive/serde2/TestJsonSerDe.java | 11 ++++---- .../hadoop/hive/serde2/TestOpenCSVSerde.java | 11 ++++---- .../hadoop/hive/serde2/TestStatsSerde.java | 11 ++++---- .../serde2/TestTCTLSeparatedProtocol.java | 11 ++++---- .../apache/hadoop/hive/serde2/VerifyFast.java | 11 ++++---- .../serde2/avro/TestAvroDeserializer.java | 11 ++++---- .../avro/TestAvroLazyObjectInspector.java | 11 ++++---- .../TestAvroObjectInspectorGenerator.java | 11 ++++---- .../hive/serde2/avro/TestAvroSerde.java | 11 ++++---- .../hive/serde2/avro/TestAvroSerdeUtils.java | 11 ++++---- .../hive/serde2/avro/TestAvroSerializer.java | 11 ++++---- .../avro/TestGenericAvroRecordWritable.java | 11 ++++---- .../hive/serde2/avro/TestInstanceCache.java | 11 ++++---- .../hive/serde2/avro/TestSchemaReEncoder.java | 11 ++++---- .../serde2/avro/TestSchemaToTypeInfo.java | 11 ++++---- .../TestThatEvolvedSchemasActAsWeWant.java | 11 ++++---- .../serde2/avro/TestTypeInfoToSchema.java | 11 ++++---- .../apache/hadoop/hive/serde2/avro/Utils.java | 11 ++++---- .../serde2/binarysortable/MyTestClass.java | 11 ++++---- .../binarysortable/MyTestInnerStruct.java | 11 ++++---- .../binarysortable/MyTestPrimitiveClass.java | 11 ++++---- .../TestBinarySortableFast.java | 11 ++++---- .../TestBinarySortableSerDe.java | 11 ++++---- .../columnar/TestBytesRefArrayWritable.java | 11 ++++---- .../columnar/TestLazyBinaryColumnarSerDe.java | 11 ++++---- .../hive/serde2/io/TestDateWritableV2.java | 11 ++++---- .../hive/serde2/io/TestHiveCharWritable.java | 11 ++++---- .../io/TestHiveIntervalDayTimeWritable.java | 11 ++++---- .../io/TestHiveIntervalYearMonthWritable.java | 11 ++++---- .../serde2/io/TestHiveVarcharWritable.java | 11 ++++---- .../serde2/io/TestTimestampTZWritable.java | 11 ++++---- .../serde2/io/TestTimestampWritableV2.java | 11 ++++---- .../serde2/lazy/TestLazyArrayMapStruct.java | 11 ++++---- .../hive/serde2/lazy/TestLazyPrimitive.java | 11 ++++---- .../hive/serde2/lazy/TestLazySimpleFast.java | 11 ++++---- .../hive/serde2/lazy/TestLazySimpleSerDe.java | 11 ++++---- .../hive/serde2/lazy/TestLazyStruct.java | 11 ++++---- .../fast/TestLazySimpleDeserializeRead.java | 11 ++++---- .../serde2/lazy/fast/TestStringToDouble.java | 11 ++++---- .../serde2/lazybinary/MyTestClassBigger.java | 11 ++++---- .../serde2/lazybinary/MyTestClassSmaller.java | 11 ++++---- .../serde2/lazybinary/TestLazyBinaryFast.java | 11 ++++---- .../lazybinary/TestLazyBinarySerDe.java | 11 ++++---- .../lazybinary/TestLazyBinarySerDe2.java | 11 ++++---- .../lazybinary/TestLazyBinaryStruct.java | 11 ++++---- .../hive/serde2/objectinspector/MyStruct.java | 11 ++++---- .../TestCrossMapEqualComparer.java | 11 ++++---- .../TestFullMapEqualComparer.java | 11 ++++---- .../TestObjectInspectorConverters.java | 11 ++++---- .../TestObjectInspectorUtils.java | 11 ++++---- .../TestObjectInspectorUtilsCompare.java | 11 ++++---- .../TestObjectInspectorUtilsCompareNull.java | 11 ++++---- .../TestProtocolBuffersObjectInspectors.java | 11 ++++---- .../TestReflectionObjectInspectors.java | 11 ++++---- .../TestSimpleMapEqualComparer.java | 11 ++++---- .../TestStandardObjectInspectors.java | 11 ++++---- .../TestThriftObjectInspectors.java | 11 ++++---- .../TestUnionStructObjectInspector.java | 11 ++++---- .../TestPrimitiveObjectInspectorFactory.java | 11 ++++---- .../TestPrimitiveObjectInspectorUtils.java | 11 ++++---- .../TestTeradataBinarySerdeForDate.java | 11 ++++---- .../TestTeradataBinarySerdeForDecimal.java | 11 ++++---- .../TestTeradataBinarySerdeForTimeStamp.java | 11 ++++---- .../TestTeradataBinarySerdeGeneral.java | 11 ++++---- .../hive/serde2/thrift/TestColumnBuffer.java | 11 ++++---- .../thrift_test/CreateSequenceFile.java | 11 ++++---- .../serde2/typeinfo/TestBaseCharTypeInfo.java | 11 ++++---- .../serde2/typeinfo/TestTypeInfoUtils.java | 11 ++++---- .../serde2/typeinfo/TestUnknownTypeInfo.java | 11 ++++---- .../org/apache/hive/http/HttpConstants.java | 11 ++++---- .../hive/http/JdbcJarDownloadServlet.java | 11 ++++---- .../org/apache/hive/http/LlapServlet.java | 11 ++++---- .../apache/hive/service/AbstractService.java | 11 ++++---- .../apache/hive/service/CompositeService.java | 11 ++++---- .../org/apache/hive/service/CookieSigner.java | 11 ++++---- .../apache/hive/service/FilterService.java | 11 ++++---- .../java/org/apache/hive/service/Service.java | 11 ++++---- .../apache/hive/service/ServiceException.java | 11 ++++---- .../hive/service/ServiceOperations.java | 11 ++++---- .../service/ServiceStateChangeListener.java | 11 ++++---- .../org/apache/hive/service/ServiceUtils.java | 11 ++++---- .../AnonymousAuthenticationProviderImpl.java | 11 ++++---- .../apache/hive/service/auth/AuthType.java | 11 ++++---- .../auth/AuthenticationProviderFactory.java | 11 ++++---- .../CustomAuthenticationProviderImpl.java | 11 ++++---- .../hive/service/auth/HiveAuthConstants.java | 11 ++++---- .../hive/service/auth/HiveAuthFactory.java | 11 ++++---- .../hive/service/auth/HttpAuthService.java | 11 ++++---- .../hive/service/auth/HttpAuthUtils.java | 11 ++++---- .../auth/HttpAuthenticationException.java | 11 ++++---- .../hive/service/auth/KerberosSaslHelper.java | 11 ++++---- .../auth/LdapAuthenticationProviderImpl.java | 11 ++++---- .../auth/PamAuthenticationProviderImpl.java | 11 ++++---- .../auth/PasswdAuthenticationProvider.java | 11 ++++---- .../hive/service/auth/PlainSaslHelper.java | 11 ++++---- .../hive/service/auth/PlainSaslServer.java | 11 ++++---- .../org/apache/hive/service/auth/SaslQOP.java | 11 ++++---- .../service/auth/TSetIpAddressProcessor.java | 11 ++++---- .../auth/TSubjectAssumingTransport.java | 11 ++++---- .../hive/service/auth/jwt/JWTValidator.java | 11 ++++---- .../auth/jwt/URLBasedJWKSProvider.java | 11 ++++---- .../service/auth/ldap/ChainFilterFactory.java | 11 ++++---- .../auth/ldap/CustomQueryFilterFactory.java | 11 ++++---- .../hive/service/auth/ldap/DirSearch.java | 11 ++++---- .../service/auth/ldap/DirSearchFactory.java | 11 ++++---- .../apache/hive/service/auth/ldap/Filter.java | 11 ++++---- .../hive/service/auth/ldap/FilterFactory.java | 11 ++++---- .../service/auth/ldap/GroupFilterFactory.java | 11 ++++---- .../HttpEmptyAuthenticationException.java | 11 ++++---- .../auth/ldap/KerberosLdapFilterEnforcer.java | 11 ++++---- .../service/auth/ldap/LdapAuthService.java | 11 ++++---- .../auth/ldap/LdapGroupCallbackHandler.java | 11 ++++---- .../hive/service/auth/ldap/LdapSearch.java | 11 ++++---- .../service/auth/ldap/LdapSearchFactory.java | 11 ++++---- .../hive/service/auth/ldap/LdapUtils.java | 11 ++++---- .../apache/hive/service/auth/ldap/Query.java | 11 ++++---- .../hive/service/auth/ldap/QueryFactory.java | 11 ++++---- .../auth/ldap/SearchResultHandler.java | 11 ++++---- .../service/auth/ldap/UserFilterFactory.java | 11 ++++---- .../ldap/UserGroupSearchFilterFactory.java | 11 ++++---- .../auth/ldap/UserSearchFilterFactory.java | 11 ++++---- .../service/auth/saml/HiveSaml2Client.java | 11 ++++---- .../auth/saml/HiveSamlAuthTokenGenerator.java | 11 ++++---- .../auth/saml/HiveSamlGroupNameFilter.java | 11 ++++---- .../auth/saml/HiveSamlHttpServlet.java | 11 ++++---- .../auth/saml/HiveSamlRelayStateInfo.java | 11 ++++---- .../auth/saml/HiveSamlRelayStateStore.java | 11 ++++---- .../hive/service/auth/saml/HiveSamlUtils.java | 11 ++++---- .../saml/HttpSamlAuthenticationException.java | 11 ++++---- .../HttpSamlNoGroupsMatchedException.java | 11 ++++---- .../auth/saml/HttpSamlRedirectException.java | 11 ++++---- .../auth/saml/ISAMLAuthTokenGenerator.java | 11 ++++---- .../apache/hive/service/cli/CLIService.java | 11 ++++---- .../hive/service/cli/CLIServiceClient.java | 11 ++++---- .../hive/service/cli/CLIServiceUtils.java | 11 ++++---- .../hive/service/cli/ColumnBasedSet.java | 11 ++++---- .../hive/service/cli/ColumnDescriptor.java | 11 ++++---- .../apache/hive/service/cli/ColumnValue.java | 11 ++++---- .../service/cli/EmbeddedCLIServiceClient.java | 11 ++++---- .../hive/service/cli/FetchOrientation.java | 11 ++++---- .../apache/hive/service/cli/FetchType.java | 11 ++++---- .../apache/hive/service/cli/GetInfoType.java | 11 ++++---- .../apache/hive/service/cli/GetInfoValue.java | 11 ++++---- .../org/apache/hive/service/cli/Handle.java | 11 ++++---- .../hive/service/cli/HandleIdentifier.java | 11 ++++---- .../hive/service/cli/HiveSQLException.java | 11 ++++---- .../apache/hive/service/cli/ICLIService.java | 11 ++++---- .../hive/service/cli/JobProgressUpdate.java | 11 ++++---- .../hive/service/cli/OperationHandle.java | 11 ++++---- .../hive/service/cli/OperationState.java | 11 ++++---- .../hive/service/cli/OperationStatus.java | 11 ++++---- .../hive/service/cli/OperationType.java | 11 ++++---- .../hive/service/cli/PatternOrIdentifier.java | 11 ++++---- .../cli/ProgressMonitorStatusMapper.java | 11 ++++---- .../apache/hive/service/cli/RowBasedSet.java | 11 ++++---- .../org/apache/hive/service/cli/RowSet.java | 11 ++++---- .../hive/service/cli/RowSetFactory.java | 11 ++++---- .../hive/service/cli/SessionHandle.java | 11 ++++---- .../apache/hive/service/cli/TableSchema.java | 11 ++++---- .../cli/TezProgressMonitorStatusMapper.java | 11 ++++---- .../hive/service/cli/TypeDescriptor.java | 11 ++++---- .../hive/service/cli/TypeQualifiers.java | 11 ++++---- .../operation/ClassicTableTypeMapping.java | 11 ++++---- .../operation/ExecuteStatementOperation.java | 11 ++++---- .../cli/operation/GetCatalogsOperation.java | 11 ++++---- .../cli/operation/GetColumnsOperation.java | 11 ++++---- .../operation/GetCrossReferenceOperation.java | 11 ++++---- .../cli/operation/GetFunctionsOperation.java | 11 ++++---- .../operation/GetPrimaryKeysOperation.java | 11 ++++---- .../cli/operation/GetSchemasOperation.java | 11 ++++---- .../cli/operation/GetTableTypesOperation.java | 11 ++++---- .../cli/operation/GetTablesOperation.java | 11 ++++---- .../cli/operation/GetTypeInfoOperation.java | 11 ++++---- .../cli/operation/HiveCommandOperation.java | 11 ++++---- .../cli/operation/HiveTableTypeMapping.java | 11 ++++---- .../cli/operation/MetadataOperation.java | 11 ++++---- .../hive/service/cli/operation/Operation.java | 11 ++++---- .../cli/operation/OperationLogManager.java | 11 ++++---- .../cli/operation/OperationManager.java | 11 ++++---- .../service/cli/operation/QueryInfoCache.java | 11 ++++---- .../service/cli/operation/SQLOperation.java | 11 ++++---- .../operation/ShowProcessListOperation.java | 11 ++++---- .../cli/operation/TableTypeMapping.java | 11 ++++---- .../operation/TableTypeMappingFactory.java | 11 ++++---- .../cli/operation/hplsql/BeelineConsole.java | 11 ++++---- .../cli/operation/hplsql/HplSqlOperation.java | 11 ++++---- .../operation/hplsql/HplSqlQueryExecutor.java | 11 ++++---- .../hive/service/cli/session/HiveSession.java | 11 ++++---- .../service/cli/session/HiveSessionBase.java | 11 ++++---- .../service/cli/session/HiveSessionHook.java | 11 ++++---- .../cli/session/HiveSessionHookContext.java | 11 ++++---- .../session/HiveSessionHookContextImpl.java | 11 ++++---- .../service/cli/session/HiveSessionImpl.java | 11 ++++---- .../cli/session/HiveSessionImplwithUGI.java | 11 ++++---- .../service/cli/session/HiveSessionProxy.java | 11 ++++---- .../cli/session/LlapClusterRouter.java | 11 ++++---- .../service/cli/session/SessionManager.java | 11 ++++---- .../service/cli/session/SessionUtils.java | 11 ++++---- .../EmbeddedThriftBinaryCLIService.java | 11 ++++---- .../RetryingThriftCLIServiceClient.java | 11 ++++---- .../cli/thrift/ThriftBinaryCLIService.java | 11 ++++---- .../service/cli/thrift/ThriftCLIService.java | 11 ++++---- .../cli/thrift/ThriftCLIServiceClient.java | 11 ++++---- .../cli/thrift/ThriftHttpCLIService.java | 11 ++++---- .../service/cli/thrift/ThriftHttpFilter.java | 11 ++++---- .../service/cli/thrift/ThriftHttpServlet.java | 11 ++++---- .../server/HS2ActivePassiveHARegistry.java | 11 ++++---- .../HS2ActivePassiveHARegistryClient.java | 11 ++++---- .../hive/service/server/HiveServer2.java | 11 ++++---- .../server/HiveServer2HAInstanceSet.java | 11 ++++---- .../service/server/HiveServer2Instance.java | 11 ++++---- .../hive/service/server/KillQueryImpl.java | 11 ++++---- .../server/KillQueryZookeeperManager.java | 11 ++++---- .../ThreadFactoryWithGarbageCleanup.java | 11 ++++---- .../server/ThreadWithGarbageCleanup.java | 11 ++++---- .../service/servlet/HS2LeadershipManager.java | 11 ++++---- .../service/servlet/HS2LeadershipStatus.java | 11 ++++---- .../apache/hive/service/servlet/HS2Peers.java | 11 ++++---- .../servlet/LDAPAuthenticationFilter.java | 11 ++++---- .../hive/service/servlet/LoginServlet.java | 11 ++++---- .../hive/service/servlet/OTELExporter.java | 11 ++++---- .../servlet/QueriesRESTfulAPIServlet.java | 11 ++++---- .../service/servlet/QueryProfileServlet.java | 11 ++++---- .../util/ShutdownHookManagerInspector.java | 11 ++++---- .../hive/http/TestJdbcJarDownloadServlet.java | 11 ++++---- .../apache/hive/service/TestCookieSigner.java | 11 ++++---- .../hive/service/auth/TestAuthType.java | 11 ++++---- .../auth/TestLdapAtnProviderWithMiniDS.java | 11 ++++---- .../TestLdapAuthenticationProviderImpl.java | 11 ++++---- .../auth/TestLdapKerberosWithGroupFilter.java | 11 ++++---- .../service/auth/TestPlainSaslHelper.java | 11 ++++---- .../hive/service/auth/ldap/Credentials.java | 11 ++++---- .../auth/ldap/LdapAuthenticationTestCase.java | 11 ++++---- .../hive/service/auth/ldap/LdapTestUtils.java | 11 ++++---- .../service/auth/ldap/TestChainFilter.java | 11 ++++---- .../auth/ldap/TestCustomQueryFilter.java | 11 ++++---- .../service/auth/ldap/TestGroupFilter.java | 11 ++++---- .../ldap/TestLdapGroupCallbackHandler.java | 11 ++++---- .../service/auth/ldap/TestLdapSearch.java | 11 ++++---- .../hive/service/auth/ldap/TestLdapUtils.java | 11 ++++---- .../hive/service/auth/ldap/TestQuery.java | 11 ++++---- .../service/auth/ldap/TestQueryFactory.java | 11 ++++---- .../auth/ldap/TestSearchResultHandler.java | 11 ++++---- .../service/auth/ldap/TestUserFilter.java | 11 ++++---- .../auth/ldap/TestUserSearchFilter.java | 11 ++++---- .../apache/hive/service/auth/ldap/User.java | 11 ++++---- .../hive/service/cli/CLIServiceTest.java | 11 ++++---- .../cli/TestCLIServiceConnectionLimits.java | 11 ++++---- .../service/cli/TestCLIServiceRestore.java | 11 ++++---- .../service/cli/TestHiveSQLException.java | 11 ++++---- .../TestRetryingThriftCLIServiceClient.java | 11 ++++---- .../cli/operation/TestCommandWithSpace.java | 11 ++++---- .../TestHiveCommandOpForProcessList.java | 11 ++++---- .../operation/TestOperationLogManager.java | 11 ++++---- ...estQueryLifeTimeHooksWithSQLOperation.java | 11 ++++---- .../cli/operation/TestQueryShutdownHooks.java | 11 ++++---- .../TestSQLOperationDriverCleanup.java | 11 ++++---- .../operation/TestSQLOperationMetrics.java | 11 ++++---- .../session/TestPluggableHiveSessionImpl.java | 11 ++++---- .../cli/session/TestSessionCleanup.java | 11 ++++---- .../session/TestSessionGlobalInitFile.java | 11 ++++---- .../service/cli/session/TestSessionHooks.java | 11 ++++---- .../session/TestSessionManagerMetrics.java | 11 ++++---- .../cli/thrift/AbstractThriftCLITest.java | 11 ++++---- .../cli/thrift/TestThriftHttpFilter.java | 11 ++++---- .../TestThriftHttpKerberosLdapFilter.java | 11 ++++---- .../cli/thrift/ThriftCLIServiceTest.java | 11 ++++---- .../cli/thrift/ThriftHttpServletTest.java | 11 ++++---- .../service/server/TestHS2HttpServer.java | 11 ++++---- .../service/server/TestHS2HttpServerLDAP.java | 11 ++++---- .../service/server/TestHS2HttpServerPam.java | 11 ++++---- .../TestHS2HttpServerPamConfiguration.java | 11 ++++---- .../hive/service/server/TestHiveServer2.java | 11 ++++---- .../server/TestServerOptionsProcessor.java | 11 ++++---- .../hadoop/hive/shims/Hadoop23Shims.java | 11 ++++---- .../apache/hadoop/mapred/WebHCatJTShim23.java | 11 ++++---- .../hadoop/hive/shims/TestHadoop23Shims.java | 11 ++++---- .../apache/hadoop/fs/DefaultFileAccess.java | 11 ++++---- .../org/apache/hadoop/fs/ProxyFileSystem.java | 11 ++++---- .../hadoop/fs/ProxyLocalFileSystem.java | 11 ++++---- .../org/apache/hadoop/hive/io/HdfsUtils.java | 11 ++++---- .../hadoop/hive/shims/CombineHiveKey.java | 11 ++++---- .../apache/hadoop/hive/shims/HadoopShims.java | 11 ++++---- .../hadoop/hive/shims/HadoopShimsSecure.java | 11 ++++---- .../hadoop/hive/shims/HiveHarFileSystem.java | 11 ++++---- .../apache/hadoop/hive/shims/JettyShims.java | 11 ++++---- .../apache/hadoop/hive/shims/ShimLoader.java | 11 ++++---- .../org/apache/hadoop/hive/shims/Utils.java | 11 ++++---- .../hadoop/hive/thrift/TFilterTransport.java | 11 ++++---- .../hive/thrift/TUGIContainingTransport.java | 11 ++++---- .../thrift/client/TUGIAssumingTransport.java | 11 ++++---- .../HiveDelegationTokenSupport.java | 11 ++++---- .../hadoop/util/SuppressFBWarnings.java | 11 ++++---- .../apache/hadoop/fs/TestProxyFileSystem.java | 11 ++++---- .../apache/hadoop/hive/io/TestHdfsUtils.java | 11 ++++---- standalone-metastore/checkstyle/asf.header | 11 ++++---- .../checkstyle/checkstyle.xml | 11 ++++---- .../checkstyle/suppressions.xml | 11 ++++---- .../hive/metastore/HiveMetaStoreClient.java | 11 ++++---- .../hive/metastore/IMetaStoreClient.java | 11 ++++---- .../metastore/RetryingMetaStoreClient.java | 11 ++++---- .../hadoop/hive/metastore/TableIterable.java | 11 ++++---- .../metastore/client/BaseMetaStoreClient.java | 11 ++++---- .../client/HookEnabledMetaStoreClient.java | 11 ++++---- .../client/MetaStoreClientWrapper.java | 11 ++++---- .../client/SynchronizedMetaStoreClient.java | 11 ++++---- .../client/ThriftHiveMetaStoreClient.java | 11 ++++---- .../builder/HiveMetaStoreClientBuilder.java | 11 ++++---- .../utils/HiveMetaStoreClientUtils.java | 11 ++++---- .../hive/metastore/utils/TableFetcher.java | 11 ++++---- .../hive/metastore/TestTableIterable.java | 11 ++++---- .../metastore/utils/TestTableFetcher.java | 11 ++++---- .../apache/hadoop/hive/TxnCoordinator.java | 11 ++++---- .../hadoop/hive/common/IPStackUtils.java | 11 ++++---- .../hive/common/SSLZookeeperFactory.java | 11 ++++---- .../hadoop/hive/common/StatsSetupConst.java | 11 ++++---- .../hive/common/ZKDeRegisterWatcher.java | 11 ++++---- .../hive/common/ZooKeeperHiveHelper.java | 11 ++++---- .../common/classification/RetrySemantics.java | 11 ++++---- .../hive/common/metrics/LegacyMetrics.java | 11 ++++---- .../hive/common/metrics/MetricsMBean.java | 11 ++++---- .../hive/common/metrics/MetricsMBeanImpl.java | 11 ++++---- .../hive/common/metrics/common/Metrics.java | 11 ++++---- .../metrics/common/MetricsConstant.java | 11 ++++---- .../common/metrics/common/MetricsFactory.java | 11 ++++---- .../common/metrics/common/MetricsScope.java | 11 ++++---- .../metrics/common/MetricsVariable.java | 11 ++++---- .../metrics/metrics2/CodahaleMetrics.java | 11 ++++---- .../metrics/metrics2/CodahaleReporter.java | 11 ++++---- .../metrics2/ConsoleMetricsReporter.java | 11 ++++---- .../metrics/metrics2/JmxMetricsReporter.java | 11 ++++---- .../metrics2/JsonFileMetricsReporter.java | 11 ++++---- .../metrics2/MetricVariableRatioGauge.java | 11 ++++---- .../metrics/metrics2/Metrics2Reporter.java | 11 ++++---- .../metrics/metrics2/MetricsReporting.java | 11 ++++---- .../hadoop/hive/common/repl/ReplConst.java | 11 ++++---- .../hadoop/hive/common/repl/ReplScope.java | 11 ++++---- .../hadoop/hive/common/repl/package-info.java | 11 ++++---- .../AbstractThriftHiveMetastore.java | 11 ++++---- .../hadoop/hive/metastore/CheckResult.java | 11 ++++---- .../hadoop/hive/metastore/ColumnType.java | 11 ++++---- .../hive/metastore/DefaultHiveMetaHook.java | 11 ++++---- .../DefaultMetaStoreFilterHookImpl.java | 11 ++++---- .../hive/metastore/FileFormatProxy.java | 11 ++++---- .../hive/metastore/FileMetadataHandler.java | 11 ++++---- .../hive/metastore/HiveMetaException.java | 11 ++++---- .../hadoop/hive/metastore/HiveMetaHook.java | 11 ++++---- .../hive/metastore/HiveMetaHookLoader.java | 11 ++++---- .../hive/metastore/LockComponentBuilder.java | 11 ++++---- .../hive/metastore/LockRequestBuilder.java | 11 ++++---- .../hive/metastore/LockTypeComparator.java | 11 ++++---- ...reAnonymousAuthenticationProviderImpl.java | 11 ++++---- ...etaStoreAuthenticationProviderFactory.java | 11 ++++---- ...StoreConfigAuthenticationProviderImpl.java | 11 ++++---- ...StoreCustomAuthenticationProviderImpl.java | 11 ++++---- .../hive/metastore/MetaStoreFilterHook.java | 11 ++++---- ...taStoreLdapAuthenticationProviderImpl.java | 11 ++++---- ...MetaStorePasswdAuthenticationProvider.java | 11 ++++---- .../metastore/MetaStorePlainSaslHelper.java | 11 ++++---- .../metastore/MetaStorePlainSaslServer.java | 11 ++++---- .../hadoop/hive/metastore/MetadataStore.java | 11 ++++---- .../hive/metastore/MetastoreTaskThread.java | 11 ++++---- .../hive/metastore/PartitionDropOptions.java | 11 ++++---- .../metastore/PartitionExpressionProxy.java | 11 ++++---- .../hive/metastore/ReplChangeManager.java | 11 ++++---- .../hadoop/hive/metastore/ServiceUtils.java | 11 ++++---- .../hive/metastore/StorageSchemaReader.java | 11 ++++---- .../hadoop/hive/metastore/TableType.java | 11 ++++---- .../hadoop/hive/metastore/Warehouse.java | 11 ++++---- .../MetastoreVersionAnnotation.java | 11 ++++---- .../metastore/annotation/NoReconnect.java | 11 ++++---- .../metastore/api/MetastoreException.java | 11 ++++---- .../hive/metastore/conf/EnumValidator.java | 11 ++++---- .../hive/metastore/conf/MetastoreConf.java | 11 ++++---- .../hive/metastore/conf/RangeValidator.java | 11 ++++---- .../hive/metastore/conf/SizeValidator.java | 11 ++++---- .../metastore/conf/StringSetValidator.java | 11 ++++---- .../hive/metastore/conf/TimeValidator.java | 11 ++++---- .../hadoop/hive/metastore/conf/Validator.java | 11 ++++---- .../hive/metastore/hooks/URIResolverHook.java | 11 ++++---- .../metastore/ldap/ChainFilterFactory.java | 11 ++++---- .../ldap/CustomQueryFilterFactory.java | 11 ++++---- .../hadoop/hive/metastore/ldap/DirSearch.java | 11 ++++---- .../hive/metastore/ldap/DirSearchFactory.java | 11 ++++---- .../hadoop/hive/metastore/ldap/Filter.java | 11 ++++---- .../hive/metastore/ldap/FilterFactory.java | 11 ++++---- .../metastore/ldap/GroupFilterFactory.java | 11 ++++---- .../hive/metastore/ldap/LdapSearch.java | 11 ++++---- .../metastore/ldap/LdapSearchFactory.java | 11 ++++---- .../hadoop/hive/metastore/ldap/LdapUtils.java | 11 ++++---- .../hadoop/hive/metastore/ldap/Query.java | 11 ++++---- .../hive/metastore/ldap/QueryFactory.java | 11 ++++---- .../metastore/ldap/SearchResultHandler.java | 11 ++++---- .../metastore/ldap/UserFilterFactory.java | 11 ++++---- .../ldap/UserGroupSearchFilterFactory.java | 11 ++++---- .../ldap/UserSearchFilterFactory.java | 11 ++++---- .../metasummary/MetaSummaryHandler.java | 11 ++++---- .../metasummary/MetaSummarySchema.java | 11 ++++---- .../metasummary/MetadataTableSummary.java | 11 ++++---- .../metasummary/SummaryMapBuilder.java | 11 ++++---- .../spec/CompositePartitionSpecProxy.java | 11 ++++---- .../spec/PartitionListComposingSpecProxy.java | 11 ++++---- .../partition/spec/PartitionSpecProxy.java | 11 ++++---- .../spec/PartitionSpecWithSharedSDProxy.java | 11 ++++---- .../properties/CachingPropertyStore.java | 11 ++++---- .../hive/metastore/properties/Digester.java | 11 ++++---- .../properties/HMSPropertyManager.java | 11 ++++---- .../properties/PropertyException.java | 11 ++++---- .../metastore/properties/PropertyManager.java | 11 ++++---- .../metastore/properties/PropertyMap.java | 11 ++++---- .../metastore/properties/PropertySchema.java | 11 ++++---- .../metastore/properties/PropertyStore.java | 11 ++++---- .../metastore/properties/PropertyType.java | 11 ++++---- .../properties/SerializationProxy.java | 11 ++++---- .../hive/metastore/properties/Serializer.java | 11 ++++---- .../hive/metastore/properties/SoftCache.java | 11 ++++---- .../metastore/properties/package-info.java | 11 ++++---- .../security/DelegationTokenIdentifier.java | 11 ++++---- .../DelegationTokenSecretManager.java | 11 ++++---- .../security/DelegationTokenSelector.java | 11 ++++---- .../security/HadoopThriftAuthBridge.java | 11 ++++---- .../security/HadoopThriftAuthBridge23.java | 11 ++++---- .../metastore/security/TFilterTransport.java | 11 ++++---- .../security/TUGIAssumingTransport.java | 11 ++++---- .../security/TUGIContainingTransport.java | 11 ++++---- .../hive/metastore/txn/TxnCommonUtils.java | 11 ++++---- .../metastore/utils/EncryptionZoneUtils.java | 11 ++++---- .../hive/metastore/utils/FileUtils.java | 11 ++++---- .../hive/metastore/utils/FilterUtils.java | 11 ++++---- .../hive/metastore/utils/HdfsUtils.java | 11 ++++---- .../hive/metastore/utils/JavaUtils.java | 11 ++++---- .../hive/metastore/utils/MetaStoreUtils.java | 11 ++++---- .../metastore/utils/MetastoreVersionInfo.java | 11 ++++---- .../hadoop/hive/metastore/utils/Retry.java | 11 ++++---- .../hive/metastore/utils/SecurityUtils.java | 11 ++++---- .../utils/SmallFilesWarningUtil.java | 11 ++++---- .../hive/metastore/utils/StringUtils.java | 11 ++++---- .../hive/metastore/utils/package-info.java | 11 ++++---- .../MetastoreDelegationTokenSupport.java | 11 ++++---- .../hadoop/hive/common/IPStackUtilsTest.java | 11 ++++---- .../hive/common/metrics/MetricsTestUtils.java | 11 ++++---- .../common/metrics/TestLegacyMetrics.java | 11 ++++---- .../metrics/metrics2/TestCodahaleMetrics.java | 11 ++++---- .../metrics2/TestCodahaleReportersConf.java | 11 ++++---- .../TestMetricVariableRatioGauge.java | 11 ++++---- .../metastore/properties/DigesterTest.java | 11 ++++---- .../metastore/properties/JavaTestManager.java | 11 ++++---- .../metastore/properties/PocExternal.java | 11 ++++---- .../metastore/properties/PocExternalTest.java | 11 ++++---- .../properties/PropertyManagerTest.java | 11 ++++---- .../metastore/properties/PropertyMapTest.java | 11 ++++---- .../properties/PropertySchemaTest.java | 11 ++++---- .../properties/PropertyTypeTest.java | 11 ++++---- .../metastore/properties/SoftCacheTest.java | 11 ++++---- .../properties/TransientPropertyStore.java | 11 ++++---- .../hive/metastore/utils/RetryTest.java | 11 ++++---- .../utils/TestMetastoreVersionInfo.java | 11 ++++---- .../iceberg/rest/HMSCachingCatalog.java | 11 ++++---- .../iceberg/rest/HMSCatalogAdapter.java | 11 ++++---- .../iceberg/rest/HMSCatalogFactory.java | 11 ++++---- .../iceberg/rest/HMSCatalogServlet.java | 11 ++++---- .../rest/metrics/IcebergMetricsReporter.java | 11 ++++---- .../rest/metrics/LoggingMetricsReporter.java | 11 ++++---- .../IcebergCatalogConfiguration.java | 11 ++++---- .../standalone/RestCatalogServerRuntime.java | 11 ++++---- .../StandaloneRESTCatalogServer.java | 11 ++++---- .../health/HMSReadinessHealthIndicator.java | 11 ++++---- .../iceberg/rest/BaseRESTCatalogTests.java | 11 ++++---- .../rest/BaseRESTViewCatalogTests.java | 11 ++++---- .../iceberg/rest/TestRESTCatalogJwtAuth.java | 11 ++++---- .../iceberg/rest/TestRESTCatalogNoneAuth.java | 11 ++++---- .../rest/TestRESTCatalogOAuth2Jwt.java | 11 ++++---- ...stRESTCatalogOAuth2TokenIntrospection.java | 11 ++++---- .../rest/TestRESTCatalogSimpleAuth.java | 11 ++++---- .../rest/TestRESTViewCatalogJwtAuth.java | 11 ++++---- .../rest/TestRESTViewCatalogNoneAuth.java | 11 ++++---- .../rest/TestRESTViewCatalogOAuth2Jwt.java | 11 ++++---- ...STViewCatalogOAuth2TokenIntrospection.java | 11 ++++---- .../rest/TestRESTViewCatalogSimpleAuth.java | 11 ++++---- .../HiveRESTCatalogServerExtension.java | 11 ++++---- .../iceberg/rest/extension/JwksServer.java | 11 ++++---- .../rest/extension/MockHiveAuthorizer.java | 11 ++++---- .../extension/MockHiveAuthorizerFactory.java | 11 ++++---- .../extension/OAuth2AuthorizationServer.java | 11 ++++---- .../rest/extension/RESTCatalogSchemaInfo.java | 11 ++++---- .../rest/extension/RESTCatalogServer.java | 11 ++++---- .../histogram/KllHistogramEstimator.java | 11 ++++---- .../KllHistogramEstimatorFactory.java | 11 ++++---- .../hive/common/histogram/kll/KllUtils.java | 11 ++++---- .../common/ndv/NumDistinctValueEstimator.java | 11 ++++---- .../ndv/NumDistinctValueEstimatorFactory.java | 11 ++++---- .../hadoop/hive/common/ndv/fm/FMSketch.java | 11 ++++---- .../hive/common/ndv/fm/FMSketchUtils.java | 11 ++++---- .../hive/common/ndv/hll/HLLConstants.java | 11 ++++---- .../hive/common/ndv/hll/HLLDenseRegister.java | 11 ++++---- .../hive/common/ndv/hll/HLLRegister.java | 11 ++++---- .../common/ndv/hll/HLLSparseRegister.java | 11 ++++---- .../hive/common/ndv/hll/HyperLogLog.java | 11 ++++---- .../hive/common/ndv/hll/HyperLogLogUtils.java | 11 ++++---- .../metastore/AbstractHMSHandlerProxy.java | 11 ++++---- .../hive/metastore/AcidEventListener.java | 11 ++++---- .../hive/metastore/AggregateStatsCache.java | 11 ++++---- .../hadoop/hive/metastore/AlterHandler.java | 11 ++++---- .../hadoop/hive/metastore/AuthConstants.java | 11 ++++---- .../hadoop/hive/metastore/AuthFactory.java | 11 ++++---- .../hadoop/hive/metastore/Batchable.java | 11 ++++---- .../hive/metastore/DatabaseProduct.java | 11 ++++---- .../hadoop/hive/metastore/Deadline.java | 11 ++++---- .../hive/metastore/DeadlineException.java | 11 ++++---- ...DefaultIncompatibleTableChangeHandler.java | 11 ++++---- .../DefaultPartitionExpressionProxy.java | 11 ++++---- .../metastore/DefaultStorageSchemaReader.java | 11 ++++---- .../hive/metastore/ExceptionHandler.java | 11 ++++---- .../hive/metastore/FileMetadataManager.java | 11 ++++---- .../hadoop/hive/metastore/HMSHandler.java | 11 ++++---- .../hive/metastore/HMSHandlerContext.java | 11 ++++---- .../metastore/HMSHandlerProxyFactory.java | 11 ++++---- .../hive/metastore/HMSMetricsListener.java | 11 ++++---- .../hive/metastore/HiveAlterHandler.java | 11 ++++---- .../hadoop/hive/metastore/HiveMetaStore.java | 11 ++++---- .../hive/metastore/HiveMetaStoreChecker.java | 11 ++++---- .../hive/metastore/HiveMetastoreCli.java | 11 ++++---- .../metastore/IExtrapolatePartStatus.java | 11 ++++---- .../hadoop/hive/metastore/IHMSHandler.java | 11 ++++---- .../IMetaStoreIncompatibleChangeHandler.java | 11 ++++---- .../IMetaStoreMetadataTransformer.java | 11 ++++---- .../hive/metastore/IMetaStoreSchemaInfo.java | 11 ++++---- .../hive/metastore/JdoPropertyStore.java | 11 ++++---- .../LinearExtrapolatePartStatus.java | 11 ++++---- ...aterializationsRebuildLockCleanerTask.java | 11 ++++---- .../MaterializationsRebuildLockHandler.java | 11 ++++---- .../MetaStoreEndFunctionContext.java | 11 ++++---- .../MetaStoreEndFunctionListener.java | 11 ++++---- .../metastore/MetaStoreEventListener.java | 11 ++++---- .../MetaStoreEventListenerConstants.java | 11 ++++---- .../hadoop/hive/metastore/MetaStoreInit.java | 11 ++++---- .../hive/metastore/MetaStoreInitContext.java | 11 ++++---- .../hive/metastore/MetaStoreInitListener.java | 11 ++++---- .../metastore/MetaStoreListenerNotifier.java | 11 ++++---- .../metastore/MetaStorePreEventListener.java | 11 ++++---- .../hive/metastore/MetaStoreSchemaInfo.java | 11 ++++---- .../metastore/MetaStoreSchemaInfoFactory.java | 11 ++++---- .../hive/metastore/MetaStoreThread.java | 11 ++++---- .../MetastoreDefaultTransformer.java | 11 ++++---- .../apache/hadoop/hive/metastore/Msck.java | 11 ++++---- .../hadoop/hive/metastore/MsckInfo.java | 11 ++++---- .../MsckPartitionExpressionProxy.java | 11 ++++---- .../hadoop/hive/metastore/ObjectStore.java | 11 ++++---- .../hive/metastore/ObjectStoreTestHook.java | 11 ++++---- .../hive/metastore/PartFilterExprUtil.java | 11 ++++---- .../hive/metastore/PartitionIterable.java | 11 ++++---- .../metastore/PartitionManagementTask.java | 11 ++++---- .../PartitionProjectionEvaluator.java | 11 ++++---- .../metastore/PersistenceManagerProvider.java | 11 ++++---- .../hive/metastore/PropertyServlet.java | 11 ++++---- .../hadoop/hive/metastore/QueryWrapper.java | 11 ++++---- .../hadoop/hive/metastore/RawStore.java | 11 ++++---- .../hadoop/hive/metastore/RawStoreProxy.java | 11 ++++---- .../ReplicationMetricsMaintTask.java | 11 ++++---- .../hive/metastore/RetryingHMSHandler.java | 11 ++++---- .../metastore/RuntimeStatsCleanerTask.java | 11 ++++---- .../ScheduledQueryExecutionsMaintTask.java | 11 ++++---- .../hive/metastore/ServletSecurity.java | 11 ++++---- .../hive/metastore/ServletServerBuilder.java | 11 ++++---- .../metastore/SessionPropertiesListener.java | 11 ++++---- .../hive/metastore/StatObjectConverter.java | 11 ++++---- .../metastore/StatisticsManagementTask.java | 11 ++++---- .../metastore/TSetIpAddressProcessor.java | 11 ++++---- .../hive/metastore/TUGIBasedProcessor.java | 11 ++++---- .../hadoop/hive/metastore/TableFields.java | 11 ++++---- .../TransactionalMetaStoreEventListener.java | 11 ++++---- .../TransactionalValidationListener.java | 11 ++++---- .../metastore/api/utils/DecimalUtils.java | 11 ++++---- .../auth/HttpAuthenticationException.java | 11 ++++---- .../hive/metastore/auth/jwt/JWTValidator.java | 11 ++++---- .../auth/jwt/SimpleJWTAuthenticator.java | 11 ++++---- .../oauth2/JWTAccessTokenAuthenticator.java | 11 ++++---- .../auth/oauth2/OAuth2Authenticator.java | 11 ++++---- .../oauth2/OAuth2AuthenticatorFactory.java | 11 ++++---- .../auth/oauth2/OAuth2PrincipalMapper.java | 11 ++++---- .../oauth2/RegexOAuth2PrincipalMapper.java | 11 ++++---- .../TokenIntrospectionAuthenticator.java | 11 ++++---- .../metastore/cache/ByteArrayWrapper.java | 11 ++++---- .../hive/metastore/cache/CacheUtils.java | 11 ++++---- .../hive/metastore/cache/CachedStore.java | 11 ++++---- .../hive/metastore/cache/SharedCache.java | 11 ++++---- .../metastore/cache/TableCacheObjects.java | 11 ++++---- .../client/builder/CatalogBuilder.java | 11 ++++---- .../client/builder/ConstraintBuilder.java | 11 ++++---- .../client/builder/DatabaseBuilder.java | 11 ++++---- .../client/builder/FunctionBuilder.java | 11 ++++---- .../GetPartitionProjectionsSpecBuilder.java | 11 ++++---- .../client/builder/GetPartitionsArgs.java | 11 ++++---- .../builder/GetPartitionsRequestBuilder.java | 11 ++++---- .../GetTableProjectionsSpecBuilder.java | 11 ++++---- .../builder/GetTablesRequestBuilder.java | 11 ++++---- .../GrantRevokePrivilegeRequestBuilder.java | 11 ++++---- .../builder/HiveObjectPrivilegeBuilder.java | 11 ++++---- .../client/builder/HiveObjectRefBuilder.java | 11 ++++---- .../client/builder/ISchemaBuilder.java | 11 ++++---- .../client/builder/PartitionBuilder.java | 11 ++++---- .../builder/PrivilegeGrantInfoBuilder.java | 11 ++++---- .../metastore/client/builder/RoleBuilder.java | 11 ++++---- .../builder/SQLCheckConstraintBuilder.java | 11 ++++---- .../builder/SQLDefaultConstraintBuilder.java | 11 ++++---- .../client/builder/SQLForeignKeyBuilder.java | 11 ++++---- .../builder/SQLNotNullConstraintBuilder.java | 11 ++++---- .../client/builder/SQLPrimaryKeyBuilder.java | 11 ++++---- .../builder/SQLUniqueConstraintBuilder.java | 11 ++++---- .../client/builder/SchemaVersionBuilder.java | 11 ++++---- .../client/builder/SerdeAndColsBuilder.java | 11 ++++---- .../builder/StorageDescriptorBuilder.java | 11 ++++---- .../client/builder/TableBuilder.java | 11 ++++---- .../builder/TableCapabilityBuilder.java | 11 ++++---- .../columnstats/ColumnsStatsUtils.java | 11 ++++---- .../aggr/BinaryColumnStatsAggregator.java | 11 ++++---- .../aggr/BooleanColumnStatsAggregator.java | 11 ++++---- .../aggr/ColumnStatsAggregator.java | 11 ++++---- .../aggr/ColumnStatsAggregatorFactory.java | 11 ++++---- .../aggr/DateColumnStatsAggregator.java | 11 ++++---- .../aggr/DecimalColumnStatsAggregator.java | 11 ++++---- .../aggr/DoubleColumnStatsAggregator.java | 11 ++++---- .../aggr/IExtrapolatePartStatus.java | 11 ++++---- .../aggr/LongColumnStatsAggregator.java | 11 ++++---- .../aggr/StringColumnStatsAggregator.java | 11 ++++---- .../aggr/TimestampColumnStatsAggregator.java | 11 ++++---- .../cache/DateColumnStatsDataInspector.java | 11 ++++---- .../DecimalColumnStatsDataInspector.java | 11 ++++---- .../cache/DoubleColumnStatsDataInspector.java | 11 ++++---- .../cache/LongColumnStatsDataInspector.java | 11 ++++---- .../cache/StringColumnStatsDataInspector.java | 11 ++++---- .../TimestampColumnStatsDataInspector.java | 11 ++++---- .../merge/BinaryColumnStatsMerger.java | 11 ++++---- .../merge/BooleanColumnStatsMerger.java | 11 ++++---- .../columnstats/merge/ColumnStatsMerger.java | 11 ++++---- .../merge/ColumnStatsMergerFactory.java | 11 ++++---- .../merge/DateColumnStatsMerger.java | 11 ++++---- .../merge/DecimalColumnStatsMerger.java | 11 ++++---- .../merge/DoubleColumnStatsMerger.java | 11 ++++---- .../merge/LongColumnStatsMerger.java | 11 ++++---- .../merge/StringColumnStatsMerger.java | 11 ++++---- .../merge/TimestampColumnStatsMerger.java | 11 ++++---- .../metastore/conf/ConfTemplatePrinter.java | 22 ++++++++------- .../AbstractDataConnectorProvider.java | 11 ++++---- .../DataConnectorProviderFactory.java | 11 ++++---- .../dataconnector/IDataConnectorProvider.java | 11 ++++---- .../JDBCConnectorProviderFactory.java | 11 ++++---- .../jdbc/AbstractJDBCConnectorProvider.java | 11 ++++---- .../jdbc/DerbySQLConnectorProvider.java | 11 ++++---- .../jdbc/HiveJDBCConnectorProvider.java | 11 ++++---- .../jdbc/MSSQLConnectorProvider.java | 11 ++++---- .../jdbc/MySQLConnectorProvider.java | 11 ++++---- .../jdbc/OracleConnectorProvider.java | 11 ++++---- .../jdbc/PostgreSQLConnectorProvider.java | 11 ++++---- .../datasource/DataSourceProvider.java | 11 ++++---- .../datasource/DataSourceProviderFactory.java | 11 ++++---- .../datasource/DbCPDataSourceProvider.java | 11 ++++---- .../HikariCPDataSourceProvider.java | 11 ++++---- .../datasource/MetastoreConnection.java | 11 ++++---- .../datasource/MetastoreStatement.java | 11 ++++---- .../datasource/ProfilingDataSource.java | 11 ++++---- .../metastore/datasource/package-info.java | 11 ++++---- .../directsql/DirectSqlAggrStats.java | 11 ++++---- .../metastore/directsql/DirectSqlBase.java | 11 ++++---- .../directsql/DirectSqlDeleteStats.java | 11 ++++---- .../directsql/DirectSqlInsertPart.java | 11 ++++---- .../directsql/DirectSqlUpdateParams.java | 11 ++++---- .../directsql/DirectSqlUpdatePart.java | 11 ++++---- .../directsql/MetaStoreDirectSql.java | 11 ++++---- .../directsql/MetastoreDirectSqlUtils.java | 11 ++++---- .../hive/metastore/events/AbortTxnEvent.java | 11 ++++---- .../hive/metastore/events/AcidWriteEvent.java | 11 ++++---- .../events/AddCheckConstraintEvent.java | 11 ++++---- .../events/AddDefaultConstraintEvent.java | 11 ++++---- .../metastore/events/AddForeignKeyEvent.java | 11 ++++---- .../events/AddNotNullConstraintEvent.java | 11 ++++---- .../metastore/events/AddPartitionEvent.java | 11 ++++---- .../metastore/events/AddPrimaryKeyEvent.java | 11 ++++---- .../events/AddSchemaVersionEvent.java | 11 ++++---- .../events/AddUniqueConstraintEvent.java | 11 ++++---- .../metastore/events/AllocWriteIdEvent.java | 11 ++++---- .../metastore/events/AlterCatalogEvent.java | 11 ++++---- .../events/AlterDataConnectorEvent.java | 11 ++++---- .../metastore/events/AlterDatabaseEvent.java | 11 ++++---- .../metastore/events/AlterISchemaEvent.java | 11 ++++---- .../metastore/events/AlterPartitionEvent.java | 11 ++++---- .../events/AlterPartitionsEvent.java | 11 ++++---- .../events/AlterSchemaVersionEvent.java | 11 ++++---- .../metastore/events/AlterTableEvent.java | 11 ++++---- .../metastore/events/BatchAcidWriteEvent.java | 11 ++++---- .../events/CommitCompactionEvent.java | 11 ++++---- .../hive/metastore/events/CommitTxnEvent.java | 11 ++++---- .../metastore/events/ConfigChangeEvent.java | 11 ++++---- .../metastore/events/CreateCatalogEvent.java | 11 ++++---- .../events/CreateDataConnectorEvent.java | 11 ++++---- .../metastore/events/CreateDatabaseEvent.java | 11 ++++---- .../metastore/events/CreateFunctionEvent.java | 11 ++++---- .../metastore/events/CreateISchemaEvent.java | 11 ++++---- .../metastore/events/CreateTableEvent.java | 11 ++++---- .../DeletePartitionColumnStatEvent.java | 11 ++++---- .../events/DeleteTableColumnStatEvent.java | 11 ++++---- .../metastore/events/DropCatalogEvent.java | 11 ++++---- .../metastore/events/DropConstraintEvent.java | 11 ++++---- .../events/DropDataConnectorEvent.java | 11 ++++---- .../metastore/events/DropDatabaseEvent.java | 11 ++++---- .../metastore/events/DropFunctionEvent.java | 11 ++++---- .../metastore/events/DropISchemaEvent.java | 11 ++++---- .../metastore/events/DropPartitionEvent.java | 11 ++++---- .../events/DropSchemaVersionEvent.java | 11 ++++---- .../hive/metastore/events/DropTableEvent.java | 11 ++++---- .../metastore/events/EventCleanerTask.java | 11 ++++---- .../hive/metastore/events/InsertEvent.java | 11 ++++---- .../hive/metastore/events/ListenerEvent.java | 11 ++++---- .../events/LoadPartitionDoneEvent.java | 11 ++++---- .../hive/metastore/events/OpenTxnEvent.java | 11 ++++---- .../events/PreAddPartitionEvent.java | 11 ++++---- .../events/PreAddSchemaVersionEvent.java | 11 ++++---- .../events/PreAlterCatalogEvent.java | 11 ++++---- .../events/PreAlterDataConnectorEvent.java | 11 ++++---- .../events/PreAlterDatabaseEvent.java | 11 ++++---- .../events/PreAlterISchemaEvent.java | 11 ++++---- .../events/PreAlterPartitionEvent.java | 11 ++++---- .../events/PreAlterSchemaVersionEvent.java | 11 ++++---- .../metastore/events/PreAlterTableEvent.java | 11 ++++---- .../events/PreAuthorizationCallEvent.java | 11 ++++---- .../events/PreCreateCatalogEvent.java | 11 ++++---- .../events/PreCreateDataConnectorEvent.java | 11 ++++---- .../events/PreCreateDatabaseEvent.java | 11 ++++---- .../events/PreCreateFunctionEvent.java | 11 ++++---- .../events/PreCreateISchemaEvent.java | 11 ++++---- .../metastore/events/PreCreateTableEvent.java | 11 ++++---- .../metastore/events/PreDropCatalogEvent.java | 11 ++++---- .../events/PreDropDataConnectorEvent.java | 11 ++++---- .../events/PreDropDatabaseEvent.java | 11 ++++---- .../events/PreDropFunctionEvent.java | 11 ++++---- .../metastore/events/PreDropISchemaEvent.java | 11 ++++---- .../events/PreDropPartitionEvent.java | 11 ++++---- .../events/PreDropSchemaVersionEvent.java | 11 ++++---- .../metastore/events/PreDropTableEvent.java | 11 ++++---- .../metastore/events/PreEventContext.java | 11 ++++---- .../events/PreLoadPartitionDoneEvent.java | 11 ++++---- .../metastore/events/PreReadCatalogEvent.java | 11 ++++---- .../events/PreReadDatabaseEvent.java | 11 ++++---- .../metastore/events/PreReadISchemaEvent.java | 11 ++++---- .../metastore/events/PreReadTableEvent.java | 11 ++++---- .../events/PreReadhSchemaVersionEvent.java | 11 ++++---- .../hive/metastore/events/ReloadEvent.java | 11 ++++---- .../UpdatePartitionColumnStatEvent.java | 11 ++++---- .../UpdatePartitionColumnStatEventBatch.java | 11 ++++---- .../events/UpdateTableColumnStatEvent.java | 11 ++++---- .../handler/AbstractRequestHandler.java | 11 ++++---- .../handler/AddPartitionsHandler.java | 11 ++++---- .../handler/AppendPartitionHandler.java | 11 ++++---- .../hive/metastore/handler/BaseHandler.java | 11 ++++---- .../handler/CreateDatabaseHandler.java | 11 ++++---- .../metastore/handler/CreateTableHandler.java | 11 ++++---- .../metastore/handler/DeprecatedHandler.java | 11 ++++---- .../handler/DropDatabaseHandler.java | 11 ++++---- .../handler/DropPartitionsHandler.java | 11 ++++---- .../metastore/handler/DropTableHandler.java | 11 ++++---- .../handler/GetPartitionsHandler.java | 11 ++++---- .../metastore/handler/GetTableHandler.java | 11 ++++---- .../metastore/handler/PrivilegeHandler.java | 11 ++++---- .../metastore/handler/RequestHandler.java | 11 ++++---- .../handler/SetAggrStatsHandler.java | 11 ++++---- .../hive/metastore/handler/TAbstractBase.java | 11 ++++---- .../metastore/handler/TransactionHandler.java | 11 ++++---- .../handler/TruncateTableHandler.java | 11 ++++---- .../metastore/hooks/JDOConnectionURLHook.java | 11 ++++---- .../metastore/leader/AuditLeaderListener.java | 11 ++++---- .../hive/metastore/leader/CMClearer.java | 11 ++++---- .../hive/metastore/leader/CompactorPMF.java | 11 ++++---- .../hive/metastore/leader/CompactorTasks.java | 11 ++++---- .../metastore/leader/HouseKeepingTasks.java | 11 ++++---- .../hive/metastore/leader/LeaderElection.java | 11 ++++---- .../leader/LeaderElectionContext.java | 11 ++++---- .../leader/LeaderElectionFactory.java | 11 ++++---- .../metastore/leader/LeaderException.java | 11 ++++---- .../metastore/leader/LeaseLeaderElection.java | 11 ++++---- .../leader/StaticLeaderElection.java | 11 ++++---- .../metastore/leader/StatsUpdaterTask.java | 11 ++++---- .../metastore/messaging/AbortTxnMessage.java | 11 ++++---- .../metastore/messaging/AcidWriteMessage.java | 11 ++++---- .../messaging/AddCheckConstraintMessage.java | 11 ++++---- .../AddDefaultConstraintMessage.java | 11 ++++---- .../messaging/AddForeignKeyMessage.java | 11 ++++---- .../AddNotNullConstraintMessage.java | 11 ++++---- .../messaging/AddPartitionMessage.java | 11 ++++---- .../messaging/AddPrimaryKeyMessage.java | 11 ++++---- .../messaging/AddUniqueConstraintMessage.java | 11 ++++---- .../messaging/AllocWriteIdMessage.java | 11 ++++---- .../messaging/AlterCatalogMessage.java | 11 ++++---- .../messaging/AlterDatabaseMessage.java | 11 ++++---- .../messaging/AlterPartitionMessage.java | 11 ++++---- .../messaging/AlterPartitionsMessage.java | 11 ++++---- .../messaging/AlterTableMessage.java | 11 ++++---- .../messaging/CommitCompactionMessage.java | 11 ++++---- .../metastore/messaging/CommitTxnMessage.java | 11 ++++---- .../messaging/CreateCatalogMessage.java | 11 ++++---- .../messaging/CreateDatabaseMessage.java | 11 ++++---- .../messaging/CreateFunctionMessage.java | 11 ++++---- .../messaging/CreateTableMessage.java | 11 ++++---- .../DeletePartitionColumnStatMessage.java | 11 ++++---- .../DeleteTableColumnStatMessage.java | 11 ++++---- .../messaging/DropCatalogMessage.java | 11 ++++---- .../messaging/DropConstraintMessage.java | 11 ++++---- .../messaging/DropDatabaseMessage.java | 11 ++++---- .../messaging/DropFunctionMessage.java | 11 ++++---- .../messaging/DropPartitionMessage.java | 11 ++++---- .../metastore/messaging/DropTableMessage.java | 11 ++++---- .../metastore/messaging/EventMessage.java | 11 ++++---- .../metastore/messaging/InsertMessage.java | 11 ++++---- .../metastore/messaging/MessageBuilder.java | 11 ++++---- .../messaging/MessageDeserializer.java | 11 ++++---- .../metastore/messaging/MessageEncoder.java | 11 ++++---- .../metastore/messaging/MessageFactory.java | 11 ++++---- .../messaging/MessageSerializer.java | 11 ++++---- .../metastore/messaging/OpenTxnMessage.java | 11 ++++---- .../metastore/messaging/PartitionFiles.java | 11 ++++---- .../metastore/messaging/ReloadMessage.java | 11 ++++---- .../UpdatePartitionColumnStatMessage.java | 11 ++++---- .../UpdateTableColumnStatMessage.java | 11 ++++---- .../messaging/event/filters/AndFilter.java | 11 ++++---- .../messaging/event/filters/BasicFilter.java | 11 ++++---- .../event/filters/CatalogFilter.java | 11 ++++---- .../event/filters/DatabaseAndTableFilter.java | 11 ++++---- .../event/filters/EventBoundaryFilter.java | 11 ++++---- .../event/filters/MessageFormatFilter.java | 11 ++++---- .../event/filters/ReplEventFilter.java | 11 ++++---- .../messaging/json/JSONAbortTxnMessage.java | 11 ++++---- .../messaging/json/JSONAcidWriteMessage.java | 11 ++++---- .../json/JSONAddCheckConstraintMessage.java | 11 ++++---- .../json/JSONAddDefaultConstraintMessage.java | 11 ++++---- .../json/JSONAddForeignKeyMessage.java | 11 ++++---- .../json/JSONAddNotNullConstraintMessage.java | 11 ++++---- .../json/JSONAddPartitionMessage.java | 11 ++++---- .../json/JSONAddPrimaryKeyMessage.java | 11 ++++---- .../json/JSONAddUniqueConstraintMessage.java | 11 ++++---- .../json/JSONAllocWriteIdMessage.java | 11 ++++---- .../json/JSONAlterCatalogMessage.java | 11 ++++---- .../json/JSONAlterDatabaseMessage.java | 11 ++++---- .../json/JSONAlterPartitionMessage.java | 11 ++++---- .../json/JSONAlterPartitionsMessage.java | 11 ++++---- .../messaging/json/JSONAlterTableMessage.java | 11 ++++---- .../json/JSONCommitCompactionMessage.java | 11 ++++---- .../messaging/json/JSONCommitTxnMessage.java | 11 ++++---- .../json/JSONCreateCatalogMessage.java | 11 ++++---- .../json/JSONCreateDatabaseMessage.java | 11 ++++---- .../json/JSONCreateFunctionMessage.java | 11 ++++---- .../json/JSONCreateTableMessage.java | 11 ++++---- .../JSONDeletePartitionColumnStatMessage.java | 11 ++++---- .../JSONDeleteTableColumnStatMessage.java | 11 ++++---- .../json/JSONDropCatalogMessage.java | 11 ++++---- .../json/JSONDropConstraintMessage.java | 11 ++++---- .../json/JSONDropDatabaseMessage.java | 11 ++++---- .../json/JSONDropFunctionMessage.java | 11 ++++---- .../json/JSONDropPartitionMessage.java | 11 ++++---- .../messaging/json/JSONDropTableMessage.java | 11 ++++---- .../messaging/json/JSONInsertMessage.java | 11 ++++---- .../json/JSONMessageDeserializer.java | 11 ++++---- .../messaging/json/JSONMessageEncoder.java | 11 ++++---- .../messaging/json/JSONOpenTxnMessage.java | 11 ++++---- .../messaging/json/JSONReloadMessage.java | 11 ++++---- .../JSONUpdatePartitionColumnStatMessage.java | 11 ++++---- .../JSONUpdateTableColumnStatMessage.java | 11 ++++---- .../messaging/json/gzip/DeSerializer.java | 11 ++++---- .../json/gzip/GzipJSONMessageEncoder.java | 11 ++++---- .../messaging/json/gzip/Serializer.java | 11 ++++---- .../hive/metastore/metastore/GetHelper.java | 11 ++++---- .../metastore/metastore/GetListHelper.java | 11 ++++---- .../metastore/metastore/MetaDescriptor.java | 11 ++++---- .../metastore/PersistenceManagerProxy.java | 11 ++++---- .../metastore/metastore/RawStoreBundle.java | 11 ++++---- .../metastore/TransactionHandler.java | 11 ++++---- .../metastore/iface/ColStatsStore.java | 11 ++++---- .../metastore/iface/ConstraintStore.java | 11 ++++---- .../metastore/iface/NotificationStore.java | 11 ++++---- .../metastore/iface/PrivilegeStore.java | 11 ++++---- .../metastore/metastore/iface/TableStore.java | 11 ++++---- .../metastore/metastore/iface/TokenStore.java | 11 ++++---- .../metastore/metastore/iface/WMStore.java | 11 ++++---- .../metastore/impl/ColStatsStoreImpl.java | 11 ++++---- .../metastore/impl/ConstraintStoreImpl.java | 11 ++++---- .../metastore/impl/NotificationStoreImpl.java | 11 ++++---- .../metastore/impl/PrivilegeStoreImpl.java | 11 ++++---- .../metastore/impl/TableStoreImpl.java | 11 ++++---- .../metastore/impl/TokenStoreImpl.java | 11 ++++---- .../metastore/metastore/impl/WMStoreImpl.java | 11 ++++---- .../metastore/metrics/AcidMetricLogger.java | 11 ++++---- .../metastore/metrics/AcidMetricService.java | 11 ++++---- .../metrics/CompactionMetricData.java | 11 ++++---- .../hive/metastore/metrics/JsonReporter.java | 11 ++++---- .../metastore/metrics/JvmPauseMonitor.java | 11 ++++---- .../metrics/MapCapableJsonMetricsModule.java | 11 ++++---- .../hive/metastore/metrics/MapMetrics.java | 11 ++++---- .../hive/metastore/metrics/Metrics.java | 11 ++++---- .../metastore/metrics/MetricsConstants.java | 11 ++++---- .../hive/metastore/metrics/PerfLogger.java | 11 ++++---- .../hive/metastore/model/FetchGroups.java | 11 ++++---- .../hadoop/hive/metastore/model/MCatalog.java | 11 ++++---- .../hadoop/hive/metastore/model/MColumn.java | 11 ++++---- .../metastore/model/MColumnDescriptor.java | 11 ++++---- .../metastore/model/MColumnStatistics.java | 11 ++++---- .../hive/metastore/model/MConstraint.java | 11 ++++---- .../metastore/model/MCreationMetadata.java | 11 ++++---- .../hive/metastore/model/MDBPrivilege.java | 11 ++++---- .../hive/metastore/model/MDCPrivilege.java | 11 ++++---- .../hive/metastore/model/MDataConnector.java | 11 ++++---- .../hive/metastore/model/MDatabase.java | 11 ++++---- .../metastore/model/MDelegationToken.java | 11 ++++---- .../hive/metastore/model/MFieldSchema.java | 11 ++++---- .../hive/metastore/model/MFunction.java | 11 ++++---- .../metastore/model/MGlobalPrivilege.java | 11 ++++---- .../hadoop/hive/metastore/model/MISchema.java | 11 ++++---- .../hive/metastore/model/MMVSource.java | 11 ++++---- .../hive/metastore/model/MMasterKey.java | 11 ++++---- .../model/MMetastoreDBProperties.java | 11 ++++---- .../metastore/model/MNotificationLog.java | 11 ++++---- .../metastore/model/MNotificationNextId.java | 11 ++++---- .../hadoop/hive/metastore/model/MOrder.java | 11 ++++---- .../hadoop/hive/metastore/model/MPackage.java | 11 ++++---- .../hive/metastore/model/MPartition.java | 11 ++++---- .../model/MPartitionColumnPrivilege.java | 11 ++++---- .../model/MPartitionColumnStatistics.java | 11 ++++---- .../hive/metastore/model/MPartitionEvent.java | 11 ++++---- .../metastore/model/MPartitionPrivilege.java | 11 ++++---- .../hive/metastore/model/MPrincipalDesc.java | 11 ++++---- .../metastore/model/MReplicationMetrics.java | 11 ++++---- .../hive/metastore/model/MResourceUri.java | 11 ++++---- .../hadoop/hive/metastore/model/MRole.java | 11 ++++---- .../hadoop/hive/metastore/model/MRoleMap.java | 11 ++++---- .../hive/metastore/model/MRuntimeStat.java | 11 ++++---- .../metastore/model/MScheduledExecution.java | 11 ++++---- .../hive/metastore/model/MScheduledQuery.java | 11 ++++---- .../hive/metastore/model/MSchemaVersion.java | 11 ++++---- .../hive/metastore/model/MSerDeInfo.java | 11 ++++---- .../metastore/model/MStorageDescriptor.java | 11 ++++---- .../hive/metastore/model/MStoredProc.java | 11 ++++---- .../hive/metastore/model/MStringList.java | 11 ++++---- .../hadoop/hive/metastore/model/MTable.java | 11 ++++---- .../model/MTableColumnPrivilege.java | 11 ++++---- .../model/MTableColumnStatistics.java | 11 ++++---- .../hive/metastore/model/MTablePrivilege.java | 11 ++++---- .../model/MTxnWriteNotificationLog.java | 11 ++++---- .../hadoop/hive/metastore/model/MType.java | 11 ++++---- .../hive/metastore/model/MVersionTable.java | 11 ++++---- .../hive/metastore/model/MWMMapping.java | 11 ++++---- .../hadoop/hive/metastore/model/MWMPool.java | 11 ++++---- .../hive/metastore/model/MWMResourcePlan.java | 11 ++++---- .../hive/metastore/model/MWMTrigger.java | 11 ++++---- .../hive/metastore/parser/ExpressionTree.java | 11 ++++---- .../metastore/parser/PartFilterParser.java | 11 ++++---- .../metastore/parser/PartFilterVisitor.java | 11 ++++---- .../hive/metastore/parser/package-info.java | 11 ++++---- .../hive/metastore/security/DBTokenStore.java | 11 ++++---- .../security/DelegationTokenStore.java | 11 ++++---- .../security/DelegationTokenTool.java | 11 ++++---- .../metastore/security/MemoryTokenStore.java | 11 ++++---- .../MetastoreDelegationTokenManager.java | 11 ++++---- ...okenStoreDelegationTokenSecretManager.java | 11 ++++---- .../security/ZooKeeperTokenStore.java | 11 ++++---- .../metastore/tools/MetaToolObjectStore.java | 11 ++++---- .../hive/metastore/tools/SQLGenerator.java | 11 ++++---- .../hive/metastore/tools/SmokeTest.java | 11 ++++---- .../tools/metatool/HiveMetaTool.java | 11 ++++---- .../metatool/HiveMetaToolCommandLine.java | 11 ++++---- .../tools/metatool/MetaToolTask.java | 11 ++++---- .../metatool/MetaToolTaskDiffExtTblLocs.java | 11 ++++---- .../MetaToolTaskExecuteJDOQLQuery.java | 11 ++++---- .../metatool/MetaToolTaskListExtTblLocs.java | 11 ++++---- .../metatool/MetaToolTaskListFSRoot.java | 11 ++++---- .../metatool/MetaToolTaskMetadataSummary.java | 11 ++++---- .../metatool/MetaToolTaskUpdateLocation.java | 11 ++++---- .../tools/schematool/HiveSchemaHelper.java | 11 ++++---- .../tools/schematool/MetastoreSchemaTool.java | 11 ++++---- .../schematool/SchemaToolCommandLine.java | 11 ++++---- .../tools/schematool/SchemaToolTask.java | 11 ++++---- .../SchemaToolTaskAlterCatalog.java | 11 ++++---- .../SchemaToolTaskCreateCatalog.java | 11 ++++---- .../SchemaToolTaskCreateLogsTable.java | 11 ++++---- .../schematool/SchemaToolTaskCreateUser.java | 11 ++++---- .../tools/schematool/SchemaToolTaskDrop.java | 11 ++++---- .../tools/schematool/SchemaToolTaskInfo.java | 11 ++++---- .../tools/schematool/SchemaToolTaskInit.java | 11 ++++---- .../SchemaToolTaskInitOrUpgrade.java | 11 ++++---- .../SchemaToolTaskMergeCatalog.java | 11 ++++---- .../SchemaToolTaskMoveDatabase.java | 11 ++++---- .../schematool/SchemaToolTaskMoveTable.java | 11 ++++---- .../schematool/SchemaToolTaskUpgrade.java | 11 ++++---- .../schematool/SchemaToolTaskValidate.java | 11 ++++---- .../txn/CompactionMetricsDataConverter.java | 11 ++++---- .../metastore/txn/CompactionTxnHandler.java | 11 ++++---- .../metastore/txn/DefaultTxnLockManager.java | 11 ++++---- .../metastore/txn/MetaWrapperException.java | 11 ++++---- .../hadoop/hive/metastore/txn/NoMutex.java | 11 ++++---- .../txn/TransactionalRetryProxy.java | 11 ++++---- .../hive/metastore/txn/TxnErrorMsg.java | 11 ++++---- .../hadoop/hive/metastore/txn/TxnHandler.java | 11 ++++---- .../hive/metastore/txn/TxnLockManager.java | 11 ++++---- .../hadoop/hive/metastore/txn/TxnStore.java | 11 ++++---- .../hive/metastore/txn/TxnStoreMutex.java | 11 ++++---- .../hadoop/hive/metastore/txn/TxnUtils.java | 11 ++++---- .../txn/entities/CompactionInfo.java | 11 ++++---- .../txn/entities/CompactionMetricsData.java | 11 ++++---- .../txn/entities/CompactionState.java | 11 ++++---- .../hive/metastore/txn/entities/LockInfo.java | 11 ++++---- .../metastore/txn/entities/MetricsInfo.java | 11 ++++---- .../hive/metastore/txn/entities/OpenTxn.java | 11 ++++---- .../metastore/txn/entities/OpenTxnList.java | 11 ++++---- .../metastore/txn/entities/OperationType.java | 11 ++++---- .../metastore/txn/entities/TxnStatus.java | 11 ++++---- .../txn/entities/TxnWriteDetails.java | 11 ++++---- .../txn/jdbc/ConditionalCommand.java | 11 ++++---- .../txn/jdbc/InClauseBatchCommand.java | 11 ++++---- .../txn/jdbc/MultiDataSourceJdbcResource.java | 11 ++++---- .../txn/jdbc/NoPoolConnectionPool.java | 11 ++++---- .../txn/jdbc/ParameterizedBatchCommand.java | 11 ++++---- .../txn/jdbc/ParameterizedCommand.java | 11 ++++---- .../txn/jdbc/ParameterizedQuery.java | 11 ++++---- .../hive/metastore/txn/jdbc/QueryHandler.java | 11 ++++---- .../metastore/txn/jdbc/RollbackException.java | 11 ++++---- .../txn/jdbc/TransactionContext.java | 11 ++++---- .../txn/jdbc/TransactionContextManager.java | 11 ++++---- .../txn/jdbc/TransactionalFunction.java | 11 ++++---- .../AddWriteIdsToMinHistoryCommand.java | 11 ++++---- .../AddWriteIdsToTxnToWriteIdCommand.java | 11 ++++---- .../DeleteInvalidOpenTxnsCommand.java | 11 ++++---- .../DeleteReplTxnMapEntryCommand.java | 11 ++++---- .../commands/InsertCompactionInfoCommand.java | 11 ++++---- .../InsertCompactionRequestCommand.java | 11 ++++---- .../InsertCompletedTxnComponentsCommand.java | 11 ++++---- .../jdbc/commands/InsertHiveLocksCommand.java | 11 ++++---- .../commands/InsertTxnComponentsCommand.java | 11 ++++---- .../RemoveCompactionMetricsDataCommand.java | 11 ++++---- ...DuplicateCompleteTxnComponentsCommand.java | 11 ++++---- .../RemoveTxnsFromMinHistoryLevelCommand.java | 11 ++++---- .../RemoveWriteIdsFromMinHistoryCommand.java | 11 ++++---- .../functions/AbortCompactionFunction.java | 11 ++++---- .../txn/jdbc/functions/AbortTxnFunction.java | 11 ++++---- .../txn/jdbc/functions/AbortTxnsFunction.java | 11 ++++---- .../functions/AcquireTxnLockFunction.java | 11 ++++---- .../AllocateTableWriteIdsFunction.java | 11 ++++---- .../txn/jdbc/functions/CheckLockFunction.java | 11 ++++---- .../CleanTxnToWriteIdTableFunction.java | 11 ++++---- .../functions/CleanupRecordsFunction.java | 11 ++++---- .../txn/jdbc/functions/CommitTxnFunction.java | 11 ++++---- .../txn/jdbc/functions/CompactFunction.java | 11 ++++---- .../jdbc/functions/EnqueueLockFunction.java | 11 ++++---- .../functions/EnsureValidTxnFunction.java | 11 ++++---- .../FindPotentialCompactionsFunction.java | 11 ++++---- .../GenerateCompactionQueueIdFunction.java | 11 ++++---- ...terializationInvalidationInfoFunction.java | 11 ++++---- .../GetValidWriteIdsForTableFunction.java | 11 ++++---- .../functions/GetValidWriteIdsFunction.java | 11 ++++---- .../jdbc/functions/HeartbeatLockFunction.java | 11 ++++---- .../jdbc/functions/HeartbeatTxnFunction.java | 11 ++++---- .../functions/HeartbeatTxnRangeFunction.java | 11 ++++---- .../LockMaterializationRebuildFunction.java | 11 ++++---- .../jdbc/functions/MarkCleanedFunction.java | 11 ++++---- .../MinOpenTxnIdWaterMarkFunction.java | 11 ++++---- .../functions/NextCompactionFunction.java | 11 ++++---- .../txn/jdbc/functions/OnRenameFunction.java | 11 ++++---- .../txn/jdbc/functions/OpenTxnsFunction.java | 11 ++++---- .../functions/PerformTimeoutsFunction.java | 11 ++++---- .../PurgeCompactionHistoryFunction.java | 11 ++++---- .../ReleaseMaterializationRebuildLocks.java | 11 ++++---- .../ReplTableWriteIdStateFunction.java | 11 ++++---- ...pCompactionMetricsDataPerTypeFunction.java | 11 ++++---- .../functions/UpdataDatabasePropFunction.java | 11 ++++---- .../UpdateCompactionMetricsDataFunction.java | 11 ++++---- .../txn/jdbc/queries/AbortedTxnHandler.java | 11 ++++---- .../CheckFailedCompactionsHandler.java | 11 ++++---- .../queries/CompactionCandidateHandler.java | 11 ++++---- .../queries/CompactionMetricsDataHandler.java | 11 ++++---- .../jdbc/queries/CountOpenTxnsHandler.java | 11 ++++---- .../txn/jdbc/queries/DbTimeHandler.java | 11 ++++---- .../queries/FindColumnsWithStatsHandler.java | 11 ++++---- .../txn/jdbc/queries/FindTxnStateHandler.java | 11 ++++---- .../queries/GetCompactionInfoHandler.java | 11 ++++---- .../jdbc/queries/GetDatabaseIdHandler.java | 11 ++++---- .../jdbc/queries/GetHighWaterMarkHandler.java | 11 ++++---- ...tLatestCommittedCompactionInfoHandler.java | 11 ++++---- .../txn/jdbc/queries/GetLocksByLockId.java | 11 ++++---- .../GetMaxAllocatedTableWriteIdHandler.java | 11 ++++---- .../queries/GetOpenTxnTypeAndLockHandler.java | 11 ++++---- .../jdbc/queries/GetOpenTxnsListHandler.java | 11 ++++---- .../GetReplayedTxnsForPolicyHandler.java | 11 ++++---- .../GetTargetTxnIdListForPolicyHandler.java | 11 ++++---- .../txn/jdbc/queries/GetWriteIdsHandler.java | 11 ++++---- .../GetWriteIdsMappingForTxnIdsHandler.java | 11 ++++---- .../queries/LatestTxnIdInConflictHandler.java | 11 ++++---- .../txn/jdbc/queries/MetricsInfoHandler.java | 11 ++++---- .../queries/MinUncommittedTxnIdHandler.java | 11 ++++---- ...OpenTxnTimeoutLowBoundaryTxnIdHandler.java | 11 ++++---- .../queries/ReadyToCleanAbortHandler.java | 11 ++++---- .../txn/jdbc/queries/ReadyToCleanHandler.java | 11 ++++---- .../txn/jdbc/queries/ShowCompactHandler.java | 11 ++++---- .../txn/jdbc/queries/ShowLocksHandler.java | 11 ++++---- .../queries/TablesWithAbortedTxnsHandler.java | 11 ++++---- .../jdbc/queries/TargetTxnIdListHandler.java | 11 ++++---- .../jdbc/queries/TxnIdForWriteIdHandler.java | 11 ++++---- .../metastore/txn/retry/RetryPropagation.java | 11 ++++---- .../hive/metastore/txn/retry/SqlRetry.java | 11 ++++---- .../txn/retry/SqlRetryCallProperties.java | 11 ++++---- .../txn/retry/SqlRetryException.java | 11 ++++---- .../metastore/txn/retry/SqlRetryFunction.java | 11 ++++---- .../metastore/txn/retry/SqlRetryHandler.java | 11 ++++---- .../txn/service/AcidHouseKeeperService.java | 11 ++++---- .../service/AcidOpenTxnsCounterService.java | 11 ++++---- .../txn/service/AcidTxnCleanerService.java | 11 ++++---- .../service/CompactionHouseKeeperService.java | 11 ++++---- .../metastore/utils/CommonCliOptions.java | 11 ++++---- .../utils/HiveStrictManagedUtils.java | 11 ++++---- .../hive/metastore/utils/LockTypeUtil.java | 11 ++++---- .../hadoop/hive/metastore/utils/LogUtils.java | 11 ++++---- .../metastore/utils/MetaStoreServerUtils.java | 11 ++++---- .../hive/metastore/utils/RetryUtilities.java | 11 ++++---- .../metastore/utils/RetryingExecutor.java | 11 ++++---- .../metastore/utils/StackThreadLocal.java | 11 ++++---- .../hive/metastore/utils/StringableMap.java | 11 ++++---- .../hive/common/TestStatsSetupConst.java | 11 ++++---- .../ndv/fm/TestFMSketchSerialization.java | 11 ++++---- .../hive/common/ndv/hll/TestHLLNoBias.java | 11 ++++---- .../common/ndv/hll/TestHLLSerialization.java | 11 ++++---- .../hive/common/ndv/hll/TestHyperLogLog.java | 11 ++++---- .../common/ndv/hll/TestHyperLogLogDense.java | 11 ++++---- .../common/ndv/hll/TestHyperLogLogMerge.java | 11 ++++---- .../common/ndv/hll/TestHyperLogLogSparse.java | 11 ++++---- .../common/ndv/hll/TestSparseEncodeHash.java | 11 ++++---- .../AlternateFailurePreListener.java | 11 ++++---- .../hive/metastore/DummyCustomRDBMS.java | 11 ++++---- .../metastore/DummyEndFunctionListener.java | 11 ++++---- .../metastore/DummyJdoConnectionUrlHook.java | 11 ++++---- .../hadoop/hive/metastore/DummyListener.java | 11 ++++---- .../metastore/DummyMetaStoreInitListener.java | 11 ++++---- .../hive/metastore/DummyPreListener.java | 11 ++++---- .../hadoop/hive/metastore/FakeDerby.java | 11 ++++---- .../InjectableBehaviourObjectStore.java | 11 ++++---- .../hive/metastore/IpAddressListener.java | 11 ++++---- .../hive/metastore/MetaStoreTestUtils.java | 11 ++++---- .../MockPartitionExpressionForMetastore.java | 11 ++++---- .../metastore/NonCatCallsWithCatalog.java | 11 ++++---- .../metastore/StatementVerifyingDerby.java | 11 ++++---- .../hive/metastore/StatisticsTestUtils.java | 11 ++++---- .../hadoop/hive/metastore/TestAdminUser.java | 11 ++++---- .../metastore/TestAggregateStatsCache.java | 11 ++++---- .../TestCatalogNonDefaultClient.java | 11 ++++---- .../metastore/TestCatalogNonDefaultSvr.java | 11 ++++---- .../hive/metastore/TestCatalogOldClient.java | 11 ++++---- .../hadoop/hive/metastore/TestDeadline.java | 11 ++++---- .../metastore/TestEmbeddedHiveMetaStore.java | 11 ++++---- .../hive/metastore/TestExceptionHandler.java | 11 ++++---- .../hive/metastore/TestFilterHooks.java | 11 ++++---- ...rtitionsUsingProjectionAndFilterSpecs.java | 11 ++++---- .../TestHMSColumnDescriptorReuse.java | 11 ++++---- .../TestHMSFetchPartitionsWithoutCols.java | 11 ++++---- .../hive/metastore/TestHiveAlterHandler.java | 11 ++++---- .../hive/metastore/TestHiveMetaStore.java | 11 ++++---- .../TestHiveMetaStoreGetMetaConf.java | 11 ++++---- .../metastore/TestHiveMetaStoreMethods.java | 11 ++++---- .../TestHiveMetaStorePartitionSpecs.java | 11 ++++---- .../TestHiveMetaStoreSchemaMethods.java | 11 ++++---- .../metastore/TestHiveMetaStoreTimeout.java | 11 ++++---- .../hive/metastore/TestHiveMetaStoreTxns.java | 11 ++++---- ...stHiveMetaStoreWithEnvironmentContext.java | 11 ++++---- .../hive/metastore/TestHiveMetastoreCli.java | 11 ++++---- .../TestHiveMetastoreHttpHeaders.java | 11 ++++---- .../metastore/TestHmsServerAuthorization.java | 11 ++++---- .../TestLdapAtnProviderWithMiniDS.java | 11 ++++---- .../metastore/TestLockRequestBuilder.java | 11 ++++---- .../hive/metastore/TestMarkPartition.java | 11 ++++---- .../metastore/TestMarkPartitionRemote.java | 11 ++++---- .../metastore/TestMetaStoreAcidCleanup.java | 11 ++++---- .../TestMetaStoreConnectionUrlHook.java | 11 ++++---- .../hive/metastore/TestMetaStoreDeadlock.java | 11 ++++---- .../TestMetaStoreEndFunctionListener.java | 11 ++++---- .../metastore/TestMetaStoreEventListener.java | 11 ++++---- ...estMetaStoreEventListenerOnlyOnCommit.java | 11 ++++---- ...TestMetaStoreEventListenerWithOldConf.java | 11 ++++---- .../metastore/TestMetaStoreInitListener.java | 11 ++++---- ...taStoreLdapAuthenticationProviderImpl.java | 11 ++++---- .../TestMetaStoreListenersError.java | 11 ++++---- .../metastore/TestMetaStoreSchemaFactory.java | 11 ++++---- .../metastore/TestMetaStoreSchemaInfo.java | 11 ++++---- .../metastore/TestMetastoreTransformer.java | 11 ++++---- .../metastore/TestMsckCheckPartitions.java | 11 ++++---- .../hive/metastore/TestNoAcidSupport.java | 11 ++++---- .../hive/metastore/TestObjectStore.java | 11 ++++---- .../metastore/TestObjectStoreInitRetry.java | 11 ++++---- .../TestObjectStoreSchemaMethods.java | 11 ++++---- .../TestObjectStoreStatementVerify.java | 11 ++++---- .../hadoop/hive/metastore/TestOldSchema.java | 11 ++++---- .../hadoop/hive/metastore/TestPackageJdo.java | 11 ++++---- .../metastore/TestPartFilterExprUtil.java | 11 ++++---- .../metastore/TestPartitionManagement.java | 11 ++++---- .../TestPartitionNameWhitelistValidation.java | 11 ++++---- .../TestPartitionProjectionEvaluator.java | 11 ++++---- .../hive/metastore/TestRawStoreProxy.java | 11 ++++---- .../metastore/TestRemoteHMSZKNegative.java | 11 ++++---- .../TestRemoteHiveHttpMetaStore.java | 11 ++++---- .../metastore/TestRemoteHiveMetaStore.java | 11 ++++---- .../TestRemoteHiveMetaStoreCustomAuth.java | 11 ++++---- .../TestRemoteHiveMetaStoreIpAddress.java | 11 ++++---- .../metastore/TestRemoteHiveMetaStoreZK.java | 11 ++++---- .../TestRemoteHiveMetaStoreZKBindHost.java | 11 ++++---- .../TestRemoteHiveMetastoreWithHttpJwt.java | 11 ++++---- .../TestRemoteUGIHiveMetaStoreIpAddress.java | 11 ++++---- .../TestRetriesInRetryingHMSHandler.java | 11 ++++---- .../metastore/TestRetryingHMSHandler.java | 11 ++++---- .../metastore/TestServletServerBuilder.java | 11 ++++---- .../TestSetUGIOnBothClientServer.java | 11 ++++---- .../metastore/TestSetUGIOnOnlyClient.java | 11 ++++---- .../metastore/TestSetUGIOnOnlyServer.java | 11 ++++---- .../metastore/TestStatisticsManagement.java | 11 ++++---- .../hadoop/hive/metastore/TestStats.java | 11 ++++---- .../hive/metastore/VerifyingObjectStore.java | 11 ++++---- .../annotation/MetastoreCheckinTest.java | 11 ++++---- .../metastore/annotation/MetastoreTest.java | 11 ++++---- .../annotation/MetastoreUnitTest.java | 11 ++++---- .../TestJWTAccessTokenAuthenticator.java | 11 ++++---- .../TestRegexOAuth2PrincipalMapper.java | 11 ++++---- .../TestTokenIntrospectionAuthenticator.java | 11 ++++---- .../hive/metastore/cache/TestCachedStore.java | 11 ++++---- .../metastore/cache/TestCatalogCaching.java | 11 ++++---- ...nalIgnoreOnSessionHiveMetastoreClient.java | 11 ++++---- .../metastore/client/CustomIgnoreRule.java | 11 ++++---- .../metastore/client/MetaStoreClientTest.java | 11 ++++---- .../client/MetaStoreFactoryForTests.java | 11 ++++---- .../metastore/client/TestAddPartitions.java | 11 ++++---- .../client/TestAddPartitionsFromPartSpec.java | 11 ++++---- .../metastore/client/TestAlterPartitions.java | 11 ++++---- .../client/TestAppendPartitions.java | 11 ++++---- .../hive/metastore/client/TestCatalogs.java | 11 ++++---- .../metastore/client/TestCheckConstraint.java | 11 ++++---- .../hive/metastore/client/TestDatabases.java | 11 ++++---- .../client/TestDefaultConstraint.java | 11 ++++---- .../metastore/client/TestDropPartitions.java | 11 ++++---- .../hive/metastore/client/TestDropTable.java | 11 ++++---- .../client/TestExchangePartitions.java | 11 ++++---- .../hive/metastore/client/TestForeignKey.java | 11 ++++---- .../hive/metastore/client/TestFunctions.java | 11 ++++---- .../client/TestGetAllTableConstraints.java | 11 ++++---- .../client/TestGetAllWriteEventInfo.java | 11 ++++---- .../metastore/client/TestGetPartitions.java | 11 ++++---- .../metastore/client/TestGetTableMeta.java | 11 ++++---- .../client/TestHiveMetaStoreClient.java | 11 ++++---- .../metastore/client/TestListPartitions.java | 11 ++++---- .../client/TestMetastoreScheduledQueries.java | 11 ++++---- .../client/TestNotNullConstraint.java | 11 ++++---- .../metastore/client/TestPartitionStat.java | 11 ++++---- .../hive/metastore/client/TestPrimaryKey.java | 11 ++++---- .../client/TestReplicationMetrics.java | 11 ++++---- .../metastore/client/TestRuntimeStats.java | 11 ++++---- .../TestTablesCreateDropAlterTruncate.java | 11 ++++---- .../metastore/client/TestTablesGetExists.java | 11 ++++---- .../hive/metastore/client/TestTablesList.java | 11 ++++---- .../client/TestUniqueConstraint.java | 11 ++++---- .../columnstats/ColStatsBuilder.java | 11 ++++---- .../aggr/BinaryColumnStatsAggregatorTest.java | 11 ++++---- .../BooleanColumnStatsAggregatorTest.java | 11 ++++---- .../aggr/DateColumnStatsAggregatorTest.java | 11 ++++---- .../DecimalColumnStatsAggregatorTest.java | 11 ++++---- .../aggr/DoubleColumnStatsAggregatorTest.java | 11 ++++---- .../aggr/LongColumnStatsAggregatorTest.java | 11 ++++---- .../aggr/StringColumnStatsAggregatorTest.java | 11 ++++---- .../TimestampColumnStatsAggregatorTest.java | 11 ++++---- .../merge/BinaryColumnStatsMergerTest.java | 11 ++++---- .../merge/BooleanColumnStatsMergerTest.java | 11 ++++---- .../merge/ColumnStatsMergerTest.java | 11 ++++---- .../merge/DateColumnStatsMergerTest.java | 11 ++++---- .../merge/DecimalColumnStatsMergerTest.java | 11 ++++---- .../merge/DoubleColumnStatsMergerTest.java | 11 ++++---- .../merge/LongColumnStatsMergerTest.java | 11 ++++---- .../merge/TimestampColumnStatsMergerTest.java | 11 ++++---- .../metastore/conf/TestMetastoreConf.java | 11 ++++---- .../TestDataSourceProviderFactory.java | 11 ++++---- .../datasource/TestProfilingDataSource.java | 11 ++++---- .../metastore/dbinstall/DbInstallBase.java | 11 ++++---- .../hive/metastore/dbinstall/TestDerby.java | 11 ++++---- .../hive/metastore/dbinstall/TestMssql.java | 11 ++++---- .../hive/metastore/dbinstall/TestMysql.java | 11 ++++---- .../hive/metastore/dbinstall/TestOracle.java | 11 ++++---- .../metastore/dbinstall/TestPostgres.java | 11 ++++---- .../dbinstall/rules/DatabaseRule.java | 11 ++++---- .../hive/metastore/dbinstall/rules/Derby.java | 11 ++++---- .../metastore/dbinstall/rules/Mariadb.java | 11 ++++---- .../dbinstall/rules/MetastoreRuleFactory.java | 11 ++++---- .../hive/metastore/dbinstall/rules/Mssql.java | 11 ++++---- .../hive/metastore/dbinstall/rules/Mysql.java | 11 ++++---- .../metastore/dbinstall/rules/Oracle.java | 11 ++++---- .../metastore/dbinstall/rules/Postgres.java | 11 ++++---- .../dbinstall/rules/PostgresTPCDS.java | 11 ++++---- .../events/TestAbortTxnEventDbsUpdated.java | 11 ++++---- .../events/TestAlterPartitionsEvent.java | 11 ++++---- .../TestCommitTxnEventWithDbAndWriteId.java | 11 ++++---- .../handler/TestGetTableHandlerBatching.java | 11 ++++---- .../handler/TestRetryOnException.java | 11 ++++---- .../hive/metastore/ldap/Credentials.java | 11 ++++---- .../ldap/LdapAuthenticationTestCase.java | 11 ++++---- .../hive/metastore/ldap/LdapTestUtils.java | 11 ++++---- .../hive/metastore/ldap/TestChainFilter.java | 11 ++++---- .../metastore/ldap/TestCustomQueryFilter.java | 11 ++++---- .../hive/metastore/ldap/TestGroupFilter.java | 11 ++++---- .../hive/metastore/ldap/TestLdapSearch.java | 11 ++++---- .../hive/metastore/ldap/TestLdapUtils.java | 11 ++++---- .../hadoop/hive/metastore/ldap/TestQuery.java | 11 ++++---- .../hive/metastore/ldap/TestQueryFactory.java | 11 ++++---- .../ldap/TestSearchResultHandler.java | 11 ++++---- .../hive/metastore/ldap/TestUserFilter.java | 11 ++++---- .../metastore/ldap/TestUserSearchFilter.java | 11 ++++---- .../hadoop/hive/metastore/ldap/User.java | 11 ++++---- .../metastore/leader/TestLeaderElection.java | 11 ++++---- .../metastore/leader/TestLeaderListener.java | 11 ++++---- .../json/TestJSONMessageDeserializer.java | 11 ++++---- .../metastore/TestObjectStoreUnwrap.java | 11 ++++---- .../metrics/TestCompactionMetricData.java | 11 ++++---- .../metastore/metrics/TestMetricRegistry.java | 11 ++++---- .../hive/metastore/metrics/TestMetrics.java | 11 ++++---- .../minihms/AbstractMetaStoreService.java | 11 ++++---- .../minihms/ClusterMetaStoreForTests.java | 11 ++++---- .../minihms/EmbeddedMetaStoreForTests.java | 11 ++++---- .../hive/metastore/minihms/MiniHMS.java | 11 ++++---- .../minihms/RemoteMetaStoreForTests.java | 11 ++++---- .../metastore/properties/HMSDirectTest.java | 11 ++++---- .../properties/HMSHttpClientSslTest.java | 11 ++++---- .../properties/HMSHttpClientTest.java | 11 ++++---- .../properties/HMSJsonClientSslTest.java | 11 ++++---- .../properties/HMSJsonClientTest.java | 11 ++++---- .../metastore/properties/HMSTestBase.java | 11 ++++---- .../metastore/properties/HMSThriftTest.java | 11 ++++---- .../properties/PropertyStoreTest.java | 11 ++++---- ...okenStoreDelegationTokenSecretManager.java | 11 ++++---- .../testutils/CapturingLogAppender.java | 11 ++++---- .../metatool/TestHiveMetaToolCommandLine.java | 11 ++++---- .../TestMetaTookTaskMetadataSummary.java | 11 ++++---- .../TestMetaToolTaskExecuteJDOQLQuery.java | 11 ++++---- .../TestMetaToolTaskListExtTblLocs.java | 11 ++++---- .../metatool/TestMetaToolTaskListFSRoot.java | 11 ++++---- .../TestMetaToolTaskUpdateLocation.java | 11 ++++---- .../schematool/TestMetastoreSchemaTool.java | 11 ++++---- .../TestSchemaToolForMetastore.java | 11 ++++---- .../schematool/TestSchemaToolTaskDrop.java | 11 ++++---- .../txn/TestAcidTxnCleanerService.java | 11 ++++---- .../hive/metastore/txn/TestOpenTxn.java | 11 ++++---- .../metastore/txn/TestTxnHandlerNegative.java | 11 ++++---- .../hive/metastore/txn/TestTxnStoreMutex.java | 11 ++++---- .../hive/metastore/txn/TestTxnUtils.java | 11 ++++---- .../metastore/txn/ThrowingTxnHandler.java | 11 ++++---- .../txn/retry/TestSqlRetryHandler.java | 11 ++++---- .../utils/DirectSqlConfigurator.java | 11 ++++---- .../hive/metastore/utils/TestHdfsUtils.java | 11 ++++---- .../metastore/utils/TestLockTypeUtil.java | 11 ++++---- .../utils/TestMetaStoreServerUtils.java | 11 ++++---- .../metastore/utils/TestMetaStoreUtils.java | 11 ++++---- .../utils/TestMetastoreUtilsParseDbName.java | 11 ++++---- .../metastore/utils/TestStringableMap.java | 11 ++++---- .../hive/metastore/utils/TestTxnDbUtil.java | 11 ++++---- .../hive/metastore/tools/ACIDBenchmarks.java | 11 ++++---- .../hive/metastore/tools/BenchData.java | 11 ++++---- .../hive/metastore/tools/BenchmarkTool.java | 11 ++++---- .../hive/metastore/tools/BenchmarkUtils.java | 11 ++++---- .../hive/metastore/tools/HMSBenchmarks.java | 11 ++++---- .../hive/metastore/tools/HMSConfig.java | 11 ++++---- .../hive/metastore/tools/BenchmarkSuite.java | 11 ++++---- .../hive/metastore/tools/Constants.java | 11 ++++---- .../hive/metastore/tools/HMSClient.java | 11 ++++---- .../hive/metastore/tools/MicroBenchmark.java | 11 ++++---- .../hadoop/hive/metastore/tools/Util.java | 11 ++++---- .../hive/metastore/tools/HMSClientTest.java | 11 ++++---- .../hadoop/hive/metastore/tools/UtilTest.java | 11 ++++---- storage-api/checkstyle/asf.header | 11 ++++---- storage-api/checkstyle/checkstyle.xml | 11 ++++---- storage-api/checkstyle/suppressions.xml | 11 ++++---- .../hadoop/hive/common/AcidConstants.java | 11 ++++---- .../hadoop/hive/common/AcidMetaDataFile.java | 11 ++++---- .../hadoop/hive/common/DatabaseName.java | 11 ++++---- .../hadoop/hive/common/DiskRangeInfo.java | 11 ++++---- .../hive/common/MaterializationSnapshot.java | 11 ++++---- .../hive/common/NoDynamicValuesException.java | 11 ++++---- .../org/apache/hadoop/hive/common/Pool.java | 11 ++++---- .../apache/hadoop/hive/common/TableName.java | 11 ++++---- .../hive/common/ValidCleanerWriteIdList.java | 11 ++++---- .../common/ValidCompactorWriteIdList.java | 11 ++++---- .../hadoop/hive/common/ValidReadTxnList.java | 11 ++++---- .../hive/common/ValidReaderWriteIdList.java | 11 ++++---- .../hadoop/hive/common/ValidTxnList.java | 11 ++++---- .../hive/common/ValidTxnWriteIdList.java | 11 ++++---- .../hadoop/hive/common/ValidWriteIdList.java | 11 ++++---- .../hadoop/hive/common/io/Allocator.java | 11 ++++---- .../hadoop/hive/common/io/CacheTag.java | 11 ++++---- .../hadoop/hive/common/io/DataCache.java | 11 ++++---- .../hadoop/hive/common/io/DiskRange.java | 11 ++++---- .../hadoop/hive/common/io/DiskRangeList.java | 11 ++++---- .../hive/common/io/FileMetadataCache.java | 11 ++++---- .../common/io/encoded/EncodedColumnBatch.java | 11 ++++---- .../hive/common/io/encoded/MemoryBuffer.java | 11 ++++---- .../io/encoded/MemoryBufferOrBuffers.java | 11 ++++---- .../hive/common/type/CalendarUtils.java | 11 ++++---- .../type/DataTypePhysicalVariation.java | 11 ++++---- .../hive/common/type/FastHiveDecimal.java | 11 ++++---- .../hive/common/type/FastHiveDecimalImpl.java | 11 ++++---- .../hadoop/hive/common/type/HiveDecimal.java | 11 ++++---- .../hive/common/type/HiveDecimalV1.java | 11 ++++---- .../common/type/HiveDecimalVersionV1.java | 11 ++++---- .../common/type/HiveDecimalVersionV2.java | 11 ++++---- .../hive/common/type/HiveIntervalDayTime.java | 11 ++++---- .../hive/common/type/RandomTypeUtil.java | 11 ++++---- .../hive/common/type/SnapshotContext.java | 11 ++++---- .../ql/exec/vector/BytesColumnVector.java | 11 ++++---- .../hive/ql/exec/vector/ColumnVector.java | 11 ++++---- .../hive/ql/exec/vector/DateColumnVector.java | 11 ++++---- .../ql/exec/vector/Decimal64ColumnVector.java | 11 ++++---- .../ql/exec/vector/DecimalColumnVector.java | 11 ++++---- .../ql/exec/vector/DoubleColumnVector.java | 11 ++++---- .../ql/exec/vector/IDecimalColumnVector.java | 11 ++++---- .../vector/IntervalDayTimeColumnVector.java | 11 ++++---- .../hive/ql/exec/vector/ListColumnVector.java | 11 ++++---- .../hive/ql/exec/vector/LongColumnVector.java | 11 ++++---- .../hive/ql/exec/vector/MapColumnVector.java | 11 ++++---- .../exec/vector/MultiValuedColumnVector.java | 11 ++++---- .../ql/exec/vector/StructColumnVector.java | 11 ++++---- .../ql/exec/vector/TimestampColumnVector.java | 11 ++++---- .../ql/exec/vector/UnionColumnVector.java | 11 ++++---- .../ql/exec/vector/VectorizedRowBatch.java | 11 ++++---- .../hive/ql/exec/vector/VoidColumnVector.java | 11 ++++---- .../exec/vector/expressions/StringExpr.java | 11 ++++---- .../hive/ql/io/filter/FilterContext.java | 11 ++++---- .../ql/io/filter/MutableFilterContext.java | 11 ++++---- .../hive/ql/io/sarg/ExpressionTree.java | 11 ++++---- .../hive/ql/io/sarg/LiteralDelegate.java | 11 ++++---- .../hadoop/hive/ql/io/sarg/PredicateLeaf.java | 11 ++++---- .../hive/ql/io/sarg/SearchArgument.java | 11 ++++---- .../ql/io/sarg/SearchArgumentFactory.java | 11 ++++---- .../hive/ql/io/sarg/SearchArgumentImpl.java | 11 ++++---- .../util/IncrementalObjectSizeEstimator.java | 11 ++++---- .../hadoop/hive/ql/util/JavaDataModel.java | 11 ++++---- .../hadoop/hive/ql/util/TimestampUtils.java | 11 ++++---- .../hadoop/hive/serde2/io/DateWritable.java | 11 ++++---- .../hive/serde2/io/HiveDecimalWritable.java | 11 ++++---- .../hive/serde2/io/HiveDecimalWritableV1.java | 11 ++++---- .../io/HiveDecimalWritableVersionV1.java | 11 ++++---- .../io/HiveDecimalWritableVersionV2.java | 11 ++++---- .../apache/hive/common/util/BloomFilter.java | 11 ++++---- .../apache/hive/common/util/BloomKFilter.java | 11 ++++---- .../common/util/IntervalDayTimeUtils.java | 11 ++++---- .../org/apache/hive/common/util/Murmur3.java | 11 ++++---- .../hive/common/util/SuppressFBWarnings.java | 11 ++++---- .../apache/hive/common/util/TxnIdUtils.java | 11 ++++---- .../apache/hadoop/hive/VersionTestBase.java | 11 ++++---- .../hadoop/hive/common/TestDatabaseName.java | 11 ++++---- .../hadoop/hive/common/TestTableName.java | 11 ++++---- .../common/TestValidCompactorWriteIdList.java | 11 ++++---- .../hive/common/TestValidReadTxnList.java | 11 ++++---- .../common/TestValidReaderWriteIdList.java | 11 ++++---- .../hive/common/io/TestDiskRangeList.java | 11 ++++---- .../hive/common/type/HiveDecimalTestBase.java | 11 ++++---- .../hive/common/type/TestHiveDecimal.java | 11 ++++---- .../common/type/TestHiveDecimalVersion.java | 11 ++++---- .../ql/exec/vector/TestBytesColumnVector.java | 11 ++++---- .../ql/exec/vector/TestDateColumnVector.java | 11 ++++---- .../exec/vector/TestDecimalColumnVector.java | 11 ++++---- .../exec/vector/TestDoubleColumnVector.java | 11 ++++---- .../TestIntervalDayTimeColumnVector.java | 11 ++++---- .../ql/exec/vector/TestListColumnVector.java | 11 ++++---- .../ql/exec/vector/TestLongColumnVector.java | 11 ++++---- .../ql/exec/vector/TestMapColumnVector.java | 11 ++++---- .../exec/vector/TestStructColumnVector.java | 11 ++++---- .../vector/TestTimestampColumnVector.java | 11 ++++---- .../ql/exec/vector/TestUnionColumnVector.java | 11 ++++---- .../vector/expressions/TestStringExpr.java | 11 ++++---- .../ql/io/sarg/TestSearchArgumentFactory.java | 11 ++++---- .../hive/ql/util/TestJavaDataModel.java | 11 ++++---- .../serde2/io/TestHiveDecimalWritable.java | 11 ++++---- .../io/TestHiveDecimalWritableVersion.java | 11 ++++---- .../hive/common/util/TestBloomFilter.java | 11 ++++---- .../hive/common/util/TestBloomKFilter.java | 11 ++++---- .../apache/hive/common/util/TestMurmur3.java | 11 ++++---- .../hive/common/util/TestTxnIdUtils.java | 11 ++++---- .../hive/streaming/AbstractRecordWriter.java | 11 ++++---- .../AbstractStreamingTransaction.java | 11 ++++---- .../hive/streaming/ConnectionError.java | 11 ++++---- .../apache/hive/streaming/ConnectionInfo.java | 11 ++++---- .../hive/streaming/ConnectionStats.java | 11 ++++---- .../streaming/HiveStreamingConnection.java | 11 ++++---- .../apache/hive/streaming/InvalidTable.java | 11 ++++---- .../streaming/InvalidTransactionState.java | 11 ++++---- .../streaming/PartitionCreationFailed.java | 11 ++++---- .../hive/streaming/PartitionHandler.java | 11 ++++---- .../apache/hive/streaming/PartitionInfo.java | 11 ++++---- .../apache/hive/streaming/RecordWriter.java | 11 ++++---- .../hive/streaming/SerializationError.java | 11 ++++---- .../hive/streaming/StreamingConnection.java | 11 ++++---- .../hive/streaming/StreamingException.java | 11 ++++---- .../hive/streaming/StreamingIOFailure.java | 11 ++++---- .../hive/streaming/StreamingTransaction.java | 11 ++++---- .../streaming/StrictDelimitedInputWriter.java | 11 ++++---- .../hive/streaming/StrictJsonWriter.java | 11 ++++---- .../hive/streaming/StrictRegexWriter.java | 11 ++++---- .../hive/streaming/TransactionBatch.java | 11 ++++---- .../hive/streaming/TransactionError.java | 11 ++++---- .../streaming/UnManagedSingleTransaction.java | 11 ++++---- .../apache/hive/streaming/package-info.java | 11 ++++---- .../apache/hive/streaming/TestStreaming.java | 11 ++++---- .../TestStreamingDynamicPartitioning.java | 11 ++++---- .../hive/testutils/jdbc/HiveBurnInClient.java | 11 ++++---- .../junit/extensions/DoNothingTCPServer.java | 11 ++++---- .../DoNothingTCPServerExtension.java | 11 ++++---- .../TestDoNothingTCPServerExtension.java | 11 ++++---- .../ql/exec/AmbiguousMethodException.java | 11 ++++---- .../ql/exec/DefaultUDAFEvaluatorResolver.java | 11 ++++---- .../ql/exec/DefaultUDFMethodResolver.java | 11 ++++---- .../hadoop/hive/ql/exec/Description.java | 11 ++++---- .../hadoop/hive/ql/exec/MethodUtils.java | 11 ++++---- .../ql/exec/NoMatchingMethodException.java | 11 ++++---- .../org/apache/hadoop/hive/ql/exec/UDAF.java | 11 ++++---- .../hadoop/hive/ql/exec/UDAFEvaluator.java | 11 ++++---- .../hive/ql/exec/UDAFEvaluatorResolver.java | 11 ++++---- .../org/apache/hadoop/hive/ql/exec/UDF.java | 11 ++++---- .../hive/ql/exec/UDFArgumentException.java | 11 ++++---- .../hive/ql/exec/UDFMethodResolver.java | 11 ++++---- .../apache/hadoop/hive/ql/udf/UDFType.java | 11 ++++---- .../hadoop/hive/tools/GenVectorCode.java | 11 ++++---- .../hadoop/hive/tools/GenVectorTestCode.java | 11 ++++---- 7767 files changed, 46707 insertions(+), 38931 deletions(-) diff --git a/accumulo-handler/src/java/org/apache/hadoop/hive/accumulo/AccumuloConnectionParameters.java b/accumulo-handler/src/java/org/apache/hadoop/hive/accumulo/AccumuloConnectionParameters.java index fde246b66119..cb88d68254f7 100644 --- a/accumulo-handler/src/java/org/apache/hadoop/hive/accumulo/AccumuloConnectionParameters.java +++ b/accumulo-handler/src/java/org/apache/hadoop/hive/accumulo/AccumuloConnectionParameters.java @@ -9,11 +9,12 @@ * * 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. + * 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. */ package org.apache.hadoop.hive.accumulo; diff --git a/accumulo-handler/src/java/org/apache/hadoop/hive/accumulo/AccumuloDefaultIndexScanner.java b/accumulo-handler/src/java/org/apache/hadoop/hive/accumulo/AccumuloDefaultIndexScanner.java index 8dcce30928a4..dbf2e32ea9bc 100644 --- a/accumulo-handler/src/java/org/apache/hadoop/hive/accumulo/AccumuloDefaultIndexScanner.java +++ b/accumulo-handler/src/java/org/apache/hadoop/hive/accumulo/AccumuloDefaultIndexScanner.java @@ -9,11 +9,12 @@ * * 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. + * 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. */ package org.apache.hadoop.hive.accumulo; diff --git a/accumulo-handler/src/java/org/apache/hadoop/hive/accumulo/AccumuloHiveConstants.java b/accumulo-handler/src/java/org/apache/hadoop/hive/accumulo/AccumuloHiveConstants.java index 44d139eadc13..f67146642ce1 100644 --- a/accumulo-handler/src/java/org/apache/hadoop/hive/accumulo/AccumuloHiveConstants.java +++ b/accumulo-handler/src/java/org/apache/hadoop/hive/accumulo/AccumuloHiveConstants.java @@ -9,11 +9,12 @@ * * 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. + * 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. */ package org.apache.hadoop.hive.accumulo; diff --git a/accumulo-handler/src/java/org/apache/hadoop/hive/accumulo/AccumuloHiveRow.java b/accumulo-handler/src/java/org/apache/hadoop/hive/accumulo/AccumuloHiveRow.java index b4c21d5a80b1..489da216ec70 100644 --- a/accumulo-handler/src/java/org/apache/hadoop/hive/accumulo/AccumuloHiveRow.java +++ b/accumulo-handler/src/java/org/apache/hadoop/hive/accumulo/AccumuloHiveRow.java @@ -9,11 +9,12 @@ * * 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. + * 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. */ package org.apache.hadoop.hive.accumulo; diff --git a/accumulo-handler/src/java/org/apache/hadoop/hive/accumulo/AccumuloIndexLexicoder.java b/accumulo-handler/src/java/org/apache/hadoop/hive/accumulo/AccumuloIndexLexicoder.java index cadedc1f6651..ea15e7eec765 100644 --- a/accumulo-handler/src/java/org/apache/hadoop/hive/accumulo/AccumuloIndexLexicoder.java +++ b/accumulo-handler/src/java/org/apache/hadoop/hive/accumulo/AccumuloIndexLexicoder.java @@ -9,11 +9,12 @@ * * 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. + * 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. */ package org.apache.hadoop.hive.accumulo; diff --git a/accumulo-handler/src/java/org/apache/hadoop/hive/accumulo/AccumuloIndexScanner.java b/accumulo-handler/src/java/org/apache/hadoop/hive/accumulo/AccumuloIndexScanner.java index 2935d6a9fa68..191f3e97be2a 100644 --- a/accumulo-handler/src/java/org/apache/hadoop/hive/accumulo/AccumuloIndexScanner.java +++ b/accumulo-handler/src/java/org/apache/hadoop/hive/accumulo/AccumuloIndexScanner.java @@ -9,11 +9,12 @@ * * 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. + * 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. */ package org.apache.hadoop.hive.accumulo; diff --git a/accumulo-handler/src/java/org/apache/hadoop/hive/accumulo/AccumuloIndexScannerException.java b/accumulo-handler/src/java/org/apache/hadoop/hive/accumulo/AccumuloIndexScannerException.java index 4f52e8c4d124..cc40690b4033 100644 --- a/accumulo-handler/src/java/org/apache/hadoop/hive/accumulo/AccumuloIndexScannerException.java +++ b/accumulo-handler/src/java/org/apache/hadoop/hive/accumulo/AccumuloIndexScannerException.java @@ -9,11 +9,12 @@ * * 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. + * 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. */ package org.apache.hadoop.hive.accumulo; diff --git a/accumulo-handler/src/java/org/apache/hadoop/hive/accumulo/AccumuloStorageHandler.java b/accumulo-handler/src/java/org/apache/hadoop/hive/accumulo/AccumuloStorageHandler.java index 9f39296e4e9f..3a939868eec3 100644 --- a/accumulo-handler/src/java/org/apache/hadoop/hive/accumulo/AccumuloStorageHandler.java +++ b/accumulo-handler/src/java/org/apache/hadoop/hive/accumulo/AccumuloStorageHandler.java @@ -9,11 +9,12 @@ * * 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. + * 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. */ package org.apache.hadoop.hive.accumulo; diff --git a/accumulo-handler/src/java/org/apache/hadoop/hive/accumulo/HiveAccumuloHelper.java b/accumulo-handler/src/java/org/apache/hadoop/hive/accumulo/HiveAccumuloHelper.java index 5180a2704d96..cb2ba5179b1f 100644 --- a/accumulo-handler/src/java/org/apache/hadoop/hive/accumulo/HiveAccumuloHelper.java +++ b/accumulo-handler/src/java/org/apache/hadoop/hive/accumulo/HiveAccumuloHelper.java @@ -9,11 +9,12 @@ * * 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. + * 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. */ package org.apache.hadoop.hive.accumulo; diff --git a/accumulo-handler/src/java/org/apache/hadoop/hive/accumulo/LazyAccumuloMap.java b/accumulo-handler/src/java/org/apache/hadoop/hive/accumulo/LazyAccumuloMap.java index 0ebc523fd7d3..1f12ec71d30f 100644 --- a/accumulo-handler/src/java/org/apache/hadoop/hive/accumulo/LazyAccumuloMap.java +++ b/accumulo-handler/src/java/org/apache/hadoop/hive/accumulo/LazyAccumuloMap.java @@ -9,11 +9,12 @@ * * 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. + * 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. */ package org.apache.hadoop.hive.accumulo; diff --git a/accumulo-handler/src/java/org/apache/hadoop/hive/accumulo/LazyAccumuloRow.java b/accumulo-handler/src/java/org/apache/hadoop/hive/accumulo/LazyAccumuloRow.java index 77cf240d1bb9..eeb9b7cb0bc0 100644 --- a/accumulo-handler/src/java/org/apache/hadoop/hive/accumulo/LazyAccumuloRow.java +++ b/accumulo-handler/src/java/org/apache/hadoop/hive/accumulo/LazyAccumuloRow.java @@ -9,11 +9,12 @@ * * 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. + * 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. */ package org.apache.hadoop.hive.accumulo; diff --git a/accumulo-handler/src/java/org/apache/hadoop/hive/accumulo/columns/ColumnEncoding.java b/accumulo-handler/src/java/org/apache/hadoop/hive/accumulo/columns/ColumnEncoding.java index 8eaf52216ab7..47ecb3efebcf 100644 --- a/accumulo-handler/src/java/org/apache/hadoop/hive/accumulo/columns/ColumnEncoding.java +++ b/accumulo-handler/src/java/org/apache/hadoop/hive/accumulo/columns/ColumnEncoding.java @@ -9,11 +9,12 @@ * * 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. + * 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. */ package org.apache.hadoop.hive.accumulo.columns; diff --git a/accumulo-handler/src/java/org/apache/hadoop/hive/accumulo/columns/ColumnMapper.java b/accumulo-handler/src/java/org/apache/hadoop/hive/accumulo/columns/ColumnMapper.java index 6565dd513024..1bb22816f652 100644 --- a/accumulo-handler/src/java/org/apache/hadoop/hive/accumulo/columns/ColumnMapper.java +++ b/accumulo-handler/src/java/org/apache/hadoop/hive/accumulo/columns/ColumnMapper.java @@ -9,11 +9,12 @@ * * 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. + * 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. */ package org.apache.hadoop.hive.accumulo.columns; diff --git a/accumulo-handler/src/java/org/apache/hadoop/hive/accumulo/columns/ColumnMapping.java b/accumulo-handler/src/java/org/apache/hadoop/hive/accumulo/columns/ColumnMapping.java index bc57ee75a043..fc47c92e04e6 100644 --- a/accumulo-handler/src/java/org/apache/hadoop/hive/accumulo/columns/ColumnMapping.java +++ b/accumulo-handler/src/java/org/apache/hadoop/hive/accumulo/columns/ColumnMapping.java @@ -9,11 +9,12 @@ * * 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. + * 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. */ package org.apache.hadoop.hive.accumulo.columns; diff --git a/accumulo-handler/src/java/org/apache/hadoop/hive/accumulo/columns/ColumnMappingFactory.java b/accumulo-handler/src/java/org/apache/hadoop/hive/accumulo/columns/ColumnMappingFactory.java index 450ea3a6869f..15a9fdc28b2d 100644 --- a/accumulo-handler/src/java/org/apache/hadoop/hive/accumulo/columns/ColumnMappingFactory.java +++ b/accumulo-handler/src/java/org/apache/hadoop/hive/accumulo/columns/ColumnMappingFactory.java @@ -9,11 +9,12 @@ * * 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. + * 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. */ package org.apache.hadoop.hive.accumulo.columns; diff --git a/accumulo-handler/src/java/org/apache/hadoop/hive/accumulo/columns/HiveAccumuloColumnMapping.java b/accumulo-handler/src/java/org/apache/hadoop/hive/accumulo/columns/HiveAccumuloColumnMapping.java index 2de3f0361895..07dbf6316791 100644 --- a/accumulo-handler/src/java/org/apache/hadoop/hive/accumulo/columns/HiveAccumuloColumnMapping.java +++ b/accumulo-handler/src/java/org/apache/hadoop/hive/accumulo/columns/HiveAccumuloColumnMapping.java @@ -9,11 +9,12 @@ * * 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. + * 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. */ package org.apache.hadoop.hive.accumulo.columns; diff --git a/accumulo-handler/src/java/org/apache/hadoop/hive/accumulo/columns/HiveAccumuloMapColumnMapping.java b/accumulo-handler/src/java/org/apache/hadoop/hive/accumulo/columns/HiveAccumuloMapColumnMapping.java index 1ac80827687f..e8d406d68a33 100644 --- a/accumulo-handler/src/java/org/apache/hadoop/hive/accumulo/columns/HiveAccumuloMapColumnMapping.java +++ b/accumulo-handler/src/java/org/apache/hadoop/hive/accumulo/columns/HiveAccumuloMapColumnMapping.java @@ -9,11 +9,12 @@ * * 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. + * 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. */ package org.apache.hadoop.hive.accumulo.columns; diff --git a/accumulo-handler/src/java/org/apache/hadoop/hive/accumulo/columns/HiveAccumuloRowIdColumnMapping.java b/accumulo-handler/src/java/org/apache/hadoop/hive/accumulo/columns/HiveAccumuloRowIdColumnMapping.java index f0f504ac0d76..c6cc1671b80c 100644 --- a/accumulo-handler/src/java/org/apache/hadoop/hive/accumulo/columns/HiveAccumuloRowIdColumnMapping.java +++ b/accumulo-handler/src/java/org/apache/hadoop/hive/accumulo/columns/HiveAccumuloRowIdColumnMapping.java @@ -9,11 +9,12 @@ * * 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. + * 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. */ package org.apache.hadoop.hive.accumulo.columns; diff --git a/accumulo-handler/src/java/org/apache/hadoop/hive/accumulo/columns/HiveColumn.java b/accumulo-handler/src/java/org/apache/hadoop/hive/accumulo/columns/HiveColumn.java index 5f626ce13928..9363f41ab40f 100644 --- a/accumulo-handler/src/java/org/apache/hadoop/hive/accumulo/columns/HiveColumn.java +++ b/accumulo-handler/src/java/org/apache/hadoop/hive/accumulo/columns/HiveColumn.java @@ -9,11 +9,12 @@ * * 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. + * 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. */ package org.apache.hadoop.hive.accumulo.columns; diff --git a/accumulo-handler/src/java/org/apache/hadoop/hive/accumulo/columns/InvalidColumnMappingException.java b/accumulo-handler/src/java/org/apache/hadoop/hive/accumulo/columns/InvalidColumnMappingException.java index a24c302794d4..d0ab77e80545 100644 --- a/accumulo-handler/src/java/org/apache/hadoop/hive/accumulo/columns/InvalidColumnMappingException.java +++ b/accumulo-handler/src/java/org/apache/hadoop/hive/accumulo/columns/InvalidColumnMappingException.java @@ -9,11 +9,12 @@ * * 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. + * 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. */ package org.apache.hadoop.hive.accumulo.columns; diff --git a/accumulo-handler/src/java/org/apache/hadoop/hive/accumulo/mr/AccumuloIndexDefinition.java b/accumulo-handler/src/java/org/apache/hadoop/hive/accumulo/mr/AccumuloIndexDefinition.java index 1d73b36f0649..025754d61928 100644 --- a/accumulo-handler/src/java/org/apache/hadoop/hive/accumulo/mr/AccumuloIndexDefinition.java +++ b/accumulo-handler/src/java/org/apache/hadoop/hive/accumulo/mr/AccumuloIndexDefinition.java @@ -9,11 +9,12 @@ * * 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. + * 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. */ package org.apache.hadoop.hive.accumulo.mr; diff --git a/accumulo-handler/src/java/org/apache/hadoop/hive/accumulo/mr/AccumuloIndexedOutputFormat.java b/accumulo-handler/src/java/org/apache/hadoop/hive/accumulo/mr/AccumuloIndexedOutputFormat.java index d1efcd4d0a91..f77f29c7c72d 100644 --- a/accumulo-handler/src/java/org/apache/hadoop/hive/accumulo/mr/AccumuloIndexedOutputFormat.java +++ b/accumulo-handler/src/java/org/apache/hadoop/hive/accumulo/mr/AccumuloIndexedOutputFormat.java @@ -9,11 +9,12 @@ * * 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. + * 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. */ package org.apache.hadoop.hive.accumulo.mr; diff --git a/accumulo-handler/src/java/org/apache/hadoop/hive/accumulo/mr/HiveAccumuloRecordReader.java b/accumulo-handler/src/java/org/apache/hadoop/hive/accumulo/mr/HiveAccumuloRecordReader.java index 780cd07ccfc2..75e052b659de 100644 --- a/accumulo-handler/src/java/org/apache/hadoop/hive/accumulo/mr/HiveAccumuloRecordReader.java +++ b/accumulo-handler/src/java/org/apache/hadoop/hive/accumulo/mr/HiveAccumuloRecordReader.java @@ -9,11 +9,12 @@ * * 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. + * 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. */ package org.apache.hadoop.hive.accumulo.mr; diff --git a/accumulo-handler/src/java/org/apache/hadoop/hive/accumulo/mr/HiveAccumuloSplit.java b/accumulo-handler/src/java/org/apache/hadoop/hive/accumulo/mr/HiveAccumuloSplit.java index b740b988561b..f5654ca22252 100644 --- a/accumulo-handler/src/java/org/apache/hadoop/hive/accumulo/mr/HiveAccumuloSplit.java +++ b/accumulo-handler/src/java/org/apache/hadoop/hive/accumulo/mr/HiveAccumuloSplit.java @@ -9,11 +9,12 @@ * * 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. + * 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. */ package org.apache.hadoop.hive.accumulo.mr; diff --git a/accumulo-handler/src/java/org/apache/hadoop/hive/accumulo/mr/HiveAccumuloTableInputFormat.java b/accumulo-handler/src/java/org/apache/hadoop/hive/accumulo/mr/HiveAccumuloTableInputFormat.java index 9d83724c1348..d53e049b8364 100644 --- a/accumulo-handler/src/java/org/apache/hadoop/hive/accumulo/mr/HiveAccumuloTableInputFormat.java +++ b/accumulo-handler/src/java/org/apache/hadoop/hive/accumulo/mr/HiveAccumuloTableInputFormat.java @@ -9,11 +9,12 @@ * * 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. + * 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. */ package org.apache.hadoop.hive.accumulo.mr; diff --git a/accumulo-handler/src/java/org/apache/hadoop/hive/accumulo/mr/HiveAccumuloTableOutputFormat.java b/accumulo-handler/src/java/org/apache/hadoop/hive/accumulo/mr/HiveAccumuloTableOutputFormat.java index b399bc626241..c02ae260fe9c 100644 --- a/accumulo-handler/src/java/org/apache/hadoop/hive/accumulo/mr/HiveAccumuloTableOutputFormat.java +++ b/accumulo-handler/src/java/org/apache/hadoop/hive/accumulo/mr/HiveAccumuloTableOutputFormat.java @@ -9,11 +9,12 @@ * * 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. + * 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. */ package org.apache.hadoop.hive.accumulo.mr; diff --git a/accumulo-handler/src/java/org/apache/hadoop/hive/accumulo/mr/IndexOutputConfigurator.java b/accumulo-handler/src/java/org/apache/hadoop/hive/accumulo/mr/IndexOutputConfigurator.java index 0f718957217e..4f23df7def52 100644 --- a/accumulo-handler/src/java/org/apache/hadoop/hive/accumulo/mr/IndexOutputConfigurator.java +++ b/accumulo-handler/src/java/org/apache/hadoop/hive/accumulo/mr/IndexOutputConfigurator.java @@ -9,11 +9,12 @@ * * 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. + * 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. */ package org.apache.hadoop.hive.accumulo.mr; diff --git a/accumulo-handler/src/java/org/apache/hadoop/hive/accumulo/mr/package-info.java b/accumulo-handler/src/java/org/apache/hadoop/hive/accumulo/mr/package-info.java index c4dca8f4ca33..353d92a9c029 100644 --- a/accumulo-handler/src/java/org/apache/hadoop/hive/accumulo/mr/package-info.java +++ b/accumulo-handler/src/java/org/apache/hadoop/hive/accumulo/mr/package-info.java @@ -9,11 +9,12 @@ * * 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. + * 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. */ /** diff --git a/accumulo-handler/src/java/org/apache/hadoop/hive/accumulo/package-info.java b/accumulo-handler/src/java/org/apache/hadoop/hive/accumulo/package-info.java index 67c31c104342..ba2c7cc1e734 100644 --- a/accumulo-handler/src/java/org/apache/hadoop/hive/accumulo/package-info.java +++ b/accumulo-handler/src/java/org/apache/hadoop/hive/accumulo/package-info.java @@ -9,11 +9,12 @@ * * 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. + * 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. */ /** diff --git a/accumulo-handler/src/java/org/apache/hadoop/hive/accumulo/predicate/AccumuloPredicateHandler.java b/accumulo-handler/src/java/org/apache/hadoop/hive/accumulo/predicate/AccumuloPredicateHandler.java index 89f57121a04d..ea512e45403f 100644 --- a/accumulo-handler/src/java/org/apache/hadoop/hive/accumulo/predicate/AccumuloPredicateHandler.java +++ b/accumulo-handler/src/java/org/apache/hadoop/hive/accumulo/predicate/AccumuloPredicateHandler.java @@ -9,11 +9,12 @@ * * 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. + * 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. */ package org.apache.hadoop.hive.accumulo.predicate; diff --git a/accumulo-handler/src/java/org/apache/hadoop/hive/accumulo/predicate/AccumuloRangeGenerator.java b/accumulo-handler/src/java/org/apache/hadoop/hive/accumulo/predicate/AccumuloRangeGenerator.java index fd4a8ccf5d35..0b7bb6f58e14 100644 --- a/accumulo-handler/src/java/org/apache/hadoop/hive/accumulo/predicate/AccumuloRangeGenerator.java +++ b/accumulo-handler/src/java/org/apache/hadoop/hive/accumulo/predicate/AccumuloRangeGenerator.java @@ -9,11 +9,12 @@ * * 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. + * 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. */ package org.apache.hadoop.hive.accumulo.predicate; diff --git a/accumulo-handler/src/java/org/apache/hadoop/hive/accumulo/predicate/NoSuchCompareOpException.java b/accumulo-handler/src/java/org/apache/hadoop/hive/accumulo/predicate/NoSuchCompareOpException.java index ebfbe4a4908f..2aeaa621f80c 100644 --- a/accumulo-handler/src/java/org/apache/hadoop/hive/accumulo/predicate/NoSuchCompareOpException.java +++ b/accumulo-handler/src/java/org/apache/hadoop/hive/accumulo/predicate/NoSuchCompareOpException.java @@ -9,11 +9,12 @@ * * 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. + * 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. */ package org.apache.hadoop.hive.accumulo.predicate; diff --git a/accumulo-handler/src/java/org/apache/hadoop/hive/accumulo/predicate/NoSuchPrimitiveComparisonException.java b/accumulo-handler/src/java/org/apache/hadoop/hive/accumulo/predicate/NoSuchPrimitiveComparisonException.java index b8a024649514..b9b84fb3d473 100644 --- a/accumulo-handler/src/java/org/apache/hadoop/hive/accumulo/predicate/NoSuchPrimitiveComparisonException.java +++ b/accumulo-handler/src/java/org/apache/hadoop/hive/accumulo/predicate/NoSuchPrimitiveComparisonException.java @@ -9,11 +9,12 @@ * * 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. + * 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. */ package org.apache.hadoop.hive.accumulo.predicate; diff --git a/accumulo-handler/src/java/org/apache/hadoop/hive/accumulo/predicate/PrimitiveComparisonFilter.java b/accumulo-handler/src/java/org/apache/hadoop/hive/accumulo/predicate/PrimitiveComparisonFilter.java index 3a9a4d161e87..2838e588984d 100644 --- a/accumulo-handler/src/java/org/apache/hadoop/hive/accumulo/predicate/PrimitiveComparisonFilter.java +++ b/accumulo-handler/src/java/org/apache/hadoop/hive/accumulo/predicate/PrimitiveComparisonFilter.java @@ -9,11 +9,12 @@ * * 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. + * 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. */ package org.apache.hadoop.hive.accumulo.predicate; diff --git a/accumulo-handler/src/java/org/apache/hadoop/hive/accumulo/predicate/PushdownTuple.java b/accumulo-handler/src/java/org/apache/hadoop/hive/accumulo/predicate/PushdownTuple.java index 614ea8b6ee39..c78a71590f9d 100644 --- a/accumulo-handler/src/java/org/apache/hadoop/hive/accumulo/predicate/PushdownTuple.java +++ b/accumulo-handler/src/java/org/apache/hadoop/hive/accumulo/predicate/PushdownTuple.java @@ -9,11 +9,12 @@ * * 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. + * 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. */ package org.apache.hadoop.hive.accumulo.predicate; diff --git a/accumulo-handler/src/java/org/apache/hadoop/hive/accumulo/predicate/compare/CompareOp.java b/accumulo-handler/src/java/org/apache/hadoop/hive/accumulo/predicate/compare/CompareOp.java index cc698a294abf..9372ca6a615f 100644 --- a/accumulo-handler/src/java/org/apache/hadoop/hive/accumulo/predicate/compare/CompareOp.java +++ b/accumulo-handler/src/java/org/apache/hadoop/hive/accumulo/predicate/compare/CompareOp.java @@ -9,11 +9,12 @@ * * 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. + * 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. */ package org.apache.hadoop.hive.accumulo.predicate.compare; diff --git a/accumulo-handler/src/java/org/apache/hadoop/hive/accumulo/predicate/compare/DoubleCompare.java b/accumulo-handler/src/java/org/apache/hadoop/hive/accumulo/predicate/compare/DoubleCompare.java index f66b2ff44405..fe5bc051be2b 100644 --- a/accumulo-handler/src/java/org/apache/hadoop/hive/accumulo/predicate/compare/DoubleCompare.java +++ b/accumulo-handler/src/java/org/apache/hadoop/hive/accumulo/predicate/compare/DoubleCompare.java @@ -9,11 +9,12 @@ * * 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. + * 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. */ package org.apache.hadoop.hive.accumulo.predicate.compare; diff --git a/accumulo-handler/src/java/org/apache/hadoop/hive/accumulo/predicate/compare/Equal.java b/accumulo-handler/src/java/org/apache/hadoop/hive/accumulo/predicate/compare/Equal.java index f0fc9cb2f5fa..0473f7156867 100644 --- a/accumulo-handler/src/java/org/apache/hadoop/hive/accumulo/predicate/compare/Equal.java +++ b/accumulo-handler/src/java/org/apache/hadoop/hive/accumulo/predicate/compare/Equal.java @@ -9,11 +9,12 @@ * * 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. + * 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. */ package org.apache.hadoop.hive.accumulo.predicate.compare; diff --git a/accumulo-handler/src/java/org/apache/hadoop/hive/accumulo/predicate/compare/GreaterThan.java b/accumulo-handler/src/java/org/apache/hadoop/hive/accumulo/predicate/compare/GreaterThan.java index 1cf2a178ff5b..ca46ca8e5549 100644 --- a/accumulo-handler/src/java/org/apache/hadoop/hive/accumulo/predicate/compare/GreaterThan.java +++ b/accumulo-handler/src/java/org/apache/hadoop/hive/accumulo/predicate/compare/GreaterThan.java @@ -9,11 +9,12 @@ * * 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. + * 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. */ package org.apache.hadoop.hive.accumulo.predicate.compare; diff --git a/accumulo-handler/src/java/org/apache/hadoop/hive/accumulo/predicate/compare/GreaterThanOrEqual.java b/accumulo-handler/src/java/org/apache/hadoop/hive/accumulo/predicate/compare/GreaterThanOrEqual.java index 0b43141a7a51..c14a334c4bc2 100644 --- a/accumulo-handler/src/java/org/apache/hadoop/hive/accumulo/predicate/compare/GreaterThanOrEqual.java +++ b/accumulo-handler/src/java/org/apache/hadoop/hive/accumulo/predicate/compare/GreaterThanOrEqual.java @@ -9,11 +9,12 @@ * * 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. + * 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. */ package org.apache.hadoop.hive.accumulo.predicate.compare; diff --git a/accumulo-handler/src/java/org/apache/hadoop/hive/accumulo/predicate/compare/IntCompare.java b/accumulo-handler/src/java/org/apache/hadoop/hive/accumulo/predicate/compare/IntCompare.java index 793a1a2f301f..21c45960eb44 100644 --- a/accumulo-handler/src/java/org/apache/hadoop/hive/accumulo/predicate/compare/IntCompare.java +++ b/accumulo-handler/src/java/org/apache/hadoop/hive/accumulo/predicate/compare/IntCompare.java @@ -9,11 +9,12 @@ * * 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. + * 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. */ package org.apache.hadoop.hive.accumulo.predicate.compare; diff --git a/accumulo-handler/src/java/org/apache/hadoop/hive/accumulo/predicate/compare/LessThan.java b/accumulo-handler/src/java/org/apache/hadoop/hive/accumulo/predicate/compare/LessThan.java index b271127d4ec7..6a3e1369292c 100644 --- a/accumulo-handler/src/java/org/apache/hadoop/hive/accumulo/predicate/compare/LessThan.java +++ b/accumulo-handler/src/java/org/apache/hadoop/hive/accumulo/predicate/compare/LessThan.java @@ -9,11 +9,12 @@ * * 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. + * 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. */ package org.apache.hadoop.hive.accumulo.predicate.compare; diff --git a/accumulo-handler/src/java/org/apache/hadoop/hive/accumulo/predicate/compare/LessThanOrEqual.java b/accumulo-handler/src/java/org/apache/hadoop/hive/accumulo/predicate/compare/LessThanOrEqual.java index bab2f09c134d..306be6b05116 100644 --- a/accumulo-handler/src/java/org/apache/hadoop/hive/accumulo/predicate/compare/LessThanOrEqual.java +++ b/accumulo-handler/src/java/org/apache/hadoop/hive/accumulo/predicate/compare/LessThanOrEqual.java @@ -9,11 +9,12 @@ * * 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. + * 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. */ package org.apache.hadoop.hive.accumulo.predicate.compare; diff --git a/accumulo-handler/src/java/org/apache/hadoop/hive/accumulo/predicate/compare/Like.java b/accumulo-handler/src/java/org/apache/hadoop/hive/accumulo/predicate/compare/Like.java index 59466e1b3fb6..84c603f81f34 100644 --- a/accumulo-handler/src/java/org/apache/hadoop/hive/accumulo/predicate/compare/Like.java +++ b/accumulo-handler/src/java/org/apache/hadoop/hive/accumulo/predicate/compare/Like.java @@ -9,11 +9,12 @@ * * 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. + * 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. */ package org.apache.hadoop.hive.accumulo.predicate.compare; diff --git a/accumulo-handler/src/java/org/apache/hadoop/hive/accumulo/predicate/compare/LongCompare.java b/accumulo-handler/src/java/org/apache/hadoop/hive/accumulo/predicate/compare/LongCompare.java index b98db83b9af1..4e5f70c37c2e 100644 --- a/accumulo-handler/src/java/org/apache/hadoop/hive/accumulo/predicate/compare/LongCompare.java +++ b/accumulo-handler/src/java/org/apache/hadoop/hive/accumulo/predicate/compare/LongCompare.java @@ -9,11 +9,12 @@ * * 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. + * 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. */ package org.apache.hadoop.hive.accumulo.predicate.compare; diff --git a/accumulo-handler/src/java/org/apache/hadoop/hive/accumulo/predicate/compare/NotEqual.java b/accumulo-handler/src/java/org/apache/hadoop/hive/accumulo/predicate/compare/NotEqual.java index 7d9c3f94628a..5fe13f981fc4 100644 --- a/accumulo-handler/src/java/org/apache/hadoop/hive/accumulo/predicate/compare/NotEqual.java +++ b/accumulo-handler/src/java/org/apache/hadoop/hive/accumulo/predicate/compare/NotEqual.java @@ -9,11 +9,12 @@ * * 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. + * 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. */ package org.apache.hadoop.hive.accumulo.predicate.compare; diff --git a/accumulo-handler/src/java/org/apache/hadoop/hive/accumulo/predicate/compare/PrimitiveComparison.java b/accumulo-handler/src/java/org/apache/hadoop/hive/accumulo/predicate/compare/PrimitiveComparison.java index 8b624e753f8f..41f9d33feb79 100644 --- a/accumulo-handler/src/java/org/apache/hadoop/hive/accumulo/predicate/compare/PrimitiveComparison.java +++ b/accumulo-handler/src/java/org/apache/hadoop/hive/accumulo/predicate/compare/PrimitiveComparison.java @@ -9,11 +9,12 @@ * * 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. + * 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. */ package org.apache.hadoop.hive.accumulo.predicate.compare; diff --git a/accumulo-handler/src/java/org/apache/hadoop/hive/accumulo/predicate/compare/StringCompare.java b/accumulo-handler/src/java/org/apache/hadoop/hive/accumulo/predicate/compare/StringCompare.java index 91616a926254..ff84273b7265 100644 --- a/accumulo-handler/src/java/org/apache/hadoop/hive/accumulo/predicate/compare/StringCompare.java +++ b/accumulo-handler/src/java/org/apache/hadoop/hive/accumulo/predicate/compare/StringCompare.java @@ -9,11 +9,12 @@ * * 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. + * 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. */ package org.apache.hadoop.hive.accumulo.predicate.compare; diff --git a/accumulo-handler/src/java/org/apache/hadoop/hive/accumulo/predicate/compare/package-info.java b/accumulo-handler/src/java/org/apache/hadoop/hive/accumulo/predicate/compare/package-info.java index ddcf43f48ec5..4ca26b33339e 100644 --- a/accumulo-handler/src/java/org/apache/hadoop/hive/accumulo/predicate/compare/package-info.java +++ b/accumulo-handler/src/java/org/apache/hadoop/hive/accumulo/predicate/compare/package-info.java @@ -9,11 +9,12 @@ * * 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. + * 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. */ /** diff --git a/accumulo-handler/src/java/org/apache/hadoop/hive/accumulo/predicate/package-info.java b/accumulo-handler/src/java/org/apache/hadoop/hive/accumulo/predicate/package-info.java index fe8be035191f..88c56f5edb7d 100644 --- a/accumulo-handler/src/java/org/apache/hadoop/hive/accumulo/predicate/package-info.java +++ b/accumulo-handler/src/java/org/apache/hadoop/hive/accumulo/predicate/package-info.java @@ -9,11 +9,12 @@ * * 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. + * 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. */ /** diff --git a/accumulo-handler/src/java/org/apache/hadoop/hive/accumulo/serde/AccumuloCompositeRowId.java b/accumulo-handler/src/java/org/apache/hadoop/hive/accumulo/serde/AccumuloCompositeRowId.java index 81da305517c3..04891ba95e9d 100644 --- a/accumulo-handler/src/java/org/apache/hadoop/hive/accumulo/serde/AccumuloCompositeRowId.java +++ b/accumulo-handler/src/java/org/apache/hadoop/hive/accumulo/serde/AccumuloCompositeRowId.java @@ -9,11 +9,12 @@ * * 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. + * 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. */ package org.apache.hadoop.hive.accumulo.serde; diff --git a/accumulo-handler/src/java/org/apache/hadoop/hive/accumulo/serde/AccumuloIndexParameters.java b/accumulo-handler/src/java/org/apache/hadoop/hive/accumulo/serde/AccumuloIndexParameters.java index 045fee08220f..7abc83d311f5 100644 --- a/accumulo-handler/src/java/org/apache/hadoop/hive/accumulo/serde/AccumuloIndexParameters.java +++ b/accumulo-handler/src/java/org/apache/hadoop/hive/accumulo/serde/AccumuloIndexParameters.java @@ -9,11 +9,12 @@ * * 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. + * 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. */ package org.apache.hadoop.hive.accumulo.serde; diff --git a/accumulo-handler/src/java/org/apache/hadoop/hive/accumulo/serde/AccumuloRowIdFactory.java b/accumulo-handler/src/java/org/apache/hadoop/hive/accumulo/serde/AccumuloRowIdFactory.java index a443fa17d4e0..6d8316e25dd2 100644 --- a/accumulo-handler/src/java/org/apache/hadoop/hive/accumulo/serde/AccumuloRowIdFactory.java +++ b/accumulo-handler/src/java/org/apache/hadoop/hive/accumulo/serde/AccumuloRowIdFactory.java @@ -9,11 +9,12 @@ * * 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. + * 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. */ package org.apache.hadoop.hive.accumulo.serde; diff --git a/accumulo-handler/src/java/org/apache/hadoop/hive/accumulo/serde/AccumuloRowSerializer.java b/accumulo-handler/src/java/org/apache/hadoop/hive/accumulo/serde/AccumuloRowSerializer.java index d7a2ecf7b5ac..e2b548aa56fe 100644 --- a/accumulo-handler/src/java/org/apache/hadoop/hive/accumulo/serde/AccumuloRowSerializer.java +++ b/accumulo-handler/src/java/org/apache/hadoop/hive/accumulo/serde/AccumuloRowSerializer.java @@ -9,11 +9,12 @@ * * 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. + * 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. */ package org.apache.hadoop.hive.accumulo.serde; diff --git a/accumulo-handler/src/java/org/apache/hadoop/hive/accumulo/serde/AccumuloSerDe.java b/accumulo-handler/src/java/org/apache/hadoop/hive/accumulo/serde/AccumuloSerDe.java index e1d136477084..e7ad196ab573 100644 --- a/accumulo-handler/src/java/org/apache/hadoop/hive/accumulo/serde/AccumuloSerDe.java +++ b/accumulo-handler/src/java/org/apache/hadoop/hive/accumulo/serde/AccumuloSerDe.java @@ -9,11 +9,12 @@ * * 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. + * 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. */ package org.apache.hadoop.hive.accumulo.serde; diff --git a/accumulo-handler/src/java/org/apache/hadoop/hive/accumulo/serde/AccumuloSerDeParameters.java b/accumulo-handler/src/java/org/apache/hadoop/hive/accumulo/serde/AccumuloSerDeParameters.java index b61025224aaa..d68c2e0a4842 100644 --- a/accumulo-handler/src/java/org/apache/hadoop/hive/accumulo/serde/AccumuloSerDeParameters.java +++ b/accumulo-handler/src/java/org/apache/hadoop/hive/accumulo/serde/AccumuloSerDeParameters.java @@ -9,11 +9,12 @@ * * 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. + * 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. */ package org.apache.hadoop.hive.accumulo.serde; diff --git a/accumulo-handler/src/java/org/apache/hadoop/hive/accumulo/serde/CompositeAccumuloRowIdFactory.java b/accumulo-handler/src/java/org/apache/hadoop/hive/accumulo/serde/CompositeAccumuloRowIdFactory.java index a3be5a3319b7..1a2027fc86a3 100644 --- a/accumulo-handler/src/java/org/apache/hadoop/hive/accumulo/serde/CompositeAccumuloRowIdFactory.java +++ b/accumulo-handler/src/java/org/apache/hadoop/hive/accumulo/serde/CompositeAccumuloRowIdFactory.java @@ -9,11 +9,12 @@ * * 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. + * 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. */ package org.apache.hadoop.hive.accumulo.serde; diff --git a/accumulo-handler/src/java/org/apache/hadoop/hive/accumulo/serde/DefaultAccumuloRowIdFactory.java b/accumulo-handler/src/java/org/apache/hadoop/hive/accumulo/serde/DefaultAccumuloRowIdFactory.java index f8736017fcc3..9cb642c39ffd 100644 --- a/accumulo-handler/src/java/org/apache/hadoop/hive/accumulo/serde/DefaultAccumuloRowIdFactory.java +++ b/accumulo-handler/src/java/org/apache/hadoop/hive/accumulo/serde/DefaultAccumuloRowIdFactory.java @@ -9,11 +9,12 @@ * * 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. + * 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. */ package org.apache.hadoop.hive.accumulo.serde; diff --git a/accumulo-handler/src/java/org/apache/hadoop/hive/accumulo/serde/TooManyAccumuloColumnsException.java b/accumulo-handler/src/java/org/apache/hadoop/hive/accumulo/serde/TooManyAccumuloColumnsException.java index 54e208c6702a..553976d43783 100644 --- a/accumulo-handler/src/java/org/apache/hadoop/hive/accumulo/serde/TooManyAccumuloColumnsException.java +++ b/accumulo-handler/src/java/org/apache/hadoop/hive/accumulo/serde/TooManyAccumuloColumnsException.java @@ -9,11 +9,12 @@ * * 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. + * 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. */ package org.apache.hadoop.hive.accumulo.serde; diff --git a/accumulo-handler/src/java/org/apache/hadoop/hive/accumulo/serde/TooManyHiveColumnsException.java b/accumulo-handler/src/java/org/apache/hadoop/hive/accumulo/serde/TooManyHiveColumnsException.java index 35d466873b69..67b57c1e73fc 100644 --- a/accumulo-handler/src/java/org/apache/hadoop/hive/accumulo/serde/TooManyHiveColumnsException.java +++ b/accumulo-handler/src/java/org/apache/hadoop/hive/accumulo/serde/TooManyHiveColumnsException.java @@ -9,11 +9,12 @@ * * 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. + * 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. */ package org.apache.hadoop.hive.accumulo.serde; diff --git a/accumulo-handler/src/java/org/apache/hadoop/hive/accumulo/serde/package-info.java b/accumulo-handler/src/java/org/apache/hadoop/hive/accumulo/serde/package-info.java index aaf396405876..69a4f16c8130 100644 --- a/accumulo-handler/src/java/org/apache/hadoop/hive/accumulo/serde/package-info.java +++ b/accumulo-handler/src/java/org/apache/hadoop/hive/accumulo/serde/package-info.java @@ -9,11 +9,12 @@ * * 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. + * 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. */ /** diff --git a/accumulo-handler/src/test/org/apache/hadoop/hive/accumulo/TestAccumuloConnectionParameters.java b/accumulo-handler/src/test/org/apache/hadoop/hive/accumulo/TestAccumuloConnectionParameters.java index 2899a4b00bbf..6e6641d12d77 100644 --- a/accumulo-handler/src/test/org/apache/hadoop/hive/accumulo/TestAccumuloConnectionParameters.java +++ b/accumulo-handler/src/test/org/apache/hadoop/hive/accumulo/TestAccumuloConnectionParameters.java @@ -9,11 +9,12 @@ * * 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. + * 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. */ package org.apache.hadoop.hive.accumulo; diff --git a/accumulo-handler/src/test/org/apache/hadoop/hive/accumulo/TestAccumuloDefaultIndexScanner.java b/accumulo-handler/src/test/org/apache/hadoop/hive/accumulo/TestAccumuloDefaultIndexScanner.java index 3e03aa23f887..eefe6553fdf6 100644 --- a/accumulo-handler/src/test/org/apache/hadoop/hive/accumulo/TestAccumuloDefaultIndexScanner.java +++ b/accumulo-handler/src/test/org/apache/hadoop/hive/accumulo/TestAccumuloDefaultIndexScanner.java @@ -9,11 +9,12 @@ * * 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. + * 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. */ package org.apache.hadoop.hive.accumulo; diff --git a/accumulo-handler/src/test/org/apache/hadoop/hive/accumulo/TestAccumuloHiveRow.java b/accumulo-handler/src/test/org/apache/hadoop/hive/accumulo/TestAccumuloHiveRow.java index a42fd103216b..3553051ac4ba 100644 --- a/accumulo-handler/src/test/org/apache/hadoop/hive/accumulo/TestAccumuloHiveRow.java +++ b/accumulo-handler/src/test/org/apache/hadoop/hive/accumulo/TestAccumuloHiveRow.java @@ -9,11 +9,12 @@ * * 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. + * 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. */ package org.apache.hadoop.hive.accumulo; diff --git a/accumulo-handler/src/test/org/apache/hadoop/hive/accumulo/TestAccumuloIndexLexicoder.java b/accumulo-handler/src/test/org/apache/hadoop/hive/accumulo/TestAccumuloIndexLexicoder.java index b23ed494ca6a..758d36ee13d3 100644 --- a/accumulo-handler/src/test/org/apache/hadoop/hive/accumulo/TestAccumuloIndexLexicoder.java +++ b/accumulo-handler/src/test/org/apache/hadoop/hive/accumulo/TestAccumuloIndexLexicoder.java @@ -9,11 +9,12 @@ * * 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. + * 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. */ package org.apache.hadoop.hive.accumulo; diff --git a/accumulo-handler/src/test/org/apache/hadoop/hive/accumulo/TestAccumuloIndexParameters.java b/accumulo-handler/src/test/org/apache/hadoop/hive/accumulo/TestAccumuloIndexParameters.java index 2251027c37c8..890c5d06ab9c 100644 --- a/accumulo-handler/src/test/org/apache/hadoop/hive/accumulo/TestAccumuloIndexParameters.java +++ b/accumulo-handler/src/test/org/apache/hadoop/hive/accumulo/TestAccumuloIndexParameters.java @@ -9,11 +9,12 @@ * * 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. + * 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. */ package org.apache.hadoop.hive.accumulo; diff --git a/accumulo-handler/src/test/org/apache/hadoop/hive/accumulo/TestAccumuloStorageHandler.java b/accumulo-handler/src/test/org/apache/hadoop/hive/accumulo/TestAccumuloStorageHandler.java index cbdd087dc6dd..7488a2008a58 100644 --- a/accumulo-handler/src/test/org/apache/hadoop/hive/accumulo/TestAccumuloStorageHandler.java +++ b/accumulo-handler/src/test/org/apache/hadoop/hive/accumulo/TestAccumuloStorageHandler.java @@ -9,11 +9,12 @@ * * 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. + * 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. */ package org.apache.hadoop.hive.accumulo; diff --git a/accumulo-handler/src/test/org/apache/hadoop/hive/accumulo/TestHiveAccumuloHelper.java b/accumulo-handler/src/test/org/apache/hadoop/hive/accumulo/TestHiveAccumuloHelper.java index 6ff9a3d740d0..b622a28ad72a 100644 --- a/accumulo-handler/src/test/org/apache/hadoop/hive/accumulo/TestHiveAccumuloHelper.java +++ b/accumulo-handler/src/test/org/apache/hadoop/hive/accumulo/TestHiveAccumuloHelper.java @@ -9,11 +9,12 @@ * * 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. + * 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. */ package org.apache.hadoop.hive.accumulo; diff --git a/accumulo-handler/src/test/org/apache/hadoop/hive/accumulo/TestLazyAccumuloMap.java b/accumulo-handler/src/test/org/apache/hadoop/hive/accumulo/TestLazyAccumuloMap.java index 3c0551e3495a..005a575ebbf5 100644 --- a/accumulo-handler/src/test/org/apache/hadoop/hive/accumulo/TestLazyAccumuloMap.java +++ b/accumulo-handler/src/test/org/apache/hadoop/hive/accumulo/TestLazyAccumuloMap.java @@ -9,11 +9,12 @@ * * 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. + * 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. */ package org.apache.hadoop.hive.accumulo; diff --git a/accumulo-handler/src/test/org/apache/hadoop/hive/accumulo/TestLazyAccumuloRow.java b/accumulo-handler/src/test/org/apache/hadoop/hive/accumulo/TestLazyAccumuloRow.java index 44acae5dac22..f9158eba29a7 100644 --- a/accumulo-handler/src/test/org/apache/hadoop/hive/accumulo/TestLazyAccumuloRow.java +++ b/accumulo-handler/src/test/org/apache/hadoop/hive/accumulo/TestLazyAccumuloRow.java @@ -9,11 +9,12 @@ * * 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. + * 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. */ package org.apache.hadoop.hive.accumulo; diff --git a/accumulo-handler/src/test/org/apache/hadoop/hive/accumulo/columns/TestColumnEncoding.java b/accumulo-handler/src/test/org/apache/hadoop/hive/accumulo/columns/TestColumnEncoding.java index 2dfee39c377a..42ec10fad73b 100644 --- a/accumulo-handler/src/test/org/apache/hadoop/hive/accumulo/columns/TestColumnEncoding.java +++ b/accumulo-handler/src/test/org/apache/hadoop/hive/accumulo/columns/TestColumnEncoding.java @@ -9,11 +9,12 @@ * * 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. + * 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. */ package org.apache.hadoop.hive.accumulo.columns; diff --git a/accumulo-handler/src/test/org/apache/hadoop/hive/accumulo/columns/TestColumnMapper.java b/accumulo-handler/src/test/org/apache/hadoop/hive/accumulo/columns/TestColumnMapper.java index 2a8ef58f8872..62cadd8b81fd 100644 --- a/accumulo-handler/src/test/org/apache/hadoop/hive/accumulo/columns/TestColumnMapper.java +++ b/accumulo-handler/src/test/org/apache/hadoop/hive/accumulo/columns/TestColumnMapper.java @@ -9,11 +9,12 @@ * * 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. + * 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. */ package org.apache.hadoop.hive.accumulo.columns; diff --git a/accumulo-handler/src/test/org/apache/hadoop/hive/accumulo/columns/TestColumnMappingFactory.java b/accumulo-handler/src/test/org/apache/hadoop/hive/accumulo/columns/TestColumnMappingFactory.java index 07368c344c31..682c1bff16f6 100644 --- a/accumulo-handler/src/test/org/apache/hadoop/hive/accumulo/columns/TestColumnMappingFactory.java +++ b/accumulo-handler/src/test/org/apache/hadoop/hive/accumulo/columns/TestColumnMappingFactory.java @@ -9,11 +9,12 @@ * * 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. + * 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. */ package org.apache.hadoop.hive.accumulo.columns; diff --git a/accumulo-handler/src/test/org/apache/hadoop/hive/accumulo/columns/TestHiveAccumuloColumnMapping.java b/accumulo-handler/src/test/org/apache/hadoop/hive/accumulo/columns/TestHiveAccumuloColumnMapping.java index 6cf8aaa335c1..6bd965a63eaf 100644 --- a/accumulo-handler/src/test/org/apache/hadoop/hive/accumulo/columns/TestHiveAccumuloColumnMapping.java +++ b/accumulo-handler/src/test/org/apache/hadoop/hive/accumulo/columns/TestHiveAccumuloColumnMapping.java @@ -9,11 +9,12 @@ * * 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. + * 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. */ package org.apache.hadoop.hive.accumulo.columns; diff --git a/accumulo-handler/src/test/org/apache/hadoop/hive/accumulo/columns/TestHiveRowIdColumnMapping.java b/accumulo-handler/src/test/org/apache/hadoop/hive/accumulo/columns/TestHiveRowIdColumnMapping.java index 0c58b9e7ed05..07ea03ef7641 100644 --- a/accumulo-handler/src/test/org/apache/hadoop/hive/accumulo/columns/TestHiveRowIdColumnMapping.java +++ b/accumulo-handler/src/test/org/apache/hadoop/hive/accumulo/columns/TestHiveRowIdColumnMapping.java @@ -9,11 +9,12 @@ * * 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. + * 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. */ package org.apache.hadoop.hive.accumulo.columns; diff --git a/accumulo-handler/src/test/org/apache/hadoop/hive/accumulo/mr/TestHiveAccumuloTableInputFormat.java b/accumulo-handler/src/test/org/apache/hadoop/hive/accumulo/mr/TestHiveAccumuloTableInputFormat.java index 756af9240377..31895e51240c 100644 --- a/accumulo-handler/src/test/org/apache/hadoop/hive/accumulo/mr/TestHiveAccumuloTableInputFormat.java +++ b/accumulo-handler/src/test/org/apache/hadoop/hive/accumulo/mr/TestHiveAccumuloTableInputFormat.java @@ -9,11 +9,12 @@ * * 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. + * 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. */ package org.apache.hadoop.hive.accumulo.mr; diff --git a/accumulo-handler/src/test/org/apache/hadoop/hive/accumulo/mr/TestHiveAccumuloTableOutputFormat.java b/accumulo-handler/src/test/org/apache/hadoop/hive/accumulo/mr/TestHiveAccumuloTableOutputFormat.java index 526ca6127e95..039769d24130 100644 --- a/accumulo-handler/src/test/org/apache/hadoop/hive/accumulo/mr/TestHiveAccumuloTableOutputFormat.java +++ b/accumulo-handler/src/test/org/apache/hadoop/hive/accumulo/mr/TestHiveAccumuloTableOutputFormat.java @@ -9,11 +9,12 @@ * * 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. + * 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. */ package org.apache.hadoop.hive.accumulo.mr; diff --git a/accumulo-handler/src/test/org/apache/hadoop/hive/accumulo/mr/TestHiveAccumuloTypes.java b/accumulo-handler/src/test/org/apache/hadoop/hive/accumulo/mr/TestHiveAccumuloTypes.java index eea4a92d6ca9..08ca4c1f8099 100644 --- a/accumulo-handler/src/test/org/apache/hadoop/hive/accumulo/mr/TestHiveAccumuloTypes.java +++ b/accumulo-handler/src/test/org/apache/hadoop/hive/accumulo/mr/TestHiveAccumuloTypes.java @@ -9,11 +9,12 @@ * * 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. + * 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. */ package org.apache.hadoop.hive.accumulo.mr; diff --git a/accumulo-handler/src/test/org/apache/hadoop/hive/accumulo/predicate/TestAccumuloPredicateHandler.java b/accumulo-handler/src/test/org/apache/hadoop/hive/accumulo/predicate/TestAccumuloPredicateHandler.java index 44d15848dc71..a930eb73fee5 100644 --- a/accumulo-handler/src/test/org/apache/hadoop/hive/accumulo/predicate/TestAccumuloPredicateHandler.java +++ b/accumulo-handler/src/test/org/apache/hadoop/hive/accumulo/predicate/TestAccumuloPredicateHandler.java @@ -9,11 +9,12 @@ * * 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. + * 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. */ package org.apache.hadoop.hive.accumulo.predicate; diff --git a/accumulo-handler/src/test/org/apache/hadoop/hive/accumulo/predicate/TestAccumuloRangeGenerator.java b/accumulo-handler/src/test/org/apache/hadoop/hive/accumulo/predicate/TestAccumuloRangeGenerator.java index 70df7f3655c6..10fdd00583e7 100644 --- a/accumulo-handler/src/test/org/apache/hadoop/hive/accumulo/predicate/TestAccumuloRangeGenerator.java +++ b/accumulo-handler/src/test/org/apache/hadoop/hive/accumulo/predicate/TestAccumuloRangeGenerator.java @@ -9,11 +9,12 @@ * * 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. + * 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. */ package org.apache.hadoop.hive.accumulo.predicate; diff --git a/accumulo-handler/src/test/org/apache/hadoop/hive/accumulo/predicate/TestPrimitiveComparisonFilter.java b/accumulo-handler/src/test/org/apache/hadoop/hive/accumulo/predicate/TestPrimitiveComparisonFilter.java index 617e0136b967..bfe66512880f 100644 --- a/accumulo-handler/src/test/org/apache/hadoop/hive/accumulo/predicate/TestPrimitiveComparisonFilter.java +++ b/accumulo-handler/src/test/org/apache/hadoop/hive/accumulo/predicate/TestPrimitiveComparisonFilter.java @@ -9,11 +9,12 @@ * * 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. + * 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. */ package org.apache.hadoop.hive.accumulo.predicate; diff --git a/accumulo-handler/src/test/org/apache/hadoop/hive/accumulo/predicate/compare/TestDoubleCompare.java b/accumulo-handler/src/test/org/apache/hadoop/hive/accumulo/predicate/compare/TestDoubleCompare.java index 3a86cf1b6627..e356de228b03 100644 --- a/accumulo-handler/src/test/org/apache/hadoop/hive/accumulo/predicate/compare/TestDoubleCompare.java +++ b/accumulo-handler/src/test/org/apache/hadoop/hive/accumulo/predicate/compare/TestDoubleCompare.java @@ -9,11 +9,12 @@ * * 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. + * 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. */ package org.apache.hadoop.hive.accumulo.predicate.compare; diff --git a/accumulo-handler/src/test/org/apache/hadoop/hive/accumulo/predicate/compare/TestIntCompare.java b/accumulo-handler/src/test/org/apache/hadoop/hive/accumulo/predicate/compare/TestIntCompare.java index 1fc85abc8872..1df46c51b951 100644 --- a/accumulo-handler/src/test/org/apache/hadoop/hive/accumulo/predicate/compare/TestIntCompare.java +++ b/accumulo-handler/src/test/org/apache/hadoop/hive/accumulo/predicate/compare/TestIntCompare.java @@ -9,11 +9,12 @@ * * 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. + * 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. */ package org.apache.hadoop.hive.accumulo.predicate.compare; diff --git a/accumulo-handler/src/test/org/apache/hadoop/hive/accumulo/predicate/compare/TestLongComparison.java b/accumulo-handler/src/test/org/apache/hadoop/hive/accumulo/predicate/compare/TestLongComparison.java index 07c9c662fb4c..1543703aeedb 100644 --- a/accumulo-handler/src/test/org/apache/hadoop/hive/accumulo/predicate/compare/TestLongComparison.java +++ b/accumulo-handler/src/test/org/apache/hadoop/hive/accumulo/predicate/compare/TestLongComparison.java @@ -9,11 +9,12 @@ * * 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. + * 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. */ package org.apache.hadoop.hive.accumulo.predicate.compare; diff --git a/accumulo-handler/src/test/org/apache/hadoop/hive/accumulo/predicate/compare/TestStringCompare.java b/accumulo-handler/src/test/org/apache/hadoop/hive/accumulo/predicate/compare/TestStringCompare.java index f3315ab44351..c72dc8544da2 100644 --- a/accumulo-handler/src/test/org/apache/hadoop/hive/accumulo/predicate/compare/TestStringCompare.java +++ b/accumulo-handler/src/test/org/apache/hadoop/hive/accumulo/predicate/compare/TestStringCompare.java @@ -9,11 +9,12 @@ * * 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. + * 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. */ package org.apache.hadoop.hive.accumulo.predicate.compare; diff --git a/accumulo-handler/src/test/org/apache/hadoop/hive/accumulo/serde/DelimitedAccumuloRowIdFactory.java b/accumulo-handler/src/test/org/apache/hadoop/hive/accumulo/serde/DelimitedAccumuloRowIdFactory.java index aaa25ea36ee8..b58fe90e8bdd 100644 --- a/accumulo-handler/src/test/org/apache/hadoop/hive/accumulo/serde/DelimitedAccumuloRowIdFactory.java +++ b/accumulo-handler/src/test/org/apache/hadoop/hive/accumulo/serde/DelimitedAccumuloRowIdFactory.java @@ -9,11 +9,12 @@ * * 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. + * 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. */ package org.apache.hadoop.hive.accumulo.serde; diff --git a/accumulo-handler/src/test/org/apache/hadoop/hive/accumulo/serde/FirstCharAccumuloCompositeRowId.java b/accumulo-handler/src/test/org/apache/hadoop/hive/accumulo/serde/FirstCharAccumuloCompositeRowId.java index b3a1d3b4da9a..b6424fbc7806 100644 --- a/accumulo-handler/src/test/org/apache/hadoop/hive/accumulo/serde/FirstCharAccumuloCompositeRowId.java +++ b/accumulo-handler/src/test/org/apache/hadoop/hive/accumulo/serde/FirstCharAccumuloCompositeRowId.java @@ -9,11 +9,12 @@ * * 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. + * 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. */ package org.apache.hadoop.hive.accumulo.serde; diff --git a/accumulo-handler/src/test/org/apache/hadoop/hive/accumulo/serde/TestAccumuloRowSerializer.java b/accumulo-handler/src/test/org/apache/hadoop/hive/accumulo/serde/TestAccumuloRowSerializer.java index f44a58b8f468..66d12d94292b 100644 --- a/accumulo-handler/src/test/org/apache/hadoop/hive/accumulo/serde/TestAccumuloRowSerializer.java +++ b/accumulo-handler/src/test/org/apache/hadoop/hive/accumulo/serde/TestAccumuloRowSerializer.java @@ -9,11 +9,12 @@ * * 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. + * 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. */ package org.apache.hadoop.hive.accumulo.serde; diff --git a/accumulo-handler/src/test/org/apache/hadoop/hive/accumulo/serde/TestAccumuloSerDe.java b/accumulo-handler/src/test/org/apache/hadoop/hive/accumulo/serde/TestAccumuloSerDe.java index 8ed1c3dadb35..d6dc16c3f2ff 100644 --- a/accumulo-handler/src/test/org/apache/hadoop/hive/accumulo/serde/TestAccumuloSerDe.java +++ b/accumulo-handler/src/test/org/apache/hadoop/hive/accumulo/serde/TestAccumuloSerDe.java @@ -9,11 +9,12 @@ * * 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. + * 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. */ package org.apache.hadoop.hive.accumulo.serde; diff --git a/accumulo-handler/src/test/org/apache/hadoop/hive/accumulo/serde/TestAccumuloSerDeParameters.java b/accumulo-handler/src/test/org/apache/hadoop/hive/accumulo/serde/TestAccumuloSerDeParameters.java index 7ff6e5965a29..dfd9c625eeb3 100644 --- a/accumulo-handler/src/test/org/apache/hadoop/hive/accumulo/serde/TestAccumuloSerDeParameters.java +++ b/accumulo-handler/src/test/org/apache/hadoop/hive/accumulo/serde/TestAccumuloSerDeParameters.java @@ -9,11 +9,12 @@ * * 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. + * 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. */ package org.apache.hadoop.hive.accumulo.serde; diff --git a/accumulo-handler/src/test/org/apache/hadoop/hive/accumulo/serde/TestDefaultAccumuloRowIdFactory.java b/accumulo-handler/src/test/org/apache/hadoop/hive/accumulo/serde/TestDefaultAccumuloRowIdFactory.java index 21bf7f5e5a8f..2794441df3fb 100644 --- a/accumulo-handler/src/test/org/apache/hadoop/hive/accumulo/serde/TestDefaultAccumuloRowIdFactory.java +++ b/accumulo-handler/src/test/org/apache/hadoop/hive/accumulo/serde/TestDefaultAccumuloRowIdFactory.java @@ -9,11 +9,12 @@ * * 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. + * 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. */ package org.apache.hadoop.hive.accumulo.serde; diff --git a/beeline/src/java/org/apache/hive/beeline/AbstractCommandHandler.java b/beeline/src/java/org/apache/hive/beeline/AbstractCommandHandler.java index cd250ca2906c..31b8c47681c7 100644 --- a/beeline/src/java/org/apache/hive/beeline/AbstractCommandHandler.java +++ b/beeline/src/java/org/apache/hive/beeline/AbstractCommandHandler.java @@ -9,11 +9,12 @@ * * 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. + * 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. */ /* diff --git a/beeline/src/java/org/apache/hive/beeline/AbstractOutputFormat.java b/beeline/src/java/org/apache/hive/beeline/AbstractOutputFormat.java index aa807808a264..1baba87a98da 100644 --- a/beeline/src/java/org/apache/hive/beeline/AbstractOutputFormat.java +++ b/beeline/src/java/org/apache/hive/beeline/AbstractOutputFormat.java @@ -9,11 +9,12 @@ * * 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. + * 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. */ /* diff --git a/beeline/src/java/org/apache/hive/beeline/BeeLine.java b/beeline/src/java/org/apache/hive/beeline/BeeLine.java index bef953409657..65d9aeeb2f33 100644 --- a/beeline/src/java/org/apache/hive/beeline/BeeLine.java +++ b/beeline/src/java/org/apache/hive/beeline/BeeLine.java @@ -9,11 +9,12 @@ * * 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. + * 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. */ /* diff --git a/beeline/src/java/org/apache/hive/beeline/BeeLineCommandCompleter.java b/beeline/src/java/org/apache/hive/beeline/BeeLineCommandCompleter.java index 8583b998af7a..0902c87744bf 100644 --- a/beeline/src/java/org/apache/hive/beeline/BeeLineCommandCompleter.java +++ b/beeline/src/java/org/apache/hive/beeline/BeeLineCommandCompleter.java @@ -9,11 +9,12 @@ * * 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. + * 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. */ package org.apache.hive.beeline; diff --git a/beeline/src/java/org/apache/hive/beeline/BeeLineCompleter.java b/beeline/src/java/org/apache/hive/beeline/BeeLineCompleter.java index 6b6b77c4bd10..97aeaf534848 100644 --- a/beeline/src/java/org/apache/hive/beeline/BeeLineCompleter.java +++ b/beeline/src/java/org/apache/hive/beeline/BeeLineCompleter.java @@ -9,11 +9,12 @@ * * 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. + * 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. */ /* diff --git a/beeline/src/java/org/apache/hive/beeline/BeeLineDummyTerminal.java b/beeline/src/java/org/apache/hive/beeline/BeeLineDummyTerminal.java index 1c03260472f4..68e7ab7902e6 100644 --- a/beeline/src/java/org/apache/hive/beeline/BeeLineDummyTerminal.java +++ b/beeline/src/java/org/apache/hive/beeline/BeeLineDummyTerminal.java @@ -9,11 +9,12 @@ * * 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. + * 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. */ package org.apache.hive.beeline; diff --git a/beeline/src/java/org/apache/hive/beeline/BeeLineOpts.java b/beeline/src/java/org/apache/hive/beeline/BeeLineOpts.java index fa97ebe13afd..6c509fbbb84b 100644 --- a/beeline/src/java/org/apache/hive/beeline/BeeLineOpts.java +++ b/beeline/src/java/org/apache/hive/beeline/BeeLineOpts.java @@ -9,11 +9,12 @@ * * 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. + * 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. */ /* diff --git a/beeline/src/java/org/apache/hive/beeline/BeeLineSignalHandler.java b/beeline/src/java/org/apache/hive/beeline/BeeLineSignalHandler.java index 32cf828fe3f0..ee137f572140 100644 --- a/beeline/src/java/org/apache/hive/beeline/BeeLineSignalHandler.java +++ b/beeline/src/java/org/apache/hive/beeline/BeeLineSignalHandler.java @@ -9,11 +9,12 @@ * * 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. + * 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. */ /* diff --git a/beeline/src/java/org/apache/hive/beeline/BooleanCompleter.java b/beeline/src/java/org/apache/hive/beeline/BooleanCompleter.java index 5295187789c9..510c24b0ec2a 100644 --- a/beeline/src/java/org/apache/hive/beeline/BooleanCompleter.java +++ b/beeline/src/java/org/apache/hive/beeline/BooleanCompleter.java @@ -9,11 +9,12 @@ * * 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. + * 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. */ package org.apache.hive.beeline; diff --git a/beeline/src/java/org/apache/hive/beeline/BufferedRows.java b/beeline/src/java/org/apache/hive/beeline/BufferedRows.java index 9e7f1f607e92..1ed5c0b36d32 100644 --- a/beeline/src/java/org/apache/hive/beeline/BufferedRows.java +++ b/beeline/src/java/org/apache/hive/beeline/BufferedRows.java @@ -9,11 +9,12 @@ * * 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. + * 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. */ /* diff --git a/beeline/src/java/org/apache/hive/beeline/ClientCommandHookFactory.java b/beeline/src/java/org/apache/hive/beeline/ClientCommandHookFactory.java index 8fed05a21bea..fe67a7a07ec1 100644 --- a/beeline/src/java/org/apache/hive/beeline/ClientCommandHookFactory.java +++ b/beeline/src/java/org/apache/hive/beeline/ClientCommandHookFactory.java @@ -9,11 +9,12 @@ * * 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. + * 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. */ package org.apache.hive.beeline; diff --git a/beeline/src/java/org/apache/hive/beeline/ClientHook.java b/beeline/src/java/org/apache/hive/beeline/ClientHook.java index 9e83872d901b..eaa2fa6e8fa0 100644 --- a/beeline/src/java/org/apache/hive/beeline/ClientHook.java +++ b/beeline/src/java/org/apache/hive/beeline/ClientHook.java @@ -9,11 +9,12 @@ * * 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. + * 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. */ package org.apache.hive.beeline; diff --git a/beeline/src/java/org/apache/hive/beeline/ColorBuffer.java b/beeline/src/java/org/apache/hive/beeline/ColorBuffer.java index ba7b4be3fc87..43678c5d9e72 100644 --- a/beeline/src/java/org/apache/hive/beeline/ColorBuffer.java +++ b/beeline/src/java/org/apache/hive/beeline/ColorBuffer.java @@ -9,11 +9,12 @@ * * 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. + * 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. */ /* diff --git a/beeline/src/java/org/apache/hive/beeline/CommandHandler.java b/beeline/src/java/org/apache/hive/beeline/CommandHandler.java index 9a04649a9f55..ebdab1966c0d 100644 --- a/beeline/src/java/org/apache/hive/beeline/CommandHandler.java +++ b/beeline/src/java/org/apache/hive/beeline/CommandHandler.java @@ -9,11 +9,12 @@ * * 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. + * 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. */ /* diff --git a/beeline/src/java/org/apache/hive/beeline/Commands.java b/beeline/src/java/org/apache/hive/beeline/Commands.java index e1364d1848de..f78979d96bfe 100644 --- a/beeline/src/java/org/apache/hive/beeline/Commands.java +++ b/beeline/src/java/org/apache/hive/beeline/Commands.java @@ -9,11 +9,12 @@ * * 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. + * 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. */ /* diff --git a/beeline/src/java/org/apache/hive/beeline/DatabaseConnection.java b/beeline/src/java/org/apache/hive/beeline/DatabaseConnection.java index baaddee4def6..fc7df6f90892 100644 --- a/beeline/src/java/org/apache/hive/beeline/DatabaseConnection.java +++ b/beeline/src/java/org/apache/hive/beeline/DatabaseConnection.java @@ -9,11 +9,12 @@ * * 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. + * 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. */ /* diff --git a/beeline/src/java/org/apache/hive/beeline/DatabaseConnections.java b/beeline/src/java/org/apache/hive/beeline/DatabaseConnections.java index b297eadd8071..c3be421eb00e 100644 --- a/beeline/src/java/org/apache/hive/beeline/DatabaseConnections.java +++ b/beeline/src/java/org/apache/hive/beeline/DatabaseConnections.java @@ -9,11 +9,12 @@ * * 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. + * 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. */ /* diff --git a/beeline/src/java/org/apache/hive/beeline/DeprecatedSeparatedValuesOutputFormat.java b/beeline/src/java/org/apache/hive/beeline/DeprecatedSeparatedValuesOutputFormat.java index a1e892a7ce4c..7687a69873cd 100644 --- a/beeline/src/java/org/apache/hive/beeline/DeprecatedSeparatedValuesOutputFormat.java +++ b/beeline/src/java/org/apache/hive/beeline/DeprecatedSeparatedValuesOutputFormat.java @@ -9,11 +9,12 @@ * * 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. + * 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. */ /* diff --git a/beeline/src/java/org/apache/hive/beeline/DriverInfo.java b/beeline/src/java/org/apache/hive/beeline/DriverInfo.java index 69f8e4997514..b7c57feb9e9c 100644 --- a/beeline/src/java/org/apache/hive/beeline/DriverInfo.java +++ b/beeline/src/java/org/apache/hive/beeline/DriverInfo.java @@ -9,11 +9,12 @@ * * 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. + * 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. */ /* diff --git a/beeline/src/java/org/apache/hive/beeline/IncrementalRows.java b/beeline/src/java/org/apache/hive/beeline/IncrementalRows.java index c462084a9b61..cbbf5368dda5 100644 --- a/beeline/src/java/org/apache/hive/beeline/IncrementalRows.java +++ b/beeline/src/java/org/apache/hive/beeline/IncrementalRows.java @@ -9,11 +9,12 @@ * * 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. + * 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. */ /* diff --git a/beeline/src/java/org/apache/hive/beeline/IncrementalRowsWithNormalization.java b/beeline/src/java/org/apache/hive/beeline/IncrementalRowsWithNormalization.java index 0466992490bf..2dde285d6355 100644 --- a/beeline/src/java/org/apache/hive/beeline/IncrementalRowsWithNormalization.java +++ b/beeline/src/java/org/apache/hive/beeline/IncrementalRowsWithNormalization.java @@ -9,11 +9,12 @@ * * 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. + * 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. */ /* diff --git a/beeline/src/java/org/apache/hive/beeline/JSONFileOutputFormat.java b/beeline/src/java/org/apache/hive/beeline/JSONFileOutputFormat.java index b5f2a8441ef1..1df7c69f2010 100644 --- a/beeline/src/java/org/apache/hive/beeline/JSONFileOutputFormat.java +++ b/beeline/src/java/org/apache/hive/beeline/JSONFileOutputFormat.java @@ -9,11 +9,12 @@ * * 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. + * 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. */ package org.apache.hive.beeline; diff --git a/beeline/src/java/org/apache/hive/beeline/JSONOutputFormat.java b/beeline/src/java/org/apache/hive/beeline/JSONOutputFormat.java index ef0ddd3ce1be..3a34ee9882db 100644 --- a/beeline/src/java/org/apache/hive/beeline/JSONOutputFormat.java +++ b/beeline/src/java/org/apache/hive/beeline/JSONOutputFormat.java @@ -9,11 +9,12 @@ * * 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. + * 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. */ /* diff --git a/beeline/src/java/org/apache/hive/beeline/NoCurrentConnectionException.java b/beeline/src/java/org/apache/hive/beeline/NoCurrentConnectionException.java index 71117069fbd9..f0ce611e6036 100644 --- a/beeline/src/java/org/apache/hive/beeline/NoCurrentConnectionException.java +++ b/beeline/src/java/org/apache/hive/beeline/NoCurrentConnectionException.java @@ -9,11 +9,12 @@ * * 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. + * 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. */ package org.apache.hive.beeline; diff --git a/beeline/src/java/org/apache/hive/beeline/OutputFile.java b/beeline/src/java/org/apache/hive/beeline/OutputFile.java index 6946dbef781f..07d2e9da7b5c 100644 --- a/beeline/src/java/org/apache/hive/beeline/OutputFile.java +++ b/beeline/src/java/org/apache/hive/beeline/OutputFile.java @@ -9,11 +9,12 @@ * * 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. + * 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. */ /* diff --git a/beeline/src/java/org/apache/hive/beeline/OutputFormat.java b/beeline/src/java/org/apache/hive/beeline/OutputFormat.java index a43c7356c627..9648831c625c 100644 --- a/beeline/src/java/org/apache/hive/beeline/OutputFormat.java +++ b/beeline/src/java/org/apache/hive/beeline/OutputFormat.java @@ -9,11 +9,12 @@ * * 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. + * 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. */ /* diff --git a/beeline/src/java/org/apache/hive/beeline/ReflectiveCommandHandler.java b/beeline/src/java/org/apache/hive/beeline/ReflectiveCommandHandler.java index 6fbda4c670dc..917cfbaf8f77 100644 --- a/beeline/src/java/org/apache/hive/beeline/ReflectiveCommandHandler.java +++ b/beeline/src/java/org/apache/hive/beeline/ReflectiveCommandHandler.java @@ -9,11 +9,12 @@ * * 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. + * 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. */ /* diff --git a/beeline/src/java/org/apache/hive/beeline/Reflector.java b/beeline/src/java/org/apache/hive/beeline/Reflector.java index e4e0b1a961e7..7997c2011fd9 100644 --- a/beeline/src/java/org/apache/hive/beeline/Reflector.java +++ b/beeline/src/java/org/apache/hive/beeline/Reflector.java @@ -9,11 +9,12 @@ * * 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. + * 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. */ /* diff --git a/beeline/src/java/org/apache/hive/beeline/Rows.java b/beeline/src/java/org/apache/hive/beeline/Rows.java index 7572ea4560e8..fa16a4b38cd7 100644 --- a/beeline/src/java/org/apache/hive/beeline/Rows.java +++ b/beeline/src/java/org/apache/hive/beeline/Rows.java @@ -9,11 +9,12 @@ * * 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. + * 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. */ /* diff --git a/beeline/src/java/org/apache/hive/beeline/SQLCompleter.java b/beeline/src/java/org/apache/hive/beeline/SQLCompleter.java index bd5985ff3017..fb4ac1c0baa7 100644 --- a/beeline/src/java/org/apache/hive/beeline/SQLCompleter.java +++ b/beeline/src/java/org/apache/hive/beeline/SQLCompleter.java @@ -9,11 +9,12 @@ * * 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. + * 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. */ /* diff --git a/beeline/src/java/org/apache/hive/beeline/SeparatedValuesOutputFormat.java b/beeline/src/java/org/apache/hive/beeline/SeparatedValuesOutputFormat.java index 968bdf718efd..30c9a1172e05 100644 --- a/beeline/src/java/org/apache/hive/beeline/SeparatedValuesOutputFormat.java +++ b/beeline/src/java/org/apache/hive/beeline/SeparatedValuesOutputFormat.java @@ -9,11 +9,12 @@ * * 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. + * 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. */ /* diff --git a/beeline/src/java/org/apache/hive/beeline/SunSignalHandler.java b/beeline/src/java/org/apache/hive/beeline/SunSignalHandler.java index e8d74d2e5a59..8bd8e1524c3e 100644 --- a/beeline/src/java/org/apache/hive/beeline/SunSignalHandler.java +++ b/beeline/src/java/org/apache/hive/beeline/SunSignalHandler.java @@ -9,11 +9,12 @@ * * 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. + * 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. */ /* diff --git a/beeline/src/java/org/apache/hive/beeline/TableNameCompleter.java b/beeline/src/java/org/apache/hive/beeline/TableNameCompleter.java index 96eec2e64acc..0a217f089d66 100644 --- a/beeline/src/java/org/apache/hive/beeline/TableNameCompleter.java +++ b/beeline/src/java/org/apache/hive/beeline/TableNameCompleter.java @@ -9,11 +9,12 @@ * * 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. + * 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. */ /* diff --git a/beeline/src/java/org/apache/hive/beeline/TableOutputFormat.java b/beeline/src/java/org/apache/hive/beeline/TableOutputFormat.java index c5965b5ea173..1e5c930bef04 100644 --- a/beeline/src/java/org/apache/hive/beeline/TableOutputFormat.java +++ b/beeline/src/java/org/apache/hive/beeline/TableOutputFormat.java @@ -9,11 +9,12 @@ * * 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. + * 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. */ /* diff --git a/beeline/src/java/org/apache/hive/beeline/VerticalOutputFormat.java b/beeline/src/java/org/apache/hive/beeline/VerticalOutputFormat.java index e6458ace2b51..538aa287f4ff 100644 --- a/beeline/src/java/org/apache/hive/beeline/VerticalOutputFormat.java +++ b/beeline/src/java/org/apache/hive/beeline/VerticalOutputFormat.java @@ -9,11 +9,12 @@ * * 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. + * 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. */ /* diff --git a/beeline/src/java/org/apache/hive/beeline/XMLAttributeOutputFormat.java b/beeline/src/java/org/apache/hive/beeline/XMLAttributeOutputFormat.java index 87755f0977b1..3ee0afcc7eb8 100644 --- a/beeline/src/java/org/apache/hive/beeline/XMLAttributeOutputFormat.java +++ b/beeline/src/java/org/apache/hive/beeline/XMLAttributeOutputFormat.java @@ -9,11 +9,12 @@ * * 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. + * 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. */ /* diff --git a/beeline/src/java/org/apache/hive/beeline/XMLElementOutputFormat.java b/beeline/src/java/org/apache/hive/beeline/XMLElementOutputFormat.java index 68ef9ef5b777..2e139a116f1d 100644 --- a/beeline/src/java/org/apache/hive/beeline/XMLElementOutputFormat.java +++ b/beeline/src/java/org/apache/hive/beeline/XMLElementOutputFormat.java @@ -9,11 +9,12 @@ * * 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. + * 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. */ /* diff --git a/beeline/src/java/org/apache/hive/beeline/cli/CliOptionsProcessor.java b/beeline/src/java/org/apache/hive/beeline/cli/CliOptionsProcessor.java index b460779bd388..4aabc2617009 100644 --- a/beeline/src/java/org/apache/hive/beeline/cli/CliOptionsProcessor.java +++ b/beeline/src/java/org/apache/hive/beeline/cli/CliOptionsProcessor.java @@ -9,11 +9,12 @@ * * 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. + * 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. */ package org.apache.hive.beeline.cli; diff --git a/beeline/src/java/org/apache/hive/beeline/cli/HiveCli.java b/beeline/src/java/org/apache/hive/beeline/cli/HiveCli.java index 8edb16bc8b45..ccdc8acd5f9b 100644 --- a/beeline/src/java/org/apache/hive/beeline/cli/HiveCli.java +++ b/beeline/src/java/org/apache/hive/beeline/cli/HiveCli.java @@ -9,11 +9,12 @@ * * 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. + * 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. */ package org.apache.hive.beeline.cli; diff --git a/beeline/src/java/org/apache/hive/beeline/hs2connection/BeelineConfFileParseException.java b/beeline/src/java/org/apache/hive/beeline/hs2connection/BeelineConfFileParseException.java index 8d05881b0995..2bee9b25ef4f 100644 --- a/beeline/src/java/org/apache/hive/beeline/hs2connection/BeelineConfFileParseException.java +++ b/beeline/src/java/org/apache/hive/beeline/hs2connection/BeelineConfFileParseException.java @@ -9,11 +9,12 @@ * * 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. + * 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. */ package org.apache.hive.beeline.hs2connection; diff --git a/beeline/src/java/org/apache/hive/beeline/hs2connection/BeelineHS2ConnectionFileParseException.java b/beeline/src/java/org/apache/hive/beeline/hs2connection/BeelineHS2ConnectionFileParseException.java index 3bf8bb03fc9f..577394d059df 100644 --- a/beeline/src/java/org/apache/hive/beeline/hs2connection/BeelineHS2ConnectionFileParseException.java +++ b/beeline/src/java/org/apache/hive/beeline/hs2connection/BeelineHS2ConnectionFileParseException.java @@ -9,11 +9,12 @@ * * 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. + * 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. */ package org.apache.hive.beeline.hs2connection; diff --git a/beeline/src/java/org/apache/hive/beeline/hs2connection/BeelineSiteParseException.java b/beeline/src/java/org/apache/hive/beeline/hs2connection/BeelineSiteParseException.java index 416aaf509fb1..7b099157c860 100644 --- a/beeline/src/java/org/apache/hive/beeline/hs2connection/BeelineSiteParseException.java +++ b/beeline/src/java/org/apache/hive/beeline/hs2connection/BeelineSiteParseException.java @@ -9,11 +9,12 @@ * * 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. + * 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. */ package org.apache.hive.beeline.hs2connection; diff --git a/beeline/src/java/org/apache/hive/beeline/hs2connection/BeelineSiteParser.java b/beeline/src/java/org/apache/hive/beeline/hs2connection/BeelineSiteParser.java index 95a1b782a6e0..f2218436e373 100644 --- a/beeline/src/java/org/apache/hive/beeline/hs2connection/BeelineSiteParser.java +++ b/beeline/src/java/org/apache/hive/beeline/hs2connection/BeelineSiteParser.java @@ -9,11 +9,12 @@ * * 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. + * 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. */ package org.apache.hive.beeline.hs2connection; diff --git a/beeline/src/java/org/apache/hive/beeline/hs2connection/HS2ConnectionFileParser.java b/beeline/src/java/org/apache/hive/beeline/hs2connection/HS2ConnectionFileParser.java index 3e169eb2fba9..b9ff113cde24 100644 --- a/beeline/src/java/org/apache/hive/beeline/hs2connection/HS2ConnectionFileParser.java +++ b/beeline/src/java/org/apache/hive/beeline/hs2connection/HS2ConnectionFileParser.java @@ -9,11 +9,12 @@ * * 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. + * 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. */ package org.apache.hive.beeline.hs2connection; diff --git a/beeline/src/java/org/apache/hive/beeline/hs2connection/HS2ConnectionFileUtils.java b/beeline/src/java/org/apache/hive/beeline/hs2connection/HS2ConnectionFileUtils.java index dff2e4d3e043..2e265381c353 100644 --- a/beeline/src/java/org/apache/hive/beeline/hs2connection/HS2ConnectionFileUtils.java +++ b/beeline/src/java/org/apache/hive/beeline/hs2connection/HS2ConnectionFileUtils.java @@ -9,11 +9,12 @@ * * 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. + * 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. */ package org.apache.hive.beeline.hs2connection; diff --git a/beeline/src/java/org/apache/hive/beeline/hs2connection/HiveSiteHS2ConnectionFileParser.java b/beeline/src/java/org/apache/hive/beeline/hs2connection/HiveSiteHS2ConnectionFileParser.java index 4832589082e3..a2d06c589311 100644 --- a/beeline/src/java/org/apache/hive/beeline/hs2connection/HiveSiteHS2ConnectionFileParser.java +++ b/beeline/src/java/org/apache/hive/beeline/hs2connection/HiveSiteHS2ConnectionFileParser.java @@ -9,11 +9,12 @@ * * 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. + * 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. */ package org.apache.hive.beeline.hs2connection; diff --git a/beeline/src/java/org/apache/hive/beeline/hs2connection/UserHS2ConnectionFileParser.java b/beeline/src/java/org/apache/hive/beeline/hs2connection/UserHS2ConnectionFileParser.java index 47dee4c942bf..7c6717bcd8a1 100644 --- a/beeline/src/java/org/apache/hive/beeline/hs2connection/UserHS2ConnectionFileParser.java +++ b/beeline/src/java/org/apache/hive/beeline/hs2connection/UserHS2ConnectionFileParser.java @@ -9,11 +9,12 @@ * * 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. + * 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. */ package org.apache.hive.beeline.hs2connection; diff --git a/beeline/src/java/org/apache/hive/beeline/logs/BeelineInPlaceUpdateStream.java b/beeline/src/java/org/apache/hive/beeline/logs/BeelineInPlaceUpdateStream.java index 3f74d9444ac7..abf06ff4994f 100644 --- a/beeline/src/java/org/apache/hive/beeline/logs/BeelineInPlaceUpdateStream.java +++ b/beeline/src/java/org/apache/hive/beeline/logs/BeelineInPlaceUpdateStream.java @@ -9,11 +9,12 @@ * * 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. + * 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. */ package org.apache.hive.beeline.logs; diff --git a/beeline/src/java/org/apache/hive/beeline/schematool/HiveSchemaTool.java b/beeline/src/java/org/apache/hive/beeline/schematool/HiveSchemaTool.java index 22df6f0e8f58..dcf2161eb557 100644 --- a/beeline/src/java/org/apache/hive/beeline/schematool/HiveSchemaTool.java +++ b/beeline/src/java/org/apache/hive/beeline/schematool/HiveSchemaTool.java @@ -9,11 +9,12 @@ * * 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. + * 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. */ package org.apache.hive.beeline.schematool; diff --git a/beeline/src/test/org/apache/hive/beeline/BeelineMock.java b/beeline/src/test/org/apache/hive/beeline/BeelineMock.java index 47083c481622..1fab942e583b 100644 --- a/beeline/src/test/org/apache/hive/beeline/BeelineMock.java +++ b/beeline/src/test/org/apache/hive/beeline/BeelineMock.java @@ -9,11 +9,12 @@ * * 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. + * 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. */ package org.apache.hive.beeline; diff --git a/beeline/src/test/org/apache/hive/beeline/ProxyAuthTest.java b/beeline/src/test/org/apache/hive/beeline/ProxyAuthTest.java index 71d9b492d9da..b95f29f3b4e1 100644 --- a/beeline/src/test/org/apache/hive/beeline/ProxyAuthTest.java +++ b/beeline/src/test/org/apache/hive/beeline/ProxyAuthTest.java @@ -9,11 +9,12 @@ * * 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. + * 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. */ package org.apache.hive.beeline; diff --git a/beeline/src/test/org/apache/hive/beeline/TestBeeLineExceptionHandling.java b/beeline/src/test/org/apache/hive/beeline/TestBeeLineExceptionHandling.java index d80615af7a7b..2c3a4573c3b9 100644 --- a/beeline/src/test/org/apache/hive/beeline/TestBeeLineExceptionHandling.java +++ b/beeline/src/test/org/apache/hive/beeline/TestBeeLineExceptionHandling.java @@ -9,11 +9,12 @@ * * 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. + * 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. */ package org.apache.hive.beeline; diff --git a/beeline/src/test/org/apache/hive/beeline/TestBeeLineHistory.java b/beeline/src/test/org/apache/hive/beeline/TestBeeLineHistory.java index 8f42e9ea6998..51dd13e9b780 100644 --- a/beeline/src/test/org/apache/hive/beeline/TestBeeLineHistory.java +++ b/beeline/src/test/org/apache/hive/beeline/TestBeeLineHistory.java @@ -9,11 +9,12 @@ * * 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. + * 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. */ package org.apache.hive.beeline; diff --git a/beeline/src/test/org/apache/hive/beeline/TestBeeLineOpts.java b/beeline/src/test/org/apache/hive/beeline/TestBeeLineOpts.java index 0c0c15c4c7cc..9df03550e7ae 100644 --- a/beeline/src/test/org/apache/hive/beeline/TestBeeLineOpts.java +++ b/beeline/src/test/org/apache/hive/beeline/TestBeeLineOpts.java @@ -9,11 +9,12 @@ * * 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. + * 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. */ package org.apache.hive.beeline; diff --git a/beeline/src/test/org/apache/hive/beeline/TestBeelineArgParsing.java b/beeline/src/test/org/apache/hive/beeline/TestBeelineArgParsing.java index 9f1036247182..8688a76492f7 100644 --- a/beeline/src/test/org/apache/hive/beeline/TestBeelineArgParsing.java +++ b/beeline/src/test/org/apache/hive/beeline/TestBeelineArgParsing.java @@ -9,11 +9,12 @@ * * 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. + * 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. */ package org.apache.hive.beeline; diff --git a/beeline/src/test/org/apache/hive/beeline/TestBufferedRows.java b/beeline/src/test/org/apache/hive/beeline/TestBufferedRows.java index e02c7530d6a8..93374475dc08 100644 --- a/beeline/src/test/org/apache/hive/beeline/TestBufferedRows.java +++ b/beeline/src/test/org/apache/hive/beeline/TestBufferedRows.java @@ -9,11 +9,12 @@ * * 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. + * 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. */ package org.apache.hive.beeline; diff --git a/beeline/src/test/org/apache/hive/beeline/TestClientCommandHookFactory.java b/beeline/src/test/org/apache/hive/beeline/TestClientCommandHookFactory.java index 18d2e61c9518..6bab1576adb2 100644 --- a/beeline/src/test/org/apache/hive/beeline/TestClientCommandHookFactory.java +++ b/beeline/src/test/org/apache/hive/beeline/TestClientCommandHookFactory.java @@ -9,11 +9,12 @@ * * 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. + * 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. */ package org.apache.hive.beeline; diff --git a/beeline/src/test/org/apache/hive/beeline/TestCommands.java b/beeline/src/test/org/apache/hive/beeline/TestCommands.java index b21a98202601..2297865d4872 100644 --- a/beeline/src/test/org/apache/hive/beeline/TestCommands.java +++ b/beeline/src/test/org/apache/hive/beeline/TestCommands.java @@ -9,11 +9,12 @@ * * 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. + * 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. */ package org.apache.hive.beeline; diff --git a/beeline/src/test/org/apache/hive/beeline/TestIncrementalRows.java b/beeline/src/test/org/apache/hive/beeline/TestIncrementalRows.java index 62420f845dee..e55fa2bf76fd 100644 --- a/beeline/src/test/org/apache/hive/beeline/TestIncrementalRows.java +++ b/beeline/src/test/org/apache/hive/beeline/TestIncrementalRows.java @@ -9,11 +9,12 @@ * * 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. + * 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. */ package org.apache.hive.beeline; diff --git a/beeline/src/test/org/apache/hive/beeline/TestJSONFileOutputFormat.java b/beeline/src/test/org/apache/hive/beeline/TestJSONFileOutputFormat.java index 680510017feb..10621a4acc49 100644 --- a/beeline/src/test/org/apache/hive/beeline/TestJSONFileOutputFormat.java +++ b/beeline/src/test/org/apache/hive/beeline/TestJSONFileOutputFormat.java @@ -9,11 +9,12 @@ * * 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. + * 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. */ package org.apache.hive.beeline; diff --git a/beeline/src/test/org/apache/hive/beeline/TestJSONOutputFormat.java b/beeline/src/test/org/apache/hive/beeline/TestJSONOutputFormat.java index 1ea6cd60e079..69ebd05306cc 100644 --- a/beeline/src/test/org/apache/hive/beeline/TestJSONOutputFormat.java +++ b/beeline/src/test/org/apache/hive/beeline/TestJSONOutputFormat.java @@ -9,11 +9,12 @@ * * 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. + * 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. */ package org.apache.hive.beeline; diff --git a/beeline/src/test/org/apache/hive/beeline/TestShutdownHook.java b/beeline/src/test/org/apache/hive/beeline/TestShutdownHook.java index bdea7f486c7e..9e362300adec 100644 --- a/beeline/src/test/org/apache/hive/beeline/TestShutdownHook.java +++ b/beeline/src/test/org/apache/hive/beeline/TestShutdownHook.java @@ -9,11 +9,12 @@ * * 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. + * 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. */ package org.apache.hive.beeline; diff --git a/beeline/src/test/org/apache/hive/beeline/TestTableOutputFormat.java b/beeline/src/test/org/apache/hive/beeline/TestTableOutputFormat.java index cc1a4f891fad..1d6e98d19773 100644 --- a/beeline/src/test/org/apache/hive/beeline/TestTableOutputFormat.java +++ b/beeline/src/test/org/apache/hive/beeline/TestTableOutputFormat.java @@ -9,11 +9,12 @@ * * 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. + * 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. */ package org.apache.hive.beeline; diff --git a/beeline/src/test/org/apache/hive/beeline/cli/HiveCliForTest.java b/beeline/src/test/org/apache/hive/beeline/cli/HiveCliForTest.java index 60e68d4b75dd..5869ff0a139f 100644 --- a/beeline/src/test/org/apache/hive/beeline/cli/HiveCliForTest.java +++ b/beeline/src/test/org/apache/hive/beeline/cli/HiveCliForTest.java @@ -9,11 +9,12 @@ * * 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. + * 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. */ package org.apache.hive.beeline.cli; diff --git a/beeline/src/test/org/apache/hive/beeline/cli/TestHiveCli.java b/beeline/src/test/org/apache/hive/beeline/cli/TestHiveCli.java index 7c3fa5ccfa62..29f6606803bd 100644 --- a/beeline/src/test/org/apache/hive/beeline/cli/TestHiveCli.java +++ b/beeline/src/test/org/apache/hive/beeline/cli/TestHiveCli.java @@ -9,11 +9,12 @@ * * 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. + * 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. */ package org.apache.hive.beeline.cli; diff --git a/beeline/src/test/org/apache/hive/beeline/hs2connection/TestBeelineSiteParser.java b/beeline/src/test/org/apache/hive/beeline/hs2connection/TestBeelineSiteParser.java index 8fe400123b1d..d859b1276039 100644 --- a/beeline/src/test/org/apache/hive/beeline/hs2connection/TestBeelineSiteParser.java +++ b/beeline/src/test/org/apache/hive/beeline/hs2connection/TestBeelineSiteParser.java @@ -9,11 +9,12 @@ * * 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. + * 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. */ package org.apache.hive.beeline.hs2connection; diff --git a/beeline/src/test/org/apache/hive/beeline/hs2connection/TestUserHS2ConnectionFileParser.java b/beeline/src/test/org/apache/hive/beeline/hs2connection/TestUserHS2ConnectionFileParser.java index 78c3a774691f..3ece83ee6d77 100644 --- a/beeline/src/test/org/apache/hive/beeline/hs2connection/TestUserHS2ConnectionFileParser.java +++ b/beeline/src/test/org/apache/hive/beeline/hs2connection/TestUserHS2ConnectionFileParser.java @@ -9,11 +9,12 @@ * * 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. + * 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. */ package org.apache.hive.beeline.hs2connection; diff --git a/beeline/src/test/org/apache/hive/beeline/schematool/TestHiveSchemaTool.java b/beeline/src/test/org/apache/hive/beeline/schematool/TestHiveSchemaTool.java index 58c254bf3335..27400facec7e 100644 --- a/beeline/src/test/org/apache/hive/beeline/schematool/TestHiveSchemaTool.java +++ b/beeline/src/test/org/apache/hive/beeline/schematool/TestHiveSchemaTool.java @@ -9,11 +9,12 @@ * * 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. + * 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. */ package org.apache.hive.beeline.schematool; diff --git a/checkstyle/asf.header b/checkstyle/asf.header index 2379ddac12cc..65228d767825 100644 --- a/checkstyle/asf.header +++ b/checkstyle/asf.header @@ -9,9 +9,10 @@ * * 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. + * 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. */ diff --git a/checkstyle/checkstyle.xml b/checkstyle/checkstyle.xml index b36d842b6a23..624709e89db4 100644 --- a/checkstyle/checkstyle.xml +++ b/checkstyle/checkstyle.xml @@ -9,11 +9,12 @@ 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. + 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. --> Date: Wed, 12 Aug 2026 20:32:27 +0530 Subject: [PATCH 8/9] Update checkstyle/suppressions.xml Co-authored-by: Shohei Okumiya --- checkstyle/suppressions.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/checkstyle/suppressions.xml b/checkstyle/suppressions.xml index da33fe0f2bec..a60c2a628083 100644 --- a/checkstyle/suppressions.xml +++ b/checkstyle/suppressions.xml @@ -27,8 +27,8 @@ - - + + From 606b827c73de41f947e9c2df51dfb03030bcff3c Mon Sep 17 00:00:00 2001 From: Hemanth Umashankar <157152031+hemanthumashankar0511@users.noreply.github.com> Date: Wed, 12 Aug 2026 20:32:41 +0530 Subject: [PATCH 9/9] Update checkstyle/suppressions.xml Co-authored-by: Shohei Okumiya --- checkstyle/suppressions.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/checkstyle/suppressions.xml b/checkstyle/suppressions.xml index a60c2a628083..cc0089b4fc49 100644 --- a/checkstyle/suppressions.xml +++ b/checkstyle/suppressions.xml @@ -30,6 +30,6 @@ - - + +