@@ -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,7 @@ 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
+ Hadoop FileSystem support for Red Hat Storage
28
26
29
27
%prep
30
28
@@ -57,9 +55,15 @@ rm -rf %{buildroot}
57
55
%{hadoop_libdir}/$artifact
58
56
#end if
59
57
#end for
60
- %{_sysconfdir}/sudoers.d/20_glusterfs_hadoop_sudoers
58
+ %config % {_sysconfdir}/sudoers.d/20_glusterfs_hadoop_sudoers
61
59
62
60
%changelog
61
+ * Thus Oct 09 2014 Shubhendu Tripathi <
[email protected] > 2.1.6-2
62
+ - bz#1122909 corrected the description
63
+
64
+ * Thus Oct 09 2014 Shubhendu Tripathi <
[email protected] > 2.1.6-1
65
+ - bz#1065417 fixed rpmlint errors and warnings
66
+
63
67
* Wed Feb 06 2014 Jeff Vance <
[email protected] > 2.1.6
64
68
- fix name from "gluster" to "glusterfs-hadoop"
65
69
- minor README updates
@@ -71,7 +75,7 @@ rm -rf %{buildroot}
71
75
- rename to rhs-hadoop for release
72
76
73
77
* Fri Nov 22 2013 Jay Vyas <
[email protected] > 2.1.4
74
- - Initial import into the glusterfs-hadoop plugin as part of our deployment.
78
+ - Initial import into the glusterfs-hadoop plug-in as part of our deployment.
75
79
76
80
* Fri May 18 2012 Anthony Towns <
[email protected] > - 0.20.2-0
77
81
- Initial build
0 commit comments