http://git-wip-us.apache.org/repos/asf/incubator-blur/blob/3a91eb83/contrib/blur-console/blur-agent/src/main/java/org/apache/blur/agent/notifications/Notifier.java ---------------------------------------------------------------------- diff --git a/contrib/blur-console/blur-agent/src/main/java/org/apache/blur/agent/notifications/Notifier.java b/contrib/blur-console/blur-agent/src/main/java/org/apache/blur/agent/notifications/Notifier.java index a1b5273..a669b12 100644 --- a/contrib/blur-console/blur-agent/src/main/java/org/apache/blur/agent/notifications/Notifier.java +++ b/contrib/blur-console/blur-agent/src/main/java/org/apache/blur/agent/notifications/Notifier.java @@ -1,5 +1,21 @@ package org.apache.blur.agent.notifications; +/** + * Licensed to the Apache Software Foundation (ASF) under one or more + * contributor license agreements. See the NOTICE file distributed with + * this work for additional information regarding copyright ownership. + * The ASF licenses this file to You under the Apache License, Version 2.0 + * (the "License"); you may not use this 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. + */ import java.text.MessageFormat; import java.util.ArrayList; import java.util.Arrays;
http://git-wip-us.apache.org/repos/asf/incubator-blur/blob/3a91eb83/contrib/blur-console/blur-agent/src/main/java/org/apache/blur/agent/types/Column.java ---------------------------------------------------------------------- diff --git a/contrib/blur-console/blur-agent/src/main/java/org/apache/blur/agent/types/Column.java b/contrib/blur-console/blur-agent/src/main/java/org/apache/blur/agent/types/Column.java index 9e63350..b353f33 100644 --- a/contrib/blur-console/blur-agent/src/main/java/org/apache/blur/agent/types/Column.java +++ b/contrib/blur-console/blur-agent/src/main/java/org/apache/blur/agent/types/Column.java @@ -1,5 +1,21 @@ package org.apache.blur.agent.types; +/** + * Licensed to the Apache Software Foundation (ASF) under one or more + * contributor license agreements. See the NOTICE file distributed with + * this work for additional information regarding copyright ownership. + * The ASF licenses this file to You under the Apache License, Version 2.0 + * (the "License"); you may not use this 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. + */ public class Column { String name; String analyzer; http://git-wip-us.apache.org/repos/asf/incubator-blur/blob/3a91eb83/contrib/blur-console/blur-agent/src/main/java/org/apache/blur/agent/types/Family.java ---------------------------------------------------------------------- diff --git a/contrib/blur-console/blur-agent/src/main/java/org/apache/blur/agent/types/Family.java b/contrib/blur-console/blur-agent/src/main/java/org/apache/blur/agent/types/Family.java index 9625670..799c04e 100644 --- a/contrib/blur-console/blur-agent/src/main/java/org/apache/blur/agent/types/Family.java +++ b/contrib/blur-console/blur-agent/src/main/java/org/apache/blur/agent/types/Family.java @@ -1,5 +1,21 @@ package org.apache.blur.agent.types; +/** + * Licensed to the Apache Software Foundation (ASF) under one or more + * contributor license agreements. See the NOTICE file distributed with + * this work for additional information regarding copyright ownership. + * The ASF licenses this file to You under the Apache License, Version 2.0 + * (the "License"); you may not use this 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. + */ import java.util.ArrayList; import java.util.List; http://git-wip-us.apache.org/repos/asf/incubator-blur/blob/3a91eb83/contrib/blur-console/blur-agent/src/main/java/org/apache/blur/agent/types/TimeHelper.java ---------------------------------------------------------------------- diff --git a/contrib/blur-console/blur-agent/src/main/java/org/apache/blur/agent/types/TimeHelper.java b/contrib/blur-console/blur-agent/src/main/java/org/apache/blur/agent/types/TimeHelper.java index 158f29a..b2bda82 100644 --- a/contrib/blur-console/blur-agent/src/main/java/org/apache/blur/agent/types/TimeHelper.java +++ b/contrib/blur-console/blur-agent/src/main/java/org/apache/blur/agent/types/TimeHelper.java @@ -1,5 +1,21 @@ package org.apache.blur.agent.types; +/** + * Licensed to the Apache Software Foundation (ASF) under one or more + * contributor license agreements. See the NOTICE file distributed with + * this work for additional information regarding copyright ownership. + * The ASF licenses this file to You under the Apache License, Version 2.0 + * (the "License"); you may not use this 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. + */ import java.util.Calendar; import java.util.Date; import java.util.TimeZone; http://git-wip-us.apache.org/repos/asf/incubator-blur/blob/3a91eb83/contrib/blur-console/blur-agent/src/test/java/org/apache/blur/agent/cleaners/AgentCleanerTest.java ---------------------------------------------------------------------- diff --git a/contrib/blur-console/blur-agent/src/test/java/org/apache/blur/agent/cleaners/AgentCleanerTest.java b/contrib/blur-console/blur-agent/src/test/java/org/apache/blur/agent/cleaners/AgentCleanerTest.java index 1f6676b..dd2b191 100644 --- a/contrib/blur-console/blur-agent/src/test/java/org/apache/blur/agent/cleaners/AgentCleanerTest.java +++ b/contrib/blur-console/blur-agent/src/test/java/org/apache/blur/agent/cleaners/AgentCleanerTest.java @@ -1,5 +1,21 @@ package org.apache.blur.agent.cleaners; +/** + * Licensed to the Apache Software Foundation (ASF) under one or more + * contributor license agreements. See the NOTICE file distributed with + * this work for additional information regarding copyright ownership. + * The ASF licenses this file to You under the Apache License, Version 2.0 + * (the "License"); you may not use this 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. + */ import static org.junit.Assert.assertEquals; import java.util.ArrayList; http://git-wip-us.apache.org/repos/asf/incubator-blur/blob/3a91eb83/contrib/blur-console/blur-agent/src/test/java/org/apache/blur/agent/cleaners/HdfsStatsCleanerTest.java ---------------------------------------------------------------------- diff --git a/contrib/blur-console/blur-agent/src/test/java/org/apache/blur/agent/cleaners/HdfsStatsCleanerTest.java b/contrib/blur-console/blur-agent/src/test/java/org/apache/blur/agent/cleaners/HdfsStatsCleanerTest.java index 7f077af..456550b 100644 --- a/contrib/blur-console/blur-agent/src/test/java/org/apache/blur/agent/cleaners/HdfsStatsCleanerTest.java +++ b/contrib/blur-console/blur-agent/src/test/java/org/apache/blur/agent/cleaners/HdfsStatsCleanerTest.java @@ -1,5 +1,21 @@ package org.apache.blur.agent.cleaners; +/** + * Licensed to the Apache Software Foundation (ASF) under one or more + * contributor license agreements. See the NOTICE file distributed with + * this work for additional information regarding copyright ownership. + * The ASF licenses this file to You under the Apache License, Version 2.0 + * (the "License"); you may not use this 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. + */ import static org.junit.Assert.assertEquals; import static org.junit.Assert.fail; http://git-wip-us.apache.org/repos/asf/incubator-blur/blob/3a91eb83/contrib/blur-console/blur-agent/src/test/java/org/apache/blur/agent/cleaners/QueryCleanerTest.java ---------------------------------------------------------------------- diff --git a/contrib/blur-console/blur-agent/src/test/java/org/apache/blur/agent/cleaners/QueryCleanerTest.java b/contrib/blur-console/blur-agent/src/test/java/org/apache/blur/agent/cleaners/QueryCleanerTest.java index 6e10656..8d3eb57 100644 --- a/contrib/blur-console/blur-agent/src/test/java/org/apache/blur/agent/cleaners/QueryCleanerTest.java +++ b/contrib/blur-console/blur-agent/src/test/java/org/apache/blur/agent/cleaners/QueryCleanerTest.java @@ -1,5 +1,21 @@ package org.apache.blur.agent.cleaners; +/** + * Licensed to the Apache Software Foundation (ASF) under one or more + * contributor license agreements. See the NOTICE file distributed with + * this work for additional information regarding copyright ownership. + * The ASF licenses this file to You under the Apache License, Version 2.0 + * (the "License"); you may not use this 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. + */ import static org.junit.Assert.assertEquals; import static org.junit.Assert.fail; http://git-wip-us.apache.org/repos/asf/incubator-blur/blob/3a91eb83/contrib/blur-console/blur-agent/src/test/java/org/apache/blur/agent/collectors/blur/query/QueryCollectorTest.java ---------------------------------------------------------------------- diff --git a/contrib/blur-console/blur-agent/src/test/java/org/apache/blur/agent/collectors/blur/query/QueryCollectorTest.java b/contrib/blur-console/blur-agent/src/test/java/org/apache/blur/agent/collectors/blur/query/QueryCollectorTest.java index ca4b5ae..30e1ad8 100644 --- a/contrib/blur-console/blur-agent/src/test/java/org/apache/blur/agent/collectors/blur/query/QueryCollectorTest.java +++ b/contrib/blur-console/blur-agent/src/test/java/org/apache/blur/agent/collectors/blur/query/QueryCollectorTest.java @@ -1,5 +1,21 @@ package org.apache.blur.agent.collectors.blur.query; +/** + * Licensed to the Apache Software Foundation (ASF) under one or more + * contributor license agreements. See the NOTICE file distributed with + * this work for additional information regarding copyright ownership. + * The ASF licenses this file to You under the Apache License, Version 2.0 + * (the "License"); you may not use this 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. + */ import static org.junit.Assert.assertEquals; import static org.junit.Assert.fail; http://git-wip-us.apache.org/repos/asf/incubator-blur/blob/3a91eb83/contrib/blur-console/blur-agent/src/test/java/org/apache/blur/agent/collectors/hdfs/HdfsCollectorTest.java ---------------------------------------------------------------------- diff --git a/contrib/blur-console/blur-agent/src/test/java/org/apache/blur/agent/collectors/hdfs/HdfsCollectorTest.java b/contrib/blur-console/blur-agent/src/test/java/org/apache/blur/agent/collectors/hdfs/HdfsCollectorTest.java index e3e732d..db5ddca 100644 --- a/contrib/blur-console/blur-agent/src/test/java/org/apache/blur/agent/collectors/hdfs/HdfsCollectorTest.java +++ b/contrib/blur-console/blur-agent/src/test/java/org/apache/blur/agent/collectors/hdfs/HdfsCollectorTest.java @@ -1,5 +1,21 @@ package org.apache.blur.agent.collectors.hdfs; +/** + * Licensed to the Apache Software Foundation (ASF) under one or more + * contributor license agreements. See the NOTICE file distributed with + * this work for additional information regarding copyright ownership. + * The ASF licenses this file to You under the Apache License, Version 2.0 + * (the "License"); you may not use this 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. + */ import static org.junit.Assert.assertEquals; import java.io.IOException; http://git-wip-us.apache.org/repos/asf/incubator-blur/blob/3a91eb83/contrib/blur-console/blur-agent/src/test/java/org/apache/blur/agent/collectors/hdfs/HdfsStatCollectorTest.java ---------------------------------------------------------------------- diff --git a/contrib/blur-console/blur-agent/src/test/java/org/apache/blur/agent/collectors/hdfs/HdfsStatCollectorTest.java b/contrib/blur-console/blur-agent/src/test/java/org/apache/blur/agent/collectors/hdfs/HdfsStatCollectorTest.java index 1adb53f..1ebf493 100644 --- a/contrib/blur-console/blur-agent/src/test/java/org/apache/blur/agent/collectors/hdfs/HdfsStatCollectorTest.java +++ b/contrib/blur-console/blur-agent/src/test/java/org/apache/blur/agent/collectors/hdfs/HdfsStatCollectorTest.java @@ -1,5 +1,21 @@ package org.apache.blur.agent.collectors.hdfs; +/** + * Licensed to the Apache Software Foundation (ASF) under one or more + * contributor license agreements. See the NOTICE file distributed with + * this work for additional information regarding copyright ownership. + * The ASF licenses this file to You under the Apache License, Version 2.0 + * (the "License"); you may not use this 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. + */ import static org.junit.Assert.assertEquals; import static org.junit.Assert.fail; http://git-wip-us.apache.org/repos/asf/incubator-blur/blob/3a91eb83/contrib/blur-console/blur-agent/src/test/java/org/apache/blur/agent/notifications/MailerTest.java ---------------------------------------------------------------------- diff --git a/contrib/blur-console/blur-agent/src/test/java/org/apache/blur/agent/notifications/MailerTest.java b/contrib/blur-console/blur-agent/src/test/java/org/apache/blur/agent/notifications/MailerTest.java index 8ad8c7a..0270b88 100644 --- a/contrib/blur-console/blur-agent/src/test/java/org/apache/blur/agent/notifications/MailerTest.java +++ b/contrib/blur-console/blur-agent/src/test/java/org/apache/blur/agent/notifications/MailerTest.java @@ -1,5 +1,21 @@ package org.apache.blur.agent.notifications; +/** + * Licensed to the Apache Software Foundation (ASF) under one or more + * contributor license agreements. See the NOTICE file distributed with + * this work for additional information regarding copyright ownership. + * The ASF licenses this file to You under the Apache License, Version 2.0 + * (the "License"); you may not use this 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. + */ import static org.junit.Assert.assertEquals; import static org.junit.Assert.assertTrue; http://git-wip-us.apache.org/repos/asf/incubator-blur/blob/3a91eb83/contrib/blur-console/blur-agent/src/test/java/org/apache/blur/agent/notifications/MessengerTest.java ---------------------------------------------------------------------- diff --git a/contrib/blur-console/blur-agent/src/test/java/org/apache/blur/agent/notifications/MessengerTest.java b/contrib/blur-console/blur-agent/src/test/java/org/apache/blur/agent/notifications/MessengerTest.java index 4e0fd1c..851e661 100644 --- a/contrib/blur-console/blur-agent/src/test/java/org/apache/blur/agent/notifications/MessengerTest.java +++ b/contrib/blur-console/blur-agent/src/test/java/org/apache/blur/agent/notifications/MessengerTest.java @@ -1,5 +1,21 @@ package org.apache.blur.agent.notifications; +/** + * Licensed to the Apache Software Foundation (ASF) under one or more + * contributor license agreements. See the NOTICE file distributed with + * this work for additional information regarding copyright ownership. + * The ASF licenses this file to You under the Apache License, Version 2.0 + * (the "License"); you may not use this 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. + */ import static org.junit.Assert.assertEquals; import static org.junit.Assert.assertTrue; http://git-wip-us.apache.org/repos/asf/incubator-blur/blob/3a91eb83/contrib/blur-console/blur-agent/src/test/java/org/apache/blur/agent/notifications/NotifierTest.java ---------------------------------------------------------------------- diff --git a/contrib/blur-console/blur-agent/src/test/java/org/apache/blur/agent/notifications/NotifierTest.java b/contrib/blur-console/blur-agent/src/test/java/org/apache/blur/agent/notifications/NotifierTest.java index 122a538..697ee06 100644 --- a/contrib/blur-console/blur-agent/src/test/java/org/apache/blur/agent/notifications/NotifierTest.java +++ b/contrib/blur-console/blur-agent/src/test/java/org/apache/blur/agent/notifications/NotifierTest.java @@ -1,5 +1,21 @@ package org.apache.blur.agent.notifications; +/** + * Licensed to the Apache Software Foundation (ASF) under one or more + * contributor license agreements. See the NOTICE file distributed with + * this work for additional information regarding copyright ownership. + * The ASF licenses this file to You under the Apache License, Version 2.0 + * (the "License"); you may not use this 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. + */ public class NotifierTest { } http://git-wip-us.apache.org/repos/asf/incubator-blur/blob/3a91eb83/contrib/blur-console/blur-agent/src/test/java/org/apache/blur/agent/notifications/XMPPEmbeddedServer.java ---------------------------------------------------------------------- diff --git a/contrib/blur-console/blur-agent/src/test/java/org/apache/blur/agent/notifications/XMPPEmbeddedServer.java b/contrib/blur-console/blur-agent/src/test/java/org/apache/blur/agent/notifications/XMPPEmbeddedServer.java index b65d2cb..f8a6b17 100644 --- a/contrib/blur-console/blur-agent/src/test/java/org/apache/blur/agent/notifications/XMPPEmbeddedServer.java +++ b/contrib/blur-console/blur-agent/src/test/java/org/apache/blur/agent/notifications/XMPPEmbeddedServer.java @@ -1,5 +1,21 @@ package org.apache.blur.agent.notifications; +/** + * Licensed to the Apache Software Foundation (ASF) under one or more + * contributor license agreements. See the NOTICE file distributed with + * this work for additional information regarding copyright ownership. + * The ASF licenses this file to You under the Apache License, Version 2.0 + * (the "License"); you may not use this 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. + */ import java.io.BufferedReader; import java.io.IOException; import java.io.InputStreamReader; http://git-wip-us.apache.org/repos/asf/incubator-blur/blob/3a91eb83/contrib/blur-console/blur-agent/src/test/java/org/apache/blur/agent/test/AgentBaseTestClass.java ---------------------------------------------------------------------- diff --git a/contrib/blur-console/blur-agent/src/test/java/org/apache/blur/agent/test/AgentBaseTestClass.java b/contrib/blur-console/blur-agent/src/test/java/org/apache/blur/agent/test/AgentBaseTestClass.java index 4c658f6..74c897f 100644 --- a/contrib/blur-console/blur-agent/src/test/java/org/apache/blur/agent/test/AgentBaseTestClass.java +++ b/contrib/blur-console/blur-agent/src/test/java/org/apache/blur/agent/test/AgentBaseTestClass.java @@ -1,5 +1,21 @@ package org.apache.blur.agent.test; +/** + * Licensed to the Apache Software Foundation (ASF) under one or more + * contributor license agreements. See the NOTICE file distributed with + * this work for additional information regarding copyright ownership. + * The ASF licenses this file to You under the Apache License, Version 2.0 + * (the "License"); you may not use this 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. + */ import java.util.List; import java.util.Properties; http://git-wip-us.apache.org/repos/asf/incubator-blur/blob/3a91eb83/contrib/blur-console/blur-agent/src/test/java/org/apache/blur/agent/test/BlurAgentBaseTestClass.java ---------------------------------------------------------------------- diff --git a/contrib/blur-console/blur-agent/src/test/java/org/apache/blur/agent/test/BlurAgentBaseTestClass.java b/contrib/blur-console/blur-agent/src/test/java/org/apache/blur/agent/test/BlurAgentBaseTestClass.java index c587edb..9106a1c 100644 --- a/contrib/blur-console/blur-agent/src/test/java/org/apache/blur/agent/test/BlurAgentBaseTestClass.java +++ b/contrib/blur-console/blur-agent/src/test/java/org/apache/blur/agent/test/BlurAgentBaseTestClass.java @@ -1,5 +1,21 @@ package org.apache.blur.agent.test; +/** + * Licensed to the Apache Software Foundation (ASF) under one or more + * contributor license agreements. See the NOTICE file distributed with + * this work for additional information regarding copyright ownership. + * The ASF licenses this file to You under the Apache License, Version 2.0 + * (the "License"); you may not use this 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. + */ import org.apache.blur.MiniCluster; import org.junit.AfterClass; import org.junit.BeforeClass;
