Today
-
r458
(Fixed a bug with variable tagging for functions: when a func...) committed by Rainer.G...@gmx.de
- Fixed a bug with variable tagging for functions: when a function has multiple local bindings of the
same name, all of them are now tagged
Fixed a bug with variable tagging for functions: when a function has multiple local bindings of the
same name, all of them are now tagged
-
r457
(Fix ChainedMap to work on Hadoop 0.18.3) committed by Kevin.Be...@gmail.com
- Fix ChainedMap to work on Hadoop 0.18.3
Fix ChainedMap to work on Hadoop 0.18.3
Yesterday
-
r456
(Use Javadoc comment.) committed by yaojingguo
- Use Javadoc comment.
Last 7 days
-
r455
(A src/test/com/ibm/jaql/hashtableQueries.txt
A src/test/com/...) committed by Kevin.Be...@gmail.com
- A src/test/com/ibm/jaql/hashtableQueries.txt
A src/test/com/ibm/jaql/TestHashtable.java
A src/test/com/ibm/jaql/hashtableGold.txt
A src/java/com/ibm/jaql/lang/expr/index/HashtableListener.java
A src/java/com/ibm/jaql/lang/expr/index/HashtableServer.java
A src/java/com/ibm/jaql/lang/expr/index/SharedHashtableNFn.java
A src/java/com/ibm/jaql/lang/expr/index/HashMapCache.java
A src/java/com/ibm/jaql/lang/expr/index/HashtableConstants.java
A src/java/com/ibm/jaql/lang/expr/index/HashtableClient.java
A src/java/com/ibm/jaql/util/ProcessRunner.java
A src/java/com/ibm/jaql/util/AbstractSocketListener.java
A src/java/com/ibm/jaql/util/ServerThread.java
Added experimental sharedHashtableN support for hashtables that
are shared across map jobs.
A src/java/com/ibm/jaql/lang/expr/hadoop/ChainedMapFn.java
Added experimental chainedMap for serial jobs that still want to
run next to their data.
M src/java/com/ibm/jaql/lang/core/SystemNamespace.java
Added: sharedHashtableN(), chainedMap().
M src/java/com/ibm/jaql/lang/StreamPrinter.java
Added -Djaql.time.results=true property to print query running
time to stderr.
M src/java/com/ibm/jaql/lang/Jaql.java
M src/java/com/ibm/jaql/lang/parser/jaql.g
Improved context reset.
Started better support for UTF-8 but ran into trouble with the shell.
M src/java/com/ibm/jaql/lang/core/Context.java
M src/java/com/ibm/jaql/lang/expr/hadoop/MapReduceBaseExpr.java
M src/java/com/ibm/jaql/lang/expr/hadoop/BuildModelFn.java
M src/java/com/ibm/jaql/lang/expr/hadoop/MRAggregate.java
Improved context reset.
M src/java/com/ibm/jaql/lang/expr/function/DefineJaqlFunctionExpr.java
M src/java/com/ibm/jaql/lang/expr/function/JaqlFunction.java
M src/java/com/ibm/jaql/io/serialization/text/def/FunctionSerializer.java
Fixed bugs with tagged variable names. Some questions remain.
M src/java/com/ibm/jaql/lang/expr/system/BatchFn.java
A src/java/com/ibm/jaql/json/util/BatchIterator.java
Modifed API to batch() and introduced generic batch iterator.
M src/java/com/ibm/jaql/lang/expr/io/AbstractReadExpr.java
Improved file closing.
M src/java/com/ibm/jaql/lang/expr/array/PairwiseFn.java
A src/java/com/ibm/jaql/json/util/PairwiseIterator.java
Added generic pairwise iterator.
M src/java/com/ibm/jaql/lang/expr/record/RecordFn.java
Fixed bug in record() for nulls.
M src/java/com/ibm/jaql/io/hadoop/ConfUtil.java
Added binary value support for Configuration.
M src/java/com/ibm/jaql/json/schema/SchemaFactory.java
Added nullable schema factory method.
M src/java/com/ibm/jaql/json/parser/TokenMgrError.java
M src/java/com/ibm/jaql/json/parser/Token.java
M src/java/com/ibm/jaql/json/parser/JsonParserTokenManager.java
M src/java/com/ibm/jaql/json/parser/SimpleCharStream.java
M src/java/com/ibm/jaql/json/parser/JsonParserConstants.java
M src/java/com/ibm/jaql/json/parser/JsonParser.java
M src/java/com/ibm/jaql/json/parser/JsonParser.jj
M src/java/com/ibm/jaql/json/parser/ParseException.java
Made JSON parser return a JsonIterator for lazy parsing of arrays.
A src/test/com/ibm/jaql/hashtableQueries.txt
A src/test/com/ibm/jaql/TestHashtable.java
A src/test/com/ibm/jaql/hashtableGold.txt
A src/java/com/ibm/jaql/lang/expr/index/HashtableListener.java
A src/java/com/ibm/jaql/lang/expr/index/HashtableServer.java
A src/java/com/ibm/jaql/lang/expr/index/SharedHashtableNFn.java
A src/java/com/ibm/jaql/lang/expr/index/HashMapCache.java
A src/java/com/ibm/jaql/lang/expr/index/HashtableConstants.java
A src/java/com/ibm/jaql/lang/expr/index/HashtableClient.java
A src/java/com/ibm/jaql/util/ProcessRunner.java
A src/java/com/ibm/jaql/util/AbstractSocketListener.java
A src/java/com/ibm/jaql/util/ServerThread.java
Added experimental sharedHashtableN support for hashtables that
are shared across map jobs.
A src/java/com/ibm/jaql/lang/expr/hadoop/ChainedMapFn.java
Added experimental chainedMap for serial jobs that still want to
run next to their data.
M src/java/com/ibm/jaql/lang/core/SystemNamespace.java
Added: sharedHashtableN(), chainedMap().
M src/java/com/ibm/jaql/lang/StreamPrinter.java
Added -Djaql.time.results=true property to print query running
time to stderr.
M src/java/com/ibm/jaql/lang/Jaql.java
M src/java/com/ibm/jaql/lang/parser/jaql.g
Improved context reset.
Started better support for UTF-8 but ran into trouble with the shell.
M src/java/com/ibm/jaql/lang/core/Context.java
M src/java/com/ibm/jaql/lang/expr/hadoop/MapReduceBaseExpr.java
M src/java/com/ibm/jaql/lang/expr/hadoop/BuildModelFn.java
M src/java/com/ibm/jaql/lang/expr/hadoop/MRAggregate.java
Improved context reset.
M src/java/com/ibm/jaql/lang/expr/function/DefineJaqlFunctionExpr.java
M src/java/com/ibm/jaql/lang/expr/function/JaqlFunction.java
M src/java/com/ibm/jaql/io/serialization/text/def/FunctionSerializer.java
Fixed bugs with tagged variable names. Some questions remain.
M src/java/com/ibm/jaql/lang/expr/system/BatchFn.java
A src/java/com/ibm/jaql/json/util/BatchIterator.java
Modifed API to batch() and introduced generic batch iterator.
M src/java/com/ibm/jaql/lang/expr/io/AbstractReadExpr.java
Improved file closing.
M src/java/com/ibm/jaql/lang/expr/array/PairwiseFn.java
A src/java/com/ibm/jaql/json/util/PairwiseIterator.java
Added generic pairwise iterator.
M src/java/com/ibm/jaql/lang/expr/record/RecordFn.java
Fixed bug in record() for nulls.
M src/java/com/ibm/jaql/io/hadoop/ConfUtil.java
Added binary value support for Configuration.
M src/java/com/ibm/jaql/json/schema/SchemaFactory.java
Added nullable schema factory method.
M src/java/com/ibm/jaql/json/parser/TokenMgrError.java
M src/java/com/ibm/jaql/json/parser/Token.java
M src/java/com/ibm/jaql/json/parser/JsonParserTokenManager.java
M src/java/com/ibm/jaql/json/parser/SimpleCharStream.java
M src/java/com/ibm/jaql/json/parser/JsonParserConstants.java
M src/java/com/ibm/jaql/json/parser/JsonParser.java
M src/java/com/ibm/jaql/json/parser/JsonParser.jj
M src/java/com/ibm/jaql/json/parser/ParseException.java
Made JSON parser return a JsonIterator for lazy parsing of arrays.
-
Building
(Building Jaql from Source) Wiki page edited by vuk.ercegovac
- Revision r454
Edited wiki page through web user interface.
Revision r454
Edited wiki page through web user interface.
Last 30 days
-
-
r452
(Remove useless comments) committed by yaojingguo
- Remove useless comments
-
-
-
-
-
-
r446
(Remove comments generated by Eclipse) committed by yaojingguo
- Remove comments generated by Eclipse
Remove comments generated by Eclipse
-
-
-
r443
(improve error message) committed by yaojingguo
- improve error message
-
r442
(using built-in "sort" hides the purpose of this test. removi...) committed by vuk.ercegovac
- using built-in "sort" hides the purpose of this test. removing until parallel sort is checked-in.
using built-in "sort" hides the purpose of this test. removing until parallel sort is checked-in.
-
r441
(Fix errors with storage temp regression tests.) committed by vuk.ercegovac
- Fix errors with storage temp regression tests.
Fix errors with storage temp regression tests.
Older
-
-
-
r440
(fix error on expected test value.) committed by vuk.ercegovac
- fix error on expected test value.
fix error on expected test value.
-
r439
(code for line-item embedded jaql for java) committed by huangyunsong
- code for line-item embedded jaql for java
code for line-item embedded jaql for java
-
-
r438
(Implemented issue 72: Retain field order in record schemata) committed by Rainer.G...@gmx.de
- Implemented issue 72 : Retain field order in record schemata
Implemented issue 72 : Retain field order in record schemata
-
-
-
r437
(fixed TestGlobalVar.java) committed by huangyunsong
- fixed TestGlobalVar.java
-
r436
(fix the bug of setting global variable) committed by huangyunsong
- fix the bug of setting global variable
fix the bug of setting global variable
-
r435
(fix the bug of setting global variable) committed by huangyunsong
- fix the bug of setting global variable
fix the bug of setting global variable
-
r434
(Clean up the catalog database before running test case) committed by yaojingguo
- Clean up the catalog database before running test case
Clean up the catalog database before running test case
-
r433
(1. Add catalog connection configuration file.
2. Add derbyc...) committed by yaojingguo
- 1. Add catalog connection configuration file.
2. Add derbyclient.jar.
1. Add catalog connection configuration file.
2. Add derbyclient.jar.
-
r432
(now defaults to Embedded Derby if cannot read connection Url...) committed by abal...@gmail.com
- now defaults to Embedded Derby if cannot read connection Url from catalog config file.
now defaults to Embedded Derby if cannot read connection Url from catalog config file.
-
-
r431
(Implemented Issue 71: Simplify schema and add annotations) committed by Rainer.G...@gmx.de
- Implemented Issue 71 : Simplify schema and add annotations
Implemented Issue 71 : Simplify schema and add annotations
-
-
r430
(1. Add derby.jar, derbyclient.jar and vendor/hadoop/ to .cla...) committed by yaojingguo
- 1. Add derby.jar, derbyclient.jar and vendor/hadoop/ to .classpath.
2. Add asserts and logging for CatalogTest.
3. Add configuration file for catalog connection.
4. Check in derbyrun.jar.
5. Close JDBC ResultSet and Statement in finally bloack.
1. Add derby.jar, derbyclient.jar and vendor/hadoop/ to .classpath.
2. Add asserts and logging for CatalogTest.
3. Add configuration file for catalog connection.
4. Check in derbyrun.jar.
5. Close JDBC ResultSet and Statement in finally bloack.
-
-
r429
(1. Remove the test in main method to a test case.
2. Add the...) committed by yaojingguo
- 1. Remove the test in main method to a test case.
2. Add the implementation of server-mode catalog.
1. Remove the test in main method to a test case.
2. Add the implementation of server-mode catalog.
-
r428
(First drop of the Embedded Catalog API implementation) committed by abal...@gmail.com
- First drop of the Embedded Catalog API implementation
First drop of the Embedded Catalog API implementation
-
r427
(Derby jar that catalog service will use) committed by abal...@gmail.com
- Derby jar that catalog service will use
Derby jar that catalog service will use
-
r426
(Refine javadoc and code) committed by yaojingguo
- Refine javadoc and code
-
r425
(use 2 spaces for tab) committed by yaojingguo
- use 2 spaces for tab
-
r424
(Bugfix: NullPointerException due to uninitialized member var...) committed by Rainer.G...@gmx.de
- Bugfix: NullPointerException due to uninitialized member variable "printer" in class Jaql
Bugfix: NullPointerException due to uninitialized member variable "printer" in class Jaql
-
r423
(Use OS line separator instead of \n) committed by yaojingguo
- Use OS line separator instead of \n
Use OS line separator instead of \n
-
r422
(Log the content sent to console when console is disabled.) committed by yaojingguo
- Log the content sent to console when console is disabled.
Log the content sent to console when console is disabled.
-
r421
(Enable console print when exceptions occur) committed by yaojingguo
- Enable console print when exceptions occur
Enable console print when exceptions occur
-
r420
(BugFix: Remove "Waiting for the Mini HDFS Cluster to start.....) committed by yaojingguo
- BugFix: Remove "Waiting for the Mini HDFS Cluster to start..." line during tmp file normalization.
BugFix: Remove "Waiting for the Mini HDFS Cluster to start..." line during tmp file normalization.
-
r419
(added support for hadoop 0.20.1) committed by vuk.ercegovac
- added support for hadoop 0.20.1
added support for hadoop 0.20.1
-
issue 70
(Add unit tests for jaql shell) changed by yaojingguo
-
Status:
Fixed
Labels:
Type-Enhancement
−Type-Defect
Status:
Fixed
Labels:
Type-Enhancement
−Type-Defect
-
r418
(Fix Issue 70: Add unit tests for launching jaql shell bash s...) committed by yaojingguo
- Fix Issue 70 : Add unit tests for launching jaql shell bash scripts and testing its options.
Fix Issue 70 : Add unit tests for launching jaql shell bash scripts and testing its options.
|