Project

General

Profile

« Previous | Next » 

Revision 36307

Added by Marek Horst about 9 years ago

#1257 dropping schema generation related hacks in all PIG modules, switching to literal schema parameters

View differences:

pom.xml
114 114
			<version>${iis.pig.version}</version>
115 115
			<!-- this lib cannot be set to provided -->
116 116
		</dependency>
117
		
118
	    <!-- replacing hacked pig-avrostorage with original pig -->
117 119
	    <dependency>
118 120
			<groupId>eu.dnetlib</groupId>
119 121
			<artifactId>icm-iis-3rdparty-pig-avrostorage</artifactId>
120 122
			<version>[1.0.0,2.0.0)</version>
121 123
			<type>jar</type>
122 124
		</dependency>
125
		<!-- FIXME change to version bound with CDH5 when upgrading cluster -->
126
		<!--
127
		<dependency>
128
			<groupId>org.apache.pig</groupId>
129
			<artifactId>piggybank</artifactId>
130
			<version>${iis.pig.version}</version>
131
		</dependency>
132
		-->
133
		
123 134
		<!-- Needed to run Pig jobs } -->
124 135
        <dependency>
125 136
            <groupId>com.google.guava</groupId>

Also available in: Unified diff