Skip to content

Commit

Permalink
Rename ch07-parquet to ch13-parquet
Browse files Browse the repository at this point in the history
  • Loading branch information
tomwhite committed Nov 13, 2014
1 parent 6740ad0 commit f0b3921
Show file tree
Hide file tree
Showing 18 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions ch07-parquet/pom.xml → ch13-parquet/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@
<relativePath>../hadoop-meta/pom.xml</relativePath>
</parent>
<groupId>com.hadoopbook</groupId>
<artifactId>ch07-parquet</artifactId>
<artifactId>ch13-parquet</artifactId>
<packaging>jar</packaging>
<version>3.0</version>
<name>Chapter 7: Parquet</name>
<name>Chapter 13: Parquet</name>
<dependencies>
<dependency>
<groupId>com.twitter</groupId>
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@
<module>ch02-mr-intro</module>
<module>ch03-hdfs</module>
<module>ch05-io</module>
<module>ch12-avro</module>
<module>ch07-parquet</module>
<module>ch06-mr-dev</module>
<module>ch08-mr-types</module>
<module>ch09-mr-features</module>
<module>ch12-avro</module>
<module>ch13-parquet</module>
<module>ch15-sqoop</module>
<module>ch16-pig</module>
<module>ch17-hive</module>
Expand Down

0 comments on commit f0b3921

Please sign in to comment.