You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@reef.apache.org by we...@apache.org on 2015/11/18 19:30:12 UTC

incubator-reef git commit: [REEF-970] Remove unused files in reef-common

Repository: incubator-reef
Updated Branches:
  refs/heads/master 96110296a -> 5d3f3288d


[REEF-970] Remove unused files in reef-common

JIRA:
  [REEF-970](https://issues.apache.org/jira/browse/REEF-970)

Pull request:
  This closes #652


Project: http://git-wip-us.apache.org/repos/asf/incubator-reef/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-reef/commit/5d3f3288
Tree: http://git-wip-us.apache.org/repos/asf/incubator-reef/tree/5d3f3288
Diff: http://git-wip-us.apache.org/repos/asf/incubator-reef/diff/5d3f3288

Branch: refs/heads/master
Commit: 5d3f3288d505e24b9aef1129b066e335c77c869e
Parents: 9611029
Author: Dongjoon Hyun <do...@apache.org>
Authored: Thu Nov 19 02:24:44 2015 +0900
Committer: Markus Weimer <we...@apache.org>
Committed: Wed Nov 18 10:28:53 2015 -0800

----------------------------------------------------------------------
 .../reef-common/src/main/conf/log4j.properties  | 40 --------------------
 .../reef-common/src/main/conf/reef-site.xml     | 21 ----------
 .../runtime/common/driver/DriverSingleton.java  | 18 ---------
 .../api/DefaultResourceManagerLifeCycle.java    | 18 ---------
 .../driver/api/ResourceManagerLifeCycle.java    | 18 ---------
 .../common/launch/LauncherSingletons.java       | 18 ---------
 6 files changed, 133 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-reef/blob/5d3f3288/lang/java/reef-common/src/main/conf/log4j.properties
----------------------------------------------------------------------
diff --git a/lang/java/reef-common/src/main/conf/log4j.properties b/lang/java/reef-common/src/main/conf/log4j.properties
deleted file mode 100644
index 53d72e2..0000000
--- a/lang/java/reef-common/src/main/conf/log4j.properties
+++ /dev/null
@@ -1,40 +0,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.
-#
-
-#### Use two appenders, one to log to console, another to log to a file  
-log4j.rootCategory=info, stdout, R
-  
-#### First appender writes to console  
-log4j.appender.stdout=org.apache.log4j.ConsoleAppender  
-log4j.appender.stdout.layout=org.apache.log4j.PatternLayout  
-  
-# Pattern to output the caller's file name and line number.  
-log4j.appender.stdout.layout.ConversionPattern=%5p [%t] (%F%L) - %m%n  
-  
-#### Second appender writes to a file  
-log4j.appender.R=org.apache.log4j.RollingFileAppender  
-log4j.appender.R.File=D:\\log\\import.log  
-  
-# Control the maximum log file size  
-log4j.appender.R.MaxFileSize=10000KB  
-# Archive log files (one backup file here)  
-log4j.appender.R.MaxBackupIndex=10  
-  
-log4j.appender.R.layout=org.apache.log4j.PatternLayout  
-log4j.appender.R.layout.ConversionPattern=%p %t %c - %m%n  

http://git-wip-us.apache.org/repos/asf/incubator-reef/blob/5d3f3288/lang/java/reef-common/src/main/conf/reef-site.xml
----------------------------------------------------------------------
diff --git a/lang/java/reef-common/src/main/conf/reef-site.xml b/lang/java/reef-common/src/main/conf/reef-site.xml
deleted file mode 100644
index 334e913..0000000
--- a/lang/java/reef-common/src/main/conf/reef-site.xml
+++ /dev/null
@@ -1,21 +0,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.
-
--->
--->

http://git-wip-us.apache.org/repos/asf/incubator-reef/blob/5d3f3288/lang/java/reef-common/src/main/java/org/apache/reef/runtime/common/driver/DriverSingleton.java
----------------------------------------------------------------------
diff --git a/lang/java/reef-common/src/main/java/org/apache/reef/runtime/common/driver/DriverSingleton.java b/lang/java/reef-common/src/main/java/org/apache/reef/runtime/common/driver/DriverSingleton.java
deleted file mode 100644
index 042f3ce..0000000
--- a/lang/java/reef-common/src/main/java/org/apache/reef/runtime/common/driver/DriverSingleton.java
+++ /dev/null
@@ -1,18 +0,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.
- */

http://git-wip-us.apache.org/repos/asf/incubator-reef/blob/5d3f3288/lang/java/reef-common/src/main/java/org/apache/reef/runtime/common/driver/api/DefaultResourceManagerLifeCycle.java
----------------------------------------------------------------------
diff --git a/lang/java/reef-common/src/main/java/org/apache/reef/runtime/common/driver/api/DefaultResourceManagerLifeCycle.java b/lang/java/reef-common/src/main/java/org/apache/reef/runtime/common/driver/api/DefaultResourceManagerLifeCycle.java
deleted file mode 100644
index 042f3ce..0000000
--- a/lang/java/reef-common/src/main/java/org/apache/reef/runtime/common/driver/api/DefaultResourceManagerLifeCycle.java
+++ /dev/null
@@ -1,18 +0,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.
- */

http://git-wip-us.apache.org/repos/asf/incubator-reef/blob/5d3f3288/lang/java/reef-common/src/main/java/org/apache/reef/runtime/common/driver/api/ResourceManagerLifeCycle.java
----------------------------------------------------------------------
diff --git a/lang/java/reef-common/src/main/java/org/apache/reef/runtime/common/driver/api/ResourceManagerLifeCycle.java b/lang/java/reef-common/src/main/java/org/apache/reef/runtime/common/driver/api/ResourceManagerLifeCycle.java
deleted file mode 100644
index 042f3ce..0000000
--- a/lang/java/reef-common/src/main/java/org/apache/reef/runtime/common/driver/api/ResourceManagerLifeCycle.java
+++ /dev/null
@@ -1,18 +0,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.
- */

http://git-wip-us.apache.org/repos/asf/incubator-reef/blob/5d3f3288/lang/java/reef-common/src/main/java/org/apache/reef/runtime/common/launch/LauncherSingletons.java
----------------------------------------------------------------------
diff --git a/lang/java/reef-common/src/main/java/org/apache/reef/runtime/common/launch/LauncherSingletons.java b/lang/java/reef-common/src/main/java/org/apache/reef/runtime/common/launch/LauncherSingletons.java
deleted file mode 100644
index 042f3ce..0000000
--- a/lang/java/reef-common/src/main/java/org/apache/reef/runtime/common/launch/LauncherSingletons.java
+++ /dev/null
@@ -1,18 +0,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.
- */