Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 7 additions & 5 deletions mrj-0.1/.classpath
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" path="src"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.7"/>
<classpathentry kind="con" path="org.eclipse.jdt.USER_LIBRARY/ReasonMapreduce"/>
<classpathentry kind="con" path="org.eclipse.jdt.USER_LIBRARY/cassandra-2.1.2"/>
<classpathentry kind="con" path="org.eclipse.jdt.USER_LIBRARY/hadoop-0.20.x"/>
<classpathentry kind="con" path="org.eclipse.jdt.USER_LIBRARY/DataStax"/>
<classpathentry exported="true" kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry exported="true" kind="con" path="org.eclipse.jdt.USER_LIBRARY/ReasonMapreduce"/>
<classpathentry exported="true" kind="con" path="org.eclipse.jdt.USER_LIBRARY/DataStax"/>
<classpathentry kind="con" path="org.eclipse.jdt.USER_LIBRARY/hadoop 0.2"/>
<classpathentry kind="lib" path="E:/workfile/hadoop-0.20.3-dev-core.jar" sourcepath="E:/workfile/hadoop-0.20.2_Writable2Object_source_build/hadoop-0.20.2_Writable2Object_source"/>
<classpathentry kind="con" path="org.eclipse.jdt.USER_LIBRARY/cassandra 2.1.10"/>
<classpathentry kind="con" path="org.eclipse.jdt.USER_LIBRARY/javadriver 2.1.7.1"/>
<classpathentry kind="output" path="bin"/>
</classpath>
2 changes: 2 additions & 0 deletions mrj-0.1/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
/bin
/bin/
1 change: 1 addition & 0 deletions mrj-0.1/.idea/.name

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

23 changes: 23 additions & 0 deletions mrj-0.1/.idea/compiler.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions mrj-0.1/.idea/copyright/profiles_settings.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions mrj-0.1/.idea/encodings.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

178 changes: 178 additions & 0 deletions mrj-0.1/.idea/misc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 8 additions & 0 deletions mrj-0.1/.idea/modules.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 5 additions & 0 deletions mrj-0.1/.idea/scopes/scope_settings.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions mrj-0.1/.idea/vcs.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading