Skip to content
This repository has been archived by the owner on Jun 16, 2021. It is now read-only.

Commit

Permalink
Merge chapter-16 project with MiA
Browse files Browse the repository at this point in the history
- make thrift working with Mac OS X ports
- move everything in top-level directory
  • Loading branch information
alexott committed Jun 21, 2011
1 parent 0f0f5a6 commit 37de515
Show file tree
Hide file tree
Showing 96 changed files with 469 additions and 464 deletions.
51 changes: 23 additions & 28 deletions .gitignore
@@ -1,29 +1,24 @@
/MiA/target/
/target/
*~
/MiA/.classpath
/MiA/.project
/MiA/.settings/org.eclipse.jdt.core.prefs
/MiA/.settings/org.maven.ide.eclipse.prefs
/MiA/appledata/.apples.crc
/MiA/appledata/apples
/MiA/output/clusteredPoints/.part-m-00000.crc
/MiA/output/clusteredPoints/part-m-00000
/MiA/output/clusters-1/.part-r-00000.crc
/MiA/output/clusters-1/part-r-00000
/MiA/output/clusters-2/.part-r-00000.crc
/MiA/output/clusters-2/part-r-00000
/MiA/output/clusters-3/.part-r-00000.crc
/MiA/output/clusters-3/part-r-00000
/MiA/testdata/clusters/.part-00000.crc
/MiA/testdata/clusters/part-00000
/MiA/testdata/points/.file1.crc
/MiA/testdata/points/file1
/MiA/src/main/resources/gender.dat
/MiA/src/main/resources/ratings.dat
/Chapter-16/target/
/Chapter-16/.classpath
/Chapter-16/.project
/Chapter-16/.settings/org.eclipse.jdt.core.prefs
/Chapter-16/.settings/org.maven.ide.eclipse.prefs
/Chapter-16/20news-bydate-test/
/Chapter-16/20news-bydate-train/
/.classpath
/.project
/.settings/org.eclipse.jdt.core.prefs
/.settings/org.maven.ide.eclipse.prefs
/appledata/.apples.crc
/appledata/apples
/output/clusteredPoints/.part-m-00000.crc
/output/clusteredPoints/part-m-00000
/output/clusters-1/.part-r-00000.crc
/output/clusters-1/part-r-00000
/output/clusters-2/.part-r-00000.crc
/output/clusters-2/part-r-00000
/output/clusters-3/.part-r-00000.crc
/output/clusters-3/part-r-00000
/testdata/clusters/.part-00000.crc
/testdata/clusters/part-00000
/testdata/points/.file1.crc
/testdata/points/file1
/src/main/resources/gender.dat
/src/main/resources/ratings.dat
20news-bydate-test/
20news-bydate-train/
127 changes: 0 additions & 127 deletions Chapter-16/README

This file was deleted.

115 changes: 0 additions & 115 deletions Chapter-16/pom.xml

This file was deleted.

0 comments on commit 37de515

Please sign in to comment.