Project

General

Profile

« Previous | Next » 

Revision 37109

Added by Marek Horst about 9 years ago

merging trunk changes with IIS-CDH-5.3.0 branch

View differences:

pom.xml
99 99
			<version>${iis.pig.version}</version>
100 100
			<!-- this lib cannot be set to provided -->
101 101
		</dependency>
102

  
103
		<!-- replacing hacked pig-avrostorage with original pig -->
102 104
	    <dependency>
103 105
			<groupId>eu.dnetlib</groupId>
104 106
			<artifactId>icm-iis-3rdparty-pig-avrostorage</artifactId>
105 107
			<version>[1.0.0,2.0.0)</version>
106 108
			<type>jar</type>
107 109
		</dependency>
110
		<!-- FIXME change to version bound with CDH5 when upgrading cluster -->
111
		<!--
112
		<dependency>
113
			<groupId>org.apache.pig</groupId>
114
			<artifactId>piggybank</artifactId>
115
			<version>${iis.pig.version}</version>
116
		</dependency>
117
		-->
118
		
108 119
		<!-- Needed to run Pig jobs } -->
109 120
	</dependencies>
110 121
	<repositories>

Also available in: Unified diff