Hello Laszlo Gaal, Joe McDonnell, Impala Public Jenkins,
I'd like you to reexamine a change. Please visit
http://gerrit.cloudera.org:8080/15537
to look at the new patch set (#3).
Change subject: IMPALA-9107: Add timestamp to maven logging options.
......................................................................
IMPALA-9107: Add timestamp to maven logging options.
We found that using awk to add a timestamp to the maven log can fail
if gawk is not installed. It seems better to configure maven to add
the timestamp itself.
Sample output:
========================================================================
Running mvn -U -Dorg.slf4j.simpleLogger.showDateTime=true
-Dorg.slf4j.simpleLogger.dateTimeFormat=HH:mm:ss -B install -DskipTests
Directory /home/dknupp/Impala/ext-data-source
========================================================================
16:37:16 [INFO] Scanning for projects...
16:37:16 [INFO]
------------------------------------------------------------------------
16:37:16 [INFO] Reactor Build Order:
16:37:16 [INFO]
16:37:16 [INFO] Apache Impala External Data Source
[pom]
16:37:16 [INFO] Apache Impala External Data Source API
[jar]
16:37:16 [INFO] Apache Impala External Data Source Sample
[jar]
16:37:16 [INFO] Apache Impala External Data Source Test Library
[jar]
16:37:17 [INFO]
16:37:17 [INFO] ----------------< org.apache.impala:impala-data-source
>----------------
16:37:17 [INFO] Building Apache Impala External Data Source 1.0-SNAPSHOT
[1/4]
16:37:17 [INFO] --------------------------------[ pom
]---------------------------------
[etc...]
Change-Id: I10fbe9eb76b66e6ba00db9f95c91063410dd1b4e
---
M bin/mvn-quiet.sh
1 file changed, 4 insertions(+), 2 deletions(-)
git pull ssh://gerrit.cloudera.org:29418/Impala-ASF refs/changes/37/15537/3
--
To view, visit http://gerrit.cloudera.org:8080/15537
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings
Gerrit-Project: Impala-ASF
Gerrit-Branch: master
Gerrit-MessageType: newpatchset
Gerrit-Change-Id: I10fbe9eb76b66e6ba00db9f95c91063410dd1b4e
Gerrit-Change-Number: 15537
Gerrit-PatchSet: 3
Gerrit-Owner: David Knupp <[email protected]>
Gerrit-Reviewer: David Knupp <[email protected]>
Gerrit-Reviewer: Impala Public Jenkins <[email protected]>
Gerrit-Reviewer: Joe McDonnell <[email protected]>
Gerrit-Reviewer: Laszlo Gaal <[email protected]>