Skip to content

Commit

Permalink
add descriptions for build etc into readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
zhangshuocn committed Jun 15, 2016
1 parent 367992d commit c82840c
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 0 deletions.
23 changes: 23 additions & 0 deletions parquet-scrooge/.project.java-project
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
<name>parquet-scrooge_</name>
<comment></comment>
<projects>
</projects>
<buildSpec>
<buildCommand>
<name>org.eclipse.jdt.core.javabuilder</name>
<arguments>
</arguments>
</buildCommand>
<buildCommand>
<name>org.eclipse.m2e.core.maven2Builder</name>
<arguments>
</arguments>
</buildCommand>
</buildSpec>
<natures>
<nature>org.eclipse.jdt.core.javanature</nature>
<nature>org.eclipse.m2e.core.maven2Nature</nature>
</natures>
</projectDescription>
13 changes: 13 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
## Parquet-mr

## Build
```
mvn clean install -Drat.skip=true
```

ref: https://issues.apache.org/jira/browse/ZEPPELIN-109

## Run
```

0 comments on commit c82840c

Please sign in to comment.