Revision fce83e70d1a71f5f0122e4c160000b8f9cd6eb42 authored by Arunachalam Thirupathi on 22 August 2015, 01:07:25 UTC, committed by Felix GV on 24 August 2015, 22:35:59 UTC
1) fetch-keys and fetch-entries streaming option for utf8 and bytes
are not human readable. This is a problem if you want to sample and
read them using the shell.
2) voldemort-shell.sh does not output the avro bytes in a readable
format.

The previous output was some internal state and it does not convey
what is the output.
1 parent eec454a
Raw File
gradle.properties
## Main source
src.dir=src
java.dir=src/java
python.dir=clients/python
python.proto.dir=clients/python/voldemort/protocol
protobuff.dir=src/proto
private.lib.dir=private-lib
classes.dir=dist/classes
resources.dir=dist/resources
commontestsrc.dir=test/common
unittestsrc.dir=test/unit
longtestsrc.dir=test/long
inttestsrc.dir=test/integration
testclasses.dir=dist/testclasses
testreport.dir=dist/junit-reports
testhtml.dir=dist/junit-reports/html
singletestreport.dir=dist/junit-single-reports
singletesthtml.dir=dist/junit-single-reports/html
longtestreport.dir=dist/junit-long-reports
longtesthtml.dir=dist/junit-long-reports/html

## Contrib
contrib.root.dir=contrib
contrib.classes.dir=dist/contrib-classes
contribtestreport.dir=dist/contrib-junit-reports
contribtesthtml.dir=dist/contrib-junit-reports/html
contrib.testclasses.dir=dist/contribtestclasses

## Other dirs
docs.dir=docs
javadoc.dir=docs/javadoc
dist.dir=dist
war.dir=war

## Tomcat
tomcat.manager.url=http://localhost:8080/manager
tomcat.manager.username=tomcat
tomcat.manager.password=tomcat
tomcat.context=/voldemort

## Java version
javac.version=1.6

## Release
curr.release=1.9.19
back to top