[jira] [Created] (SPARK-18811) Stream Source resolution should happen in StreamExecution thread, not main thread

2016-12-09 Thread Burak Yavuz (JIRA)
Burak Yavuz created SPARK-18811: --- Summary: Stream Source resolution should happen in StreamExecution thread, not main thread Key: SPARK-18811 URL: https://issues.apache.org/jira/browse/SPARK-18811

Re: Spark Streaming - join streaming and static data

2016-12-06 Thread Burak Yavuz
Hi Daniela, This is trivial with Structured Streaming. If your Kafka cluster is 0.10.0 or above, you may use Spark 2.0.2 to create a Streaming DataFrame from Kafka, and then also create a DataFrame using the JDBC connection, and you may join those. In Spark 2.1, there's support for a function call

[jira] [Commented] (SPARK-18475) Be able to provide higher parallelization for StructuredStreaming Kafka Source

2016-11-29 Thread Burak Yavuz (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-18475?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15706788#comment-15706788 ] Burak Yavuz commented on SPARK-18475: - I'd be happy to share performanc

[jira] [Updated] (SPARK-18634) Corruption and Correctness issues with exploding Python UDFs

2016-11-29 Thread Burak Yavuz (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-18634?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Burak Yavuz updated SPARK-18634: Description: There are some weird issues with exploding Python UDFs in SparkSQL. There are 2

[jira] [Updated] (SPARK-18634) Corruption and Correctness issues with exploding Python UDFs

2016-11-29 Thread Burak Yavuz (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-18634?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Burak Yavuz updated SPARK-18634: Description: There are some weird issues with exploding Python UDFs in SparkSQL. There are 2

[jira] [Updated] (SPARK-18634) Corruption and Correctness issues with exploding Python UDFs

2016-11-29 Thread Burak Yavuz (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-18634?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Burak Yavuz updated SPARK-18634: Summary: Corruption and Correctness issues with exploding Python UDFs (was: Issues with exploding

[jira] [Updated] (SPARK-18634) Corruption and Correctness issues with exploding Python UDFs

2016-11-29 Thread Burak Yavuz (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-18634?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Burak Yavuz updated SPARK-18634: Description: There are some weird issues with exploding Python UDFs in SparkSQL. There are 2

[jira] [Created] (SPARK-18634) Issues with exploding Python UDFs

2016-11-29 Thread Burak Yavuz (JIRA)
Burak Yavuz created SPARK-18634: --- Summary: Issues with exploding Python UDFs Key: SPARK-18634 URL: https://issues.apache.org/jira/browse/SPARK-18634 Project: Spark Issue Type: Bug

[jira] [Commented] (SPARK-18407) Inferred partition columns cause assertion error

2016-11-25 Thread Burak Yavuz (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-18407?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15696337#comment-15696337 ] Burak Yavuz commented on SPARK-18407: - This is also resolved as part of h

[jira] [Commented] (SPARK-18510) Partition schema inference corrupts data

2016-11-20 Thread Burak Yavuz (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-18510?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15681677#comment-15681677 ] Burak Yavuz commented on SPARK-18510: - No. Working on a separate fix > Pa

[jira] [Commented] (SPARK-18510) Partition schema inference corrupts data

2016-11-19 Thread Burak Yavuz (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-18510?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15680328#comment-15680328 ] Burak Yavuz commented on SPARK-18510: - cc [~r...@databricks.com] I marked this

[jira] [Updated] (SPARK-18510) Partition schema inference corrupts data

2016-11-19 Thread Burak Yavuz (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-18510?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Burak Yavuz updated SPARK-18510: Description: Not sure if this is a regression from 2.0 to 2.1. I was investigating this for

[jira] [Created] (SPARK-18510) Partition schema inference corrupts data

2016-11-19 Thread Burak Yavuz (JIRA)
Burak Yavuz created SPARK-18510: --- Summary: Partition schema inference corrupts data Key: SPARK-18510 URL: https://issues.apache.org/jira/browse/SPARK-18510 Project: Spark Issue Type: Bug

[jira] [Commented] (SPARK-18218) Optimize BlockMatrix multiplication, which may cause OOM and low parallelism usage problem in several cases

2016-11-18 Thread Burak Yavuz (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-18218?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15677367#comment-15677367 ] Burak Yavuz commented on SPARK-18218: - [~WeichenXu123] You are correct, this w

[jira] [Updated] (SPARK-18493) Add withWatermark and checkpoint to python dataframe

2016-11-17 Thread Burak Yavuz (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-18493?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Burak Yavuz updated SPARK-18493: Component/s: PySpark > Add withWatermark and checkpoint to python datafr

[jira] [Created] (SPARK-18493) Add withWatermark and checkpoint to python dataframe

2016-11-17 Thread Burak Yavuz (JIRA)
Burak Yavuz created SPARK-18493: --- Summary: Add withWatermark and checkpoint to python dataframe Key: SPARK-18493 URL: https://issues.apache.org/jira/browse/SPARK-18493 Project: Spark Issue

[jira] [Commented] (SPARK-18475) Be able to provide higher parallelization for StructuredStreaming Kafka Source

2016-11-17 Thread Burak Yavuz (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-18475?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15674535#comment-15674535 ] Burak Yavuz commented on SPARK-18475: - [~c...@koeninger.org] I don't see

[jira] [Commented] (SPARK-18475) Be able to provide higher parallelization for StructuredStreaming Kafka Source

2016-11-17 Thread Burak Yavuz (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-18475?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15674254#comment-15674254 ] Burak Yavuz commented on SPARK-18475: - [~ofirm] Thanks for your comment. I

[jira] [Created] (SPARK-18475) Be able to provide higher parallelization for StructuredStreaming Kafka Source

2016-11-16 Thread Burak Yavuz (JIRA)
Burak Yavuz created SPARK-18475: --- Summary: Be able to provide higher parallelization for StructuredStreaming Kafka Source Key: SPARK-18475 URL: https://issues.apache.org/jira/browse/SPARK-18475 Project

[jira] [Created] (SPARK-18465) Uncache Table shouldn't throw an exception when table doesn't exist

2016-11-15 Thread Burak Yavuz (JIRA)
Burak Yavuz created SPARK-18465: --- Summary: Uncache Table shouldn't throw an exception when table doesn't exist Key: SPARK-18465 URL: https://issues.apache.org/jira/browse/SPARK-18465 Proj

[phpMyAdmin Git] [phpmyadmin/localized_docs] 5abba2: Translated using Weblate (Turkish)

2016-11-14 Thread Burak Yavuz
Branch: refs/heads/master Home: https://github.com/phpmyadmin/localized_docs Commit: 5abba275f3cb8217ad04d16cb2ce183495a8ea0d https://github.com/phpmyadmin/localized_docs/commit/5abba275f3cb8217ad04d16cb2ce183495a8ea0d Author: Burak Yavuz Date: 2016-11-14 (Mon, 14 Nov 2016

[phpMyAdmin Git] [phpmyadmin/localized_docs] da055b: Translated using Weblate (Turkish)

2016-11-12 Thread Burak Yavuz
Branch: refs/heads/master Home: https://github.com/phpmyadmin/localized_docs Commit: da055b505a46afb351e0da018b64af28d81bd28a https://github.com/phpmyadmin/localized_docs/commit/da055b505a46afb351e0da018b64af28d81bd28a Author: Burak Yavuz Date: 2016-11-12 (Sat, 12 Nov 2016

[phpMyAdmin Git] [phpmyadmin/phpmyadmin] b83b71: Translated using Weblate (Turkish)

2016-11-10 Thread Burak Yavuz
Branch: refs/heads/QA_4_6 Home: https://github.com/phpmyadmin/phpmyadmin Commit: b83b71d5a555857299b50a097155307028915941 https://github.com/phpmyadmin/phpmyadmin/commit/b83b71d5a555857299b50a097155307028915941 Author: Burak Yavuz Date: 2016-11-10 (Thu, 10 Nov 2016

[phpMyAdmin Git] [phpmyadmin/phpmyadmin] 12d087: Translated using Weblate (Turkish)

2016-11-10 Thread Burak Yavuz
Branch: refs/heads/master Home: https://github.com/phpmyadmin/phpmyadmin Commit: 12d0879fae93643741958c38bd28f37af8be61ad https://github.com/phpmyadmin/phpmyadmin/commit/12d0879fae93643741958c38bd28f37af8be61ad Author: Burak Yavuz Date: 2016-11-10 (Thu, 10 Nov 2016

[jira] [Created] (SPARK-18342) HDFSBackedStateStore can fail to rename files causing snapshotting and recovery to fail

2016-11-07 Thread Burak Yavuz (JIRA)
Burak Yavuz created SPARK-18342: --- Summary: HDFSBackedStateStore can fail to rename files causing snapshotting and recovery to fail Key: SPARK-18342 URL: https://issues.apache.org/jira/browse/SPARK-18342

[jira] [Created] (SPARK-18339) Don't push down current_timestamp for filters in StructuredStreaming

2016-11-07 Thread Burak Yavuz (JIRA)
Burak Yavuz created SPARK-18339: --- Summary: Don't push down current_timestamp for filters in StructuredStreaming Key: SPARK-18339 URL: https://issues.apache.org/jira/browse/SPARK-18339 Project:

[jira] [Created] (SPARK-18337) Memory Sink should be able to recover from checkpoints in Complete OutputMode

2016-11-07 Thread Burak Yavuz (JIRA)
Burak Yavuz created SPARK-18337: --- Summary: Memory Sink should be able to recover from checkpoints in Complete OutputMode Key: SPARK-18337 URL: https://issues.apache.org/jira/browse/SPARK-18337 Project

[jira] [Commented] (SPARK-18261) Add statistics to MemorySink for joining

2016-11-03 Thread Burak Yavuz (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-18261?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15635014#comment-15635014 ] Burak Yavuz commented on SPARK-18261: - Go for it! > Add statistics to Mem

[jira] [Created] (SPARK-18261) Add statistics to MemorySink for joining

2016-11-03 Thread Burak Yavuz (JIRA)
Burak Yavuz created SPARK-18261: --- Summary: Add statistics to MemorySink for joining Key: SPARK-18261 URL: https://issues.apache.org/jira/browse/SPARK-18261 Project: Spark Issue Type: New

[jira] [Created] (SPARK-18260) from_json can throw a better exception when it can't find the column or be nullSafe

2016-11-03 Thread Burak Yavuz (JIRA)
Burak Yavuz created SPARK-18260: --- Summary: from_json can throw a better exception when it can't find the column or be nullSafe Key: SPARK-18260 URL: https://issues.apache.org/jira/browse/SPARK-

[jira] [Commented] (SPARK-17879) Don't compact metadata logs constantly into a single compacted file

2016-11-01 Thread Burak Yavuz (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-17879?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15627421#comment-15627421 ] Burak Yavuz commented on SPARK-17879: - We should be doing the second. What you

[jira] [Created] (SPARK-18142) Spark Master tries to launch workers 145 times within 1 minute

2016-10-27 Thread Burak Yavuz (JIRA)
Burak Yavuz created SPARK-18142: --- Summary: Spark Master tries to launch workers 145 times within 1 minute Key: SPARK-18142 URL: https://issues.apache.org/jira/browse/SPARK-18142 Project: Spark

[jira] [Updated] (SPARK-18142) Spark Master tries to launch workers 145 times within 1 minute

2016-10-27 Thread Burak Yavuz (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-18142?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Burak Yavuz updated SPARK-18142: Component/s: Spark Core > Spark Master tries to launch workers 145 times within 1 min

[phpMyAdmin Git] [phpmyadmin/phpmyadmin] b249cd: Translated using Weblate (Turkish)

2016-10-26 Thread Burak Yavuz
Branch: refs/heads/QA_4_6 Home: https://github.com/phpmyadmin/phpmyadmin Commit: b249cdbc9554908fd709fcbd811c584c5b36939c https://github.com/phpmyadmin/phpmyadmin/commit/b249cdbc9554908fd709fcbd811c584c5b36939c Author: Burak Yavuz Date: 2016-10-27 (Thu, 27 Oct 2016

[phpMyAdmin Git] [phpmyadmin/phpmyadmin] 3f2327: Translated using Weblate (Turkish)

2016-10-25 Thread Burak Yavuz
Branch: refs/heads/master Home: https://github.com/phpmyadmin/phpmyadmin Commit: 3f23272d4520b5b8991337df5070e752e12eb49e https://github.com/phpmyadmin/phpmyadmin/commit/3f23272d4520b5b8991337df5070e752e12eb49e Author: Burak Yavuz Date: 2016-10-25 (Tue, 25 Oct 2016

[phpMyAdmin Git] [phpmyadmin/localized_docs] 698e9d: Translated using Weblate (Turkish)

2016-10-19 Thread Burak Yavuz
Branch: refs/heads/master Home: https://github.com/phpmyadmin/localized_docs Commit: 698e9da55c8e4bacbb37c6cbbfc349672ec8a026 https://github.com/phpmyadmin/localized_docs/commit/698e9da55c8e4bacbb37c6cbbfc349672ec8a026 Author: Burak Yavuz Date: 2016-10-20 (Thu, 20 Oct 2016

[phpMyAdmin Git] [phpmyadmin/phpmyadmin] 6169fe: Translated using Weblate (Turkish)

2016-10-19 Thread Burak Yavuz
Branch: refs/heads/QA_4_6 Home: https://github.com/phpmyadmin/phpmyadmin Commit: 6169fef7557259c9fa59adf6feacc850e9c92ca1 https://github.com/phpmyadmin/phpmyadmin/commit/6169fef7557259c9fa59adf6feacc850e9c92ca1 Author: Burak Yavuz Date: 2016-10-19 (Wed, 19 Oct 2016

[phpMyAdmin Git] [phpmyadmin/phpmyadmin] b0113e: Translated using Weblate (Turkish)

2016-10-18 Thread Burak Yavuz
Branch: refs/heads/master Home: https://github.com/phpmyadmin/phpmyadmin Commit: b0113ea9faade8fc746f5d016888296a0811a10a https://github.com/phpmyadmin/phpmyadmin/commit/b0113ea9faade8fc746f5d016888296a0811a10a Author: Burak Yavuz Date: 2016-10-19 (Wed, 19 Oct 2016

[phpMyAdmin Git] [phpmyadmin/localized_docs] 685dbb: Translated using Weblate (Korean)

2016-10-18 Thread Burak Yavuz
] Commit: 152b99e5e3a6f977a804fa9c2c3a39b9af4b0267 https://github.com/phpmyadmin/localized_docs/commit/152b99e5e3a6f977a804fa9c2c3a39b9af4b0267 Author: Burak Yavuz Date: 2016-10-18 (Tue, 18 Oct 2016) Changed paths: M po/tr.mo M po/tr.po Log Message

[jira] [Created] (SPARK-17921) checkpointLocation being set in memory streams fail after restart. Should fail fast

2016-10-13 Thread Burak Yavuz (JIRA)
Burak Yavuz created SPARK-17921: --- Summary: checkpointLocation being set in memory streams fail after restart. Should fail fast Key: SPARK-17921 URL: https://issues.apache.org/jira/browse/SPARK-17921

[phpMyAdmin Git] [phpmyadmin/localized_docs] 6b4540: Translated using Weblate (Turkish)

2016-10-12 Thread Burak Yavuz
Branch: refs/heads/master Home: https://github.com/phpmyadmin/localized_docs Commit: 6b45403033ea013c434148dbea9db82a95d23f48 https://github.com/phpmyadmin/localized_docs/commit/6b45403033ea013c434148dbea9db82a95d23f48 Author: Burak Yavuz Date: 2016-10-02 (Sun, 02 Oct 2016

[jira] [Created] (SPARK-17879) Don't compact metadata logs constantly into a single compacted file

2016-10-11 Thread Burak Yavuz (JIRA)
Burak Yavuz created SPARK-17879: --- Summary: Don't compact metadata logs constantly into a single compacted file Key: SPARK-17879 URL: https://issues.apache.org/jira/browse/SPARK-17879 Project:

[jira] [Created] (SPARK-17876) Write StructuredStreaming WAL to a stream instead of materializing all at once

2016-10-11 Thread Burak Yavuz (JIRA)
Burak Yavuz created SPARK-17876: --- Summary: Write StructuredStreaming WAL to a stream instead of materializing all at once Key: SPARK-17876 URL: https://issues.apache.org/jira/browse/SPARK-17876 Project

[jira] [Updated] (SPARK-17754) DataFrame reader and writer don't show Input/Output metrics in Spark UI

2016-09-30 Thread Burak Yavuz (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-17754?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Burak Yavuz updated SPARK-17754: Component/s: Web UI SQL > DataFrame reader and writer don't show Inpu

[jira] [Created] (SPARK-17754) DataFrame reader and writer don't show Input/Output metrics in Spark UI

2016-09-30 Thread Burak Yavuz (JIRA)
Burak Yavuz created SPARK-17754: --- Summary: DataFrame reader and writer don't show Input/Output metrics in Spark UI Key: SPARK-17754 URL: https://issues.apache.org/jira/browse/SPARK-17754 Project:

Re: [VOTE] Release Apache Spark 2.0.1 (RC4)

2016-09-29 Thread Burak Yavuz
+1 On Sep 29, 2016 4:33 PM, "Kyle Kelley" wrote: > +1 > > On Thu, Sep 29, 2016 at 4:27 PM, Yin Huai wrote: > >> +1 >> >> On Thu, Sep 29, 2016 at 4:07 PM, Luciano Resende >> wrote: >> >>> +1 (non-binding) >>> >>> On Wed, Sep 28, 2016 at 7:14 PM, Reynold Xin >>> wrote: >>> Please vote on r

[phpMyAdmin Git] [phpmyadmin/localized_docs] 6ae714: Translated using Weblate (Turkish)

2016-09-29 Thread Burak Yavuz
Branch: refs/heads/master Home: https://github.com/phpmyadmin/localized_docs Commit: 6ae7143b068517cba77f3837c08e3ea67b7a894c https://github.com/phpmyadmin/localized_docs/commit/6ae7143b068517cba77f3837c08e3ea67b7a894c Author: Burak Yavuz Date: 2016-09-29 (Thu, 29 Sep 2016

Re: Spark SQL JSON Column Support

2016-09-28 Thread Burak Yavuz
I would really love something like this! It would be great if it doesn't throw away corrupt_records like the Data Source. On Wed, Sep 28, 2016 at 11:02 AM, Nathan Lande wrote: > We are currently pulling out the JSON columns, passing them through > read.json, and then joining them back onto the i

[jira] [Created] (SPARK-17650) Adding a malformed URL to sc.addJar and/or sc.addFile bricks Executors

2016-09-23 Thread Burak Yavuz (JIRA)
Burak Yavuz created SPARK-17650: --- Summary: Adding a malformed URL to sc.addJar and/or sc.addFile bricks Executors Key: SPARK-17650 URL: https://issues.apache.org/jira/browse/SPARK-17650 Project: Spark

[jira] [Created] (SPARK-17613) PartitioningAwareFileCatalog.allFiles doesn't handle URI specified path at parent

2016-09-20 Thread Burak Yavuz (JIRA)
Burak Yavuz created SPARK-17613: --- Summary: PartitioningAwareFileCatalog.allFiles doesn't handle URI specified path at parent Key: SPARK-17613 URL: https://issues.apache.org/jira/browse/SPARK-

[jira] [Created] (SPARK-17599) Folder deletion after globbing may fail StructuredStreaming jobs

2016-09-19 Thread Burak Yavuz (JIRA)
Burak Yavuz created SPARK-17599: --- Summary: Folder deletion after globbing may fail StructuredStreaming jobs Key: SPARK-17599 URL: https://issues.apache.org/jira/browse/SPARK-17599 Project: Spark

[jira] [Created] (SPARK-17569) Don't recheck existence of files when generating File Relation resolution in StructuredStreaming

2016-09-16 Thread Burak Yavuz (JIRA)
Burak Yavuz created SPARK-17569: --- Summary: Don't recheck existence of files when generating File Relation resolution in StructuredStreaming Key: SPARK-17569 URL: https://issues.apache.org/jira/browse/SPARK-

[jira] [Updated] (SPARK-17531) Don't initialize Hive Listeners for the Execution Client

2016-09-13 Thread Burak Yavuz (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-17531?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Burak Yavuz updated SPARK-17531: Description: If a user provides listeners inside the Hive Conf, the configuration for these

[jira] [Created] (SPARK-17531) Don't initialize Hive Listeners for the Execution Client

2016-09-13 Thread Burak Yavuz (JIRA)
Burak Yavuz created SPARK-17531: --- Summary: Don't initialize Hive Listeners for the Execution Client Key: SPARK-17531 URL: https://issues.apache.org/jira/browse/SPARK-17531 Project: Spark

[phpMyAdmin Git] [phpmyadmin/localized_docs] fa7275: Translated using Weblate (Turkish)

2016-08-19 Thread Burak Yavuz
Branch: refs/heads/master Home: https://github.com/phpmyadmin/localized_docs Commit: fa7275603d4851330e5eb0b05287ae13ba3cbf56 https://github.com/phpmyadmin/localized_docs/commit/fa7275603d4851330e5eb0b05287ae13ba3cbf56 Author: Burak Yavuz Date: 2016-08-19 (Fri, 19 Aug 2016

[phpMyAdmin Git] [phpmyadmin/phpmyadmin] 5410e3: Translated using Weblate (Turkish)

2016-08-17 Thread Burak Yavuz
Branch: refs/heads/QA_4_6 Home: https://github.com/phpmyadmin/phpmyadmin Commit: 5410e3859bc96f2ff3a45e8f627931937f9c81bc https://github.com/phpmyadmin/phpmyadmin/commit/5410e3859bc96f2ff3a45e8f627931937f9c81bc Author: Burak Yavuz Date: 2016-08-17 (Wed, 17 Aug 2016

[phpMyAdmin Git] [phpmyadmin/localized_docs] e43d1a: Translated using Weblate (Turkish)

2016-08-16 Thread Burak Yavuz
Branch: refs/heads/master Home: https://github.com/phpmyadmin/localized_docs Commit: e43d1a97cdaa28336bf87deb72f3e5314c4a4b0c https://github.com/phpmyadmin/localized_docs/commit/e43d1a97cdaa28336bf87deb72f3e5314c4a4b0c Author: Burak Yavuz Date: 2016-08-16 (Tue, 16 Aug 2016

[phpMyAdmin Git] [phpmyadmin/localized_docs] 9884b5: Translated using Weblate (Turkish)

2016-08-07 Thread Burak Yavuz
Branch: refs/heads/master Home: https://github.com/phpmyadmin/localized_docs Commit: 9884b5839661d7fb9687834f15bdc1cb6bea85b3 https://github.com/phpmyadmin/localized_docs/commit/9884b5839661d7fb9687834f15bdc1cb6bea85b3 Author: Burak Yavuz Date: 2016-08-07 (Sun, 07 Aug 2016

[phpMyAdmin Git] [phpmyadmin/localized_docs] 49e997: Translated using Weblate (Estonian)

2016-08-04 Thread Burak Yavuz
: fc86ec336a03fef8c6e1dd463a9d413b7e773391 https://github.com/phpmyadmin/localized_docs/commit/fc86ec336a03fef8c6e1dd463a9d413b7e773391 Author: Burak Yavuz Date: 2016-08-04 (Thu, 04 Aug 2016) Changed paths: M po/tr.mo M po/tr.po Log Message: --- Translated using Weblate

[phpMyAdmin Git] [phpmyadmin/phpmyadmin] b8e885: Translated using Weblate (Italian)

2016-08-01 Thread Burak Yavuz
https://github.com/phpmyadmin/phpmyadmin/commit/2ef39d4d0d1040e5adc5b9fcdefb689efe5eab97 Author: Burak Yavuz Date: 2016-08-02 (Tue, 02 Aug 2016) Changed paths: M po/tr.po Log Message: --- Translated using Weblate (Turkish) Currently translated at 100.0% (3217 of 3217

[phpMyAdmin Git] [phpmyadmin/phpmyadmin] 0de543: Translated using Weblate (Italian)

2016-08-01 Thread Burak Yavuz
/aaf48b98fb43e457e985a0a7621e2ae539553f73 Author: Burak Yavuz Date: 2016-08-02 (Tue, 02 Aug 2016) Changed paths: M po/tr.po Log Message: --- Translated using Weblate (Turkish) Currently translated at 100.0% (3209 of 3209 strings) [CI skip] Compare: https://github.com/phpmyadmin/phpmyadmin/compare

[phpMyAdmin Git] [phpmyadmin/phpmyadmin] 7954c4: Translated using Weblate (Turkish)

2016-08-01 Thread Burak Yavuz
Branch: refs/heads/master Home: https://github.com/phpmyadmin/phpmyadmin Commit: 7954c40c76aa6078c2added04e25c2265583e0d2 https://github.com/phpmyadmin/phpmyadmin/commit/7954c40c76aa6078c2added04e25c2265583e0d2 Author: Burak Yavuz Date: 2016-08-01 (Mon, 01 Aug 2016

[phpMyAdmin Git] [phpmyadmin/phpmyadmin] 886ef5: Translated using Weblate (Interlingua)

2016-08-01 Thread Burak Yavuz
https://github.com/phpmyadmin/phpmyadmin/commit/3172b801ec154491d357ccffa4aca8da456179c7 Author: Burak Yavuz Date: 2016-08-01 (Mon, 01 Aug 2016) Changed paths: M po/tr.po Log Message: --- Translated using Weblate (Turkish) Currently translated at 99.8% (3211 of 3217 strings

Re: Remove / update version in spark-packages.org

2016-07-26 Thread Burak Yavuz
Hi, It's bad practice to change jars for the same version and is prohibited in Spark Packages. Please bump your version number and make a new release. Best regards, Burak On Tue, Jul 26, 2016 at 3:51 AM, Julio Antonio Soto de Vicente < ju...@esbet.es> wrote: > Hi all, > > Maybe I am missing som

Re: spark-packages with maven

2016-07-15 Thread Burak Yavuz
Hi Ismael and Jacek, If you use Maven for building your applications, you may use the spark-package command line tool ( https://github.com/databricks/spark-package-cmd-tool) to perform packaging. It requires you to build your jar using maven first, and then does all the extra magic that Spark Pack

[jira] [Created] (SPARK-16531) Remove TimeZone from DataFrameTimeWindowingSuite

2016-07-13 Thread Burak Yavuz (JIRA)
Burak Yavuz created SPARK-16531: --- Summary: Remove TimeZone from DataFrameTimeWindowingSuite Key: SPARK-16531 URL: https://issues.apache.org/jira/browse/SPARK-16531 Project: Spark Issue Type

[jira] [Created] (SPARK-16227) Json schema inference fails when `:` exists in file path

2016-06-27 Thread Burak Yavuz (JIRA)
Burak Yavuz created SPARK-16227: --- Summary: Json schema inference fails when `:` exists in file path Key: SPARK-16227 URL: https://issues.apache.org/jira/browse/SPARK-16227 Project: Spark Issue

Re: How to cause a stage to fail (using spark-shell)?

2016-06-18 Thread Burak Yavuz
Hi Jacek, Can't you simply have a mapPartitions task throw an exception or something? Are you trying to do something more esoteric? Best, Burak On Sat, Jun 18, 2016 at 5:35 AM, Jacek Laskowski wrote: > Hi, > > Following up on this question, is a stage considered failed only when > there is a F

[jira] [Created] (SPARK-16050) Flaky Test: Complete aggregation with Console sink

2016-06-18 Thread Burak Yavuz (JIRA)
Burak Yavuz created SPARK-16050: --- Summary: Flaky Test: Complete aggregation with Console sink Key: SPARK-16050 URL: https://issues.apache.org/jira/browse/SPARK-16050 Project: Spark Issue Type

[jira] [Commented] (SPARK-15835) The read path of json doesn't support write path when schema contains Options

2016-06-08 Thread Burak Yavuz (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-15835?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15321729#comment-15321729 ] Burak Yavuz commented on SPARK-15835: - cc [~cloud_fan] > The read path

[jira] [Created] (SPARK-15835) The read path of json doesn't support write path when schema contains Options

2016-06-08 Thread Burak Yavuz (JIRA)
Burak Yavuz created SPARK-15835: --- Summary: The read path of json doesn't support write path when schema contains Options Key: SPARK-15835 URL: https://issues.apache.org/jira/browse/SPARK-15835 Pr

[jira] [Comment Edited] (SPARK-14767) Codegen "no constructor found" errors with Maps inside case classes in Datasets

2016-06-06 Thread Burak Yavuz (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-14767?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15316904#comment-15316904 ] Burak Yavuz edited comment on SPARK-14767 at 6/6/16 6:1

[jira] [Commented] (SPARK-14767) Codegen "no constructor found" errors with Maps inside case classes in Datasets

2016-06-06 Thread Burak Yavuz (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-14767?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15316904#comment-15316904 ] Burak Yavuz commented on SPARK-14767: - I still run into this > Code

[phpMyAdmin Git] [phpmyadmin/localized_docs] 7996d1: Translated using Weblate (Turkish)

2016-06-05 Thread Burak Yavuz
Branch: refs/heads/master Home: https://github.com/phpmyadmin/localized_docs Commit: 7996d1cf36756ddb35894787fb16788e1f738bc6 https://github.com/phpmyadmin/localized_docs/commit/7996d1cf36756ddb35894787fb16788e1f738bc6 Author: Burak Yavuz Date: 2016-06-05 (Sun, 05 Jun 2016

[phpMyAdmin Git] [phpmyadmin/localized_docs] ffb04f: Translated using Weblate (Turkish)

2016-06-04 Thread Burak Yavuz
Branch: refs/heads/master Home: https://github.com/phpmyadmin/localized_docs Commit: ffb04f74710adbbff079e7993311f5b75de90c0d https://github.com/phpmyadmin/localized_docs/commit/ffb04f74710adbbff079e7993311f5b75de90c0d Author: Burak Yavuz Date: 2016-06-04 (Sat, 04 Jun 2016

[phpMyAdmin Git] [phpmyadmin/localized_docs] 70aeda: Translated using Weblate (Portuguese (Brazil))

2016-05-30 Thread Burak Yavuz
/localized_docs/commit/ccbe33324b32a09e145d005a554750ea2e322b98 Author: Burak Yavuz Date: 2016-05-30 (Mon, 30 May 2016) Changed paths: M po/tr.mo M po/tr.po Log Message: --- Translated using Weblate (Turkish) Currently translated at 99.6% (2036 of 2043 strings) [CI

[phpMyAdmin Git] [phpmyadmin/localized_docs] 4e6485: Translated using Weblate (Turkish)

2016-05-17 Thread Burak Yavuz
Branch: refs/heads/master Home: https://github.com/phpmyadmin/localized_docs Commit: 4e6485c2f30f28e9ff469c9135a746383505751c https://github.com/phpmyadmin/localized_docs/commit/4e6485c2f30f28e9ff469c9135a746383505751c Author: Burak Yavuz Date: 2016-05-17 (Tue, 17 May 2016

[phpMyAdmin Git] [phpmyadmin/localized_docs] b45360: Translated using Weblate (Turkish)

2016-04-27 Thread Burak Yavuz
Branch: refs/heads/master Home: https://github.com/phpmyadmin/localized_docs Commit: b45360526da44691bc047a70ed9e2b594e6fa500 https://github.com/phpmyadmin/localized_docs/commit/b45360526da44691bc047a70ed9e2b594e6fa500 Author: Burak Yavuz Date: 2016-04-27 (Wed, 27 Apr 2016

[phpMyAdmin Git] [phpmyadmin/localized_docs] 3a7091: Translated using Weblate (Turkish)

2016-04-21 Thread Burak Yavuz
Branch: refs/heads/master Home: https://github.com/phpmyadmin/localized_docs Commit: 3a70917b430447a3ad284184ba6475b2b98f6cc8 https://github.com/phpmyadmin/localized_docs/commit/3a70917b430447a3ad284184ba6475b2b98f6cc8 Author: Burak Yavuz Date: 2016-04-21 (Thu, 21 Apr 2016

[jira] [Commented] (SPARK-14767) Codegen "no constructor found" errors with Maps inside case classes in Datasets

2016-04-20 Thread Burak Yavuz (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-14767?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15250540#comment-15250540 ] Burak Yavuz commented on SPARK-14767: - cc [~cloud_fan] [~marmbrus] > Code

[jira] [Updated] (SPARK-14767) Codegen "no constructor found" errors with Maps inside case classes in Datasets

2016-04-20 Thread Burak Yavuz (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-14767?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Burak Yavuz updated SPARK-14767: Affects Version/s: 2.0.0 > Codegen "no constructor found" errors with Maps inside ca

[jira] [Created] (SPARK-14767) Codegen "no constructor found" errors with Maps inside case classes in Datasets

2016-04-20 Thread Burak Yavuz (JIRA)
Burak Yavuz created SPARK-14767: --- Summary: Codegen "no constructor found" errors with Maps inside case classes in Datasets Key: SPARK-14767 URL: https://issues.apache.org/jira/browse/S

[jira] [Created] (SPARK-14766) Attribute reference mismatch with Dataset filter + mapPartitions

2016-04-20 Thread Burak Yavuz (JIRA)
Burak Yavuz created SPARK-14766: --- Summary: Attribute reference mismatch with Dataset filter + mapPartitions Key: SPARK-14766 URL: https://issues.apache.org/jira/browse/SPARK-14766 Project: Spark

[jira] [Commented] (SPARK-14766) Attribute reference mismatch with Dataset filter + mapPartitions

2016-04-20 Thread Burak Yavuz (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-14766?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15250525#comment-15250525 ] Burak Yavuz commented on SPARK-14766: - cc [~cloud_fan] [~marmbrus] > At

Re: Any NLP lib could be used on spark?

2016-04-19 Thread Burak Yavuz
A quick search on spark-packages returns: http://spark-packages.org/package/databricks/spark-corenlp. You may need to build it locally and add it to your session by --jars. On Tue, Apr 19, 2016 at 10:47 AM, Gavin Yue wrote: > Hey, > > Want to try the NLP on the spark. Could anyone recommend any

[phpMyAdmin Git] [phpmyadmin/phpmyadmin] ac0ff3: Translated using Weblate (Turkish)

2016-04-15 Thread Burak Yavuz
Branch: refs/heads/QA_4_6 Home: https://github.com/phpmyadmin/phpmyadmin Commit: ac0ff3ab2081d02f5c82dfad0a710df7f1cef438 https://github.com/phpmyadmin/phpmyadmin/commit/ac0ff3ab2081d02f5c82dfad0a710df7f1cef438 Author: Burak Yavuz Date: 2016-04-15 (Fri, 15 Apr 2016

[phpMyAdmin Git] [phpmyadmin/phpmyadmin] 2e9d11: Translated using Weblate (Turkish)

2016-04-15 Thread Burak Yavuz
Branch: refs/heads/master Home: https://github.com/phpmyadmin/phpmyadmin Commit: 2e9d1193c1def2fe48f3336a5a74fa52606c4d1a https://github.com/phpmyadmin/phpmyadmin/commit/2e9d1193c1def2fe48f3336a5a74fa52606c4d1a Author: Burak Yavuz Date: 2016-04-15 (Fri, 15 Apr 2016

[jira] [Created] (SPARK-14555) Python API for methods introduced for Structured Streaming

2016-04-11 Thread Burak Yavuz (JIRA)
Burak Yavuz created SPARK-14555: --- Summary: Python API for methods introduced for Structured Streaming Key: SPARK-14555 URL: https://issues.apache.org/jira/browse/SPARK-14555 Project: Spark

[phpMyAdmin Git] [phpmyadmin/phpmyadmin] 5ad6f3: Translated using Weblate (Turkish)

2016-04-11 Thread Burak Yavuz
Branch: refs/heads/QA_4_6 Home: https://github.com/phpmyadmin/phpmyadmin Commit: 5ad6f3825dd40e47509436991efb4a77fea87c14 https://github.com/phpmyadmin/phpmyadmin/commit/5ad6f3825dd40e47509436991efb4a77fea87c14 Author: Burak Yavuz Date: 2016-04-11 (Mon, 11 Apr 2016

[phpMyAdmin Git] [phpmyadmin/localized_docs] c35ae6: Translated using Weblate (Turkish)

2016-04-09 Thread Burak Yavuz
Branch: refs/heads/master Home: https://github.com/phpmyadmin/localized_docs Commit: c35ae612220fec20b475619c957c4f3ed3f190ba https://github.com/phpmyadmin/localized_docs/commit/c35ae612220fec20b475619c957c4f3ed3f190ba Author: Burak Yavuz Date: 2016-04-09 (Sat, 09 Apr 2016

[phpMyAdmin Git] [phpmyadmin/localized_docs] 3c30a5: Translated using Weblate (Turkish)

2016-04-09 Thread Burak Yavuz
Branch: refs/heads/master Home: https://github.com/phpmyadmin/localized_docs Commit: 3c30a5972087574880a53ab294ab31b85c72cb91 https://github.com/phpmyadmin/localized_docs/commit/3c30a5972087574880a53ab294ab31b85c72cb91 Author: Burak Yavuz Date: 2016-04-09 (Sat, 09 Apr 2016

[jira] [Created] (SPARK-14391) Flaky Test org.apache.spark.launcher.LauncherServerSuite.testCommunication

2016-04-04 Thread Burak Yavuz (JIRA)
Burak Yavuz created SPARK-14391: --- Summary: Flaky Test org.apache.spark.launcher.LauncherServerSuite.testCommunication Key: SPARK-14391 URL: https://issues.apache.org/jira/browse/SPARK-14391 Project

[jira] [Created] (SPARK-14353) Dateset Time Windowing API for Python, R, and SQL

2016-04-03 Thread Burak Yavuz (JIRA)
Burak Yavuz created SPARK-14353: --- Summary: Dateset Time Windowing API for Python, R, and SQL Key: SPARK-14353 URL: https://issues.apache.org/jira/browse/SPARK-14353 Project: Spark Issue Type

[jira] [Updated] (SPARK-14287) Method to determine if Dataset is bounded or not

2016-03-30 Thread Burak Yavuz (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-14287?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Burak Yavuz updated SPARK-14287: Summary: Method to determine if Dataset is bounded or not (was: isStreaming method for Dataset

[jira] [Created] (SPARK-14287) isStreaming method for Dataset

2016-03-30 Thread Burak Yavuz (JIRA)
Burak Yavuz created SPARK-14287: --- Summary: isStreaming method for Dataset Key: SPARK-14287 URL: https://issues.apache.org/jira/browse/SPARK-14287 Project: Spark Issue Type: Sub-task

[jira] [Updated] (SPARK-14160) Windowing for structured streaming

2016-03-28 Thread Burak Yavuz (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-14160?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Burak Yavuz updated SPARK-14160: Description: This JIRA is to track the status regarding event time windowing operations for

[jira] [Updated] (SPARK-14160) Windowing for structured streaming

2016-03-28 Thread Burak Yavuz (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-14160?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Burak Yavuz updated SPARK-14160: Description: This JIRA is to track the status regarding event time windowing operations for

[jira] [Updated] (SPARK-14160) Windowing for structured streaming

2016-03-25 Thread Burak Yavuz (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-14160?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Burak Yavuz updated SPARK-14160: Description: This JIRA is to track the status regarding event time windowing operations for

[jira] [Updated] (SPARK-14160) Windowing for structured streaming

2016-03-25 Thread Burak Yavuz (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-14160?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Burak Yavuz updated SPARK-14160: Description: This JIRA is to track the status regarding event time windowing operations for

[jira] [Updated] (SPARK-14160) Windowing for structured streaming

2016-03-25 Thread Burak Yavuz (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-14160?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Burak Yavuz updated SPARK-14160: Description: This JIRA is to track the status regarding event time windowing operations for

<    1   2   3   4   5   6   7   8   9   10   >