Skip to content

Commit

Permalink
Resolve conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
gpang committed Mar 9, 2018
1 parent f6d9ce1 commit fce8d3f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 20 deletions.
Expand Up @@ -134,7 +134,12 @@ func addAdditionalFiles(srcPath, dstPath, version string) {
"integration/kubernetes/alluxio-master.yaml.template",
"integration/kubernetes/alluxio-worker.yaml.template",
"integration/kubernetes/conf/alluxio.properties.template",
<<<<<<< HEAD
"integration/mesos/bin/alluxio-env-mesos.sh",
"integration/mesos/bin/alluxio-mesos-start.sh",
"integration/mesos/bin/alluxio-master-mesos.sh",
"integration/mesos/bin/alluxio-mesos-stop.sh",
"integration/mesos/bin/alluxio-worker-mesos.sh",
"integration/mesos/bin/common.sh",
fmt.Sprintf("lib/alluxio-underfs-gcs-%v.jar", version),
fmt.Sprintf("lib/alluxio-underfs-hdfs-%v.jar", version),
fmt.Sprintf("lib/alluxio-underfs-local-%v.jar", version),
Expand All @@ -143,20 +148,6 @@ func addAdditionalFiles(srcPath, dstPath, version string) {
fmt.Sprintf("lib/alluxio-underfs-swift-%v.jar", version),
fmt.Sprintf("lib/alluxio-underfs-wasb-%v.jar", version),
"libexec/alluxio-config.sh",
||||||| merged common ancestors
// FUSE
"integration/fuse/bin/alluxio-fuse",
=======
// FUSE
"integration/fuse/bin/alluxio-fuse",
// MESOS
"integration/mesos/bin/alluxio-env-mesos.sh",
"integration/mesos/bin/alluxio-mesos-start.sh",
"integration/mesos/bin/alluxio-master-mesos.sh",
"integration/mesos/bin/alluxio-mesos-stop.sh",
"integration/mesos/bin/alluxio-worker-mesos.sh",
"integration/mesos/bin/common.sh",
>>>>>>> upstream/branch-1.7
}
for _, path := range pathsToCopy {
mkdir(filepath.Join(dstPath, filepath.Dir(path)))
Expand Down
Expand Up @@ -43,15 +43,10 @@
import alluxio.master.file.options.RenameOptions;
import alluxio.master.file.options.SetAttributeOptions;
import alluxio.security.authentication.AuthenticatedClientUser;
<<<<<<< HEAD
import alluxio.underfs.UnderFileSystem;
||||||| merged common ancestors
=======
import alluxio.underfs.UfsDirectoryStatus;
import alluxio.underfs.UnderFileSystem;
import alluxio.underfs.UnderFileSystemFactory;
import alluxio.underfs.UnderFileSystemFactoryRegistry;
>>>>>>> upstream/branch-1.7
import alluxio.util.CommonUtils;
import alluxio.util.IdUtils;
import alluxio.wire.CommonOptions;
Expand Down

0 comments on commit fce8d3f

Please sign in to comment.