My favorites | Sign in
Project Logo
                
Details: Show all Hide all

Today

  • 15 hours ago
    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
  • 18 hours ago
    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

  • 47 hours ago
    r456 (Use Javadoc comment.) committed by yaojingguo   -   Use Javadoc comment.
    Use Javadoc comment.

Last 7 days

  • Jan 05, 2010
    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.
  • Jan 03, 2010
    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

  • Dec 25, 2009
    r453 (Add .gitignore) committed by yaojingguo   -   Add .gitignore
    Add .gitignore
  • Dec 23, 2009
    r452 (Remove useless comments) committed by yaojingguo   -   Remove useless comments
    Remove useless comments
  • Dec 23, 2009
    r451 (Remove typos.) committed by yaojingguo   -   Remove typos.
    Remove typos.
  • Dec 15, 2009
    r450 (Added schema to lag1() fn) committed by Kevin.Be...@gmail.com   -   Added schema to lag1() fn
    Added schema to lag1() fn
  • Dec 14, 2009
    r449 (ignore git) committed by yaojingguo   -   ignore git
    ignore git
  • Dec 14, 2009
    r448 (ignore orig file) committed by yaojingguo   -   ignore orig file
    ignore orig file
  • Dec 14, 2009
    r447 (Add SystemUtil) committed by yaojingguo   -   Add SystemUtil
    Add SystemUtil
  • Dec 14, 2009
    r446 (Remove comments generated by Eclipse) committed by yaojingguo   -   Remove comments generated by Eclipse
    Remove comments generated by Eclipse
  • Dec 14, 2009
    r445 (Add javadoc) committed by yaojingguo   -   Add javadoc
    Add javadoc
  • Dec 14, 2009
    r444 (format code) committed by yaojingguo   -   format code
    format code
  • Dec 14, 2009
    r443 (improve error message) committed by yaojingguo   -   improve error message
    improve error message
  • Dec 14, 2009
    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.
  • Dec 13, 2009
    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

  • Dec 07, 2009
    issue 73 (FromDelimitConverter Missing from SVN) commented on by Rainer.G...@gmx.de   -   Yes, reading delimited files has been made significantly easier in the trunk. Check out src/test/com/ibm/jaql/storageTextQueries.txt for examples. In the case of CSV files, issuing read(del("filename")) is sufficient. Note that there are two Google groups related to Jaql: jaql-user and jaql-devel. You can find links to them on the right-hand side of the "project home" tab.
    Yes, reading delimited files has been made significantly easier in the trunk. Check out src/test/com/ibm/jaql/storageTextQueries.txt for examples. In the case of CSV files, issuing read(del("filename")) is sufficient. Note that there are two Google groups related to Jaql: jaql-user and jaql-devel. You can find links to them on the right-hand side of the "project home" tab.
  • Dec 05, 2009
    issue 73 (FromDelimitConverter Missing from SVN) reported by robstewart57   -   Hi there, I am new to JAQL, but I involving it in an academic paper. I am wanting to understand JAQL further to be able to draw some results. So, the Hadoop cluster I am using is version 0.20.1 . I have had to take a snapshot from JAQL SVN because the most recent stable version does not support 0.20.1 . I am trying to read in a delimited file from HDFS, but looking at your IO tutorial on the wiki, that it uses com.acme.extensions.data.FromDelimitConverter . However, looking at the source in SVN, this class is now missing. Can you tell me where I am likely to find it, or better still, outline a new process (if applicable) to parse delimited HDFS files in JAQL. (delimited by a given format, and a new record on each line). Thanks, Rob Stewart
    Hi there, I am new to JAQL, but I involving it in an academic paper. I am wanting to understand JAQL further to be able to draw some results. So, the Hadoop cluster I am using is version 0.20.1 . I have had to take a snapshot from JAQL SVN because the most recent stable version does not support 0.20.1 . I am trying to read in a delimited file from HDFS, but looking at your IO tutorial on the wiki, that it uses com.acme.extensions.data.FromDelimitConverter . However, looking at the source in SVN, this class is now missing. Can you tell me where I am likely to find it, or better still, outline a new process (if applicable) to parse delimited HDFS files in JAQL. (delimited by a given format, and a new record on each line). Thanks, Rob Stewart
  • Dec 04, 2009
    r440 (fix error on expected test value.) committed by vuk.ercegovac   -   fix error on expected test value.
    fix error on expected test value.
  • Dec 03, 2009
    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
  • Dec 02, 2009
    issue 72 (Retain field order in record schemata) Status changed by Rainer.G...@gmx.de   -   Committed r438.
    Status: Fixed
    Committed r438.
    Status: Fixed
  • Dec 02, 2009
    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
  • Dec 02, 2009
    issue 72 (Retain field order in record schemata) commented on by Rainer.G...@gmx.de   -   This issue involves updating the default printer for the jaqlshell to be schema-aware. Previously: > { b: 1, a: 1 }; { "a": 1. "b": 1 } Desired: > { b: 1, a: 1 }; { "b": 1. "a": 1 } Note that { a:1, b:1 } and { b:1, a:1 } are equal because record fields are unordered; the old and desired outputs are thus equivalent.
    This issue involves updating the default printer for the jaqlshell to be schema-aware. Previously: > { b: 1, a: 1 }; { "a": 1. "b": 1 } Desired: > { b: 1, a: 1 }; { "b": 1. "a": 1 } Note that { a:1, b:1 } and { b:1, a:1 } are equal because record fields are unordered; the old and desired outputs are thus equivalent.
  • Dec 02, 2009
    issue 72 (Retain field order in record schemata) reported by Rainer.G...@gmx.de   -   The fields in records are unordered in general, but we might want to store a specific ordering of fields in the record schema. This ordering might be exploited for pretty printing or, in general, serialization.
    The fields in records are unordered in general, but we might want to store a specific ordering of fields in the record schema. This ordering might be exploited for pretty printing or, in general, serialization.
  • Nov 26, 2009
    r437 (fixed TestGlobalVar.java) committed by huangyunsong   -   fixed TestGlobalVar.java
    fixed TestGlobalVar.java
  • Nov 26, 2009
    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
  • Nov 26, 2009
    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
  • Nov 24, 2009
    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
  • Nov 24, 2009
    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.
  • Nov 23, 2009
    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.
  • Nov 20, 2009
    issue 71 (Simplify schema and add annotations) Status changed by Rainer.G...@gmx.de   -   Committed, r431.
    Status: Fixed
    Committed, r431.
    Status: Fixed
  • Nov 20, 2009
    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
  • Nov 20, 2009
    issue 71 (Simplify schema and add annotations) commented on by Rainer.G...@gmx.de   -   Clarification: Strings and binary strings will retain their length attribute; the proposal is to replace the minLength and maxLength attributes by a single length attribute.
    Clarification: Strings and binary strings will retain their length attribute; the proposal is to replace the minLength and maxLength attributes by a single length attribute.
  • Nov 19, 2009
    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.
  • Nov 18, 2009
    issue 71 (Simplify schema and add annotations) reported by Rainer.G...@gmx.de   -   Evaluation of the current implementation of schema has shown that some of the information in the schema is too detailed: its usefulness is limited but its propagation through the expression tree is complex. This includes: - min length / max length information of (binary) strings and arrays - min value / max value information of all ordered types - regex patterns for strings These features will be removed. Then, each schema type has the following modifiers: - value (existing): mainly used to propagate compile-time constants - annotation (new): arbitrary user-defined information about the schema The main purpose of annotations is to pass schema information directly to a serialization routine (e.g., to customize serialization or facilitate pretty printing). No guarantees are made about the propagation of annotations through the query tree; they are meant to be used for schemata that are passed as arguments or stored in a value.
    Evaluation of the current implementation of schema has shown that some of the information in the schema is too detailed: its usefulness is limited but its propagation through the expression tree is complex. This includes: - min length / max length information of (binary) strings and arrays - min value / max value information of all ordered types - regex patterns for strings These features will be removed. Then, each schema type has the following modifiers: - value (existing): mainly used to propagate compile-time constants - annotation (new): arbitrary user-defined information about the schema The main purpose of annotations is to pass schema information directly to a serialization routine (e.g., to customize serialization or facilitate pretty printing). No guarantees are made about the propagation of annotations through the query tree; they are meant to be used for schemata that are passed as arguments or stored in a value.
  • Nov 17, 2009
    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.
  • Nov 12, 2009
    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
  • Nov 12, 2009
    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
  • Nov 04, 2009
    r426 (Refine javadoc and code) committed by yaojingguo   -   Refine javadoc and code
    Refine javadoc and code
  • Nov 03, 2009
    r425 (use 2 spaces for tab) committed by yaojingguo   -   use 2 spaces for tab
    use 2 spaces for tab
  • Nov 03, 2009
    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
  • Nov 01, 2009
    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
  • Nov 01, 2009
    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.
  • Nov 01, 2009
    r421 (Enable console print when exceptions occur) committed by yaojingguo   -   Enable console print when exceptions occur
    Enable console print when exceptions occur
  • Oct 30, 2009
    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.
  • Oct 29, 2009
    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
  • Oct 28, 2009
    issue 70 (Add unit tests for jaql shell) changed by yaojingguo   -   Fixed in Revision 418.
    Status: Fixed
    Labels: Type-Enhancement Type-Defect
    Fixed in Revision 418.
    Status: Fixed
    Labels: Type-Enhancement Type-Defect
  • Oct 28, 2009
    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.
 
Hosted by Google Code