Integrated: 8297385: Remove duplicated null typos in javadoc

2022-11-24 Thread Dongxu Wang
On Wed, 23 Nov 2022 06:58:09 GMT, Dongxu Wang wrote: > 8297385: Remove duplicated null typos in javadoc This pull request has now been integrated. Changeset: 0ed8b337 Author: Dongxu Wang Committer: Yi Yang URL: https://git.openjdk.org/jdk/com

RFR: 8297385: Remove duplicated null typos in javadoc

2022-11-22 Thread Dongxu Wang
8297385: Remove duplicated null typos in javadoc - Commit messages: - 8297385: Remove duplicated null typo in javadoc Changes: https://git.openjdk.org/jdk/pull/11311/files Webrev: https://webrevs.openjdk.org/?repo=jdk=11311=00 Issue: https://bugs.openjdk.org/browse/JDK-8297385

Withdrawn: 8297385: Remove duplicated null typos in javadoc

2022-11-22 Thread Dongxu Wang
On Tue, 15 Nov 2022 15:05:45 GMT, Dongxu Wang wrote: > 8297385: Remove duplicated null typos in javadoc This pull request has been closed without being integrated. - PR: https://git.openjdk.org/jdk/pull/11169

Re: RFR: 8297385: Remove duplicated null typos in javadoc [v2]

2022-11-22 Thread Dongxu Wang
On Wed, 23 Nov 2022 06:49:56 GMT, Dongxu Wang wrote: >> 8297385: Remove duplicated null typos in javadoc > > Dongxu Wang has updated the pull request with a new target base due to a > merge or a rebase. The incremental webrev excludes the unrelated changes > brought in b

Re: RFR: 8297385: Remove duplicated null typos in javadoc [v2]

2022-11-22 Thread Dongxu Wang
On Wed, 23 Nov 2022 06:43:56 GMT, Yi Yang wrote: > This looks good, but I'm not a Reviewer, you still need an approval from > Reviewer. Thanks - PR: https://git.openjdk.org/jdk/pull/11169

Re: RFR: 8297385: Remove duplicated null typos in javadoc [v2]

2022-11-22 Thread Dongxu Wang
> 8297385: Remove duplicated null typos in javadoc Dongxu Wang has updated the pull request with a new target base due to a merge or a rebase. The incremental webrev excludes the unrelated changes brought in by the merge/rebase. The pull request contains two additional commits since the l

Re: RFR: 8297385: Remove duplicated null typos in javadoc

2022-11-22 Thread Dongxu Wang
On Tue, 22 Nov 2022 03:33:55 GMT, Yi Yang wrote: > > > good catch, do you need a JBS issue for this? > > > > > > Thank you if you can help with that. > > I filed https://bugs.openjdk.org/browse/JDK-8297385 for this, you can change > your PR title and commit message to [8297385: Remove

Re: RFR: 8297385: Remove duplicated null typos in javadoc

2022-11-21 Thread Dongxu Wang
On Mon, 21 Nov 2022 15:16:14 GMT, Yi Yang wrote: > good catch, do you need a JBS issue for this? Thank you if you can help with that. - PR: https://git.openjdk.org/jdk/pull/11169

RFR: 8297385: Remove duplicated null typos in javadoc

2022-11-21 Thread Dongxu Wang
8297385: Remove duplicated null typos in javadoc - Commit messages: - Minor remove duplicate null typo Changes: https://git.openjdk.org/jdk/pull/11169/files Webrev: https://webrevs.openjdk.org/?repo=jdk=11169=00 Issue: https://bugs.openjdk.org/browse/JDK-8297385 Stats: 3 lines

sub

2022-05-13 Thread Dongxu Wang

Re: [VOTE] Retire Apache James HUPA

2021-07-26 Thread Dongxu Wang
+1 On Mon, Jul 26, 2021 at 7:38 PM Dongxu 王东旭 wrote: > +1 > > ccing Manolo, thank you. > > On Mon, Jul 26, 2021 at 10:16 AM Rene Cordier wrote: > >> +1, >> >> Rene. >> >> On 23/07/2021 16:00, btell...@apache.org wrote: >> > Hello all, &

Re: [VOTE] Retire Apache James HUPA

2021-07-26 Thread Dongxu 王东旭
+1 ccing Manolo, thank you. On Mon, Jul 26, 2021 at 10:16 AM Rene Cordier wrote: > +1, > > Rene. > > On 23/07/2021 16:00, btell...@apache.org wrote: > > Hello all, > > > > Following a first email on the topic [1] I would like to call for a > > formal vote on Apache James Hupa retirement. > > >

Re: [Development] matrix math help needed - https://bugreports.qt.io/browse/QTBUG-84441

2020-05-27 Thread Dongxu Li
transforming the coordinate system. Probably, it's supposed to be easier to understand compared the word "intrinsic". The order of extrinsic transforms would be exactly the opposite of intrinsic transforms. Regards, Dongxu On Wed, May 27, 2020 at 10:09 AM Edward Welbourne wrote:

[james-hupa] branch trunk updated: Use HTTPS instead of HTTP to resolve dependencies

2020-02-12 Thread dongxu
This is an automated email from the ASF dual-hosted git repository. dongxu pushed a commit to branch trunk in repository https://gitbox.apache.org/repos/asf/james-hupa.git The following commit(s) were added to refs/heads/trunk by this push: new 1c0a2eb Use HTTPS instead of HTTP to resolve

Re: [VOTE] Release Apache Roller 6.0.0

2019-12-09 Thread Dongxu 王东旭
+1 On Tue, Dec 10, 2019 at 11:38 AM Gaurav Saini wrote: > +1 > > On Tue, Dec 10, 2019, 05:19 Dave wrote: > > > Please vote to release RC2 as Apache Roller 6.0.0. Release candidate > files > > are here: > > https://dist.apache.org/repos/dist/dev/roller/roller-6.0/v6.0.0/ > > > > Please vote

Re: [PATCH] net: Adding parameter detection in __ethtool_get_link_ksettings.

2019-08-26 Thread Dongxu Liu
> On 8/26/19 9:23 AM, Dongxu Liu wrote: > The __ethtool_get_link_ksettings symbol will be exported, > and external users may use an illegal address. > We should check the parameters before using them, > otherwise the system will crash. > > [ 8980.991134] BUG: unable to handl

[PATCH] net: Adding parameter detection in __ethtool_get_link_ksettings.

2019-08-26 Thread Dongxu Liu
/0x80 [ 8981.047688] [] bond_netdev_event+0x137/0x360 [bonding] ... Signed-off-by: Dongxu Liu --- net/core/ethtool.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/net/core/ethtool.c b/net/core/ethtool.c index 6288e69..9a50b64 100644 --- a/net/core/ethtool.c +++ b/net/core/ethtool.c

[PATCH] net: Add the same IP detection for duplicate address.

2019-08-20 Thread Dongxu Liu
, DROP_GRATUITOUS_ARP) is disable, The case should be added to the IP conflict handling process. Signed-off-by: Dongxu Liu --- net/ipv4/arp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net/ipv4/arp.c b/net/ipv4/arp.c index 05eb42f..a51c921 100644 --- a/net/ipv4/arp.c +++ b/net/ipv4/arp.c

[PATCH] net: Fix detection for IPv4 duplicate address.

2019-08-20 Thread Dongxu Liu
The network sends an ARP REQUEST packet to determine whether there is a host with the same IP. The source IP address of the packet is 0. However, Windows may also send the source IP address to determine, then the source IP address is equal to the destination IP address. Signed-off-by: Dongxu Liu

[no subject]

2019-03-06 Thread Dongxu Wang

[seL4] create a new thread in sel4

2018-09-18 Thread Dongxu Ji
7 tcb_object.ut is 1208 tcb_object.type is 1 tcb_object.size_bits is a regs.pc is 9640 regs.sp is 3f24f0 Any advice about the issue? Thank you, Dongxu Ji ___

Re: [seL4] SMC in seL4

2018-08-28 Thread Dongxu Ji
another question that why set the sp in monitor mode to sp in SVC mode. asm volatile ("mov r8, sp\n\t" "cps %0\n\t" "isb\n" "mov sp, r8\n\t" ::"I"(MONITOR_MODE)); Thank you, Dongxu Ji

[seL4] Fwd: SMC in seL4

2018-08-28 Thread Dongxu Ji
0, 1"::"r"(MON_VECTOR_START)); I enter into SVC mode by software interrupt and call the function smc(): asm (".arch_extension sec\n"); asm volatile ("stmfdsp!, {r3-r11, lr}\n\t" "dsb\n" "smc #0\n"

[james-hupa] branch trunk updated: Change the todo to another line so that we can do there.

2018-03-05 Thread dongxu
This is an automated email from the ASF dual-hosted git repository. dongxu pushed a commit to branch trunk in repository https://gitbox.apache.org/repos/asf/james-hupa.git The following commit(s) were added to refs/heads/trunk by this push: new 6dced18 Change the todo to another line so

[james-hupa] 05/05: Refactoring README to improve the content.

2018-02-28 Thread dongxu
This is an automated email from the ASF dual-hosted git repository. dongxu pushed a commit to branch trunk in repository https://gitbox.apache.org/repos/asf/james-hupa.git commit 379669b416267c43bfecc2e8f654a69b29bc2ba9 Author: Echo Wang <don...@apache.org> AuthorDate: Thu Mar 1 11:23:2

[james-hupa] 03/05: Use header5 for the title of doc.

2018-02-28 Thread dongxu
This is an automated email from the ASF dual-hosted git repository. dongxu pushed a commit to branch trunk in repository https://gitbox.apache.org/repos/asf/james-hupa.git commit 42cf07669bac239186a5286ffd671a2a04c46932 Author: Echo Wang <don...@apache.org> AuthorDate: Wed Feb 28 08:24:0

[james-hupa] 02/05: Remove maven version since we are using maven 3.

2018-02-28 Thread dongxu
This is an automated email from the ASF dual-hosted git repository. dongxu pushed a commit to branch trunk in repository https://gitbox.apache.org/repos/asf/james-hupa.git commit fdf35f14b24a4a9ef57b4637564624392a79fa08 Author: Echo Wang <don...@apache.org> AuthorDate: Tue Feb 27 09:25:1

[james-hupa] 01/05: Remove commented out content.

2018-02-28 Thread dongxu
This is an automated email from the ASF dual-hosted git repository. dongxu pushed a commit to branch trunk in repository https://gitbox.apache.org/repos/asf/james-hupa.git commit 8050e548d63ea3de3304ae46293111f9fc81e8f8 Author: Echo Wang <don...@apache.org> AuthorDate: Mon Feb 26 09:10:0

[james-hupa] branch trunk updated (697eda5 -> 379669b)

2018-02-28 Thread dongxu
This is an automated email from the ASF dual-hosted git repository. dongxu pushed a change to branch trunk in repository https://gitbox.apache.org/repos/asf/james-hupa.git. from 697eda5 Add TODO tag for issue#HUPA-117. new 8050e54 Remove commented out content. new fdf35f1

[james-hupa] 04/05: Fix typo for README.

2018-02-28 Thread dongxu
This is an automated email from the ASF dual-hosted git repository. dongxu pushed a commit to branch trunk in repository https://gitbox.apache.org/repos/asf/james-hupa.git commit f4b8f1d17e5b4f599dc03d01f0c9f45e9057782a Author: Echo Wang <don...@apache.org> AuthorDate: Thu Mar 1 11:15:3

SUB dubbo

2018-02-26 Thread dongxu

james-site git commit: Update Hupa documents banner.

2018-02-26 Thread dongxu
Repository: james-site Updated Branches: refs/heads/asf-site 8f1511840 -> 652615d9c Update Hupa documents banner. Project: http://git-wip-us.apache.org/repos/asf/james-site/repo Commit: http://git-wip-us.apache.org/repos/asf/james-site/commit/652615d9 Tree:

james-site git commit: Update XSS issues fixed information for Hupa release 0.0.3.

2018-02-26 Thread dongxu
Repository: james-site Updated Branches: refs/heads/asf-site e6edcf292 -> 8f1511840 Update XSS issues fixed information for Hupa release 0.0.3. Project: http://git-wip-us.apache.org/repos/asf/james-site/repo Commit: http://git-wip-us.apache.org/repos/asf/james-site/commit/8f151184 Tree:

[james-hupa] 01/04: Add license copyright for the roundcube theme.

2018-02-25 Thread dongxu
This is an automated email from the ASF dual-hosted git repository. dongxu pushed a commit to branch trunk in repository https://gitbox.apache.org/repos/asf/james-hupa.git commit 1519cf937cf3ef68f8927bad43a2b7ae37d87a0a Author: Echo Wang <don...@apache.org> AuthorDate: Sat Feb 24 08:31:4

[james-hupa] 03/04: Reformat code.

2018-02-25 Thread dongxu
This is an automated email from the ASF dual-hosted git repository. dongxu pushed a commit to branch trunk in repository https://gitbox.apache.org/repos/asf/james-hupa.git commit 73a8e70193b1484bb4f179bd4325d90effb99870 Author: Echo Wang <don...@apache.org> AuthorDate: Sun Feb 25 17:59:1

[james-hupa] 04/04: Add TODO tag for issue#HUPA-117.

2018-02-25 Thread dongxu
This is an automated email from the ASF dual-hosted git repository. dongxu pushed a commit to branch trunk in repository https://gitbox.apache.org/repos/asf/james-hupa.git commit 697eda5a53b74f09b3e4162fa03721284b062e8d Author: Echo Wang <don...@apache.org> AuthorDate: Sun Feb 25 18:03:4

[james-hupa] 02/04: Clean code.

2018-02-25 Thread dongxu
This is an automated email from the ASF dual-hosted git repository. dongxu pushed a commit to branch trunk in repository https://gitbox.apache.org/repos/asf/james-hupa.git commit 8cac67181dcf18cb9b79f5653bc441fd2e2a1e76 Author: Echo Wang <don...@apache.org> AuthorDate: Sat Feb 24 08:39:5

[james-hupa] branch trunk updated (586ac80 -> 697eda5)

2018-02-25 Thread dongxu
This is an automated email from the ASF dual-hosted git repository. dongxu pushed a change to branch trunk in repository https://gitbox.apache.org/repos/asf/james-hupa.git. from 586ac80 Reformat, remove the blank space. new 1519cf9 Add license copyright for the roundcube theme

[jira] [Assigned] (HUPA-109) Mail Attachment does not work in HTTPS mode In internet Explorer When URL is added in trusted sites

2018-02-25 Thread Dongxu Wang (JIRA)
[ https://issues.apache.org/jira/browse/HUPA-109?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dongxu Wang reassigned HUPA-109: Assignee: Dongxu Wang (was: Manuel Carrasco Moñino) > Mail Attachment does not work in HTTPS m

[jira] [Assigned] (HUPA-117) The folder item should be highlighted after refreshing the page

2018-02-25 Thread Dongxu Wang (JIRA)
[ https://issues.apache.org/jira/browse/HUPA-117?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dongxu Wang reassigned HUPA-117: Assignee: Dongxu Wang (was: Manuel Carrasco Moñino) > The folder item should be highlighted af

[james-hupa] branch trunk updated: Reformat, remove the blank space.

2018-02-22 Thread dongxu
This is an automated email from the ASF dual-hosted git repository. dongxu pushed a commit to branch trunk in repository https://gitbox.apache.org/repos/asf/james-hupa.git The following commit(s) were added to refs/heads/trunk by this push: new 586ac80 Reformat, remove the blank space

james-site git commit: Update to hupa release 0.0.3 for doc.

2018-02-22 Thread dongxu
Repository: james-site Updated Branches: refs/heads/asf-site d0142be60 -> e6edcf292 Update to hupa release 0.0.3 for doc. Project: http://git-wip-us.apache.org/repos/asf/james-site/repo Commit: http://git-wip-us.apache.org/repos/asf/james-site/commit/e6edcf29 Tree:

[james-hupa] branch trunk updated: Use google code archive link since google code has been deprecated.

2018-02-21 Thread dongxu
This is an automated email from the ASF dual-hosted git repository. dongxu pushed a commit to branch trunk in repository https://gitbox.apache.org/repos/asf/james-hupa.git The following commit(s) were added to refs/heads/trunk by this push: new f56eff1 Use google code archive link since

Fwd: [jira] [Updated] (INFRA-15751) Migrate james-hupa origin to git

2018-01-20 Thread dongxu
Hi Tellier, Can you, as a PMC, help selfserving git migration for hupa. The information might be: Repository name: hupa Repository description: Apache James Hupa Repo Commit notification list: server-dev@james.apache.org GitHub notification list: server-dev@james.apache.org --

Re: Git Repos

2018-01-01 Thread dongxu
heers, > > Benoit > > Le 20/12/2017 à 08:02, dongxu a écrit : >> Hey Eric, >> >> can you please help push a request to migrate james-hupa from SVN to >> Git https://reporeq.apache.org/ >> >> Thanks. >> >> On Mon, Dec 18, 2017 at 9:03 AM

Re: Git Repos

2017-12-19 Thread dongxu
Hey Eric, can you please help push a request to migrate james-hupa from SVN to Git https://reporeq.apache.org/ Thanks. On Mon, Dec 18, 2017 at 9:03 AM, dongxu <don...@apache.org> wrote: > Hi guys, > > Can I apply to move james-hupa to git and then continue to maintain > the p

Re: Git Repos

2017-12-17 Thread dongxu
Hi guys, Can I apply to move james-hupa to git and then continue to maintain the project? On Sun, Jul 3, 2016 at 5:17 PM, Eric Charles wrote: >>> What about http://james.apache.org/contribute.html where we could also >>> introduce the different repositories and explain the

svn commit: r1818266 - /james/hupa/trunk/pom.xml

2017-12-15 Thread dongxu
Author: dongxu Date: Fri Dec 15 10:58:43 2017 New Revision: 1818266 URL: http://svn.apache.org/viewvc?rev=1818266=rev Log: Remove 404 repository, add jboss repository for cobogw. Modified: james/hupa/trunk/pom.xml Modified: james/hupa/trunk/pom.xml URL: http://svn.apache.org/viewvc/james

svn commit: r1818263 - /james/hupa/trunk/README.txt

2017-12-15 Thread dongxu
Author: dongxu Date: Fri Dec 15 10:36:21 2017 New Revision: 1818263 URL: http://svn.apache.org/viewvc?rev=1818263=rev Log: Remove readme.txt.. Removed: james/hupa/trunk/README.txt - To unsubscribe, e-mail: server-dev

svn commit: r1818262 - /james/hupa/trunk/README.md

2017-12-15 Thread dongxu
Author: dongxu Date: Fri Dec 15 10:35:37 2017 New Revision: 1818262 URL: http://svn.apache.org/viewvc?rev=1818262=rev Log: Update readme from txt to md. Added: james/hupa/trunk/README.md Added: james/hupa/trunk/README.md URL: http://svn.apache.org/viewvc/james/hupa/trunk/README.md?rev

svn commit: r1802007 - in /james/hupa/trunk: ./ client/pom.xml hupa/pom.xml pom.xml

2017-07-15 Thread dongxu
Author: dongxu Date: Sat Jul 15 09:36:19 2017 New Revision: 1802007 URL: http://svn.apache.org/viewvc?rev=1802007=rev Log: Downgrade dnd and cobogw version since which cannot be found in the central maven repository. Modified: james/hupa/trunk/ (props changed) james/hupa/trunk/client

svn commit: r1801935 - /james/hupa/trunk/README.txt

2017-07-14 Thread dongxu
Author: dongxu Date: Fri Jul 14 10:59:14 2017 New Revision: 1801935 URL: http://svn.apache.org/viewvc?rev=1801935=rev Log: Update doc and ping the repository. Modified: james/hupa/trunk/README.txt Modified: james/hupa/trunk/README.txt URL: http://svn.apache.org/viewvc/james/hupa/trunk

SUB

2017-03-13 Thread dongxu
- To unsubscribe e-mail: dev-unsubscr...@spark.apache.org

[jira] [Created] (HUPA-111) Using gwt-polymer-elements for theme

2015-11-13 Thread dongxu (JIRA)
dongxu created HUPA-111: --- Summary: Using gwt-polymer-elements for theme Key: HUPA-111 URL: https://issues.apache.org/jira/browse/HUPA-111 Project: James Hupa Issue Type: Improvement

svn commit: r1684702 - /james/hupa/trunk/client/src/main/java/org/apache/hupa/client/activity/MessageListActivity.java

2015-06-10 Thread dongxu
Author: dongxu Date: Wed Jun 10 16:19:15 2015 New Revision: 1684702 URL: http://svn.apache.org/r1684702 Log: HUPA-110 message select event should take place when user refreshing some message detail. Modified: james/hupa/trunk/client/src/main/java/org/apache/hupa/client/activity

[jira] [Resolved] (HUPA-110) All tool buttons are disabled when refreshing some message page.

2015-06-10 Thread dongxu (JIRA)
[ https://issues.apache.org/jira/browse/HUPA-110?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] dongxu resolved HUPA-110. - Resolution: Fixed Fix Version/s: 0.1 All tool buttons are disabled when refreshing some message page

[jira] [Created] (HUPA-110) All tool buttons are disabled when refreshing some message page.

2015-06-09 Thread dongxu (JIRA)
dongxu created HUPA-110: --- Summary: All tool buttons are disabled when refreshing some message page. Key: HUPA-110 URL: https://issues.apache.org/jira/browse/HUPA-110 Project: James Hupa Issue Type

svn commit: r1684470 - in /james/hupa/trunk/client/src/main/java/org/apache/hupa/client/ui: ToolBarView.java ToolBarView.ui.xml

2015-06-09 Thread dongxu
Author: dongxu Date: Tue Jun 9 16:28:51 2015 New Revision: 1684470 URL: http://svn.apache.org/r1684470 Log: fix the UiHandlers with enable and disable rather than the event registration. Modified: james/hupa/trunk/client/src/main/java/org/apache/hupa/client/ui/ToolBarView.java james

svn commit: r1683771 - /james/hupa/trunk/client/src/main/java/org/apache/hupa/client/ui/README

2015-06-05 Thread dongxu
Author: dongxu Date: Fri Jun 5 14:44:07 2015 New Revision: 1683771 URL: http://svn.apache.org/r1683771 Log: add ui skin's license information. Modified: james/hupa/trunk/client/src/main/java/org/apache/hupa/client/ui/README Modified: james/hupa/trunk/client/src/main/java/org/apache/hupa

svn commit: r1683766 - /james/hupa/trunk/client/src/main/java/org/apache/hupa/client/activity/MessageListActivity.java

2015-06-05 Thread dongxu
Author: dongxu Date: Fri Jun 5 14:34:03 2015 New Revision: 1683766 URL: http://svn.apache.org/r1683766 Log: remove warnings at _ToolPanel Modified: james/hupa/trunk/client/src/main/java/org/apache/hupa/client/activity/MessageListActivity.java Modified: james/hupa/trunk/client/src/main

svn commit: r1683575 - /james/hupa/trunk/client/src/main/java/org/apache/hupa/client/activity/ComposeActivity.java

2015-06-04 Thread dongxu
Author: dongxu Date: Thu Jun 4 15:22:08 2015 New Revision: 1683575 URL: http://svn.apache.org/r1683575 Log: it will redirect the inbox rather than nullpointerexception. Modified: james/hupa/trunk/client/src/main/java/org/apache/hupa/client/activity/ComposeActivity.java Modified: james

svn commit: r1683571 - in /james/hupa/trunk/client/src/main/java/org/apache/hupa/client/validation: EmailListValidator.java NotEmptyValidator.java

2015-06-04 Thread dongxu
Author: dongxu Date: Thu Jun 4 15:06:12 2015 New Revision: 1683571 URL: http://svn.apache.org/r1683571 Log: remove some warnings using the suppress warnings. Modified: james/hupa/trunk/client/src/main/java/org/apache/hupa/client/validation/EmailListValidator.java james/hupa/trunk

svn commit: r1683360 - in /james/hupa/trunk: client/src/test/java/org/apache/hupa/client/mock/ mock/src/main/java/org/apache/hupa/server/guice/ mock/src/main/java/org/apache/hupa/server/mock/ server/s

2015-06-03 Thread dongxu
Author: dongxu Date: Wed Jun 3 15:07:09 2015 New Revision: 1683360 URL: http://svn.apache.org/r1683360 Log: remove some warnings for the source code. Modified: james/hupa/trunk/client/src/test/java/org/apache/hupa/client/mock/MockMessageSendDisplay.java james/hupa/trunk/mock/src/main

[jira] [Updated] (SPARK-6644) [SPARK-SQL]when the partition schema does not match table schema(ADD COLUMN), new column value is NULL

2015-03-31 Thread dongxu (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-6644?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] dongxu updated SPARK-6644: -- Description: In hive,the schema of partition may be difference from the table schema. For example, we add new

[jira] [Updated] (SPARK-6644) [SPARK-SQL]when the partition schema does not match table schema(ADD COLUMN), new column value is NULL

2015-03-31 Thread dongxu (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-6644?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] dongxu updated SPARK-6644: -- Description: In hive,the schema of partition may be difference from the table schema. For example, we add new

[jira] [Updated] (SPARK-6644) [SPARK-SQL]when the partition schema does not match table schema(ADD COLUMN), new column value is NULL

2015-03-31 Thread dongxu (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-6644?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] dongxu updated SPARK-6644: -- Description: In hive,the schema of partition may be difference from the table schema. For example, we add new

[jira] [Updated] (SPARK-6644) [SPARK-SQL]when the partition schema does not match table schema(ADD COLUMN), new column value is NULL

2015-03-31 Thread dongxu (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-6644?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] dongxu updated SPARK-6644: -- Description: In hive,the schema of partition may be difference from the table schema. For example, we add new

[jira] [Updated] (SPARK-6644) [SPARK-SQL]when the partition schema does not match table schema(ADD COLUMN), new column value is NULL

2015-03-31 Thread dongxu (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-6644?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] dongxu updated SPARK-6644: -- Description: In hive,the schema of partition may be difference from the table schema. For example, we add new

[jira] [Updated] (SPARK-6644) [SPARK-SQL]when the partition schema does not match table schema(ADD COLUMN), new column value is NULL

2015-03-31 Thread dongxu (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-6644?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] dongxu updated SPARK-6644: -- Summary: [SPARK-SQL]when the partition schema does not match table schema(ADD COLUMN), new column value is NULL

[jira] [Created] (SPARK-6644) [SPARK-SQL]when the partition schema does not match table schema(ADD COLUMN), new column is NULL

2015-03-31 Thread dongxu (JIRA)
dongxu created SPARK-6644: - Summary: [SPARK-SQL]when the partition schema does not match table schema(ADD COLUMN), new column is NULL Key: SPARK-6644 URL: https://issues.apache.org/jira/browse/SPARK-6644

[jira] [Updated] (SPARK-6644) [SPARK-SQL]when the partition schema does not match table schema(ADD COLUMN), new column value is NULL

2015-03-31 Thread dongxu (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-6644?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] dongxu updated SPARK-6644: -- Description: In hive,the schema of partition may be difference from the table schema. For example, we add new

Re: svn commit: r1660222 - in /james/hupa/trunk: client/src/main/java/org/apache/hupa/public/Hupa-sd.html hupa/src/main/java/org/apache/hupa/HupaProd.gwt.xml

2015-02-22 Thread dongxu
. - Manolo On Tue, Feb 17, 2015 at 11:03 AM, dongxu don...@apache.org wrote: Hi Manolo, Is Hupa working under SuperDevMode now? If so, could you help list the shortcut step on how to run hupa in SuperDevMode. Since I was trying to make it run but failed. Thanks a lot. On Tue, Feb 17

Re: svn commit: r1660222 - in /james/hupa/trunk: client/src/main/java/org/apache/hupa/public/Hupa-sd.html hupa/src/main/java/org/apache/hupa/HupaProd.gwt.xml

2015-02-17 Thread dongxu
Hi Manolo, Is Hupa working under SuperDevMode now? If so, could you help list the shortcut step on how to run hupa in SuperDevMode. Since I was trying to make it run but failed. Thanks a lot. On Tue, Feb 17, 2015 at 6:07 AM, man...@apache.org wrote: Author: manolo Date: Mon Feb 16 22:07:11

[sheepdog] [PATCH 4/5] tests: fix content of 052.out

2015-02-11 Thread Wang dongxu
Since code is printf(%s\n, sd_strerror(rsp-result));, 052.out should add a new line. Signed-off-by: Wang dongxu wangdon...@cmss.chinamobile.com --- tests/functional/052.out | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/functional/052.out b/tests/functional/052.out index 2a533d5

[sheepdog] [PATCH 0/5] tests: fix some test cases to suitable for new sheepdog and QEMU

2015-02-11 Thread Wang dongxu
QEMU and sheepdog changes some output formats while upgrading to new version, so tests/functional test cases need some changes. Wang dongxu (5): tests: avoid qemu-io warning tests: avoid qemu-img snapshot warning tests: correct vdi list tests: fix content of 052.out tests:fix vnode

[sheepdog] [PATCH 1/5] tests: avoid qemu-io warning

2015-02-11 Thread Wang dongxu
qemu-io command add a warning message because probing a raw img is dangerous. So add -f option to avoid this. Signed-off-by: Wang dongxu wangdon...@cmss.chinamobile.com --- tests/functional/013 | 6 +++--- tests/functional/017 | 2 +- tests/functional/024 | 6 +++--- tests/functional/025 | 4

[sheepdog] [PATCH 2/5] tests: avoid qemu-img snapshot warning

2015-02-11 Thread Wang dongxu
qemu-img snapshot option will print warining message while probing a raw image, so filter them using sed. Signed-off-by: Wang dongxu wangdon...@cmss.chinamobile.com --- tests/functional/013 | 2 +- tests/functional/017 | 12 ++-- 2 files changed, 7 insertions(+), 7 deletions(-) diff

[sheepdog] [PATCH 3/5] tests: correct vdi list

2015-02-11 Thread Wang dongxu
dog vdi list add column Block Size Shift, add them to test cases. Signed-off-by: Wang dongxu wangdon...@cmss.chinamobile.com --- tests/functional/073.out | 2 +- tests/functional/081.out | 6 +++--- tests/functional/082.out | 6 +++--- tests/functional/087.out | 10 +- tests

[sheepdog] [PATCH 5/5] tests:fix vnode strategy output

2015-02-11 Thread Wang dongxu
since commit 5fed9d6, Cluster vnodes strategy information is produced, so fix them in test cases. Signed-off-by: Wang dongxu wangdon...@cmss.chinamobile.com --- tests/functional/030.out | 1 + tests/functional/096.out | 2 ++ 2 files changed, 3 insertions(+) diff --git a/tests/functional/030

[jira] [Updated] (SPARK-5616) Add examples for PySpark API

2015-02-08 Thread dongxu (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-5616?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] dongxu updated SPARK-5616: -- Description: PySpark API examples are less than Spark scala API. For example: 1.Broadcast: how to use

[jira] [Created] (SPARK-5616) Add examples for PySpark API

2015-02-05 Thread dongxu (JIRA)
dongxu created SPARK-5616: - Summary: Add examples for PySpark API Key: SPARK-5616 URL: https://issues.apache.org/jira/browse/SPARK-5616 Project: Spark Issue Type: Improvement Components

[jira] [Updated] (SPARK-5527) Add standalone document configiration to explain how to make cluster conf file consistency

2015-02-02 Thread dongxu (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-5527?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] dongxu updated SPARK-5527: -- Description: We must make all node conf file consistent when we start our standalone cluster. For example, we

[jira] [Updated] (SPARK-5527) Improvements to standalone doc. - how to make cluster conf file consistency

2015-02-02 Thread dongxu (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-5527?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] dongxu updated SPARK-5527: -- Summary: Improvements to standalone doc. - how to make cluster conf file consistency (was: Add standalone

[jira] [Updated] (SPARK-5527) Improvements to standalone doc. - how to sync cluster conf file

2015-02-02 Thread dongxu (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-5527?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] dongxu updated SPARK-5527: -- Summary: Improvements to standalone doc. - how to sync cluster conf file (was: Improvements to standalone doc

[jira] [Created] (SPARK-5527) Add standalone document configiration to explain how to make cluster conf file consistency

2015-02-02 Thread dongxu (JIRA)
dongxu created SPARK-5527: - Summary: Add standalone document configiration to explain how to make cluster conf file consistency Key: SPARK-5527 URL: https://issues.apache.org/jira/browse/SPARK-5527 Project

[sheepdog] [PATCH] Change tests outputs to be suitable for new cluster info format

2015-02-02 Thread Wang Dongxu
From: Wang Dongxu wangdon...@cmss.chinamobile.com Since commit 4fea6f95a2de90f45f90415f289083c6b29120a7, dog cluster info change its output format, to make sure tests/functional cases are suitable for the new format, modified these output. Signed-off-by: Wang Dongxu wangdon

[sheepdog] [PATCH] Change tests outputs to be suitable for new cluster info format

2015-02-02 Thread Wang Dongxu
Since commit 4fea6f95a2de90f45f90415f289083c6b29120a7, dog cluster info change its output format, to make sure tests/functional cases are suitable for the new format, modified these output. Signed-off-by: Wang Dongxu wangdon...@cmss.chinamobile.com --- tests/functional/001.out | 36

svn commit: r1637049 - /james/hupa/trunk/emma.test.txt

2014-11-05 Thread dongxu
Author: dongxu Date: Thu Nov 6 07:46:38 2014 New Revision: 1637049 URL: http://svn.apache.org/r1637049 Log: remove the test file from emma Removed: james/hupa/trunk/emma.test.txt - To unsubscribe, e-mail: server-dev

svn commit: r1636808 - /james/hupa/trunk/README.txt

2014-11-04 Thread dongxu
Author: dongxu Date: Wed Nov 5 07:22:26 2014 New Revision: 1636808 URL: http://svn.apache.org/r1636808 Log: typo Modified: james/hupa/trunk/README.txt Modified: james/hupa/trunk/README.txt URL: http://svn.apache.org/viewvc/james/hupa/trunk/README.txt?rev=1636808r1=1636807r2=1636808view

[jira] [Created] (SPARK-4201) Can't use concat() on partition column in where condition (Hive compatibility problem)

2014-11-02 Thread dongxu (JIRA)
dongxu created SPARK-4201: - Summary: Can't use concat() on partition column in where condition (Hive compatibility problem) Key: SPARK-4201 URL: https://issues.apache.org/jira/browse/SPARK-4201 Project

[jira] [Updated] (SPARK-4201) Can't use concat() on partition column in where condition (Hive compatibility problem)

2014-11-02 Thread dongxu (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-4201?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] dongxu updated SPARK-4201: -- Description: The team used hive to query,we try to move it to spark-sql. when I search sentences like

[gmx-users] Cannot combine residue position based cog selection with index output for g_select

2014-10-24 Thread Huang Dongxu
to use g_select with both the -on option and cog option? Or is there another way to finish my task? I have searched the archive and did not find something that answers my question. Thank you all for helping out. Best, Dongxu Huang Graduate student at Northwestern University -- Gromacs Users

Re: [PerlChina] perlchina的注记

2014-08-26 Thread Dongxu Ma
。 -- -Dongxu -- 您收到此邮件是因为您订阅了 Google 网上论坛的“PerlChina Mongers 讨论组”论坛。 要退订此论坛并停止接收此论坛的电子邮件,请发送电子邮件到perlchina+unsubscr...@googlegroups.com。 要向此网上论坛发帖,请发送电子邮件至 perlchina@googlegroups.com。 通过以下网址访问此论坛:http://groups.google.com/group/perlchina。 要查看更多选项,请访问 https://groups.google.com/d/optout。

[jira] [Updated] (ROL-2046) Sorry! We couldn't find your document

2014-08-03 Thread dongxu (JIRA)
[ https://issues.apache.org/jira/browse/ROL-2046?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] dongxu updated ROL-2046: Description: After we navigate to the design tab of setting when logging in, we can choose the 'basic mobile

svn commit: r1613760 - in /james/hupa/trunk/client/src/main/java/org/apache/hupa/client: activity/ ui/

2014-07-27 Thread dongxu
Author: dongxu Date: Sun Jul 27 07:47:50 2014 New Revision: 1613760 URL: http://svn.apache.org/r1613760 Log: scrub code Modified: james/hupa/trunk/client/src/main/java/org/apache/hupa/client/activity/ContactsListActivity.java james/hupa/trunk/client/src/main/java/org/apache/hupa/client

svn commit: r1595968 - /james/hupa/trunk/pom.xml

2014-05-19 Thread dongxu
Author: dongxu Date: Mon May 19 17:31:16 2014 New Revision: 1595968 URL: http://svn.apache.org/r1595968 Log: upgrade gwt to the latest 2.6.1 Modified: james/hupa/trunk/pom.xml Modified: james/hupa/trunk/pom.xml URL: http://svn.apache.org/viewvc/james/hupa/trunk/pom.xml?rev=1595968r1

svn commit: r1580208 - /james/hupa/trunk/client/src/main/java/org/apache/hupa/client/ui/LoginView.ui.xml

2014-03-22 Thread dongxu
Author: dongxu Date: Sat Mar 22 13:19:05 2014 New Revision: 1580208 URL: http://svn.apache.org/r1580208 Log: Disable the glass of setting in login panel Modified: james/hupa/trunk/client/src/main/java/org/apache/hupa/client/ui/LoginView.ui.xml Modified: james/hupa/trunk/client/src/main

svn commit: r1579882 - /james/hupa/trunk/pom.xml

2014-03-20 Thread dongxu
Author: dongxu Date: Fri Mar 21 04:47:14 2014 New Revision: 1579882 URL: http://svn.apache.org/r1579882 Log: Change gQuery version to the latest 1.4.1 Modified: james/hupa/trunk/pom.xml Modified: james/hupa/trunk/pom.xml URL: http://svn.apache.org/viewvc/james/hupa/trunk/pom.xml?rev

Re: [Sikuli-driver] [Question #240496]: Quit in a second on osx 10.9 (Mavericks)

2013-12-09 Thread Dongxu Yang
Question #240496 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/240496 Status: Open = Solved Dongxu Yang confirmed that the question is solved: I have update the JDK 7. It's OK now. -- You received this question notification because you are a member of Sikuli Drivers

[Sikuli-driver] [Question #240496]: Quit in a second on osx 10.9 (Mavericks)

2013-12-08 Thread Dongxu Yang
New question #240496 on Sikuli: https://answers.launchpad.net/sikuli/+question/240496 I have install the Sikuli on my macbook pro with the osx 10.9 (Mavericks). After I copied the sikuli.app into /application folder, I double click the icon in my launchpad. but the software quit in a second. If

  1   2   3   4   5   >