@@ -5,9 +5,10 @@ Release: $release%{?dist}
5
5
#if $epoch
6
6
Epoch: $epoch
7
7
#end if
8
- License: Apache
9
- Summary: GlusterFS Hadoop Plugin
10
- Group: Application/File
8
+ License: Apache License
9
+ URL: https://forge.gluster.org/hadoop/glusterfs-hadoop
10
+ Summary: GlusterFS Hadoop Plug-in
11
+ Group: Applications/File
11
12
12
13
#for $i, $artifact in $enumerate($all_artifacts)
13
14
Source$i: $artifact
@@ -21,10 +22,11 @@ BuildArch: noarch
21
22
%global hadoop_libdir %{_prefix}/lib/hadoop/lib
22
23
23
24
%description
24
- The Gluster Filesystem Hadoop implementation for both Hadoop 1.x and 2.x. This
25
- Java plugin for Hadoop allows MapReduce and YARN to run on top of Gluster, by providing the
26
- GlusterFileSystem (1.x) and GlusterFs (2.x) implementations. These should be referenced
27
- in the hadoop configuration files and loaded at runtime as the FileSystem implementation.
25
+ The Gluster File system Hadoop implementation for both Hadoop 1.x and 2.x.
26
+ This Java plug-in for Hadoop allows MapReduce and YARN to run on top of
27
+ Gluster, by providing the GlusterFileSystem (1.x) and GlusterFs (2.x)
28
+ implementations. These should be referenced in the hadoop configuration
29
+ files and loaded at run time as the FileSystem implementation.
28
30
29
31
%prep
30
32
@@ -57,9 +59,12 @@ rm -rf %{buildroot}
57
59
%{hadoop_libdir}/$artifact
58
60
#end if
59
61
#end for
60
- %{_sysconfdir}/sudoers.d/20_glusterfs_hadoop_sudoers
62
+ %config % {_sysconfdir}/sudoers.d/20_glusterfs_hadoop_sudoers
61
63
62
64
%changelog
65
+ * Thus Oct 09 2014 Shubhendu Tripathi <
[email protected] > 2.1.6-1
66
+ - bz#1065417 fixed rpmlint errors and warnings
67
+
63
68
* Wed Feb 06 2014 Jeff Vance <
[email protected] > 2.1.6
64
69
- fix name from "gluster" to "glusterfs-hadoop"
65
70
- minor README updates
@@ -71,7 +76,7 @@ rm -rf %{buildroot}
71
76
- rename to rhs-hadoop for release
72
77
73
78
* Fri Nov 22 2013 Jay Vyas <
[email protected] > 2.1.4
74
- - Initial import into the glusterfs-hadoop plugin as part of our deployment.
79
+ - Initial import into the glusterfs-hadoop plug-in as part of our deployment.
75
80
76
81
* Fri May 18 2012 Anthony Towns <
[email protected] > - 0.20.2-0
77
82
- Initial build
0 commit comments