Messages by Thread
-
tajo git commit: TAJO-2057: Remove redundant class loading in plan optimizer.
jhkim
-
tajo git commit: TAJO-2032: Change tajo.rest.service.port to be the general style in TAJO.
jihoonson
-
[1/2] tajo git commit: TAJO-1971: Replace 'for' loop with 'foreach'.
jihoonson
-
svn commit: r1724347 - in /tajo/site: ./ releases/0.10.0/ releases/0.10.1/ releases/0.11.0/ releases/0.8.0/ releases/0.9.0/
blrunner
-
tajo git commit: TAJO-2041: Update the Team page.
blrunner
-
tajo git commit: TAJO-2038: NPE in FileScanner#getProgress.
jhkim
-
tajo git commit: TAJO-2038: NPE in DelimitedTextFileScanner#getProgress.
jhkim
-
tajo git commit: TAJO-1991: Tablespace::getVolume should take filter predication.
hyunsik
-
tajo git commit: TAJO-2018: Remove redundant 'String.toString()'.
jhkim
-
tajo git commit: TAJO-2034: Files required for executing python functions are not copied in testEval().
jihoonson
-
tajo git commit: TAJO-1705: Update document for index support.
jihoonson
-
tajo git commit: TAJO-2028: Refining Hive Integration document including typo.
jihoonson
-
[1/2] tajo git commit: TAJO-1999: TUtil.newList/newLinkedHashMap should be replaced by Java's diamond operator.
jihoonson
-
tajo git commit: TAJO-2037: tajo-storage-hdfs tests occasionally hangs.
jhkim
-
tajo git commit: TAJO-1950: Query master uses too much memory during range shuffle. (fix compilation error)
jihoonson
-
tajo git commit: TAJO-1944: Support text resultset for REST
charsyam
-
[1/2] tajo git commit: TAJO-1950: Query master uses too much memory during range shuffle.
jihoonson
-
tajo git commit: TAJO-1858: Aligning error message in execute query page of web UI is needed.
jihoonson
-
tajo git commit: TAJO-1997: Registering UDF, it needs to check duplication.
jihoonson
-
[01/17] tajo git commit: TAJO-2007: By default, Optimizer should use the table volume in TableStat.
hyunsik
-
[17/17] tajo git commit: TAJO-2007: By default, Optimizer should use the table volume in TableStat.
hyunsik
-
[11/17] tajo git commit: TAJO-2007: By default, Optimizer should use the table volume in TableStat.
hyunsik
-
[15/17] tajo git commit: TAJO-2007: By default, Optimizer should use the table volume in TableStat.
hyunsik
-
[03/17] tajo git commit: TAJO-2007: By default, Optimizer should use the table volume in TableStat.
hyunsik
-
[13/17] tajo git commit: TAJO-2007: By default, Optimizer should use the table volume in TableStat.
hyunsik
-
[06/17] tajo git commit: TAJO-2007: By default, Optimizer should use the table volume in TableStat.
hyunsik
-
[10/17] tajo git commit: TAJO-2007: By default, Optimizer should use the table volume in TableStat.
hyunsik
-
[08/17] tajo git commit: TAJO-2007: By default, Optimizer should use the table volume in TableStat.
hyunsik
-
[02/17] tajo git commit: TAJO-2007: By default, Optimizer should use the table volume in TableStat.
hyunsik
-
[07/17] tajo git commit: TAJO-2007: By default, Optimizer should use the table volume in TableStat.
hyunsik
-
[05/17] tajo git commit: TAJO-2007: By default, Optimizer should use the table volume in TableStat.
hyunsik
-
[04/17] tajo git commit: TAJO-2007: By default, Optimizer should use the table volume in TableStat.
hyunsik
-
[12/17] tajo git commit: TAJO-2007: By default, Optimizer should use the table volume in TableStat.
hyunsik
-
[09/17] tajo git commit: TAJO-2007: By default, Optimizer should use the table volume in TableStat.
hyunsik
-
[16/17] tajo git commit: TAJO-2007: By default, Optimizer should use the table volume in TableStat.
hyunsik
-
[14/17] tajo git commit: TAJO-2007: By default, Optimizer should use the table volume in TableStat.
hyunsik
-
tajo git commit: TAJO-2025: HBASE_LIB/metrics-core-*.jar should be included in CLASSPATH.
jhkim
-
tajo git commit: TAJO-2022: Add AsyncTaskServer to TajoMaster.
hyunsik
-
tajo git commit: TAJO-2024: Remove getContentSummary from HCatalogStore.
hyunsik
-
tajo git commit: TAJO-2020: Remove unused import statements in S3TableSpace.
blrunner
-
tajo git commit: TAJO-2021: Some refactoring and changing anonymous class to lambda expression.
jhkim
-
tajo git commit: TAJO-1990: Refine some parts in HBaseTablespace. (fixed missed change)
hyunsik
-
tajo git commit: TAJO-1990: Refine some parts in HBaseTablespace.
hyunsik
-
tajo git commit: TAJO-2019: Replace manual array copy with System.arraycopy(). (fix wrong contributor name in CHANGES)
jihoonson
-
tajo git commit: TAJO-2019: Replace manual array copy with System.arraycopy().
jihoonson
-
tajo git commit: TAJO-2016: Fix storage tests hangs.
jhkim
-
tajo git commit: TAJO-2016: Investigate storage tests hangs.
jhkim
-
tajo git commit: TAJO-2013: FilterPushDownRule fails due to the unsupported index.
jhkim
-
tajo git commit: TAJO-2014: TestRpcClientManager fails occasionally.
jhkim
-
tajo git commit: TAJO-1994: Some trivial modification is needed in compression document.
jihoonson
-
tajo git commit: TAJO-1973: Replace 'while' loop with 'foreach'.
jihoonson
-
[tajo] Git Push Summary
charsyam
-
tajo git commit: TAJO-2000: BSTIndex can cause OOM. (remove open() in init)
jhkim
-
tajo git commit: TAJO-2000: BSTIndex can cause OOM.
jhkim
-
tajo git commit: TAJO-1992 \set timezone in cli doesn't work because of casesensitive
charsyam
-
tajo git commit: TAJO-1993: Table Timezone doesn't work when Timezone is not exactly same.
charsyam
-
tajo git commit: TAJO-2005: Add TableStatUpdateRewriter.
hyunsik
-
tajo git commit: TAJO-2010: Parquet can not read null value. (fix method signature)
jhkim
-
tajo git commit: TAJO-2010: Parquet can not read null value.
jhkim
-
tajo git commit: TAJO-1948: Change GroupbyNode::setAggFunctions and getAggFunctions to set and get List.
hyunsik
-
tajo git commit: TAJO-1979: Usage of some TajoShellCommand is omitted.
blrunner
-
tajo git commit: TAJO-1998: Waiting for gracefully stopping in tajo-deamon.sh is too short.
jhkim
-
tajo git commit: TAJO-2004: S3TableSpace needs to extend FileTableSpace.
blrunner
-
tajo git commit: TAJO-2001: DirectRawFileScanner.getProgress occasionally fails.
jhkim
-
tajo git commit: TAJO-1960: Separate HDFS space handler and S3 space handler.
blrunner
-
tajo git commit: TAJO-1855: Add document for tablespace configuration to the Configuration chapter.
jihoonson
-
tajo git commit: TAJO-1854: Add in-subquery document.
jihoonson
-
svn commit: r1717597 [1/3] - in /tajo/site/docs/devel: ./ _sources/ _sources/configuration/ _sources/table_management/ _sources/tsql/ backup_and_restore/ configuration/ functions/ index/ partitioning/ sql_language/ storage_plugins/ table_management/ tsql/
jhkim
-
svn commit: r1717597 [3/3] - in /tajo/site/docs/devel: ./ _sources/ _sources/configuration/ _sources/table_management/ _sources/tsql/ backup_and_restore/ configuration/ functions/ index/ partitioning/ sql_language/ storage_plugins/ table_management/ tsql/
jhkim
-
tajo git commit: TAJO-2003: Fix typo in worker configuration.
jhkim
-
tajo git commit: TAJO-1753: GlobalEngine causes NPE occurs occasionally.
jhkim
-
tajo git commit: TAJO-1985: Supporting Metric report via JMX.
jhkim
-
tajo git commit: TAJO-1985: Add reporting metrics via JMX.
jhkim
-
tajo git commit: TAJO-1856: Add a description about the relationship of tablespace, managed table, and external table to Tablespace section of Table Management chapter.
jihoonson
-
tajo git commit: TAJO-1962: Add description for session variables.
jihoonson
-
tajo git commit: TAJO-1922: Allow date types with IN operator for partition pruning. (modify changes)
blrunner
-
tajo git commit: TAJO-1922: Allow date types with IN operator for partition pruning.
blrunner
-
tajo git commit: TAJO-1983: Improve memory usage of ExternalSortExec.
jhkim
-
tajo git commit: TAJO-1967: Replace 'try finally' with 'try' with resources.
jihoonson
-
tajo git commit: TAJO-1947: Change Projection::setNamedExprs and getNamedExprs to set and get List<NamedExpr>.
hyunsik
-
tajo git commit: TAJO-1857: Rename the section of 'File Formats' to 'Data Formats' and fill compression section of the 'Table Management' chapter.
jihoonson
-
tajo git commit: TAJO-1862: TSQL gives user wrong URL of documentation.
hyunsik
-
tajo git commit: TAJO-1989: Upgrade Maven Surefire Plugin to 2.19.
jhkim
-
[1/2] tajo git commit: TAJO-1986: Rename the name 'option' to 'property' in TableMeta.
hyunsik
-
tajo git commit: TAJO-1988: Remove some duplicated codes in toString() of Projectable.
hyunsik
-
tajo git commit: TAJO-1984: Removed unused FileTablespace::getSplit methods.
hyunsik
-
tajo git commit: TAJO-1980: Printout the usage of TajoShellCommand.
blrunner
-
[1/8] tajo git commit: TAJO-1981: Invalid nulls sort order in VectorizedSorter.
jihoonson
-
[1/2] tajo git commit: TAJO-1946: Change Projectable::setTargets and getTargets to set and get List<Target>.
jihoonson
-
tajo git commit: TAJO-1935: Some Tasks don't work after they become TA_ASSIGNED.
jhkim
-
[1/2] tajo git commit: TAJO-1271: Improve memory usage of Hash-shuffle.
jhkim
-
tajo git commit: TAJO-1977: Cannot recognize the space-contained tablename and databasename.
jihoonson
-
tajo git commit: TAJO-1978: Printout message before terminating TSQL.
blrunner
-
tajo git commit: TAJO-1975: Gathering fine-grained column statistics for range shuffle.
jihoonson
-
tajo git commit: TAJO-1965: TestBlockingRpc::testServerShutdown occassionally fails.
jhkim
-
tajo git commit: TAJO-1882: Clean up GreedyHeuristicJoinOrderAlgorithm::getCost APIs.
jihoonson
-
svn commit: r1713459 - in /tajo/site/docs/current: configuration/tajo-site-xml.html time_zone.html
jihoonson
-
svn commit: r1713460 [1/2] - in /tajo/site/docs/devel: ./ _sources/ _sources/configuration/ _sources/sql_language/ _sources/table_management/ configuration/ sql_language/ table_management/
jihoonson
-
tajo git commit: TAJO-1963: Add more configuration descriptions to document.
jihoonson
-
tajo git commit: TAJO-1972: Invalid sort order with NULLS FIRST|LAST.
jihoonson
-
tajo git commit: TAJO-1970: Change the null first syntax.
jihoonson
-
tajo git commit: TAJO-1896: Fix the travis test failure.
jhkim
-
tajo git commit: TAJO-1964: TestKillQuery::testKillQueryFromInitState causes NPE.
jhkim
-
tajo git commit: TAJO-1966: Decrease memory usage of TajoTestingCluster.
jhkim
-
tajo git commit: TAJO-1941: PermGen elimination in JDK 8.
hyunsik
-
tajo git commit: TAJO-1955: Add a feature to strip quotes from CSV file.
hyunsik
-
tajo git commit: TAJO-1904: Extend GraphVisitor to accept user-defined context.
jihoonson
-
tajo git commit: Close obsolete github tickets.
hyunsik
-
tajo git commit: TAJO-1920: Calling 'Collection.toArray()' with zero-length array argument makes performance worse. (Dongkyu Hwangbo via hyunsik)
hyunsik
-
tajo git commit: TAJO-1578: User configuration for pull server port is ignored.
jihoonson
-
tajo git commit: TAJO-1954: Fix memory leak in physical operator.
jhkim
-
tajo git commit: TAJO-1906: Decrease the default size of hash map and array list for testing.
jihoonson
-
tajo git commit: Update site for 0.11.0 release. (add missing license)
jihoonson
-
tajo git commit: Update site for 0.11.0 release. (add missing changes)
jihoonson
-
tajo git commit: Update site for 0.11.0 release.
jihoonson
-
svn commit: r1710928 - in /tajo/site: ./ releases/0.10.0/ releases/0.10.1/ releases/0.11.0/ releases/0.8.0/ releases/0.9.0/
jihoonson
-
svn commit: r1710923 - /tajo/site/index.html
jihoonson
-
tajo git commit: TAJO-1877: Adopt try-resource statement to AbstractDBStore.
jihoonson
-
svn commit: r1710781 - /tajo/site/index.html
jihoonson
-
svn commit: r10935 - /release/tajo/tajo-0.11.0/
hyunsik
-
svn commit: r1710777 - in /tajo/site/releases/0.11.0: ./ announcement.html relnotes.html
jihoonson